Version Description
- Added support for plugins that adds class or attribute on images
- Code cleanup
Download this release
Release Info
Developer | Dudo |
Plugin | Yasr – Yet Another Stars Rating |
Version | 0.7.3 |
Comparing to | |
See all releases |
Code changes from version 0.7.2 to 0.7.3
- js/yasr-front.js +1 -1
- languages/yasr-de_DE.mo +0 -0
- languages/yasr-de_DE.po +92 -46
- languages/yasr-fr_FR.mo +0 -0
- languages/yasr-fr_FR.po +91 -48
- languages/yasr-it_IT.mo +0 -0
- languages/yasr-it_IT.po +101 -49
- languages/yasr-nb_NO.mo +0 -0
- languages/yasr-nb_NO.po +1023 -0
- languages/yasr-nl_NL.mo +0 -0
- languages/yasr-nl_NL.po +87 -46
- languages/yasr-pl_PL.mo +0 -0
- languages/yasr-pl_PL.po +89 -45
- languages/yasr.mo +0 -0
- languages/yasr.pot +94 -45
- lib/yasr-settings-functions.php +13 -13
- lib/yasr-shortcode-functions.php +1 -6
- readme.txt +10 -1
- yet-another-stars-rating.php +68 -113
js/yasr-front.js
CHANGED
@@ -102,7 +102,7 @@
|
|
102 |
|
103 |
if (value < 1) {
|
104 |
jQuery('#yasr_visitor_votes_' + postid).html('You can\'t vote 0');
|
105 |
-
}
|
106 |
|
107 |
else {
|
108 |
|
102 |
|
103 |
if (value < 1) {
|
104 |
jQuery('#yasr_visitor_votes_' + postid).html('You can\'t vote 0');
|
105 |
+
}
|
106 |
|
107 |
else {
|
108 |
|
languages/yasr-de_DE.mo
CHANGED
Binary file
|
languages/yasr-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Yet Another Stars Rating v0.6.5\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: ..\n"
|
21 |
|
22 |
# @ yasr
|
23 |
-
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:
|
24 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
25 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
26 |
msgid "You do not have sufficient permissions to access this page."
|
@@ -172,14 +172,14 @@ msgid "Close this message"
|
|
172 |
msgstr "Nachricht schließen"
|
173 |
|
174 |
# @ yasr
|
175 |
-
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:
|
176 |
-
#: ../lib/yasr-functions.php:
|
177 |
msgid "Donations"
|
178 |
msgstr "Spenden"
|
179 |
|
180 |
# @ yasr
|
181 |
-
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:
|
182 |
-
#: ../lib/yasr-functions.php:
|
183 |
msgid ""
|
184 |
"If you have found this plugin useful, please consider making a donation to "
|
185 |
"help support future development. Your support will be much appreciated. "
|
@@ -189,8 +189,8 @@ msgstr ""
|
|
189 |
"Wert."
|
190 |
|
191 |
# @ yasr
|
192 |
-
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:
|
193 |
-
#: ../lib/yasr-functions.php:
|
194 |
msgid "Thank you!"
|
195 |
msgstr "Herzlichen Dank!"
|
196 |
|
@@ -256,7 +256,6 @@ msgstr "Gesamt:"
|
|
256 |
#: ../lib/yasr-shortcode-functions.php:254
|
257 |
#: ../lib/yasr-shortcode-functions.php:264
|
258 |
#: ../lib/yasr-shortcode-functions.php:274
|
259 |
-
#, fuzzy
|
260 |
msgid "Average: "
|
261 |
msgstr "Durchschnitt: "
|
262 |
|
@@ -271,66 +270,62 @@ msgstr "Du hast hier bewertet mit "
|
|
271 |
msgid "You must sign to vote"
|
272 |
msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
|
273 |
|
274 |
-
#: ../lib/yasr-shortcode-functions.php:301
|
275 |
-
msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
276 |
-
msgstr "'schlecht', 'mangelhaft', 'OK', 'gut', 'super'"
|
277 |
-
|
278 |
# @ yasr
|
279 |
-
#: ../lib/yasr-shortcode-functions.php:
|
280 |
msgid "Rating"
|
281 |
msgstr "Bewertung"
|
282 |
|
283 |
# @ yasr
|
284 |
-
#: ../lib/yasr-shortcode-functions.php:
|
285 |
msgid "You don't have any votes stored"
|
286 |
msgstr "Es sind keine Autoren-Bewertungen gespeichert"
|
287 |
|
288 |
-
#: ../lib/yasr-shortcode-functions.php:
|
289 |
-
#: ../lib/yasr-shortcode-functions.php:
|
290 |
msgid "Post / Page"
|
291 |
msgstr "Beitrag / Seite"
|
292 |
|
293 |
-
#: ../lib/yasr-shortcode-functions.php:
|
294 |
-
#: ../lib/yasr-shortcode-functions.php:
|
295 |
msgid "Order By"
|
296 |
msgstr "sortieren nach"
|
297 |
|
298 |
# @ yasr
|
299 |
-
#: ../lib/yasr-shortcode-functions.php:
|
300 |
-
#: ../lib/yasr-shortcode-functions.php:
|
301 |
msgid "Most Rated"
|
302 |
msgstr "meist bewertet"
|
303 |
|
304 |
# @ yasr
|
305 |
-
#: ../lib/yasr-shortcode-functions.php:
|
306 |
-
#: ../lib/yasr-shortcode-functions.php:
|
307 |
msgid "Highest Rated"
|
308 |
msgstr "höchste Bewertung"
|
309 |
|
310 |
# @ yasr
|
311 |
-
#: ../lib/yasr-shortcode-functions.php:
|
312 |
-
#: ../lib/yasr-shortcode-functions.php:
|
313 |
msgid "Total:"
|
314 |
msgstr "Gesamt:"
|
315 |
|
316 |
# @ yasr
|
317 |
-
#: ../lib/yasr-shortcode-functions.php:
|
318 |
-
#: ../lib/yasr-shortcode-functions.php:
|
319 |
msgid "Average"
|
320 |
msgstr "Durchschnitt: "
|
321 |
|
322 |
# @ yasr
|
323 |
-
#: ../lib/yasr-shortcode-functions.php:
|
324 |
msgid "You've not enough data"
|
325 |
msgstr "Sie haben nicht genügend Daten"
|
326 |
|
327 |
# @ yasr
|
328 |
-
#: ../lib/yasr-shortcode-functions.php:
|
329 |
msgid "You've not enought data"
|
330 |
msgstr "Sie haben nicht genug Daten"
|
331 |
|
332 |
# @ default
|
333 |
-
#: ../lib/yasr-shortcode-functions.php:
|
334 |
msgid ""
|
335 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
336 |
"any review?"
|
@@ -339,7 +334,7 @@ msgstr ""
|
|
339 |
"Bewertung veröffentlicht"
|
340 |
|
341 |
# @ default
|
342 |
-
#: ../lib/yasr-shortcode-functions.php:
|
343 |
msgid ""
|
344 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
345 |
"have votes to show?"
|
@@ -813,6 +808,54 @@ msgstr "Auf der Suche nach mehr Funktionen?"
|
|
813 |
msgid "Upgrade to yasr pro!"
|
814 |
msgstr "Zu Yasr Pro wechseln!"
|
815 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
816 |
# @ yasr
|
817 |
#: ../lib/yasr-settings-functions.php:1274
|
818 |
msgid "Not avaible yet"
|
@@ -844,71 +887,71 @@ msgid "Pages"
|
|
844 |
msgstr "Seiten"
|
845 |
|
846 |
# @ yasr
|
847 |
-
#: ../lib/yasr-functions.php:
|
848 |
msgid "Yet Another Stars Rating: Settings"
|
849 |
msgstr "Yet Another Stars Rating"
|
850 |
|
851 |
# @ yasr
|
852 |
-
#: ../lib/yasr-functions.php:
|
853 |
msgid "Overall Rating"
|
854 |
msgstr "Gesamtbewertung"
|
855 |
|
856 |
# @ yasr
|
857 |
-
#: ../lib/yasr-functions.php:
|
858 |
msgid "Yet Another Stars Rating: Multiple set"
|
859 |
msgstr "Yet Another Stars Rating: Multi-Sets"
|
860 |
|
861 |
# @ default
|
862 |
-
#: ../lib/yasr-functions.php:
|
863 |
msgid "You don't have enought privileges to insert Overall Rating"
|
864 |
msgstr ""
|
865 |
"Du hast nicht die notwendigen Berechtigungen um eine Gesamtbewertung "
|
866 |
"einzufügen"
|
867 |
|
868 |
# @ default
|
869 |
-
#: ../lib/yasr-functions.php:
|
870 |
msgid "You don't have enought privileges to insert Multi Set"
|
871 |
msgstr ""
|
872 |
"Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
|
873 |
|
874 |
# @ yasr
|
875 |
-
#: ../lib/yasr-functions.php:
|
876 |
msgid " reviewed by "
|
877 |
msgstr " geschrieben von "
|
878 |
|
879 |
# @ yasr
|
880 |
-
#: ../lib/yasr-functions.php:
|
881 |
msgid " on "
|
882 |
msgstr " am"
|
883 |
|
884 |
# @ yasr
|
885 |
-
#: ../lib/yasr-functions.php:
|
886 |
msgid " rated "
|
887 |
msgstr " ist bewertet mit "
|
888 |
|
889 |
# @ yasr
|
890 |
-
#: ../lib/yasr-functions.php:
|
891 |
msgid " of"
|
892 |
msgstr ""
|
893 |
|
894 |
# @ yasr
|
895 |
-
#: ../lib/yasr-functions.php:
|
896 |
msgid " written by "
|
897 |
msgstr "geschrieben von "
|
898 |
|
899 |
# @ yasr
|
900 |
-
#: ../lib/yasr-functions.php:
|
901 |
#, fuzzy
|
902 |
msgid " average rating "
|
903 |
msgstr " Durchschnittsbewertung"
|
904 |
|
905 |
# @ yasr
|
906 |
-
#: ../lib/yasr-functions.php:
|
907 |
msgid " user ratings"
|
908 |
msgstr " Besucherbewertungen"
|
909 |
|
910 |
# @ yasr
|
911 |
-
#: ../lib/yasr-functions.php:
|
912 |
msgid "Follow YASR official site!"
|
913 |
msgstr "Folgen Sie Yasr offiziellen Website!"
|
914 |
|
@@ -1188,7 +1231,10 @@ msgid "Average "
|
|
1188 |
msgstr "Durchschnitt: "
|
1189 |
|
1190 |
# @ yasr
|
1191 |
-
#: ../lib/yasr-ajax-functions.php:
|
1192 |
#, fuzzy
|
1193 |
msgid "stars"
|
1194 |
msgstr "Sterne"
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Yet Another Stars Rating v0.6.5\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-12-13 11:15+0100\n"
|
6 |
+
"PO-Revision-Date: 2014-12-13 11:15+0100\n"
|
7 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
20 |
"X-Poedit-SearchPath-0: ..\n"
|
21 |
|
22 |
# @ yasr
|
23 |
+
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
|
24 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
25 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
26 |
msgid "You do not have sufficient permissions to access this page."
|
172 |
msgstr "Nachricht schließen"
|
173 |
|
174 |
# @ yasr
|
175 |
+
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
|
176 |
+
#: ../lib/yasr-functions.php:484
|
177 |
msgid "Donations"
|
178 |
msgstr "Spenden"
|
179 |
|
180 |
# @ yasr
|
181 |
+
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
|
182 |
+
#: ../lib/yasr-functions.php:486
|
183 |
msgid ""
|
184 |
"If you have found this plugin useful, please consider making a donation to "
|
185 |
"help support future development. Your support will be much appreciated. "
|
189 |
"Wert."
|
190 |
|
191 |
# @ yasr
|
192 |
+
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
|
193 |
+
#: ../lib/yasr-functions.php:488
|
194 |
msgid "Thank you!"
|
195 |
msgstr "Herzlichen Dank!"
|
196 |
|
256 |
#: ../lib/yasr-shortcode-functions.php:254
|
257 |
#: ../lib/yasr-shortcode-functions.php:264
|
258 |
#: ../lib/yasr-shortcode-functions.php:274
|
|
|
259 |
msgid "Average: "
|
260 |
msgstr "Durchschnitt: "
|
261 |
|
270 |
msgid "You must sign to vote"
|
271 |
msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
|
272 |
|
|
|
|
|
|
|
|
|
273 |
# @ yasr
|
274 |
+
#: ../lib/yasr-shortcode-functions.php:470
|
275 |
msgid "Rating"
|
276 |
msgstr "Bewertung"
|
277 |
|
278 |
# @ yasr
|
279 |
+
#: ../lib/yasr-shortcode-functions.php:484
|
280 |
msgid "You don't have any votes stored"
|
281 |
msgstr "Es sind keine Autoren-Bewertungen gespeichert"
|
282 |
|
283 |
+
#: ../lib/yasr-shortcode-functions.php:520
|
284 |
+
#: ../lib/yasr-shortcode-functions.php:558
|
285 |
msgid "Post / Page"
|
286 |
msgstr "Beitrag / Seite"
|
287 |
|
288 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
289 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
290 |
msgid "Order By"
|
291 |
msgstr "sortieren nach"
|
292 |
|
293 |
# @ yasr
|
294 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
295 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
296 |
msgid "Most Rated"
|
297 |
msgstr "meist bewertet"
|
298 |
|
299 |
# @ yasr
|
300 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
301 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
302 |
msgid "Highest Rated"
|
303 |
msgstr "höchste Bewertung"
|
304 |
|
305 |
# @ yasr
|
306 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
307 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
308 |
msgid "Total:"
|
309 |
msgstr "Gesamt:"
|
310 |
|
311 |
# @ yasr
|
312 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
313 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
314 |
msgid "Average"
|
315 |
msgstr "Durchschnitt: "
|
316 |
|
317 |
# @ yasr
|
318 |
+
#: ../lib/yasr-shortcode-functions.php:550
|
319 |
msgid "You've not enough data"
|
320 |
msgstr "Sie haben nicht genügend Daten"
|
321 |
|
322 |
# @ yasr
|
323 |
+
#: ../lib/yasr-shortcode-functions.php:585
|
324 |
msgid "You've not enought data"
|
325 |
msgstr "Sie haben nicht genug Daten"
|
326 |
|
327 |
# @ default
|
328 |
+
#: ../lib/yasr-shortcode-functions.php:670
|
329 |
msgid ""
|
330 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
331 |
"any review?"
|
334 |
"Bewertung veröffentlicht"
|
335 |
|
336 |
# @ default
|
337 |
+
#: ../lib/yasr-shortcode-functions.php:738
|
338 |
msgid ""
|
339 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
340 |
"have votes to show?"
|
808 |
msgid "Upgrade to yasr pro!"
|
809 |
msgstr "Zu Yasr Pro wechseln!"
|
810 |
|
811 |
+
#: ../lib/yasr-settings-functions.php:1211
|
812 |
+
msgid "Unlimited ratings and votes"
|
813 |
+
msgstr ""
|
814 |
+
|
815 |
+
#: ../lib/yasr-settings-functions.php:1217
|
816 |
+
msgid "Works with shortcodes"
|
817 |
+
msgstr ""
|
818 |
+
|
819 |
+
# @ yasr
|
820 |
+
#: ../lib/yasr-settings-functions.php:1223
|
821 |
+
#, fuzzy
|
822 |
+
msgid "Multi Set Support"
|
823 |
+
msgstr "Multi-Sets"
|
824 |
+
|
825 |
+
# @ yasr
|
826 |
+
#: ../lib/yasr-settings-functions.php:1228
|
827 |
+
#, fuzzy
|
828 |
+
msgid "Logs and stats for visitors votes"
|
829 |
+
msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
|
830 |
+
|
831 |
+
#: ../lib/yasr-settings-functions.php:1233
|
832 |
+
msgid "Localization (.po and .mo files included)"
|
833 |
+
msgstr ""
|
834 |
+
|
835 |
+
#: ../lib/yasr-settings-functions.php:1238
|
836 |
+
msgid "Rich Snippet Support"
|
837 |
+
msgstr ""
|
838 |
+
|
839 |
+
#: ../lib/yasr-settings-functions.php:1243
|
840 |
+
msgid "Rankings for reviews, votes and users"
|
841 |
+
msgstr ""
|
842 |
+
|
843 |
+
#: ../lib/yasr-settings-functions.php:1248
|
844 |
+
msgid "Rankings Customization"
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: ../lib/yasr-settings-functions.php:1253
|
848 |
+
msgid "Stars Customization"
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
+
#: ../lib/yasr-settings-functions.php:1258
|
852 |
+
msgid "Visitors can vote on Multi Set"
|
853 |
+
msgstr ""
|
854 |
+
|
855 |
+
#: ../lib/yasr-settings-functions.php:1263
|
856 |
+
msgid "Users can review in comments"
|
857 |
+
msgstr ""
|
858 |
+
|
859 |
# @ yasr
|
860 |
#: ../lib/yasr-settings-functions.php:1274
|
861 |
msgid "Not avaible yet"
|
887 |
msgstr "Seiten"
|
888 |
|
889 |
# @ yasr
|
890 |
+
#: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
|
891 |
msgid "Yet Another Stars Rating: Settings"
|
892 |
msgstr "Yet Another Stars Rating"
|
893 |
|
894 |
# @ yasr
|
895 |
+
#: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
|
896 |
msgid "Overall Rating"
|
897 |
msgstr "Gesamtbewertung"
|
898 |
|
899 |
# @ yasr
|
900 |
+
#: ../lib/yasr-functions.php:143
|
901 |
msgid "Yet Another Stars Rating: Multiple set"
|
902 |
msgstr "Yet Another Stars Rating: Multi-Sets"
|
903 |
|
904 |
# @ default
|
905 |
+
#: ../lib/yasr-functions.php:159
|
906 |
msgid "You don't have enought privileges to insert Overall Rating"
|
907 |
msgstr ""
|
908 |
"Du hast nicht die notwendigen Berechtigungen um eine Gesamtbewertung "
|
909 |
"einzufügen"
|
910 |
|
911 |
# @ default
|
912 |
+
#: ../lib/yasr-functions.php:169
|
913 |
msgid "You don't have enought privileges to insert Multi Set"
|
914 |
msgstr ""
|
915 |
"Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
|
916 |
|
917 |
# @ yasr
|
918 |
+
#: ../lib/yasr-functions.php:304
|
919 |
msgid " reviewed by "
|
920 |
msgstr " geschrieben von "
|
921 |
|
922 |
# @ yasr
|
923 |
+
#: ../lib/yasr-functions.php:305
|
924 |
msgid " on "
|
925 |
msgstr " am"
|
926 |
|
927 |
# @ yasr
|
928 |
+
#: ../lib/yasr-functions.php:306
|
929 |
msgid " rated "
|
930 |
msgstr " ist bewertet mit "
|
931 |
|
932 |
# @ yasr
|
933 |
+
#: ../lib/yasr-functions.php:306
|
934 |
msgid " of"
|
935 |
msgstr ""
|
936 |
|
937 |
# @ yasr
|
938 |
+
#: ../lib/yasr-functions.php:361
|
939 |
msgid " written by "
|
940 |
msgstr "geschrieben von "
|
941 |
|
942 |
# @ yasr
|
943 |
+
#: ../lib/yasr-functions.php:363
|
944 |
#, fuzzy
|
945 |
msgid " average rating "
|
946 |
msgstr " Durchschnittsbewertung"
|
947 |
|
948 |
# @ yasr
|
949 |
+
#: ../lib/yasr-functions.php:364
|
950 |
msgid " user ratings"
|
951 |
msgstr " Besucherbewertungen"
|
952 |
|
953 |
# @ yasr
|
954 |
+
#: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
|
955 |
msgid "Follow YASR official site!"
|
956 |
msgstr "Folgen Sie Yasr offiziellen Website!"
|
957 |
|
1231 |
msgstr "Durchschnitt: "
|
1232 |
|
1233 |
# @ yasr
|
1234 |
+
#: ../lib/yasr-ajax-functions.php:1322
|
1235 |
#, fuzzy
|
1236 |
msgid "stars"
|
1237 |
msgstr "Sterne"
|
1238 |
+
|
1239 |
+
#~ msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
1240 |
+
#~ msgstr "'schlecht', 'mangelhaft', 'OK', 'gut', 'super'"
|
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: 2014-
|
5 |
-
"PO-Revision-Date: 2014-
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: en\n"
|
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
"X-Poedit-SearchPath-0: ..\n"
|
16 |
"X-Poedit-SearchPath-1: ../lib\n"
|
17 |
|
18 |
-
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:
|
19 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
20 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
21 |
msgid "You do not have sufficient permissions to access this page."
|
@@ -142,20 +142,20 @@ msgstr ""
|
|
142 |
msgid "Close this message"
|
143 |
msgstr "Choisissez ce message"
|
144 |
|
145 |
-
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:
|
146 |
-
#: ../lib/yasr-functions.php:
|
147 |
msgid "Donations"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:
|
151 |
-
#: ../lib/yasr-functions.php:
|
152 |
msgid ""
|
153 |
"If you have found this plugin useful, please consider making a donation to "
|
154 |
"help support future development. Your support will be much appreciated. "
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:
|
158 |
-
#: ../lib/yasr-functions.php:
|
159 |
msgid "Thank you!"
|
160 |
msgstr ""
|
161 |
|
@@ -223,57 +223,53 @@ msgstr "Vous avez déjà voté (note : )"
|
|
223 |
msgid "You must sign to vote"
|
224 |
msgstr "Vous devez être connecté pour voter"
|
225 |
|
226 |
-
#: ../lib/yasr-shortcode-functions.php:
|
227 |
-
msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
228 |
-
msgstr "'Mauvais', 'faible', 'ok', 'bon', 'super'"
|
229 |
-
|
230 |
-
#: ../lib/yasr-shortcode-functions.php:455
|
231 |
msgid "Rating"
|
232 |
msgstr "Évaluation"
|
233 |
|
234 |
-
#: ../lib/yasr-shortcode-functions.php:
|
235 |
msgid "You don't have any votes stored"
|
236 |
msgstr "Vous n'avez pas encore de votes"
|
237 |
|
238 |
-
#: ../lib/yasr-shortcode-functions.php:
|
239 |
-
#: ../lib/yasr-shortcode-functions.php:
|
240 |
msgid "Post / Page"
|
241 |
msgstr "Article / Page"
|
242 |
|
243 |
-
#: ../lib/yasr-shortcode-functions.php:
|
244 |
-
#: ../lib/yasr-shortcode-functions.php:
|
245 |
msgid "Order By"
|
246 |
msgstr "Trié par"
|
247 |
|
248 |
-
#: ../lib/yasr-shortcode-functions.php:
|
249 |
-
#: ../lib/yasr-shortcode-functions.php:
|
250 |
msgid "Most Rated"
|
251 |
msgstr "Le plus évalué"
|
252 |
|
253 |
-
#: ../lib/yasr-shortcode-functions.php:
|
254 |
-
#: ../lib/yasr-shortcode-functions.php:
|
255 |
msgid "Highest Rated"
|
256 |
msgstr "Les meilleurs notes"
|
257 |
|
258 |
-
#: ../lib/yasr-shortcode-functions.php:
|
259 |
-
#: ../lib/yasr-shortcode-functions.php:
|
260 |
msgid "Total:"
|
261 |
msgstr "Total :"
|
262 |
|
263 |
-
#: ../lib/yasr-shortcode-functions.php:
|
264 |
-
#: ../lib/yasr-shortcode-functions.php:
|
265 |
msgid "Average"
|
266 |
msgstr "Moyenne"
|
267 |
|
268 |
-
#: ../lib/yasr-shortcode-functions.php:
|
269 |
msgid "You've not enough data"
|
270 |
msgstr "Vous n'avez pas assez de vote"
|
271 |
|
272 |
-
#: ../lib/yasr-shortcode-functions.php:
|
273 |
msgid "You've not enought data"
|
274 |
msgstr "Vous n'avez pas assez de vote"
|
275 |
|
276 |
-
#: ../lib/yasr-shortcode-functions.php:
|
277 |
msgid ""
|
278 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
279 |
"any review?"
|
@@ -281,7 +277,7 @@ msgstr ""
|
|
281 |
"Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
|
282 |
"Avez-vous publié un vote ?"
|
283 |
|
284 |
-
#: ../lib/yasr-shortcode-functions.php:
|
285 |
msgid ""
|
286 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
287 |
"have votes to show?"
|
@@ -680,6 +676,53 @@ msgstr ""
|
|
680 |
msgid "Upgrade to yasr pro!"
|
681 |
msgstr ""
|
682 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
683 |
#: ../lib/yasr-settings-functions.php:1274
|
684 |
msgid "Not avaible yet"
|
685 |
msgstr ""
|
@@ -704,55 +747,55 @@ msgstr "Adresse IP"
|
|
704 |
msgid "Pages"
|
705 |
msgstr "Pages"
|
706 |
|
707 |
-
#: ../lib/yasr-functions.php:
|
708 |
msgid "Yet Another Stars Rating: Settings"
|
709 |
msgstr "Yet Another Stars Rating : Réglages"
|
710 |
|
711 |
-
#: ../lib/yasr-functions.php:
|
712 |
msgid "Overall Rating"
|
713 |
msgstr "Vote général"
|
714 |
|
715 |
-
#: ../lib/yasr-functions.php:
|
716 |
msgid "Yet Another Stars Rating: Multiple set"
|
717 |
msgstr "Yet Another Stars Rating: Vote multiple"
|
718 |
|
719 |
-
#: ../lib/yasr-functions.php:
|
720 |
msgid "You don't have enought privileges to insert Overall Rating"
|
721 |
msgstr "Vous ne avez pas assez de privilèges pour donner une Note globale"
|
722 |
|
723 |
-
#: ../lib/yasr-functions.php:
|
724 |
msgid "You don't have enought privileges to insert Multi Set"
|
725 |
msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
|
726 |
|
727 |
-
#: ../lib/yasr-functions.php:
|
728 |
msgid " reviewed by "
|
729 |
msgstr "Evalué par"
|
730 |
|
731 |
-
#: ../lib/yasr-functions.php:
|
732 |
msgid " on "
|
733 |
msgstr "sur"
|
734 |
|
735 |
-
#: ../lib/yasr-functions.php:
|
736 |
msgid " rated "
|
737 |
msgstr "evalué"
|
738 |
|
739 |
-
#: ../lib/yasr-functions.php:
|
740 |
msgid " of"
|
741 |
msgstr "de "
|
742 |
|
743 |
-
#: ../lib/yasr-functions.php:
|
744 |
msgid " written by "
|
745 |
msgstr "Ecris par"
|
746 |
|
747 |
-
#: ../lib/yasr-functions.php:
|
748 |
msgid " average rating "
|
749 |
msgstr "Moyenne des votes"
|
750 |
|
751 |
-
#: ../lib/yasr-functions.php:
|
752 |
msgid " user ratings"
|
753 |
msgstr "evaluations visiteur"
|
754 |
|
755 |
-
#: ../lib/yasr-functions.php:
|
756 |
msgid "Follow YASR official site!"
|
757 |
msgstr ""
|
758 |
|
@@ -976,20 +1019,20 @@ msgstr "Vote modifié"
|
|
976 |
msgid "Average "
|
977 |
msgstr "Moyenne"
|
978 |
|
979 |
-
#: ../lib/yasr-ajax-functions.php:
|
980 |
#, fuzzy
|
981 |
msgid "stars"
|
982 |
msgstr "Etoiles"
|
983 |
|
|
|
|
|
|
|
984 |
#~ msgid "You've not saved any shortcode."
|
985 |
#~ msgstr "Vous n'avez enregistré aucun shortcode ."
|
986 |
|
987 |
#~ msgid "Click here"
|
988 |
#~ msgstr "Cliquez ici"
|
989 |
|
990 |
-
#~ msgid "Your saved shortcodes:"
|
991 |
-
#~ msgstr "Vos shortcodes enregistrés :"
|
992 |
-
|
993 |
#~ msgid "You don't have any votes stored with this params"
|
994 |
#~ msgstr "Vous n'avez aucun votes enregistrés avec ce paramètre"
|
995 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YASR lenguages\n"
|
4 |
+
"POT-Creation-Date: 2014-12-13 11:15+0100\n"
|
5 |
+
"PO-Revision-Date: 2014-12-13 11:15+0100\n"
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: en\n"
|
15 |
"X-Poedit-SearchPath-0: ..\n"
|
16 |
"X-Poedit-SearchPath-1: ../lib\n"
|
17 |
|
18 |
+
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
|
19 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
20 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
21 |
msgid "You do not have sufficient permissions to access this page."
|
142 |
msgid "Close this message"
|
143 |
msgstr "Choisissez ce message"
|
144 |
|
145 |
+
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
|
146 |
+
#: ../lib/yasr-functions.php:484
|
147 |
msgid "Donations"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
|
151 |
+
#: ../lib/yasr-functions.php:486
|
152 |
msgid ""
|
153 |
"If you have found this plugin useful, please consider making a donation to "
|
154 |
"help support future development. Your support will be much appreciated. "
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
|
158 |
+
#: ../lib/yasr-functions.php:488
|
159 |
msgid "Thank you!"
|
160 |
msgstr ""
|
161 |
|
223 |
msgid "You must sign to vote"
|
224 |
msgstr "Vous devez être connecté pour voter"
|
225 |
|
226 |
+
#: ../lib/yasr-shortcode-functions.php:470
|
|
|
|
|
|
|
|
|
227 |
msgid "Rating"
|
228 |
msgstr "Évaluation"
|
229 |
|
230 |
+
#: ../lib/yasr-shortcode-functions.php:484
|
231 |
msgid "You don't have any votes stored"
|
232 |
msgstr "Vous n'avez pas encore de votes"
|
233 |
|
234 |
+
#: ../lib/yasr-shortcode-functions.php:520
|
235 |
+
#: ../lib/yasr-shortcode-functions.php:558
|
236 |
msgid "Post / Page"
|
237 |
msgstr "Article / Page"
|
238 |
|
239 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
240 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
241 |
msgid "Order By"
|
242 |
msgstr "Trié par"
|
243 |
|
244 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
245 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
246 |
msgid "Most Rated"
|
247 |
msgstr "Le plus évalué"
|
248 |
|
249 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
250 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
251 |
msgid "Highest Rated"
|
252 |
msgstr "Les meilleurs notes"
|
253 |
|
254 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
255 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
256 |
msgid "Total:"
|
257 |
msgstr "Total :"
|
258 |
|
259 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
260 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
261 |
msgid "Average"
|
262 |
msgstr "Moyenne"
|
263 |
|
264 |
+
#: ../lib/yasr-shortcode-functions.php:550
|
265 |
msgid "You've not enough data"
|
266 |
msgstr "Vous n'avez pas assez de vote"
|
267 |
|
268 |
+
#: ../lib/yasr-shortcode-functions.php:585
|
269 |
msgid "You've not enought data"
|
270 |
msgstr "Vous n'avez pas assez de vote"
|
271 |
|
272 |
+
#: ../lib/yasr-shortcode-functions.php:670
|
273 |
msgid ""
|
274 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
275 |
"any review?"
|
277 |
"Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
|
278 |
"Avez-vous publié un vote ?"
|
279 |
|
280 |
+
#: ../lib/yasr-shortcode-functions.php:738
|
281 |
msgid ""
|
282 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
283 |
"have votes to show?"
|
676 |
msgid "Upgrade to yasr pro!"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: ../lib/yasr-settings-functions.php:1211
|
680 |
+
msgid "Unlimited ratings and votes"
|
681 |
+
msgstr ""
|
682 |
+
|
683 |
+
#: ../lib/yasr-settings-functions.php:1217
|
684 |
+
#, fuzzy
|
685 |
+
msgid "Works with shortcodes"
|
686 |
+
msgstr "Vos shortcodes enregistrés :"
|
687 |
+
|
688 |
+
#: ../lib/yasr-settings-functions.php:1223
|
689 |
+
#, fuzzy
|
690 |
+
msgid "Multi Set Support"
|
691 |
+
msgstr "Votes Multiple"
|
692 |
+
|
693 |
+
#: ../lib/yasr-settings-functions.php:1228
|
694 |
+
#, fuzzy
|
695 |
+
msgid "Logs and stats for visitors votes"
|
696 |
+
msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
|
697 |
+
|
698 |
+
#: ../lib/yasr-settings-functions.php:1233
|
699 |
+
msgid "Localization (.po and .mo files included)"
|
700 |
+
msgstr ""
|
701 |
+
|
702 |
+
#: ../lib/yasr-settings-functions.php:1238
|
703 |
+
msgid "Rich Snippet Support"
|
704 |
+
msgstr ""
|
705 |
+
|
706 |
+
#: ../lib/yasr-settings-functions.php:1243
|
707 |
+
msgid "Rankings for reviews, votes and users"
|
708 |
+
msgstr ""
|
709 |
+
|
710 |
+
#: ../lib/yasr-settings-functions.php:1248
|
711 |
+
msgid "Rankings Customization"
|
712 |
+
msgstr ""
|
713 |
+
|
714 |
+
#: ../lib/yasr-settings-functions.php:1253
|
715 |
+
msgid "Stars Customization"
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: ../lib/yasr-settings-functions.php:1258
|
719 |
+
msgid "Visitors can vote on Multi Set"
|
720 |
+
msgstr ""
|
721 |
+
|
722 |
+
#: ../lib/yasr-settings-functions.php:1263
|
723 |
+
msgid "Users can review in comments"
|
724 |
+
msgstr ""
|
725 |
+
|
726 |
#: ../lib/yasr-settings-functions.php:1274
|
727 |
msgid "Not avaible yet"
|
728 |
msgstr ""
|
747 |
msgid "Pages"
|
748 |
msgstr "Pages"
|
749 |
|
750 |
+
#: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
|
751 |
msgid "Yet Another Stars Rating: Settings"
|
752 |
msgstr "Yet Another Stars Rating : Réglages"
|
753 |
|
754 |
+
#: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
|
755 |
msgid "Overall Rating"
|
756 |
msgstr "Vote général"
|
757 |
|
758 |
+
#: ../lib/yasr-functions.php:143
|
759 |
msgid "Yet Another Stars Rating: Multiple set"
|
760 |
msgstr "Yet Another Stars Rating: Vote multiple"
|
761 |
|
762 |
+
#: ../lib/yasr-functions.php:159
|
763 |
msgid "You don't have enought privileges to insert Overall Rating"
|
764 |
msgstr "Vous ne avez pas assez de privilèges pour donner une Note globale"
|
765 |
|
766 |
+
#: ../lib/yasr-functions.php:169
|
767 |
msgid "You don't have enought privileges to insert Multi Set"
|
768 |
msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
|
769 |
|
770 |
+
#: ../lib/yasr-functions.php:304
|
771 |
msgid " reviewed by "
|
772 |
msgstr "Evalué par"
|
773 |
|
774 |
+
#: ../lib/yasr-functions.php:305
|
775 |
msgid " on "
|
776 |
msgstr "sur"
|
777 |
|
778 |
+
#: ../lib/yasr-functions.php:306
|
779 |
msgid " rated "
|
780 |
msgstr "evalué"
|
781 |
|
782 |
+
#: ../lib/yasr-functions.php:306
|
783 |
msgid " of"
|
784 |
msgstr "de "
|
785 |
|
786 |
+
#: ../lib/yasr-functions.php:361
|
787 |
msgid " written by "
|
788 |
msgstr "Ecris par"
|
789 |
|
790 |
+
#: ../lib/yasr-functions.php:363
|
791 |
msgid " average rating "
|
792 |
msgstr "Moyenne des votes"
|
793 |
|
794 |
+
#: ../lib/yasr-functions.php:364
|
795 |
msgid " user ratings"
|
796 |
msgstr "evaluations visiteur"
|
797 |
|
798 |
+
#: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
|
799 |
msgid "Follow YASR official site!"
|
800 |
msgstr ""
|
801 |
|
1019 |
msgid "Average "
|
1020 |
msgstr "Moyenne"
|
1021 |
|
1022 |
+
#: ../lib/yasr-ajax-functions.php:1322
|
1023 |
#, fuzzy
|
1024 |
msgid "stars"
|
1025 |
msgstr "Etoiles"
|
1026 |
|
1027 |
+
#~ msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
1028 |
+
#~ msgstr "'Mauvais', 'faible', 'ok', 'bon', 'super'"
|
1029 |
+
|
1030 |
#~ msgid "You've not saved any shortcode."
|
1031 |
#~ msgstr "Vous n'avez enregistré aucun shortcode ."
|
1032 |
|
1033 |
#~ msgid "Click here"
|
1034 |
#~ msgstr "Cliquez ici"
|
1035 |
|
|
|
|
|
|
|
1036 |
#~ msgid "You don't have any votes stored with this params"
|
1037 |
#~ msgstr "Vous n'avez aucun votes enregistrés avec ce paramètre"
|
1038 |
|
languages/yasr-it_IT.mo
CHANGED
Binary file
|
languages/yasr-it_IT.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Yasr Translation\n"
|
4 |
-
"POT-Creation-Date: 2014-
|
5 |
-
"PO-Revision-Date: 2014-
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: it_IT\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
"X-Poedit-SearchPath-1: ../lib\n"
|
18 |
|
19 |
-
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:
|
20 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
21 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
22 |
msgid "You do not have sufficient permissions to access this page."
|
@@ -141,13 +141,13 @@ msgstr ""
|
|
141 |
msgid "Close this message"
|
142 |
msgstr "Chiudi questo messaggio"
|
143 |
|
144 |
-
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:
|
145 |
-
#: ../lib/yasr-functions.php:
|
146 |
msgid "Donations"
|
147 |
msgstr "Donazioni"
|
148 |
|
149 |
-
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:
|
150 |
-
#: ../lib/yasr-functions.php:
|
151 |
msgid ""
|
152 |
"If you have found this plugin useful, please consider making a donation to "
|
153 |
"help support future development. Your support will be much appreciated. "
|
@@ -156,8 +156,8 @@ msgstr ""
|
|
156 |
"supportarne lo sviluppo. Il tuo aiuto sarà molto apprezzato! P.s. YASR è "
|
157 |
"made in Italy ;)"
|
158 |
|
159 |
-
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:
|
160 |
-
#: ../lib/yasr-functions.php:
|
161 |
msgid "Thank you!"
|
162 |
msgstr "Grazie!"
|
163 |
|
@@ -225,57 +225,53 @@ msgstr "Hai già votato questo articolo con "
|
|
225 |
msgid "You must sign to vote"
|
226 |
msgstr "Devi fare il login per votare"
|
227 |
|
228 |
-
#: ../lib/yasr-shortcode-functions.php:
|
229 |
-
msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
230 |
-
msgstr "'pessimo', 'scarso', 'ok', 'buono', 'super'"
|
231 |
-
|
232 |
-
#: ../lib/yasr-shortcode-functions.php:455
|
233 |
msgid "Rating"
|
234 |
msgstr "Voto"
|
235 |
|
236 |
-
#: ../lib/yasr-shortcode-functions.php:
|
237 |
msgid "You don't have any votes stored"
|
238 |
msgstr "Non hai alcun voto salvato"
|
239 |
|
240 |
-
#: ../lib/yasr-shortcode-functions.php:
|
241 |
-
#: ../lib/yasr-shortcode-functions.php:
|
242 |
msgid "Post / Page"
|
243 |
msgstr "Post / Pagina"
|
244 |
|
245 |
-
#: ../lib/yasr-shortcode-functions.php:
|
246 |
-
#: ../lib/yasr-shortcode-functions.php:
|
247 |
msgid "Order By"
|
248 |
msgstr "Ordina per"
|
249 |
|
250 |
-
#: ../lib/yasr-shortcode-functions.php:
|
251 |
-
#: ../lib/yasr-shortcode-functions.php:
|
252 |
msgid "Most Rated"
|
253 |
msgstr "Più Votati"
|
254 |
|
255 |
-
#: ../lib/yasr-shortcode-functions.php:
|
256 |
-
#: ../lib/yasr-shortcode-functions.php:
|
257 |
msgid "Highest Rated"
|
258 |
msgstr "Voto più alto"
|
259 |
|
260 |
-
#: ../lib/yasr-shortcode-functions.php:
|
261 |
-
#: ../lib/yasr-shortcode-functions.php:
|
262 |
msgid "Total:"
|
263 |
msgstr "Voti:"
|
264 |
|
265 |
-
#: ../lib/yasr-shortcode-functions.php:
|
266 |
-
#: ../lib/yasr-shortcode-functions.php:
|
267 |
msgid "Average"
|
268 |
msgstr "Media"
|
269 |
|
270 |
-
#: ../lib/yasr-shortcode-functions.php:
|
271 |
msgid "You've not enough data"
|
272 |
msgstr "Non hai abbastanza dati"
|
273 |
|
274 |
-
#: ../lib/yasr-shortcode-functions.php:
|
275 |
msgid "You've not enought data"
|
276 |
msgstr "Non hai abbastanza dati"
|
277 |
|
278 |
-
#: ../lib/yasr-shortcode-functions.php:
|
279 |
msgid ""
|
280 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
281 |
"any review?"
|
@@ -283,7 +279,7 @@ msgstr ""
|
|
283 |
"C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
|
284 |
"attivi. Hai pubblicato qualche recensione?"
|
285 |
|
286 |
-
#: ../lib/yasr-shortcode-functions.php:
|
287 |
msgid ""
|
288 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
289 |
"have votes to show?"
|
@@ -300,13 +296,12 @@ msgid "Auto insert options"
|
|
300 |
msgstr "Opzioni inserimento automatico"
|
301 |
|
302 |
#: ../lib/yasr-settings-functions.php:51
|
303 |
-
#, fuzzy
|
304 |
msgid "Show \"Overall Rating\" in Archive Page?"
|
305 |
-
msgstr "Mostrare il Voto Complessivo nella
|
306 |
|
307 |
#: ../lib/yasr-settings-functions.php:52
|
308 |
msgid "Show \"Visitor Votes\" in Archive Page?"
|
309 |
-
msgstr ""
|
310 |
|
311 |
#: ../lib/yasr-settings-functions.php:53
|
312 |
msgid "Insert custom text to show before / after stars"
|
@@ -431,7 +426,6 @@ msgstr ""
|
|
431 |
"categorie o archivi"
|
432 |
|
433 |
#: ../lib/yasr-settings-functions.php:239
|
434 |
-
#, fuzzy
|
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 "
|
@@ -678,6 +672,61 @@ msgstr "Hai bisogno di più funzioni?"
|
|
678 |
msgid "Upgrade to yasr pro!"
|
679 |
msgstr "Passa a yasr pro!"
|
680 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
681 |
#: ../lib/yasr-settings-functions.php:1274
|
682 |
msgid "Not avaible yet"
|
683 |
msgstr "Non ancora disponibile"
|
@@ -702,55 +751,55 @@ msgstr "Indirizzo Ip"
|
|
702 |
msgid "Pages"
|
703 |
msgstr "Pagine"
|
704 |
|
705 |
-
#: ../lib/yasr-functions.php:
|
706 |
msgid "Yet Another Stars Rating: Settings"
|
707 |
msgstr "Yet Another Stars Rating: Impostazioni"
|
708 |
|
709 |
-
#: ../lib/yasr-functions.php:
|
710 |
msgid "Overall Rating"
|
711 |
msgstr "Voto Complessivo "
|
712 |
|
713 |
-
#: ../lib/yasr-functions.php:
|
714 |
msgid "Yet Another Stars Rating: Multiple set"
|
715 |
msgstr "Yet Another Stars Rating: Set Multipli"
|
716 |
|
717 |
-
#: ../lib/yasr-functions.php:
|
718 |
msgid "You don't have enought privileges to insert Overall Rating"
|
719 |
msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
|
720 |
|
721 |
-
#: ../lib/yasr-functions.php:
|
722 |
msgid "You don't have enought privileges to insert Multi Set"
|
723 |
msgstr "Non hai abbastanza permessi per inserire un Multi Set"
|
724 |
|
725 |
-
#: ../lib/yasr-functions.php:
|
726 |
msgid " reviewed by "
|
727 |
msgstr " recensito da "
|
728 |
|
729 |
-
#: ../lib/yasr-functions.php:
|
730 |
msgid " on "
|
731 |
msgstr " il "
|
732 |
|
733 |
-
#: ../lib/yasr-functions.php:
|
734 |
msgid " rated "
|
735 |
msgstr " votato "
|
736 |
|
737 |
-
#: ../lib/yasr-functions.php:
|
738 |
msgid " of"
|
739 |
msgstr "su"
|
740 |
|
741 |
-
#: ../lib/yasr-functions.php:
|
742 |
msgid " written by "
|
743 |
msgstr " scritto da "
|
744 |
|
745 |
-
#: ../lib/yasr-functions.php:
|
746 |
msgid " average rating "
|
747 |
msgstr " media voto "
|
748 |
|
749 |
-
#: ../lib/yasr-functions.php:
|
750 |
msgid " user ratings"
|
751 |
msgstr " voti utenti "
|
752 |
|
753 |
-
#: ../lib/yasr-functions.php:
|
754 |
msgid "Follow YASR official site!"
|
755 |
msgstr "Segui il sito ufficiale di YASR!"
|
756 |
|
@@ -969,10 +1018,13 @@ msgstr "Voto Aggiornato"
|
|
969 |
msgid "Average "
|
970 |
msgstr "Media Voto "
|
971 |
|
972 |
-
#: ../lib/yasr-ajax-functions.php:
|
973 |
msgid "stars"
|
974 |
msgstr "stelle"
|
975 |
|
|
|
|
|
|
|
976 |
#~ msgid " on 5.0"
|
977 |
#~ msgstr " su 5.0 "
|
978 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Yasr Translation\n"
|
4 |
+
"POT-Creation-Date: 2014-12-13 11:28+0100\n"
|
5 |
+
"PO-Revision-Date: 2014-12-13 11:29+0100\n"
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: it_IT\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
"X-Poedit-SearchPath-1: ../lib\n"
|
18 |
|
19 |
+
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
|
20 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
21 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
22 |
msgid "You do not have sufficient permissions to access this page."
|
141 |
msgid "Close this message"
|
142 |
msgstr "Chiudi questo messaggio"
|
143 |
|
144 |
+
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
|
145 |
+
#: ../lib/yasr-functions.php:484
|
146 |
msgid "Donations"
|
147 |
msgstr "Donazioni"
|
148 |
|
149 |
+
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
|
150 |
+
#: ../lib/yasr-functions.php:486
|
151 |
msgid ""
|
152 |
"If you have found this plugin useful, please consider making a donation to "
|
153 |
"help support future development. Your support will be much appreciated. "
|
156 |
"supportarne lo sviluppo. Il tuo aiuto sarà molto apprezzato! P.s. YASR è "
|
157 |
"made in Italy ;)"
|
158 |
|
159 |
+
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
|
160 |
+
#: ../lib/yasr-functions.php:488
|
161 |
msgid "Thank you!"
|
162 |
msgstr "Grazie!"
|
163 |
|
225 |
msgid "You must sign to vote"
|
226 |
msgstr "Devi fare il login per votare"
|
227 |
|
228 |
+
#: ../lib/yasr-shortcode-functions.php:470
|
|
|
|
|
|
|
|
|
229 |
msgid "Rating"
|
230 |
msgstr "Voto"
|
231 |
|
232 |
+
#: ../lib/yasr-shortcode-functions.php:484
|
233 |
msgid "You don't have any votes stored"
|
234 |
msgstr "Non hai alcun voto salvato"
|
235 |
|
236 |
+
#: ../lib/yasr-shortcode-functions.php:520
|
237 |
+
#: ../lib/yasr-shortcode-functions.php:558
|
238 |
msgid "Post / Page"
|
239 |
msgstr "Post / Pagina"
|
240 |
|
241 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
242 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
243 |
msgid "Order By"
|
244 |
msgstr "Ordina per"
|
245 |
|
246 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
247 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
248 |
msgid "Most Rated"
|
249 |
msgstr "Più Votati"
|
250 |
|
251 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
252 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
253 |
msgid "Highest Rated"
|
254 |
msgstr "Voto più alto"
|
255 |
|
256 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
257 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
258 |
msgid "Total:"
|
259 |
msgstr "Voti:"
|
260 |
|
261 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
262 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
263 |
msgid "Average"
|
264 |
msgstr "Media"
|
265 |
|
266 |
+
#: ../lib/yasr-shortcode-functions.php:550
|
267 |
msgid "You've not enough data"
|
268 |
msgstr "Non hai abbastanza dati"
|
269 |
|
270 |
+
#: ../lib/yasr-shortcode-functions.php:585
|
271 |
msgid "You've not enought data"
|
272 |
msgstr "Non hai abbastanza dati"
|
273 |
|
274 |
+
#: ../lib/yasr-shortcode-functions.php:670
|
275 |
msgid ""
|
276 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
277 |
"any review?"
|
279 |
"C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
|
280 |
"attivi. Hai pubblicato qualche recensione?"
|
281 |
|
282 |
+
#: ../lib/yasr-shortcode-functions.php:738
|
283 |
msgid ""
|
284 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
285 |
"have votes to show?"
|
296 |
msgstr "Opzioni inserimento automatico"
|
297 |
|
298 |
#: ../lib/yasr-settings-functions.php:51
|
|
|
299 |
msgid "Show \"Overall Rating\" in Archive Page?"
|
300 |
+
msgstr "Mostrare il \"Voto Complessivo\" nella Pagine Archivio?"
|
301 |
|
302 |
#: ../lib/yasr-settings-functions.php:52
|
303 |
msgid "Show \"Visitor Votes\" in Archive Page?"
|
304 |
+
msgstr "Mostare il \"Voto Utenti\" nelle Pagine Archivio?"
|
305 |
|
306 |
#: ../lib/yasr-settings-functions.php:53
|
307 |
msgid "Insert custom text to show before / after stars"
|
426 |
"categorie o archivi"
|
427 |
|
428 |
#: ../lib/yasr-settings-functions.php:239
|
|
|
429 |
msgid ""
|
430 |
"If you enable this, \"Visitor Votes\" will be showed not only in the single "
|
431 |
"article or page, but also in pages like Home Page, category pages or "
|
672 |
msgid "Upgrade to yasr pro!"
|
673 |
msgstr "Passa a yasr pro!"
|
674 |
|
675 |
+
#: ../lib/yasr-settings-functions.php:1211
|
676 |
+
msgid "Unlimited ratings and votes"
|
677 |
+
msgstr "Voti e recensioni illimitate"
|
678 |
+
|
679 |
+
#: ../lib/yasr-settings-functions.php:1217
|
680 |
+
msgid "Works with shortcodes"
|
681 |
+
msgstr "Funziona con gli shortcodes"
|
682 |
+
|
683 |
+
#: ../lib/yasr-settings-functions.php:1223
|
684 |
+
msgid "Multi Set Support"
|
685 |
+
msgstr "Supporto Set Multipli"
|
686 |
+
|
687 |
+
#: ../lib/yasr-settings-functions.php:1228
|
688 |
+
msgid "Logs and stats for visitors votes"
|
689 |
+
msgstr "Log e statistiche per i voti utenti"
|
690 |
+
|
691 |
+
#: ../lib/yasr-settings-functions.php:1233
|
692 |
+
msgid "Localization (.po and .mo files included)"
|
693 |
+
msgstr "Traducibile (files .po e .mo inclusi)"
|
694 |
+
|
695 |
+
#: ../lib/yasr-settings-functions.php:1238
|
696 |
+
msgid "Rich Snippet Support"
|
697 |
+
msgstr "Supporto per Rich Snippet"
|
698 |
+
|
699 |
+
#: ../lib/yasr-settings-functions.php:1243
|
700 |
+
msgid "Rankings for reviews, votes and users"
|
701 |
+
msgstr "Classifiche per recensioni, voti e utenti"
|
702 |
+
|
703 |
+
#: ../lib/yasr-settings-functions.php:1248
|
704 |
+
msgid "Rankings Customization"
|
705 |
+
msgstr "Personalizzazione Classifiche"
|
706 |
+
|
707 |
+
#: ../lib/yasr-settings-functions.php:1253
|
708 |
+
msgid "Stars Customization"
|
709 |
+
msgstr "Personalizzazione Stelle"
|
710 |
+
|
711 |
+
#: ../lib/yasr-settings-functions.php:1254
|
712 |
+
msgid "Size Only"
|
713 |
+
msgstr "Solo la grandezza"
|
714 |
+
|
715 |
+
#: ../lib/yasr-settings-functions.php:1255
|
716 |
+
msgid ""
|
717 |
+
"Users can choose different ready to use sets or can upload their own images."
|
718 |
+
msgstr ""
|
719 |
+
"È possibile scegliere diversi set pronti all'uso o caricare le proprie "
|
720 |
+
"immagini"
|
721 |
+
|
722 |
+
#: ../lib/yasr-settings-functions.php:1258
|
723 |
+
msgid "Visitors can vote on Multi Set"
|
724 |
+
msgstr "I visitatori possono votare nei Multi Set"
|
725 |
+
|
726 |
+
#: ../lib/yasr-settings-functions.php:1263
|
727 |
+
msgid "Users can review in comments"
|
728 |
+
msgstr "Gli utenti possono recensire nei commenti"
|
729 |
+
|
730 |
#: ../lib/yasr-settings-functions.php:1274
|
731 |
msgid "Not avaible yet"
|
732 |
msgstr "Non ancora disponibile"
|
751 |
msgid "Pages"
|
752 |
msgstr "Pagine"
|
753 |
|
754 |
+
#: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
|
755 |
msgid "Yet Another Stars Rating: Settings"
|
756 |
msgstr "Yet Another Stars Rating: Impostazioni"
|
757 |
|
758 |
+
#: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
|
759 |
msgid "Overall Rating"
|
760 |
msgstr "Voto Complessivo "
|
761 |
|
762 |
+
#: ../lib/yasr-functions.php:143
|
763 |
msgid "Yet Another Stars Rating: Multiple set"
|
764 |
msgstr "Yet Another Stars Rating: Set Multipli"
|
765 |
|
766 |
+
#: ../lib/yasr-functions.php:159
|
767 |
msgid "You don't have enought privileges to insert Overall Rating"
|
768 |
msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
|
769 |
|
770 |
+
#: ../lib/yasr-functions.php:169
|
771 |
msgid "You don't have enought privileges to insert Multi Set"
|
772 |
msgstr "Non hai abbastanza permessi per inserire un Multi Set"
|
773 |
|
774 |
+
#: ../lib/yasr-functions.php:304
|
775 |
msgid " reviewed by "
|
776 |
msgstr " recensito da "
|
777 |
|
778 |
+
#: ../lib/yasr-functions.php:305
|
779 |
msgid " on "
|
780 |
msgstr " il "
|
781 |
|
782 |
+
#: ../lib/yasr-functions.php:306
|
783 |
msgid " rated "
|
784 |
msgstr " votato "
|
785 |
|
786 |
+
#: ../lib/yasr-functions.php:306
|
787 |
msgid " of"
|
788 |
msgstr "su"
|
789 |
|
790 |
+
#: ../lib/yasr-functions.php:361
|
791 |
msgid " written by "
|
792 |
msgstr " scritto da "
|
793 |
|
794 |
+
#: ../lib/yasr-functions.php:363
|
795 |
msgid " average rating "
|
796 |
msgstr " media voto "
|
797 |
|
798 |
+
#: ../lib/yasr-functions.php:364
|
799 |
msgid " user ratings"
|
800 |
msgstr " voti utenti "
|
801 |
|
802 |
+
#: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
|
803 |
msgid "Follow YASR official site!"
|
804 |
msgstr "Segui il sito ufficiale di YASR!"
|
805 |
|
1018 |
msgid "Average "
|
1019 |
msgstr "Media Voto "
|
1020 |
|
1021 |
+
#: ../lib/yasr-ajax-functions.php:1322
|
1022 |
msgid "stars"
|
1023 |
msgstr "stelle"
|
1024 |
|
1025 |
+
#~ msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
1026 |
+
#~ msgstr "'pessimo', 'scarso', 'ok', 'buono', 'super'"
|
1027 |
+
|
1028 |
#~ msgid " on 5.0"
|
1029 |
#~ msgstr " su 5.0 "
|
1030 |
|
languages/yasr-nb_NO.mo
ADDED
Binary file
|
languages/yasr-nb_NO.po
ADDED
@@ -0,0 +1,1023 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: YASR lenguages\n"
|
4 |
+
"POT-Creation-Date: 2014-12-13 11:15+0100\n"
|
5 |
+
"PO-Revision-Date: 2014-12-13 11:15+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-settings-page.php:24 ../lib/yasr-functions.php:110
|
20 |
+
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
21 |
+
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
22 |
+
msgid "You do not have sufficient permissions to access this page."
|
23 |
+
msgstr "Du har ikke tilstrekkelig tillatelse til å få tilgang til denne siden."
|
24 |
+
|
25 |
+
#: ../yasr-settings-page.php:33
|
26 |
+
msgid "Settings"
|
27 |
+
msgstr "Innstillinger"
|
28 |
+
|
29 |
+
#: ../yasr-settings-page.php:76
|
30 |
+
msgid "General Settings"
|
31 |
+
msgstr "Generelle innstillinger"
|
32 |
+
|
33 |
+
#: ../yasr-settings-page.php:77
|
34 |
+
msgid "Multi Sets"
|
35 |
+
msgstr "Multisett"
|
36 |
+
|
37 |
+
#: ../yasr-settings-page.php:78
|
38 |
+
msgid "Styles"
|
39 |
+
msgstr "Stiler"
|
40 |
+
|
41 |
+
#: ../yasr-settings-page.php:79
|
42 |
+
msgid "Pro Features!"
|
43 |
+
msgstr "Pro-funksjoner!"
|
44 |
+
|
45 |
+
#: ../yasr-settings-page.php:96 ../yasr-settings-page.php:276
|
46 |
+
msgid "Save"
|
47 |
+
msgstr "Lagre"
|
48 |
+
|
49 |
+
#: ../yasr-settings-page.php:116
|
50 |
+
msgid "Import Gd Star Rating"
|
51 |
+
msgstr "Importer Gd-stjernevurdering"
|
52 |
+
|
53 |
+
#: ../yasr-settings-page.php:117
|
54 |
+
msgid "I've found a previous installation of Gd Star Rating."
|
55 |
+
msgstr "Jeg fant en tidligere installasjon av Gd-stjernevurdering"
|
56 |
+
|
57 |
+
#: ../yasr-settings-page.php:117
|
58 |
+
msgid "Do you want proceed to import data?"
|
59 |
+
msgstr "Vil du fortsette og importere data?"
|
60 |
+
|
61 |
+
#: ../yasr-settings-page.php:119
|
62 |
+
msgid "Yes, Begin Import"
|
63 |
+
msgstr "Ja, start importeringen"
|
64 |
+
|
65 |
+
#: ../yasr-settings-page.php:123
|
66 |
+
msgid "Click on Proceed to import Gd Star Rating data."
|
67 |
+
msgstr "Klikk på \"Fortsett\" for å importere data fra Gd-stjernevurdering."
|
68 |
+
|
69 |
+
#: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
|
70 |
+
msgid "Proceed"
|
71 |
+
msgstr "Fortsett"
|
72 |
+
|
73 |
+
#: ../yasr-settings-page.php:148
|
74 |
+
msgid "Manage GD Star Data"
|
75 |
+
msgstr "Administrer Gd-stjernevurdering"
|
76 |
+
|
77 |
+
#: ../yasr-settings-page.php:149
|
78 |
+
msgid "Gd Star Rating has been already imported."
|
79 |
+
msgstr "Gd-stjernevurdering har allerede blitt importert."
|
80 |
+
|
81 |
+
#: ../yasr-settings-page.php:150
|
82 |
+
msgid "If you wish you can import it again, but"
|
83 |
+
msgstr "Dersom du ønsker kan du importere en gang til, men"
|
84 |
+
|
85 |
+
#: ../yasr-settings-page.php:150
|
86 |
+
msgid "you will lose all data you've collect since the import!"
|
87 |
+
msgstr "du vil miste alle data du har samlet inn siden importeringen."
|
88 |
+
|
89 |
+
#: ../yasr-settings-page.php:152
|
90 |
+
msgid "Ok, Import Again"
|
91 |
+
msgstr "OK, importer en gang til"
|
92 |
+
|
93 |
+
#: ../yasr-settings-page.php:156
|
94 |
+
msgid ""
|
95 |
+
"Click on Proceed to import again Gd Star Rating data. This may take a while!"
|
96 |
+
msgstr ""
|
97 |
+
"Klikk på \"Fortsett\" for å importere Gd-stjernevurdering en gang til. Dette "
|
98 |
+
"kan ta en stund."
|
99 |
+
|
100 |
+
#: ../yasr-settings-page.php:196
|
101 |
+
msgid "Manage Multi Set"
|
102 |
+
msgstr "Administrer multisett"
|
103 |
+
|
104 |
+
#: ../yasr-settings-page.php:200
|
105 |
+
msgid "What is a Multi Set?"
|
106 |
+
msgstr "Hva er et multisett?"
|
107 |
+
|
108 |
+
#: ../yasr-settings-page.php:204
|
109 |
+
msgid ""
|
110 |
+
"Multi Set allows you to insert a rate for each aspect about the product / "
|
111 |
+
"local business / whetever you're reviewing, example in the image below."
|
112 |
+
msgstr ""
|
113 |
+
"Et multisett lar deg legge inn en vurdering av ulike aspekter ved produktet, "
|
114 |
+
"bedriften, eller hva enn du vurderer. Du kan se et eksempel på bildet "
|
115 |
+
"nedenfor."
|
116 |
+
|
117 |
+
#: ../yasr-settings-page.php:208
|
118 |
+
msgid ""
|
119 |
+
"You can create up to 99 different Multi Set and each one can contain up to 9 "
|
120 |
+
"different fields. Once you've saved it, you can insert the rates while "
|
121 |
+
"typing your article in the box below the editor, as you can see in this "
|
122 |
+
"image (click to see it larger)"
|
123 |
+
msgstr ""
|
124 |
+
"Du kan opprette opptil 99 ulike multisett, og hver av disse kan inneholde "
|
125 |
+
"opptil 9 ulike felter. Så snart du har lagret et sett, kan du legge inn "
|
126 |
+
"vurderingene dine mens du skriver artikkelen din inn i boksen nedenfor "
|
127 |
+
"redigeringsvinduet. Dette kan du se på dette bildet (klikk for å forstørre)"
|
128 |
+
|
129 |
+
#: ../yasr-settings-page.php:212
|
130 |
+
msgid ""
|
131 |
+
"In order to insert your Multi Sets into a post or page, you can either past "
|
132 |
+
"the short code that will appear at the bottom of the box or just click on "
|
133 |
+
"the star in the graphic editor and select \"Insert Multi Set\"."
|
134 |
+
msgstr ""
|
135 |
+
"Du kan legge inn multisettene dine i et innlegg eller på en side på to ulike "
|
136 |
+
"måter: Du kan legge inn kodesnutten du ser i bunnen av boksen, eller du kan "
|
137 |
+
"klikke på stjernen i redigeringsvinduet og så klikke \"Legg inn multisett\"."
|
138 |
+
|
139 |
+
#: ../yasr-settings-page.php:218
|
140 |
+
msgid "Close this message"
|
141 |
+
msgstr "Lukk denne meldingen"
|
142 |
+
|
143 |
+
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
|
144 |
+
#: ../lib/yasr-functions.php:484
|
145 |
+
msgid "Donations"
|
146 |
+
msgstr "Donasjoner"
|
147 |
+
|
148 |
+
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
|
149 |
+
#: ../lib/yasr-functions.php:486
|
150 |
+
msgid ""
|
151 |
+
"If you have found this plugin useful, please consider making a donation to "
|
152 |
+
"help support future development. Your support will be much appreciated. "
|
153 |
+
msgstr ""
|
154 |
+
"Dersom du synes denne utvidelsen er hjelpsom, vennligst vurder å gi en "
|
155 |
+
"donasjon for å hjelpe oss med fremtidig utvikling. Vi setter veldig stor "
|
156 |
+
"pris på støtten din."
|
157 |
+
|
158 |
+
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
|
159 |
+
#: ../lib/yasr-functions.php:488
|
160 |
+
msgid "Thank you!"
|
161 |
+
msgstr "Tusen takk!"
|
162 |
+
|
163 |
+
#: ../yasr-metabox-multiple-rating.php:35
|
164 |
+
msgid "Choose wich set you want to use"
|
165 |
+
msgstr "Velg hvilket sett du vil bruke"
|
166 |
+
|
167 |
+
#: ../yasr-metabox-multiple-rating.php:46
|
168 |
+
#: ../yasr-metabox-overall-rating.php:193
|
169 |
+
#: ../lib/yasr-settings-functions.php:505
|
170 |
+
msgid "Select"
|
171 |
+
msgstr "Velg"
|
172 |
+
|
173 |
+
#: ../yasr-metabox-overall-rating.php:65 ../yasr-metabox-overall-rating.php:99
|
174 |
+
msgid "Rate this article / item"
|
175 |
+
msgstr "Vurder denne artikkelen/dette elementet"
|
176 |
+
|
177 |
+
#: ../yasr-metabox-overall-rating.php:71
|
178 |
+
#: ../lib/yasr-shortcode-functions.php:166
|
179 |
+
msgid "Loading, please wait"
|
180 |
+
msgstr "Laster. Vennligst vent."
|
181 |
+
|
182 |
+
#: ../yasr-metabox-overall-rating.php:147
|
183 |
+
msgid "Save Vote"
|
184 |
+
msgstr "Lagre vurdering"
|
185 |
+
|
186 |
+
#: ../yasr-metabox-overall-rating.php:164
|
187 |
+
msgid "This review is about a..."
|
188 |
+
msgstr "Dette er en vurdering av..."
|
189 |
+
|
190 |
+
#: ../yasr-metabox-overall-rating.php:211
|
191 |
+
msgid ""
|
192 |
+
"Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
|
193 |
+
"where you want to display this rating"
|
194 |
+
msgstr ""
|
195 |
+
"Husk å legge inn dennne kodesnutten, <strong>[yasr_overall_rating]</"
|
196 |
+
"strong>, der hvor du ønsker at vurderingen skal vises"
|
197 |
+
|
198 |
+
#: ../lib/yasr-shortcode-functions.php:213
|
199 |
+
#: ../lib/yasr-shortcode-functions.php:224
|
200 |
+
#: ../lib/yasr-shortcode-functions.php:235
|
201 |
+
#: ../lib/yasr-shortcode-functions.php:254
|
202 |
+
#: ../lib/yasr-shortcode-functions.php:264
|
203 |
+
#: ../lib/yasr-shortcode-functions.php:274 ../lib/yasr-ajax-functions.php:998
|
204 |
+
#: ../lib/yasr-ajax-functions.php:1006 ../lib/yasr-ajax-functions.php:1125
|
205 |
+
#: ../lib/yasr-ajax-functions.php:1190 ../lib/yasr-ajax-functions.php:1198
|
206 |
+
msgid "Total: "
|
207 |
+
msgstr "Totalt:"
|
208 |
+
|
209 |
+
#: ../lib/yasr-shortcode-functions.php:213
|
210 |
+
#: ../lib/yasr-shortcode-functions.php:224
|
211 |
+
#: ../lib/yasr-shortcode-functions.php:235
|
212 |
+
#: ../lib/yasr-shortcode-functions.php:254
|
213 |
+
#: ../lib/yasr-shortcode-functions.php:264
|
214 |
+
#: ../lib/yasr-shortcode-functions.php:274
|
215 |
+
msgid "Average: "
|
216 |
+
msgstr "Gjennomsnitt:"
|
217 |
+
|
218 |
+
#: ../lib/yasr-shortcode-functions.php:214
|
219 |
+
#: ../lib/yasr-shortcode-functions.php:255 ../lib/yasr-ajax-functions.php:1199
|
220 |
+
msgid "You've already voted this article with"
|
221 |
+
msgstr "Du har allerede gitt din vurdering. Du ga karaktereren "
|
222 |
+
|
223 |
+
#: ../lib/yasr-shortcode-functions.php:275
|
224 |
+
msgid "You must sign to vote"
|
225 |
+
msgstr "Du må logge inn for å vurdere"
|
226 |
+
|
227 |
+
#: ../lib/yasr-shortcode-functions.php:470
|
228 |
+
msgid "Rating"
|
229 |
+
msgstr "Vurdering"
|
230 |
+
|
231 |
+
#: ../lib/yasr-shortcode-functions.php:484
|
232 |
+
msgid "You don't have any votes stored"
|
233 |
+
msgstr "Du har ingen vurderinger lagret"
|
234 |
+
|
235 |
+
#: ../lib/yasr-shortcode-functions.php:520
|
236 |
+
#: ../lib/yasr-shortcode-functions.php:558
|
237 |
+
msgid "Post / Page"
|
238 |
+
msgstr "Innlegg / side"
|
239 |
+
|
240 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
241 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
242 |
+
msgid "Order By"
|
243 |
+
msgstr "Sorter basert på "
|
244 |
+
|
245 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
246 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
247 |
+
msgid "Most Rated"
|
248 |
+
msgstr "Flest vurderinger"
|
249 |
+
|
250 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
251 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
252 |
+
msgid "Highest Rated"
|
253 |
+
msgstr "Høyest vurdering"
|
254 |
+
|
255 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
256 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
257 |
+
msgid "Total:"
|
258 |
+
msgstr "Total:"
|
259 |
+
|
260 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
261 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
262 |
+
msgid "Average"
|
263 |
+
msgstr "Gjennomsnittlig"
|
264 |
+
|
265 |
+
#: ../lib/yasr-shortcode-functions.php:550
|
266 |
+
msgid "You've not enough data"
|
267 |
+
msgstr "Du har ikke nok data"
|
268 |
+
|
269 |
+
#: ../lib/yasr-shortcode-functions.php:585
|
270 |
+
msgid "You've not enought data"
|
271 |
+
msgstr "Du har ikke nok data"
|
272 |
+
|
273 |
+
#: ../lib/yasr-shortcode-functions.php:670
|
274 |
+
msgid ""
|
275 |
+
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
276 |
+
"any review?"
|
277 |
+
msgstr ""
|
278 |
+
"Problem oppsto mens vi hentet de 5 mest aktive anmelderne . Har du publisert "
|
279 |
+
"en omtale?"
|
280 |
+
|
281 |
+
#: ../lib/yasr-shortcode-functions.php:738
|
282 |
+
msgid ""
|
283 |
+
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
284 |
+
"have votes to show?"
|
285 |
+
msgstr ""
|
286 |
+
"Problem oppsto mens vi hentet de 5 mest aktive brukerne. Er du sikker på at "
|
287 |
+
"du har vurderinger som kan vises?"
|
288 |
+
|
289 |
+
#: ../lib/yasr-settings-functions.php:49
|
290 |
+
msgid "General settings"
|
291 |
+
msgstr "Generelle innstillinger"
|
292 |
+
|
293 |
+
#: ../lib/yasr-settings-functions.php:50
|
294 |
+
msgid "Auto insert options"
|
295 |
+
msgstr "Automatiske innleggingsalternativer"
|
296 |
+
|
297 |
+
#: ../lib/yasr-settings-functions.php:51
|
298 |
+
msgid "Show \"Overall Rating\" in Archive Page?"
|
299 |
+
msgstr "Vis \"Helhetsvurdering\" på arkivsiden?"
|
300 |
+
|
301 |
+
#: ../lib/yasr-settings-functions.php:52
|
302 |
+
msgid "Show \"Visitor Votes\" in Archive Page?"
|
303 |
+
msgstr "Vis \"Besøkendes vurderinger\" på arkivsiden?"
|
304 |
+
|
305 |
+
#: ../lib/yasr-settings-functions.php:53
|
306 |
+
msgid "Insert custom text to show before / after stars"
|
307 |
+
msgstr "Legg inn egentilpasset tekst som vises før/etter stjernene"
|
308 |
+
|
309 |
+
#: ../lib/yasr-settings-functions.php:54
|
310 |
+
msgid "Do you want show stats for visitors votes?"
|
311 |
+
msgstr "Vil du vise statistikker for besøkendes vurderinger?"
|
312 |
+
|
313 |
+
#: ../lib/yasr-settings-functions.php:55
|
314 |
+
msgid "Which color scheme do you want to use?"
|
315 |
+
msgstr "Hvilket fargevalg ønsker du å benytte?"
|
316 |
+
|
317 |
+
#: ../lib/yasr-settings-functions.php:56
|
318 |
+
msgid "Allow only logged in user to vote?"
|
319 |
+
msgstr "Tillat kun innloggede brukere å legge inn en vurdering?"
|
320 |
+
|
321 |
+
#: ../lib/yasr-settings-functions.php:57
|
322 |
+
msgid "Which rich snippets do you want to use?"
|
323 |
+
msgstr "Hvilken rikt tekstutdrag ønsker du å bruke? "
|
324 |
+
|
325 |
+
#: ../lib/yasr-settings-functions.php:58
|
326 |
+
msgid "How do you want to rate \"Overall Rating\"?"
|
327 |
+
msgstr "Hvordan ønsker du å vurdere \"Helhetsvurdering\"?"
|
328 |
+
|
329 |
+
#: ../lib/yasr-settings-functions.php:72
|
330 |
+
msgid "Use Auto Insert?"
|
331 |
+
msgstr "Bruk automatisk innlegging?"
|
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:262
|
339 |
+
#: ../lib/yasr-settings-functions.php:313
|
340 |
+
msgid "Yes"
|
341 |
+
msgstr "Ja"
|
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:267
|
349 |
+
#: ../lib/yasr-settings-functions.php:318
|
350 |
+
msgid "No"
|
351 |
+
msgstr "Nei"
|
352 |
+
|
353 |
+
#: ../lib/yasr-settings-functions.php:95
|
354 |
+
msgid "What?"
|
355 |
+
msgstr "Hva?"
|
356 |
+
|
357 |
+
#: ../lib/yasr-settings-functions.php:98
|
358 |
+
msgid "Overall Rating / Author Rating"
|
359 |
+
msgstr "Helhetsvurdering / skribentvurdering"
|
360 |
+
|
361 |
+
#: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:458
|
362 |
+
msgid "Visitor Votes"
|
363 |
+
msgstr "Besøkendes vurderinger"
|
364 |
+
|
365 |
+
#: ../lib/yasr-settings-functions.php:106
|
366 |
+
msgid "Both"
|
367 |
+
msgstr "Begge"
|
368 |
+
|
369 |
+
#: ../lib/yasr-settings-functions.php:110
|
370 |
+
msgid "Where?"
|
371 |
+
msgstr "Hvor?"
|
372 |
+
|
373 |
+
#: ../lib/yasr-settings-functions.php:113
|
374 |
+
msgid "Before the post"
|
375 |
+
msgstr "Før innlegget"
|
376 |
+
|
377 |
+
#: ../lib/yasr-settings-functions.php:117
|
378 |
+
msgid "After the post"
|
379 |
+
msgstr "Etter innlegget"
|
380 |
+
|
381 |
+
#: ../lib/yasr-settings-functions.php:122
|
382 |
+
msgid "Size"
|
383 |
+
msgstr "Størrelse"
|
384 |
+
|
385 |
+
#: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:448
|
386 |
+
#: ../lib/yasr-ajax-functions.php:466
|
387 |
+
msgid "Small"
|
388 |
+
msgstr "Liten"
|
389 |
+
|
390 |
+
#: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:449
|
391 |
+
#: ../lib/yasr-ajax-functions.php:467
|
392 |
+
msgid "Medium"
|
393 |
+
msgstr "Middels"
|
394 |
+
|
395 |
+
#: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:450
|
396 |
+
#: ../lib/yasr-ajax-functions.php:468
|
397 |
+
msgid "Large"
|
398 |
+
msgstr "Stor"
|
399 |
+
|
400 |
+
#: ../lib/yasr-settings-functions.php:141
|
401 |
+
msgid "Exclude Pages?"
|
402 |
+
msgstr "Ekskluder visse sider?"
|
403 |
+
|
404 |
+
#: ../lib/yasr-settings-functions.php:159
|
405 |
+
msgid "Use only in custom post types?"
|
406 |
+
msgstr "Bruk kun i egentilpassede innleggstyper?"
|
407 |
+
|
408 |
+
#: ../lib/yasr-settings-functions.php:171
|
409 |
+
msgid "You see this because you use custom post types."
|
410 |
+
msgstr "Du ser denne fordi du benytter egentilpassede innleggstyper."
|
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 |
+
"Velg \"Ja\" dersom du kun ønsker å bruke automatisk innlegging i "
|
416 |
+
"egentilpassede innleggstyper"
|
417 |
+
|
418 |
+
#: ../lib/yasr-settings-functions.php:213
|
419 |
+
msgid ""
|
420 |
+
"If you enable this, \"Overall Rating\" will be showed not only in the single "
|
421 |
+
"article or page, but also in pages like Home Page, category pages or "
|
422 |
+
"archives."
|
423 |
+
msgstr ""
|
424 |
+
"Dersom du aktiverer dette, vil \"Helhetsvurdering\" ikke bare vises i "
|
425 |
+
"enkeltartikler og på sider, men også på andre sider som startsiden, "
|
426 |
+
"kategorisider eller i arkiver."
|
427 |
+
|
428 |
+
#: ../lib/yasr-settings-functions.php:239
|
429 |
+
msgid ""
|
430 |
+
"If you enable this, \"Visitor Votes\" will be showed not only in the single "
|
431 |
+
"article or page, but also in pages like Home Page, category pages or "
|
432 |
+
"archives."
|
433 |
+
msgstr ""
|
434 |
+
"Dersom du aktiverer denne, vil \"Besøkendes vurderinger\" ikke bare vises i "
|
435 |
+
"enkeltartikler og på sider, men også på andre sider som startsiden, "
|
436 |
+
"kategorisider eller i arkiver."
|
437 |
+
|
438 |
+
#: ../lib/yasr-settings-functions.php:272
|
439 |
+
msgid "Custom text to display before Overall Rating"
|
440 |
+
msgstr "Egentilpasset tekst som vises før helhetsvurderingen"
|
441 |
+
|
442 |
+
#: ../lib/yasr-settings-functions.php:277
|
443 |
+
msgid "Custom text to display before Visitor Rating"
|
444 |
+
msgstr "Egentilpasset tekst som vises før besøkendes vurdering"
|
445 |
+
|
446 |
+
#: ../lib/yasr-settings-functions.php:282
|
447 |
+
msgid "Custom text to display when a non logged user has already rated"
|
448 |
+
msgstr ""
|
449 |
+
"Egentilpasset tekst som vises når en bruker som ikke er innlogget allerede "
|
450 |
+
"har gitt sin vurdering"
|
451 |
+
|
452 |
+
#: ../lib/yasr-settings-functions.php:296
|
453 |
+
msgid ""
|
454 |
+
"Seems like you've imported gd star rating in the past, but then deleted the "
|
455 |
+
"logs table. For now, you can't enable statistics"
|
456 |
+
msgstr ""
|
457 |
+
"Det ser ut som at du har importert gd-stjernevurdering tidligere, men at "
|
458 |
+
"tabellen med loggene ble slettet. Du kan for øyeblikket ikke aktivere "
|
459 |
+
"statistikker."
|
460 |
+
|
461 |
+
#: ../lib/yasr-settings-functions.php:338
|
462 |
+
msgid "Light"
|
463 |
+
msgstr "Lyst"
|
464 |
+
|
465 |
+
#: ../lib/yasr-settings-functions.php:343
|
466 |
+
msgid "Dark"
|
467 |
+
msgstr "Mørkt"
|
468 |
+
|
469 |
+
#: ../lib/yasr-settings-functions.php:348
|
470 |
+
msgid "Preview"
|
471 |
+
msgstr "Forhåndsvisning"
|
472 |
+
|
473 |
+
#: ../lib/yasr-settings-functions.php:353
|
474 |
+
msgid "Light theme"
|
475 |
+
msgstr "Lyst tema"
|
476 |
+
|
477 |
+
#: ../lib/yasr-settings-functions.php:358
|
478 |
+
msgid "Dark Theme"
|
479 |
+
msgstr "Mørkt tema"
|
480 |
+
|
481 |
+
#: ../lib/yasr-settings-functions.php:376
|
482 |
+
msgid "Allow only logged-in users"
|
483 |
+
msgstr "Tillat kun innloggede brukere"
|
484 |
+
|
485 |
+
#: ../lib/yasr-settings-functions.php:380
|
486 |
+
msgid "Allow everybody (logged in and anonymous)"
|
487 |
+
msgstr "Tillat alle (innloggede og anonyme)"
|
488 |
+
|
489 |
+
#: ../lib/yasr-settings-functions.php:397
|
490 |
+
msgid "Review Rating"
|
491 |
+
msgstr "Vurdering"
|
492 |
+
|
493 |
+
#: ../lib/yasr-settings-functions.php:401
|
494 |
+
msgid "Aggregate Rating"
|
495 |
+
msgstr "Aggregert vurdering"
|
496 |
+
|
497 |
+
#: ../lib/yasr-settings-functions.php:406
|
498 |
+
msgid "What is this?"
|
499 |
+
msgstr "Hva er dette?"
|
500 |
+
|
501 |
+
#: ../lib/yasr-settings-functions.php:411
|
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:416
|
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 på denne måten:"
|
516 |
+
|
517 |
+
#: ../lib/yasr-settings-functions.php:434
|
518 |
+
msgid "Stars"
|
519 |
+
msgstr "Stjerner"
|
520 |
+
|
521 |
+
#: ../lib/yasr-settings-functions.php:438
|
522 |
+
msgid "Numbers"
|
523 |
+
msgstr "Tall"
|
524 |
+
|
525 |
+
#: ../lib/yasr-settings-functions.php:450
|
526 |
+
msgid "Add New Multiple Set"
|
527 |
+
msgstr "Legg til nytt multisett"
|
528 |
+
|
529 |
+
#: ../lib/yasr-settings-functions.php:451
|
530 |
+
msgid ""
|
531 |
+
"Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
|
532 |
+
"characters"
|
533 |
+
msgstr "Navn, Element#1 og Element#2 MÅ fylles ut og inneholde minst tre tegn"
|
534 |
+
|
535 |
+
#: ../lib/yasr-settings-functions.php:454
|
536 |
+
msgid "Name"
|
537 |
+
msgstr "Navn"
|
538 |
+
|
539 |
+
#: ../lib/yasr-settings-functions.php:459
|
540 |
+
msgid "You can insert up to nine elements"
|
541 |
+
msgstr "Du kan legge inn opptil ni elementer"
|
542 |
+
|
543 |
+
#: ../lib/yasr-settings-functions.php:464
|
544 |
+
msgid "Element "
|
545 |
+
msgstr "Element"
|
546 |
+
|
547 |
+
#: ../lib/yasr-settings-functions.php:474
|
548 |
+
msgid "Create New Set"
|
549 |
+
msgstr "Opprett nytt sett"
|
550 |
+
|
551 |
+
#: ../lib/yasr-settings-functions.php:495
|
552 |
+
#: ../lib/yasr-settings-functions.php:527
|
553 |
+
msgid "Manage Multiple Set"
|
554 |
+
msgstr "Administrer multisett"
|
555 |
+
|
556 |
+
#: ../lib/yasr-settings-functions.php:497
|
557 |
+
msgid "Wich set do you want to edit or remove?"
|
558 |
+
msgstr "Hvilket sett ønsker du å endre eller slette?"
|
559 |
+
|
560 |
+
#: ../lib/yasr-settings-functions.php:537
|
561 |
+
#: ../lib/yasr-settings-functions.php:655
|
562 |
+
msgid "Field name"
|
563 |
+
msgstr "Feltnavn"
|
564 |
+
|
565 |
+
#: ../lib/yasr-settings-functions.php:541
|
566 |
+
#: ../lib/yasr-settings-functions.php:659
|
567 |
+
msgid "Remove"
|
568 |
+
msgstr "Slett"
|
569 |
+
|
570 |
+
#: ../lib/yasr-settings-functions.php:583
|
571 |
+
#: ../lib/yasr-settings-functions.php:701
|
572 |
+
msgid "Remove whole set?"
|
573 |
+
msgstr "Slett hele settet?"
|
574 |
+
|
575 |
+
#: ../lib/yasr-settings-functions.php:596
|
576 |
+
#: ../lib/yasr-settings-functions.php:714
|
577 |
+
msgid ""
|
578 |
+
"If you remove something you will remove all the votes for that set or field. "
|
579 |
+
"This operation CAN'T BE undone."
|
580 |
+
msgstr ""
|
581 |
+
"Hvis du sletter noe, så sletter du også alle vurderinger for det settet "
|
582 |
+
"eller feltet. Denne handlingen er endelig, og du kan ikke angre deg i "
|
583 |
+
"etterkant."
|
584 |
+
|
585 |
+
#: ../lib/yasr-settings-functions.php:603
|
586 |
+
#: ../lib/yasr-settings-functions.php:721
|
587 |
+
msgid "You can use up to 9 elements"
|
588 |
+
msgstr "Du kan bruke opptil ni elementer"
|
589 |
+
|
590 |
+
#: ../lib/yasr-settings-functions.php:605
|
591 |
+
#: ../lib/yasr-settings-functions.php:723
|
592 |
+
msgid "Add element"
|
593 |
+
msgstr "Legg til element"
|
594 |
+
|
595 |
+
#: ../lib/yasr-settings-functions.php:607
|
596 |
+
#: ../lib/yasr-settings-functions.php:725
|
597 |
+
msgid "Save changes"
|
598 |
+
msgstr "Lagre endringer"
|
599 |
+
|
600 |
+
#: ../lib/yasr-settings-functions.php:617
|
601 |
+
msgid "No Multiple Set were found"
|
602 |
+
msgstr "Vi fant ingen multisett"
|
603 |
+
|
604 |
+
#: ../lib/yasr-settings-functions.php:867
|
605 |
+
#: ../lib/yasr-settings-functions.php:1135
|
606 |
+
msgid "Settings Saved"
|
607 |
+
msgstr "Instillinger lagret"
|
608 |
+
|
609 |
+
#: ../lib/yasr-settings-functions.php:872
|
610 |
+
msgid "Something goes wrong trying insert set field name. Please report it"
|
611 |
+
msgstr ""
|
612 |
+
"Noe går galt mens vi forsøker å legge inn feltnavn i settet. Vennligst "
|
613 |
+
"rapporter dette."
|
614 |
+
|
615 |
+
#: ../lib/yasr-settings-functions.php:878
|
616 |
+
msgid "Something goes wrong trying insert Multi Set name. Please report it"
|
617 |
+
msgstr ""
|
618 |
+
"Noe går galt mens vi forsøker å legge inn navn på multisett. Vennligst "
|
619 |
+
"rapporter dette."
|
620 |
+
|
621 |
+
#: ../lib/yasr-settings-functions.php:953
|
622 |
+
msgid "Something goes wrong trying to delete a Multi Set . Please report it"
|
623 |
+
msgstr ""
|
624 |
+
"Noe går galt mens vi forsøker å slette et multisett. Vennligst rapporter "
|
625 |
+
"dette."
|
626 |
+
|
627 |
+
#: ../lib/yasr-settings-functions.php:999
|
628 |
+
msgid ""
|
629 |
+
"Something goes wrong trying to delete a Multi Set's element. Please report it"
|
630 |
+
msgstr ""
|
631 |
+
"Noe går galt mens vi forsøker å slette et element i multisettet. Vennligst "
|
632 |
+
"rapporter dette."
|
633 |
+
|
634 |
+
#: ../lib/yasr-settings-functions.php:1063
|
635 |
+
msgid ""
|
636 |
+
"Something goes wrong trying to update a Multi Set's element. Please report it"
|
637 |
+
msgstr ""
|
638 |
+
"Noe går galt mens vi forsøker å oppdatere et element i multisettet. "
|
639 |
+
"Vennligst rapporter dette."
|
640 |
+
|
641 |
+
#: ../lib/yasr-settings-functions.php:1120
|
642 |
+
msgid ""
|
643 |
+
"Something goes wrong trying to insert set field name in edit form. Please "
|
644 |
+
"report it"
|
645 |
+
msgstr ""
|
646 |
+
"Noe går galt mens vi forsøker å legge inn feltnavn i settet i endre-modus. "
|
647 |
+
"Vennligst rapporter dette."
|
648 |
+
|
649 |
+
#: ../lib/yasr-settings-functions.php:1163
|
650 |
+
msgid "Style Options"
|
651 |
+
msgstr "Stilvalg"
|
652 |
+
|
653 |
+
#: ../lib/yasr-settings-functions.php:1164
|
654 |
+
msgid "Custom CSS Styles"
|
655 |
+
msgstr "Egentilpassede CSS-stiler"
|
656 |
+
|
657 |
+
#: ../lib/yasr-settings-functions.php:1169
|
658 |
+
msgid ""
|
659 |
+
"Please use text area below to write your own CSS styles to override the "
|
660 |
+
"default ones."
|
661 |
+
msgstr ""
|
662 |
+
"Vennligst benytt tekstområdet nedenfor for å legge inn dine egne CSS-stiler. "
|
663 |
+
"Disse overstyrer standardstilene."
|
664 |
+
|
665 |
+
#: ../lib/yasr-settings-functions.php:1171
|
666 |
+
msgid "Leave it blank if you don't know what you're doing"
|
667 |
+
msgstr " Ikke legg inn noe her med mindre du vet hva du holder på med."
|
668 |
+
|
669 |
+
#: ../lib/yasr-settings-functions.php:1194
|
670 |
+
msgid "Looking for more features?"
|
671 |
+
msgstr "Ser du etter flere funksjoner?"
|
672 |
+
|
673 |
+
#: ../lib/yasr-settings-functions.php:1195
|
674 |
+
msgid "Upgrade to yasr pro!"
|
675 |
+
msgstr "Oppgrader til YASR pro!"
|
676 |
+
|
677 |
+
#: ../lib/yasr-settings-functions.php:1211
|
678 |
+
msgid "Unlimited ratings and votes"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
+
#: ../lib/yasr-settings-functions.php:1217
|
682 |
+
msgid "Works with shortcodes"
|
683 |
+
msgstr ""
|
684 |
+
|
685 |
+
#: ../lib/yasr-settings-functions.php:1223
|
686 |
+
#, fuzzy
|
687 |
+
msgid "Multi Set Support"
|
688 |
+
msgstr "Multisett"
|
689 |
+
|
690 |
+
#: ../lib/yasr-settings-functions.php:1228
|
691 |
+
#, fuzzy
|
692 |
+
msgid "Logs and stats for visitors votes"
|
693 |
+
msgstr "Vil du vise statistikker for besøkendes vurderinger?"
|
694 |
+
|
695 |
+
#: ../lib/yasr-settings-functions.php:1233
|
696 |
+
msgid "Localization (.po and .mo files included)"
|
697 |
+
msgstr ""
|
698 |
+
|
699 |
+
#: ../lib/yasr-settings-functions.php:1238
|
700 |
+
msgid "Rich Snippet Support"
|
701 |
+
msgstr ""
|
702 |
+
|
703 |
+
#: ../lib/yasr-settings-functions.php:1243
|
704 |
+
msgid "Rankings for reviews, votes and users"
|
705 |
+
msgstr ""
|
706 |
+
|
707 |
+
#: ../lib/yasr-settings-functions.php:1248
|
708 |
+
msgid "Rankings Customization"
|
709 |
+
msgstr ""
|
710 |
+
|
711 |
+
#: ../lib/yasr-settings-functions.php:1253
|
712 |
+
msgid "Stars Customization"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: ../lib/yasr-settings-functions.php:1258
|
716 |
+
msgid "Visitors can vote on Multi Set"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: ../lib/yasr-settings-functions.php:1263
|
720 |
+
msgid "Users can review in comments"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: ../lib/yasr-settings-functions.php:1274
|
724 |
+
msgid "Not avaible yet"
|
725 |
+
msgstr "Ikke tilgjengelig enda"
|
726 |
+
|
727 |
+
#: ../lib/yasr-settings-functions.php:1309
|
728 |
+
msgid "No previous Gd Star Rating installation was found"
|
729 |
+
msgstr "Ingen tidligere installasjon av Gd-stjernevurdering ble funnet"
|
730 |
+
|
731 |
+
#: ../lib/yasr-db-functions.php:269
|
732 |
+
msgid "No recenet votes yet"
|
733 |
+
msgstr "Ingen nylige vurderinger enda"
|
734 |
+
|
735 |
+
#: ../lib/yasr-db-functions.php:284 ../lib/yasr-ajax-functions.php:757
|
736 |
+
msgid "anonymous"
|
737 |
+
msgstr "anonym"
|
738 |
+
|
739 |
+
#: ../lib/yasr-db-functions.php:307 ../lib/yasr-ajax-functions.php:780
|
740 |
+
msgid "Ip address"
|
741 |
+
msgstr "IP-adresse"
|
742 |
+
|
743 |
+
#: ../lib/yasr-db-functions.php:348 ../lib/yasr-ajax-functions.php:821
|
744 |
+
msgid "Pages"
|
745 |
+
msgstr "Sider"
|
746 |
+
|
747 |
+
#: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
|
748 |
+
msgid "Yet Another Stars Rating: Settings"
|
749 |
+
msgstr "Yet Another Stars Rating: Innstillinger"
|
750 |
+
|
751 |
+
#: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
|
752 |
+
msgid "Overall Rating"
|
753 |
+
msgstr "Helhetsvurdering"
|
754 |
+
|
755 |
+
#: ../lib/yasr-functions.php:143
|
756 |
+
msgid "Yet Another Stars Rating: Multiple set"
|
757 |
+
msgstr "Yet Another Stars Rating: Multisett"
|
758 |
+
|
759 |
+
#: ../lib/yasr-functions.php:159
|
760 |
+
msgid "You don't have enought privileges to insert Overall Rating"
|
761 |
+
msgstr "Du har ikke tillatelse til å legge inn helhetsvurdering"
|
762 |
+
|
763 |
+
#: ../lib/yasr-functions.php:169
|
764 |
+
msgid "You don't have enought privileges to insert Multi Set"
|
765 |
+
msgstr "Du har ikke tillatelse til å legge inn multisett"
|
766 |
+
|
767 |
+
#: ../lib/yasr-functions.php:304
|
768 |
+
msgid " reviewed by "
|
769 |
+
msgstr " ble vurdert av "
|
770 |
+
|
771 |
+
#: ../lib/yasr-functions.php:305
|
772 |
+
msgid " on "
|
773 |
+
msgstr " "
|
774 |
+
|
775 |
+
#: ../lib/yasr-functions.php:306
|
776 |
+
msgid " rated "
|
777 |
+
msgstr ", og fikk "
|
778 |
+
|
779 |
+
#: ../lib/yasr-functions.php:306
|
780 |
+
msgid " of"
|
781 |
+
msgstr " av"
|
782 |
+
|
783 |
+
#: ../lib/yasr-functions.php:361
|
784 |
+
msgid " written by "
|
785 |
+
msgstr " skrevet av"
|
786 |
+
|
787 |
+
#: ../lib/yasr-functions.php:363
|
788 |
+
msgid " average rating "
|
789 |
+
msgstr " gjennomsnittlig vurdering"
|
790 |
+
|
791 |
+
#: ../lib/yasr-functions.php:364
|
792 |
+
msgid " user ratings"
|
793 |
+
msgstr " brukervurderinger"
|
794 |
+
|
795 |
+
#: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
|
796 |
+
msgid "Follow YASR official site!"
|
797 |
+
msgstr "Følg YASRs offisielle side"
|
798 |
+
|
799 |
+
#: ../lib/yasr-ajax-functions.php:101
|
800 |
+
msgid "You've rated it "
|
801 |
+
msgstr "Du ga karakteren"
|
802 |
+
|
803 |
+
#: ../lib/yasr-ajax-functions.php:105
|
804 |
+
msgid "You've reset the vote"
|
805 |
+
msgstr "Du har tilbakestilt vurderingen"
|
806 |
+
|
807 |
+
#: ../lib/yasr-ajax-functions.php:169
|
808 |
+
msgid ""
|
809 |
+
"There was an error while trying to insert the review type. Please report it"
|
810 |
+
msgstr ""
|
811 |
+
"En feil oppsto mens vi forsøkte å legge inn vurderingstypen. Vennligst "
|
812 |
+
"rapporter dette."
|
813 |
+
|
814 |
+
#: ../lib/yasr-ajax-functions.php:203
|
815 |
+
msgid "Choose a vote for each element"
|
816 |
+
msgstr "Velg en karakter for hvert element"
|
817 |
+
|
818 |
+
#: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:302
|
819 |
+
msgid "Remember to insert this shortcode"
|
820 |
+
msgstr "Husk å legge inn denne kodesnutten, "
|
821 |
+
|
822 |
+
#: ../lib/yasr-ajax-functions.php:261 ../lib/yasr-ajax-functions.php:304
|
823 |
+
msgid "where you want to display this multi set"
|
824 |
+
msgstr ", der hvor du ønsker at dette multisettet skal vises"
|
825 |
+
|
826 |
+
#: ../lib/yasr-ajax-functions.php:269
|
827 |
+
msgid "Choose a vote for every element"
|
828 |
+
msgstr "Velg en karakter for hvert element"
|
829 |
+
|
830 |
+
#: ../lib/yasr-ajax-functions.php:428
|
831 |
+
msgid "Main"
|
832 |
+
msgstr "Hoved"
|
833 |
+
|
834 |
+
#: ../lib/yasr-ajax-functions.php:429
|
835 |
+
msgid "Charts"
|
836 |
+
msgstr "Diagrammer"
|
837 |
+
|
838 |
+
#: ../lib/yasr-ajax-functions.php:431
|
839 |
+
msgid "Read the doc"
|
840 |
+
msgstr "Les dokumentet"
|
841 |
+
|
842 |
+
#: ../lib/yasr-ajax-functions.php:440
|
843 |
+
msgid "Overall Rating / Review"
|
844 |
+
msgstr "Helhetsvurdering / omtale"
|
845 |
+
|
846 |
+
#: ../lib/yasr-ajax-functions.php:442
|
847 |
+
msgid "Insert Overall Rating"
|
848 |
+
msgstr "Legg inn helhetsvurdering"
|
849 |
+
|
850 |
+
#: ../lib/yasr-ajax-functions.php:443
|
851 |
+
msgid "Insert Overall Rating / Review for this post"
|
852 |
+
msgstr "Legg inn helhetsvurdering/omtale for dette innlegget"
|
853 |
+
|
854 |
+
#: ../lib/yasr-ajax-functions.php:446 ../lib/yasr-ajax-functions.php:464
|
855 |
+
msgid "Choose Size"
|
856 |
+
msgstr "Velg størrelse"
|
857 |
+
|
858 |
+
#: ../lib/yasr-ajax-functions.php:460
|
859 |
+
msgid "Insert Visitor Votes"
|
860 |
+
msgstr "Legg inn besøkendes vurderinger"
|
861 |
+
|
862 |
+
#: ../lib/yasr-ajax-functions.php:461
|
863 |
+
msgid "Insert the ability for your visitor to vote"
|
864 |
+
msgstr "Legg inn muligheten for besøkende å foreta en vurdering"
|
865 |
+
|
866 |
+
#: ../lib/yasr-ajax-functions.php:478
|
867 |
+
msgid "If you want to insert a Multi Set, pick one:"
|
868 |
+
msgstr "Velg et multisett du ønsker å legge inn"
|
869 |
+
|
870 |
+
#: ../lib/yasr-ajax-functions.php:484
|
871 |
+
msgid "Choose wich set you want to insert."
|
872 |
+
msgstr "Velg hvilket multisett du vil legge inn."
|
873 |
+
|
874 |
+
#: ../lib/yasr-ajax-functions.php:492
|
875 |
+
msgid "Insert Multiset:"
|
876 |
+
msgstr "Lett inn multisett:"
|
877 |
+
|
878 |
+
#: ../lib/yasr-ajax-functions.php:495
|
879 |
+
msgid "Insert Multiple Set"
|
880 |
+
msgstr "Legg inn multisett"
|
881 |
+
|
882 |
+
#: ../lib/yasr-ajax-functions.php:496
|
883 |
+
msgid "Insert multiple set in this post ?"
|
884 |
+
msgstr "Legg inn multisett i dette innlegget?"
|
885 |
+
|
886 |
+
#: ../lib/yasr-ajax-functions.php:511
|
887 |
+
msgid "Ranking reviews"
|
888 |
+
msgstr "Rangeringsvurdering"
|
889 |
+
|
890 |
+
#: ../lib/yasr-ajax-functions.php:512
|
891 |
+
msgid "Insert Ranking reviews"
|
892 |
+
msgstr "Legg inn rangeringsvurderinger"
|
893 |
+
|
894 |
+
#: ../lib/yasr-ajax-functions.php:513
|
895 |
+
msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
|
896 |
+
msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_overall_rating]"
|
897 |
+
|
898 |
+
#: ../lib/yasr-ajax-functions.php:517
|
899 |
+
msgid "Users' ranking"
|
900 |
+
msgstr "Brukernes rangering"
|
901 |
+
|
902 |
+
#: ../lib/yasr-ajax-functions.php:518
|
903 |
+
msgid "Insert Users ranking"
|
904 |
+
msgstr "Legg inn brukernes rangering"
|
905 |
+
|
906 |
+
#: ../lib/yasr-ajax-functions.php:519
|
907 |
+
msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
|
908 |
+
msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_visitor_votes] "
|
909 |
+
|
910 |
+
#: ../lib/yasr-ajax-functions.php:523
|
911 |
+
msgid "Most active reviewers"
|
912 |
+
msgstr "Mest aktivere anmeldere"
|
913 |
+
|
914 |
+
#: ../lib/yasr-ajax-functions.php:524
|
915 |
+
msgid "Insert Most Active Reviewers"
|
916 |
+
msgstr "Legg inn mest aktive anmeldere"
|
917 |
+
|
918 |
+
#: ../lib/yasr-ajax-functions.php:525
|
919 |
+
msgid "Insert Top 5 active reviewers"
|
920 |
+
msgstr "Legg inn de 5 mest aktive anmelderne"
|
921 |
+
|
922 |
+
#: ../lib/yasr-ajax-functions.php:529
|
923 |
+
msgid "Most Active Users"
|
924 |
+
msgstr "Mest aktive brukere"
|
925 |
+
|
926 |
+
#: ../lib/yasr-ajax-functions.php:530
|
927 |
+
msgid "Insert Most Active Users"
|
928 |
+
msgstr "Legg inn mest aktive brukere"
|
929 |
+
|
930 |
+
#: ../lib/yasr-ajax-functions.php:531
|
931 |
+
msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
|
932 |
+
msgstr ""
|
933 |
+
"Legg inn kodesnutten [yasr_visitor_votes] for de 10 mest aktive anmelderne "
|
934 |
+
|
935 |
+
#: ../lib/yasr-ajax-functions.php:602
|
936 |
+
msgid "Reviews and Visitor Votes have been successfull imported."
|
937 |
+
msgstr "Omtaler og besøkendes vurderinger har blitt importert."
|
938 |
+
|
939 |
+
#: ../lib/yasr-ajax-functions.php:608
|
940 |
+
msgid ""
|
941 |
+
"Step2: I will check if you used Multiple Sets and if so I will import them. "
|
942 |
+
"THIS MAY TAKE A WHILE!"
|
943 |
+
msgstr ""
|
944 |
+
"Steg 2: Jeg vil sjekke om du brukte multisett, og jeg vil i så fall "
|
945 |
+
"importere dem. Dette kan ta litt tid."
|
946 |
+
|
947 |
+
#: ../lib/yasr-ajax-functions.php:610
|
948 |
+
msgid "Proceed Step 2"
|
949 |
+
msgstr "Fortsett til steg 2"
|
950 |
+
|
951 |
+
#: ../lib/yasr-ajax-functions.php:617
|
952 |
+
msgid "Something goes wrong! Refresh the page and try again!"
|
953 |
+
msgstr "Noe går galt. Oppdater siden (F5) og forsøk igjen."
|
954 |
+
|
955 |
+
#: ../lib/yasr-ajax-functions.php:646
|
956 |
+
msgid "I've found Multiple Set! Importing..."
|
957 |
+
msgstr "Jeg fant multisett. Importerer...."
|
958 |
+
|
959 |
+
#: ../lib/yasr-ajax-functions.php:655
|
960 |
+
msgid "Multi Set's name has been successfull imported."
|
961 |
+
msgstr "Multisettets navn har blitt importert."
|
962 |
+
|
963 |
+
#: ../lib/yasr-ajax-functions.php:657
|
964 |
+
msgid "Now I'm going to import Multi Set data"
|
965 |
+
msgstr "Nå skal jeg importere multisettets data"
|
966 |
+
|
967 |
+
#: ../lib/yasr-ajax-functions.php:668
|
968 |
+
msgid "All votes has been successfull imported."
|
969 |
+
msgstr "Alle vurderinger har blitt importert."
|
970 |
+
|
971 |
+
#: ../lib/yasr-ajax-functions.php:670
|
972 |
+
msgid "Done"
|
973 |
+
msgstr "Fullført"
|
974 |
+
|
975 |
+
#: ../lib/yasr-ajax-functions.php:675
|
976 |
+
msgid "I've found Multiple Set's votes but I couldn't insert into db"
|
977 |
+
msgstr ""
|
978 |
+
"Jeg har funnet vurderinger for multisettet, men kunne ikke legge dem inn i "
|
979 |
+
"databasen"
|
980 |
+
|
981 |
+
#: ../lib/yasr-ajax-functions.php:683
|
982 |
+
msgid "I've found Multi Set but with no data"
|
983 |
+
msgstr "Jeg har funnet multisett, men de har ingen data"
|
984 |
+
|
985 |
+
#: ../lib/yasr-ajax-functions.php:692
|
986 |
+
msgid "I've found Multi Sets names but I couldn't insert into db"
|
987 |
+
msgstr ""
|
988 |
+
"Jeg har funnet multisett-navn, men jeg kunne ikke legge dem inn i databasen"
|
989 |
+
|
990 |
+
#: ../lib/yasr-ajax-functions.php:700
|
991 |
+
msgid "Multisets were not found. Imported is done!"
|
992 |
+
msgstr "Multisett ble ikke funnet. Importeringen har blitt fullført."
|
993 |
+
|
994 |
+
#: ../lib/yasr-ajax-functions.php:744
|
995 |
+
msgid "No Recenet votes yet"
|
996 |
+
msgstr "Ingen nylige vurderinger enda"
|
997 |
+
|
998 |
+
#: ../lib/yasr-ajax-functions.php:903 ../lib/yasr-ajax-functions.php:1036
|
999 |
+
msgid "Error: you can't vote 0"
|
1000 |
+
msgstr "Feil. Du kan ikke gi karakteren 0."
|
1001 |
+
|
1002 |
+
#: ../lib/yasr-ajax-functions.php:998 ../lib/yasr-ajax-functions.php:1006
|
1003 |
+
msgid "Average rating"
|
1004 |
+
msgstr "Gjennomsnittlig vurdering"
|
1005 |
+
|
1006 |
+
#: ../lib/yasr-ajax-functions.php:999 ../lib/yasr-ajax-functions.php:1007
|
1007 |
+
msgid "Vote Saved"
|
1008 |
+
msgstr "Vurdering lagret"
|
1009 |
+
|
1010 |
+
#: ../lib/yasr-ajax-functions.php:1126
|
1011 |
+
msgid "Vote updated"
|
1012 |
+
msgstr "Vurdering oppdatert"
|
1013 |
+
|
1014 |
+
#: ../lib/yasr-ajax-functions.php:1190 ../lib/yasr-ajax-functions.php:1198
|
1015 |
+
msgid "Average "
|
1016 |
+
msgstr "Gjennomsnitt"
|
1017 |
+
|
1018 |
+
#: ../lib/yasr-ajax-functions.php:1322
|
1019 |
+
msgid "stars"
|
1020 |
+
msgstr "stjerner"
|
1021 |
+
|
1022 |
+
#~ msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
1023 |
+
#~ msgstr "'Dårlig', 'Ikke bra', 'OK', 'Bra', 'Helt super'"
|
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: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
8 |
"Language-Team: NL\n"
|
9 |
"Language: nl_NL\n"
|
@@ -21,7 +21,7 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-1: ../lib\n"
|
22 |
|
23 |
# @ yasr
|
24 |
-
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:
|
25 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
26 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
27 |
msgid "You do not have sufficient permissions to access this page."
|
@@ -172,14 +172,14 @@ msgid "Close this message"
|
|
172 |
msgstr "Sluit dit bericht"
|
173 |
|
174 |
# @ yasr
|
175 |
-
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:
|
176 |
-
#: ../lib/yasr-functions.php:
|
177 |
msgid "Donations"
|
178 |
msgstr "Donaties"
|
179 |
|
180 |
# @ yasr
|
181 |
-
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:
|
182 |
-
#: ../lib/yasr-functions.php:
|
183 |
msgid ""
|
184 |
"If you have found this plugin useful, please consider making a donation to "
|
185 |
"help support future development. Your support will be much appreciated. "
|
@@ -188,8 +188,8 @@ msgstr ""
|
|
188 |
"verdere ontwikkeling te ondersteunen. Je steun wordt erg gewaardeerd."
|
189 |
|
190 |
# @ yasr
|
191 |
-
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:
|
192 |
-
#: ../lib/yasr-functions.php:
|
193 |
msgid "Thank you!"
|
194 |
msgstr "Bedankt."
|
195 |
|
@@ -270,68 +270,63 @@ msgid "You must sign to vote"
|
|
270 |
msgstr "Je moet inloggen om te stemmen"
|
271 |
|
272 |
# @ yasr
|
273 |
-
#: ../lib/yasr-shortcode-functions.php:
|
274 |
-
msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
275 |
-
msgstr "'slecht', 'matig', 'OK', 'goed', 'fantastisch'"
|
276 |
-
|
277 |
-
# @ yasr
|
278 |
-
#: ../lib/yasr-shortcode-functions.php:455
|
279 |
msgid "Rating"
|
280 |
msgstr "Stemming"
|
281 |
|
282 |
# @ yasr
|
283 |
-
#: ../lib/yasr-shortcode-functions.php:
|
284 |
msgid "You don't have any votes stored"
|
285 |
msgstr "Je hebt geen opgeslagen stemmen"
|
286 |
|
287 |
-
#: ../lib/yasr-shortcode-functions.php:
|
288 |
-
#: ../lib/yasr-shortcode-functions.php:
|
289 |
msgid "Post / Page"
|
290 |
msgstr "Bericht / Pagina"
|
291 |
|
292 |
# @ yasr
|
293 |
-
#: ../lib/yasr-shortcode-functions.php:
|
294 |
-
#: ../lib/yasr-shortcode-functions.php:
|
295 |
msgid "Order By"
|
296 |
msgstr "Sorteer Op"
|
297 |
|
298 |
# @ yasr
|
299 |
-
#: ../lib/yasr-shortcode-functions.php:
|
300 |
-
#: ../lib/yasr-shortcode-functions.php:
|
301 |
msgid "Most Rated"
|
302 |
msgstr "Meeste op Gestemd"
|
303 |
|
304 |
# @ yasr
|
305 |
-
#: ../lib/yasr-shortcode-functions.php:
|
306 |
-
#: ../lib/yasr-shortcode-functions.php:
|
307 |
msgid "Highest Rated"
|
308 |
msgstr "Hoogste Stemming"
|
309 |
|
310 |
# @ yasr
|
311 |
-
#: ../lib/yasr-shortcode-functions.php:
|
312 |
-
#: ../lib/yasr-shortcode-functions.php:
|
313 |
msgid "Total:"
|
314 |
msgstr "Totaal:"
|
315 |
|
316 |
# @ yasr
|
317 |
-
#: ../lib/yasr-shortcode-functions.php:
|
318 |
-
#: ../lib/yasr-shortcode-functions.php:
|
319 |
msgid "Average"
|
320 |
msgstr "Gemiddelde"
|
321 |
|
322 |
# @ yasr
|
323 |
-
#: ../lib/yasr-shortcode-functions.php:
|
324 |
#, fuzzy
|
325 |
msgid "You've not enough data"
|
326 |
msgstr "Je hebt niet genoeg gegevens"
|
327 |
|
328 |
# @ yasr
|
329 |
-
#: ../lib/yasr-shortcode-functions.php:
|
330 |
msgid "You've not enought data"
|
331 |
msgstr "Je hebt niet genoeg gegevens"
|
332 |
|
333 |
# @ default
|
334 |
-
#: ../lib/yasr-shortcode-functions.php:
|
335 |
#, fuzzy
|
336 |
msgid ""
|
337 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
@@ -341,7 +336,7 @@ msgstr ""
|
|
341 |
"een recensie gepubliceerd?"
|
342 |
|
343 |
# @ default
|
344 |
-
#: ../lib/yasr-shortcode-functions.php:
|
345 |
#, fuzzy
|
346 |
msgid ""
|
347 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
@@ -810,6 +805,52 @@ msgstr ""
|
|
810 |
msgid "Upgrade to yasr pro!"
|
811 |
msgstr ""
|
812 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
813 |
#: ../lib/yasr-settings-functions.php:1274
|
814 |
msgid "Not avaible yet"
|
815 |
msgstr ""
|
@@ -841,66 +882,66 @@ msgid "Pages"
|
|
841 |
msgstr "Pagina's"
|
842 |
|
843 |
# @ yasr
|
844 |
-
#: ../lib/yasr-functions.php:
|
845 |
msgid "Yet Another Stars Rating: Settings"
|
846 |
msgstr "Yet Another Stars Rating: Instellingen"
|
847 |
|
848 |
# @ yasr
|
849 |
-
#: ../lib/yasr-functions.php:
|
850 |
msgid "Overall Rating"
|
851 |
msgstr "Algemene Stemming"
|
852 |
|
853 |
# @ yasr
|
854 |
-
#: ../lib/yasr-functions.php:
|
855 |
msgid "Yet Another Stars Rating: Multiple set"
|
856 |
msgstr "Yet Another Stars Rating: Multi Sets"
|
857 |
|
858 |
# @ default
|
859 |
-
#: ../lib/yasr-functions.php:
|
860 |
msgid "You don't have enought privileges to insert Overall Rating"
|
861 |
msgstr "Je hebt niet genoeg rechten om Algemene Stemming in te voegen"
|
862 |
|
863 |
# @ default
|
864 |
-
#: ../lib/yasr-functions.php:
|
865 |
msgid "You don't have enought privileges to insert Multi Set"
|
866 |
msgstr "Je hebt niet genoeg rechten om Multi Set in te voegen"
|
867 |
|
868 |
# @ yasr
|
869 |
-
#: ../lib/yasr-functions.php:
|
870 |
msgid " reviewed by "
|
871 |
msgstr "gerecenseerd door"
|
872 |
|
873 |
# @ yasr
|
874 |
-
#: ../lib/yasr-functions.php:
|
875 |
msgid " on "
|
876 |
msgstr "op"
|
877 |
|
878 |
# @ yasr
|
879 |
-
#: ../lib/yasr-functions.php:
|
880 |
msgid " rated "
|
881 |
msgstr "gestemd"
|
882 |
|
883 |
-
#: ../lib/yasr-functions.php:
|
884 |
msgid " of"
|
885 |
msgstr "van"
|
886 |
|
887 |
# @ yasr
|
888 |
-
#: ../lib/yasr-functions.php:
|
889 |
msgid " written by "
|
890 |
msgstr "geschreven door "
|
891 |
|
892 |
# @ yasr
|
893 |
-
#: ../lib/yasr-functions.php:
|
894 |
msgid " average rating "
|
895 |
msgstr " gemiddelde stemming"
|
896 |
|
897 |
# @ yasr
|
898 |
-
#: ../lib/yasr-functions.php:
|
899 |
msgid " user ratings"
|
900 |
msgstr "gebruikersstemmen"
|
901 |
|
902 |
# @ yasr
|
903 |
-
#: ../lib/yasr-functions.php:
|
904 |
msgid "Follow YASR official site!"
|
905 |
msgstr "Volg de YASR officiële site"
|
906 |
|
@@ -1177,7 +1218,7 @@ msgid "Average "
|
|
1177 |
msgstr "Gemiddeld"
|
1178 |
|
1179 |
# @ yasr
|
1180 |
-
#: ../lib/yasr-ajax-functions.php:
|
1181 |
#, fuzzy
|
1182 |
msgid "stars"
|
1183 |
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: 2014-12-13 11:16+0100\n"
|
6 |
+
"PO-Revision-Date: 2014-12-13 11:16+0100\n"
|
7 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
8 |
"Language-Team: NL\n"
|
9 |
"Language: nl_NL\n"
|
21 |
"X-Poedit-SearchPath-1: ../lib\n"
|
22 |
|
23 |
# @ yasr
|
24 |
+
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
|
25 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
26 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
27 |
msgid "You do not have sufficient permissions to access this page."
|
172 |
msgstr "Sluit dit bericht"
|
173 |
|
174 |
# @ yasr
|
175 |
+
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
|
176 |
+
#: ../lib/yasr-functions.php:484
|
177 |
msgid "Donations"
|
178 |
msgstr "Donaties"
|
179 |
|
180 |
# @ yasr
|
181 |
+
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
|
182 |
+
#: ../lib/yasr-functions.php:486
|
183 |
msgid ""
|
184 |
"If you have found this plugin useful, please consider making a donation to "
|
185 |
"help support future development. Your support will be much appreciated. "
|
188 |
"verdere ontwikkeling te ondersteunen. Je steun wordt erg gewaardeerd."
|
189 |
|
190 |
# @ yasr
|
191 |
+
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
|
192 |
+
#: ../lib/yasr-functions.php:488
|
193 |
msgid "Thank you!"
|
194 |
msgstr "Bedankt."
|
195 |
|
270 |
msgstr "Je moet inloggen om te stemmen"
|
271 |
|
272 |
# @ yasr
|
273 |
+
#: ../lib/yasr-shortcode-functions.php:470
|
|
|
|
|
|
|
|
|
|
|
274 |
msgid "Rating"
|
275 |
msgstr "Stemming"
|
276 |
|
277 |
# @ yasr
|
278 |
+
#: ../lib/yasr-shortcode-functions.php:484
|
279 |
msgid "You don't have any votes stored"
|
280 |
msgstr "Je hebt geen opgeslagen stemmen"
|
281 |
|
282 |
+
#: ../lib/yasr-shortcode-functions.php:520
|
283 |
+
#: ../lib/yasr-shortcode-functions.php:558
|
284 |
msgid "Post / Page"
|
285 |
msgstr "Bericht / Pagina"
|
286 |
|
287 |
# @ yasr
|
288 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
289 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
290 |
msgid "Order By"
|
291 |
msgstr "Sorteer Op"
|
292 |
|
293 |
# @ yasr
|
294 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
295 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
296 |
msgid "Most Rated"
|
297 |
msgstr "Meeste op Gestemd"
|
298 |
|
299 |
# @ yasr
|
300 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
301 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
302 |
msgid "Highest Rated"
|
303 |
msgstr "Hoogste Stemming"
|
304 |
|
305 |
# @ yasr
|
306 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
307 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
308 |
msgid "Total:"
|
309 |
msgstr "Totaal:"
|
310 |
|
311 |
# @ yasr
|
312 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
313 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
314 |
msgid "Average"
|
315 |
msgstr "Gemiddelde"
|
316 |
|
317 |
# @ yasr
|
318 |
+
#: ../lib/yasr-shortcode-functions.php:550
|
319 |
#, fuzzy
|
320 |
msgid "You've not enough data"
|
321 |
msgstr "Je hebt niet genoeg gegevens"
|
322 |
|
323 |
# @ yasr
|
324 |
+
#: ../lib/yasr-shortcode-functions.php:585
|
325 |
msgid "You've not enought data"
|
326 |
msgstr "Je hebt niet genoeg gegevens"
|
327 |
|
328 |
# @ default
|
329 |
+
#: ../lib/yasr-shortcode-functions.php:670
|
330 |
#, fuzzy
|
331 |
msgid ""
|
332 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
336 |
"een recensie gepubliceerd?"
|
337 |
|
338 |
# @ default
|
339 |
+
#: ../lib/yasr-shortcode-functions.php:738
|
340 |
#, fuzzy
|
341 |
msgid ""
|
342 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
805 |
msgid "Upgrade to yasr pro!"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: ../lib/yasr-settings-functions.php:1211
|
809 |
+
msgid "Unlimited ratings and votes"
|
810 |
+
msgstr ""
|
811 |
+
|
812 |
+
#: ../lib/yasr-settings-functions.php:1217
|
813 |
+
msgid "Works with shortcodes"
|
814 |
+
msgstr ""
|
815 |
+
|
816 |
+
# @ yasr
|
817 |
+
#: ../lib/yasr-settings-functions.php:1223
|
818 |
+
#, fuzzy
|
819 |
+
msgid "Multi Set Support"
|
820 |
+
msgstr "Multi Sets"
|
821 |
+
|
822 |
+
#: ../lib/yasr-settings-functions.php:1228
|
823 |
+
msgid "Logs and stats for visitors votes"
|
824 |
+
msgstr ""
|
825 |
+
|
826 |
+
#: ../lib/yasr-settings-functions.php:1233
|
827 |
+
msgid "Localization (.po and .mo files included)"
|
828 |
+
msgstr ""
|
829 |
+
|
830 |
+
#: ../lib/yasr-settings-functions.php:1238
|
831 |
+
msgid "Rich Snippet Support"
|
832 |
+
msgstr ""
|
833 |
+
|
834 |
+
#: ../lib/yasr-settings-functions.php:1243
|
835 |
+
msgid "Rankings for reviews, votes and users"
|
836 |
+
msgstr ""
|
837 |
+
|
838 |
+
#: ../lib/yasr-settings-functions.php:1248
|
839 |
+
msgid "Rankings Customization"
|
840 |
+
msgstr ""
|
841 |
+
|
842 |
+
#: ../lib/yasr-settings-functions.php:1253
|
843 |
+
msgid "Stars Customization"
|
844 |
+
msgstr ""
|
845 |
+
|
846 |
+
#: ../lib/yasr-settings-functions.php:1258
|
847 |
+
msgid "Visitors can vote on Multi Set"
|
848 |
+
msgstr ""
|
849 |
+
|
850 |
+
#: ../lib/yasr-settings-functions.php:1263
|
851 |
+
msgid "Users can review in comments"
|
852 |
+
msgstr ""
|
853 |
+
|
854 |
#: ../lib/yasr-settings-functions.php:1274
|
855 |
msgid "Not avaible yet"
|
856 |
msgstr ""
|
882 |
msgstr "Pagina's"
|
883 |
|
884 |
# @ yasr
|
885 |
+
#: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
|
886 |
msgid "Yet Another Stars Rating: Settings"
|
887 |
msgstr "Yet Another Stars Rating: Instellingen"
|
888 |
|
889 |
# @ yasr
|
890 |
+
#: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
|
891 |
msgid "Overall Rating"
|
892 |
msgstr "Algemene Stemming"
|
893 |
|
894 |
# @ yasr
|
895 |
+
#: ../lib/yasr-functions.php:143
|
896 |
msgid "Yet Another Stars Rating: Multiple set"
|
897 |
msgstr "Yet Another Stars Rating: Multi Sets"
|
898 |
|
899 |
# @ default
|
900 |
+
#: ../lib/yasr-functions.php:159
|
901 |
msgid "You don't have enought privileges to insert Overall Rating"
|
902 |
msgstr "Je hebt niet genoeg rechten om Algemene Stemming in te voegen"
|
903 |
|
904 |
# @ default
|
905 |
+
#: ../lib/yasr-functions.php:169
|
906 |
msgid "You don't have enought privileges to insert Multi Set"
|
907 |
msgstr "Je hebt niet genoeg rechten om Multi Set in te voegen"
|
908 |
|
909 |
# @ yasr
|
910 |
+
#: ../lib/yasr-functions.php:304
|
911 |
msgid " reviewed by "
|
912 |
msgstr "gerecenseerd door"
|
913 |
|
914 |
# @ yasr
|
915 |
+
#: ../lib/yasr-functions.php:305
|
916 |
msgid " on "
|
917 |
msgstr "op"
|
918 |
|
919 |
# @ yasr
|
920 |
+
#: ../lib/yasr-functions.php:306
|
921 |
msgid " rated "
|
922 |
msgstr "gestemd"
|
923 |
|
924 |
+
#: ../lib/yasr-functions.php:306
|
925 |
msgid " of"
|
926 |
msgstr "van"
|
927 |
|
928 |
# @ yasr
|
929 |
+
#: ../lib/yasr-functions.php:361
|
930 |
msgid " written by "
|
931 |
msgstr "geschreven door "
|
932 |
|
933 |
# @ yasr
|
934 |
+
#: ../lib/yasr-functions.php:363
|
935 |
msgid " average rating "
|
936 |
msgstr " gemiddelde stemming"
|
937 |
|
938 |
# @ yasr
|
939 |
+
#: ../lib/yasr-functions.php:364
|
940 |
msgid " user ratings"
|
941 |
msgstr "gebruikersstemmen"
|
942 |
|
943 |
# @ yasr
|
944 |
+
#: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
|
945 |
msgid "Follow YASR official site!"
|
946 |
msgstr "Volg de YASR officiële site"
|
947 |
|
1218 |
msgstr "Gemiddeld"
|
1219 |
|
1220 |
# @ yasr
|
1221 |
+
#: ../lib/yasr-ajax-functions.php:1322
|
1222 |
#, fuzzy
|
1223 |
msgid "stars"
|
1224 |
msgstr "Sterren"
|
languages/yasr-pl_PL.mo
CHANGED
Binary file
|
languages/yasr-pl_PL.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YASR lenguages\n"
|
4 |
-
"POT-Creation-Date: 2014-
|
5 |
-
"PO-Revision-Date: 2014-
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: Hoek i Tutu Team <hoek@hoek.pl>\n"
|
8 |
"Language: pl_PL\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
"X-Poedit-SearchPath-1: ../lib\n"
|
18 |
|
19 |
-
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:
|
20 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
21 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
22 |
msgid "You do not have sufficient permissions to access this page."
|
@@ -139,13 +139,13 @@ msgstr ""
|
|
139 |
msgid "Close this message"
|
140 |
msgstr "Zamknij tą wiadomość"
|
141 |
|
142 |
-
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:
|
143 |
-
#: ../lib/yasr-functions.php:
|
144 |
msgid "Donations"
|
145 |
msgstr "Dotacje"
|
146 |
|
147 |
-
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:
|
148 |
-
#: ../lib/yasr-functions.php:
|
149 |
msgid ""
|
150 |
"If you have found this plugin useful, please consider making a donation to "
|
151 |
"help support future development. Your support will be much appreciated. "
|
@@ -154,8 +154,8 @@ msgstr ""
|
|
154 |
"darowizny w celu wsparcia dalszego rozwoju. Twoja pomoc będzie bardzo mile "
|
155 |
"widziana."
|
156 |
|
157 |
-
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:
|
158 |
-
#: ../lib/yasr-functions.php:
|
159 |
msgid "Thank you!"
|
160 |
msgstr "Dziękuje!"
|
161 |
|
@@ -223,59 +223,55 @@ msgstr "Już oceniałeś. Twoja ocena to"
|
|
223 |
msgid "You must sign to vote"
|
224 |
msgstr "Musisz się zarejestrować, aby głosować"
|
225 |
|
226 |
-
#: ../lib/yasr-shortcode-functions.php:
|
227 |
-
msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
228 |
-
msgstr "'zły', 'słaby', 'ok', 'dobry', 'super'"
|
229 |
-
|
230 |
-
#: ../lib/yasr-shortcode-functions.php:455
|
231 |
msgid "Rating"
|
232 |
msgstr "Ocena"
|
233 |
|
234 |
-
#: ../lib/yasr-shortcode-functions.php:
|
235 |
msgid "You don't have any votes stored"
|
236 |
msgstr "Nie masz żadnych przechowywanych głosów"
|
237 |
|
238 |
-
#: ../lib/yasr-shortcode-functions.php:
|
239 |
-
#: ../lib/yasr-shortcode-functions.php:
|
240 |
msgid "Post / Page"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: ../lib/yasr-shortcode-functions.php:
|
244 |
-
#: ../lib/yasr-shortcode-functions.php:
|
245 |
msgid "Order By"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: ../lib/yasr-shortcode-functions.php:
|
249 |
-
#: ../lib/yasr-shortcode-functions.php:
|
250 |
#, fuzzy
|
251 |
msgid "Most Rated"
|
252 |
msgstr "Głos zaktualizowany"
|
253 |
|
254 |
-
#: ../lib/yasr-shortcode-functions.php:
|
255 |
-
#: ../lib/yasr-shortcode-functions.php:
|
256 |
msgid "Highest Rated"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: ../lib/yasr-shortcode-functions.php:
|
260 |
-
#: ../lib/yasr-shortcode-functions.php:
|
261 |
msgid "Total:"
|
262 |
msgstr "Głosów:"
|
263 |
|
264 |
-
#: ../lib/yasr-shortcode-functions.php:
|
265 |
-
#: ../lib/yasr-shortcode-functions.php:
|
266 |
msgid "Average"
|
267 |
msgstr "Średnia"
|
268 |
|
269 |
-
#: ../lib/yasr-shortcode-functions.php:
|
270 |
#, fuzzy
|
271 |
msgid "You've not enough data"
|
272 |
msgstr "Nie masz wystarczająco danych"
|
273 |
|
274 |
-
#: ../lib/yasr-shortcode-functions.php:
|
275 |
msgid "You've not enought data"
|
276 |
msgstr "Nie masz wystarczająco danych"
|
277 |
|
278 |
-
#: ../lib/yasr-shortcode-functions.php:
|
279 |
#, fuzzy
|
280 |
msgid ""
|
281 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
@@ -284,7 +280,7 @@ msgstr ""
|
|
284 |
"Problem podczas pobierania Top 5 najaktywniejszych recenzentów. Czy "
|
285 |
"opublikowałeś jakieś recenzje?"
|
286 |
|
287 |
-
#: ../lib/yasr-shortcode-functions.php:
|
288 |
#, fuzzy
|
289 |
msgid ""
|
290 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
@@ -675,6 +671,51 @@ msgstr ""
|
|
675 |
msgid "Upgrade to yasr pro!"
|
676 |
msgstr ""
|
677 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
678 |
#: ../lib/yasr-settings-functions.php:1274
|
679 |
msgid "Not avaible yet"
|
680 |
msgstr ""
|
@@ -700,56 +741,56 @@ msgstr "Adres IP"
|
|
700 |
msgid "Pages"
|
701 |
msgstr "Strony"
|
702 |
|
703 |
-
#: ../lib/yasr-functions.php:
|
704 |
msgid "Yet Another Stars Rating: Settings"
|
705 |
msgstr "Yet Another Stars Rating: Ustawienia"
|
706 |
|
707 |
-
#: ../lib/yasr-functions.php:
|
708 |
msgid "Overall Rating"
|
709 |
msgstr "Ocena ogólna"
|
710 |
|
711 |
-
#: ../lib/yasr-functions.php:
|
712 |
msgid "Yet Another Stars Rating: Multiple set"
|
713 |
msgstr "Yet Another Stars Rating: Zestaw Ocen"
|
714 |
|
715 |
-
#: ../lib/yasr-functions.php:
|
716 |
msgid "You don't have enought privileges to insert Overall Rating"
|
717 |
msgstr "Nie masz wystarczającyh uprawnień aby wstawić Ogólną Ocenę"
|
718 |
|
719 |
-
#: ../lib/yasr-functions.php:
|
720 |
msgid "You don't have enought privileges to insert Multi Set"
|
721 |
msgstr "Nie masz wystarczającyh uprawnień aby wstawić Zestaw Ocen"
|
722 |
|
723 |
-
#: ../lib/yasr-functions.php:
|
724 |
msgid " reviewed by "
|
725 |
msgstr " zrecenzowane przez "
|
726 |
|
727 |
-
#: ../lib/yasr-functions.php:
|
728 |
msgid " on "
|
729 |
msgstr " dnia "
|
730 |
|
731 |
-
#: ../lib/yasr-functions.php:
|
732 |
msgid " rated "
|
733 |
msgstr " ocena "
|
734 |
|
735 |
-
#: ../lib/yasr-functions.php:
|
736 |
msgid " of"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: ../lib/yasr-functions.php:
|
740 |
#, fuzzy
|
741 |
msgid " written by "
|
742 |
msgstr " zrecenzowane przez "
|
743 |
|
744 |
-
#: ../lib/yasr-functions.php:
|
745 |
msgid " average rating "
|
746 |
msgstr "średnia ocen"
|
747 |
|
748 |
-
#: ../lib/yasr-functions.php:
|
749 |
msgid " user ratings"
|
750 |
msgstr "oceny użytkowników"
|
751 |
|
752 |
-
#: ../lib/yasr-functions.php:
|
753 |
msgid "Follow YASR official site!"
|
754 |
msgstr ""
|
755 |
|
@@ -977,11 +1018,14 @@ msgstr "Głos zaktualizowany"
|
|
977 |
msgid "Average "
|
978 |
msgstr "Średnia"
|
979 |
|
980 |
-
#: ../lib/yasr-ajax-functions.php:
|
981 |
#, fuzzy
|
982 |
msgid "stars"
|
983 |
msgstr "Gwiazdki"
|
984 |
|
|
|
|
|
|
|
985 |
#~ msgid " on 5.0"
|
986 |
#~ msgstr " na 5.0"
|
987 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YASR lenguages\n"
|
4 |
+
"POT-Creation-Date: 2014-12-13 11:16+0100\n"
|
5 |
+
"PO-Revision-Date: 2014-12-13 11:16+0100\n"
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: Hoek i Tutu Team <hoek@hoek.pl>\n"
|
8 |
"Language: pl_PL\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
"X-Poedit-SearchPath-1: ../lib\n"
|
18 |
|
19 |
+
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
|
20 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
21 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
22 |
msgid "You do not have sufficient permissions to access this page."
|
139 |
msgid "Close this message"
|
140 |
msgstr "Zamknij tą wiadomość"
|
141 |
|
142 |
+
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
|
143 |
+
#: ../lib/yasr-functions.php:484
|
144 |
msgid "Donations"
|
145 |
msgstr "Dotacje"
|
146 |
|
147 |
+
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
|
148 |
+
#: ../lib/yasr-functions.php:486
|
149 |
msgid ""
|
150 |
"If you have found this plugin useful, please consider making a donation to "
|
151 |
"help support future development. Your support will be much appreciated. "
|
154 |
"darowizny w celu wsparcia dalszego rozwoju. Twoja pomoc będzie bardzo mile "
|
155 |
"widziana."
|
156 |
|
157 |
+
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
|
158 |
+
#: ../lib/yasr-functions.php:488
|
159 |
msgid "Thank you!"
|
160 |
msgstr "Dziękuje!"
|
161 |
|
223 |
msgid "You must sign to vote"
|
224 |
msgstr "Musisz się zarejestrować, aby głosować"
|
225 |
|
226 |
+
#: ../lib/yasr-shortcode-functions.php:470
|
|
|
|
|
|
|
|
|
227 |
msgid "Rating"
|
228 |
msgstr "Ocena"
|
229 |
|
230 |
+
#: ../lib/yasr-shortcode-functions.php:484
|
231 |
msgid "You don't have any votes stored"
|
232 |
msgstr "Nie masz żadnych przechowywanych głosów"
|
233 |
|
234 |
+
#: ../lib/yasr-shortcode-functions.php:520
|
235 |
+
#: ../lib/yasr-shortcode-functions.php:558
|
236 |
msgid "Post / Page"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
240 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
241 |
msgid "Order By"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
245 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
246 |
#, fuzzy
|
247 |
msgid "Most Rated"
|
248 |
msgstr "Głos zaktualizowany"
|
249 |
|
250 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
251 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
252 |
msgid "Highest Rated"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
256 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
257 |
msgid "Total:"
|
258 |
msgstr "Głosów:"
|
259 |
|
260 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
261 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
262 |
msgid "Average"
|
263 |
msgstr "Średnia"
|
264 |
|
265 |
+
#: ../lib/yasr-shortcode-functions.php:550
|
266 |
#, fuzzy
|
267 |
msgid "You've not enough data"
|
268 |
msgstr "Nie masz wystarczająco danych"
|
269 |
|
270 |
+
#: ../lib/yasr-shortcode-functions.php:585
|
271 |
msgid "You've not enought data"
|
272 |
msgstr "Nie masz wystarczająco danych"
|
273 |
|
274 |
+
#: ../lib/yasr-shortcode-functions.php:670
|
275 |
#, fuzzy
|
276 |
msgid ""
|
277 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
280 |
"Problem podczas pobierania Top 5 najaktywniejszych recenzentów. Czy "
|
281 |
"opublikowałeś jakieś recenzje?"
|
282 |
|
283 |
+
#: ../lib/yasr-shortcode-functions.php:738
|
284 |
#, fuzzy
|
285 |
msgid ""
|
286 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
671 |
msgid "Upgrade to yasr pro!"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../lib/yasr-settings-functions.php:1211
|
675 |
+
msgid "Unlimited ratings and votes"
|
676 |
+
msgstr ""
|
677 |
+
|
678 |
+
#: ../lib/yasr-settings-functions.php:1217
|
679 |
+
msgid "Works with shortcodes"
|
680 |
+
msgstr ""
|
681 |
+
|
682 |
+
#: ../lib/yasr-settings-functions.php:1223
|
683 |
+
#, fuzzy
|
684 |
+
msgid "Multi Set Support"
|
685 |
+
msgstr "Zestaw Ocen"
|
686 |
+
|
687 |
+
#: ../lib/yasr-settings-functions.php:1228
|
688 |
+
msgid "Logs and stats for visitors votes"
|
689 |
+
msgstr ""
|
690 |
+
|
691 |
+
#: ../lib/yasr-settings-functions.php:1233
|
692 |
+
msgid "Localization (.po and .mo files included)"
|
693 |
+
msgstr ""
|
694 |
+
|
695 |
+
#: ../lib/yasr-settings-functions.php:1238
|
696 |
+
msgid "Rich Snippet Support"
|
697 |
+
msgstr ""
|
698 |
+
|
699 |
+
#: ../lib/yasr-settings-functions.php:1243
|
700 |
+
msgid "Rankings for reviews, votes and users"
|
701 |
+
msgstr ""
|
702 |
+
|
703 |
+
#: ../lib/yasr-settings-functions.php:1248
|
704 |
+
msgid "Rankings Customization"
|
705 |
+
msgstr ""
|
706 |
+
|
707 |
+
#: ../lib/yasr-settings-functions.php:1253
|
708 |
+
msgid "Stars Customization"
|
709 |
+
msgstr ""
|
710 |
+
|
711 |
+
#: ../lib/yasr-settings-functions.php:1258
|
712 |
+
msgid "Visitors can vote on Multi Set"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: ../lib/yasr-settings-functions.php:1263
|
716 |
+
msgid "Users can review in comments"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
#: ../lib/yasr-settings-functions.php:1274
|
720 |
msgid "Not avaible yet"
|
721 |
msgstr ""
|
741 |
msgid "Pages"
|
742 |
msgstr "Strony"
|
743 |
|
744 |
+
#: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
|
745 |
msgid "Yet Another Stars Rating: Settings"
|
746 |
msgstr "Yet Another Stars Rating: Ustawienia"
|
747 |
|
748 |
+
#: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
|
749 |
msgid "Overall Rating"
|
750 |
msgstr "Ocena ogólna"
|
751 |
|
752 |
+
#: ../lib/yasr-functions.php:143
|
753 |
msgid "Yet Another Stars Rating: Multiple set"
|
754 |
msgstr "Yet Another Stars Rating: Zestaw Ocen"
|
755 |
|
756 |
+
#: ../lib/yasr-functions.php:159
|
757 |
msgid "You don't have enought privileges to insert Overall Rating"
|
758 |
msgstr "Nie masz wystarczającyh uprawnień aby wstawić Ogólną Ocenę"
|
759 |
|
760 |
+
#: ../lib/yasr-functions.php:169
|
761 |
msgid "You don't have enought privileges to insert Multi Set"
|
762 |
msgstr "Nie masz wystarczającyh uprawnień aby wstawić Zestaw Ocen"
|
763 |
|
764 |
+
#: ../lib/yasr-functions.php:304
|
765 |
msgid " reviewed by "
|
766 |
msgstr " zrecenzowane przez "
|
767 |
|
768 |
+
#: ../lib/yasr-functions.php:305
|
769 |
msgid " on "
|
770 |
msgstr " dnia "
|
771 |
|
772 |
+
#: ../lib/yasr-functions.php:306
|
773 |
msgid " rated "
|
774 |
msgstr " ocena "
|
775 |
|
776 |
+
#: ../lib/yasr-functions.php:306
|
777 |
msgid " of"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: ../lib/yasr-functions.php:361
|
781 |
#, fuzzy
|
782 |
msgid " written by "
|
783 |
msgstr " zrecenzowane przez "
|
784 |
|
785 |
+
#: ../lib/yasr-functions.php:363
|
786 |
msgid " average rating "
|
787 |
msgstr "średnia ocen"
|
788 |
|
789 |
+
#: ../lib/yasr-functions.php:364
|
790 |
msgid " user ratings"
|
791 |
msgstr "oceny użytkowników"
|
792 |
|
793 |
+
#: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
|
794 |
msgid "Follow YASR official site!"
|
795 |
msgstr ""
|
796 |
|
1018 |
msgid "Average "
|
1019 |
msgstr "Średnia"
|
1020 |
|
1021 |
+
#: ../lib/yasr-ajax-functions.php:1322
|
1022 |
#, fuzzy
|
1023 |
msgid "stars"
|
1024 |
msgstr "Gwiazdki"
|
1025 |
|
1026 |
+
#~ msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
1027 |
+
#~ msgstr "'zły', 'słaby', 'ok', 'dobry', 'super'"
|
1028 |
+
|
1029 |
#~ msgid " on 5.0"
|
1030 |
#~ msgstr " na 5.0"
|
1031 |
|
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: 2014-
|
5 |
-
"PO-Revision-Date: 2014-
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: En\n"
|
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
"X-Poedit-SearchPath-0: ..\n"
|
16 |
"X-Poedit-SearchPath-1: ../lib\n"
|
17 |
|
18 |
-
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:
|
19 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
20 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
21 |
msgid "You do not have sufficient permissions to access this page."
|
@@ -127,20 +127,20 @@ msgstr ""
|
|
127 |
msgid "Close this message"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:
|
131 |
-
#: ../lib/yasr-functions.php:
|
132 |
msgid "Donations"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:
|
136 |
-
#: ../lib/yasr-functions.php:
|
137 |
msgid ""
|
138 |
"If you have found this plugin useful, please consider making a donation to "
|
139 |
"help support future development. Your support will be much appreciated. "
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:
|
143 |
-
#: ../lib/yasr-functions.php:
|
144 |
msgid "Thank you!"
|
145 |
msgstr ""
|
146 |
|
@@ -206,63 +206,59 @@ msgstr ""
|
|
206 |
msgid "You must sign to vote"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: ../lib/yasr-shortcode-functions.php:
|
210 |
-
msgid "'bad', 'poor', 'ok', 'good', 'super'"
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
-
#: ../lib/yasr-shortcode-functions.php:455
|
214 |
msgid "Rating"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: ../lib/yasr-shortcode-functions.php:
|
218 |
msgid "You don't have any votes stored"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: ../lib/yasr-shortcode-functions.php:
|
222 |
-
#: ../lib/yasr-shortcode-functions.php:
|
223 |
msgid "Post / Page"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: ../lib/yasr-shortcode-functions.php:
|
227 |
-
#: ../lib/yasr-shortcode-functions.php:
|
228 |
msgid "Order By"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: ../lib/yasr-shortcode-functions.php:
|
232 |
-
#: ../lib/yasr-shortcode-functions.php:
|
233 |
msgid "Most Rated"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: ../lib/yasr-shortcode-functions.php:
|
237 |
-
#: ../lib/yasr-shortcode-functions.php:
|
238 |
msgid "Highest Rated"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: ../lib/yasr-shortcode-functions.php:
|
242 |
-
#: ../lib/yasr-shortcode-functions.php:
|
243 |
msgid "Total:"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: ../lib/yasr-shortcode-functions.php:
|
247 |
-
#: ../lib/yasr-shortcode-functions.php:
|
248 |
msgid "Average"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: ../lib/yasr-shortcode-functions.php:
|
252 |
msgid "You've not enough data"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: ../lib/yasr-shortcode-functions.php:
|
256 |
msgid "You've not enought data"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: ../lib/yasr-shortcode-functions.php:
|
260 |
msgid ""
|
261 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
262 |
"any review?"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: ../lib/yasr-shortcode-functions.php:
|
266 |
msgid ""
|
267 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
268 |
"have votes to show?"
|
@@ -622,6 +618,59 @@ msgstr ""
|
|
622 |
msgid "Upgrade to yasr pro!"
|
623 |
msgstr ""
|
624 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
625 |
#: ../lib/yasr-settings-functions.php:1274
|
626 |
msgid "Not avaible yet"
|
627 |
msgstr ""
|
@@ -646,55 +695,55 @@ msgstr ""
|
|
646 |
msgid "Pages"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: ../lib/yasr-functions.php:
|
650 |
msgid "Yet Another Stars Rating: Settings"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: ../lib/yasr-functions.php:
|
654 |
msgid "Overall Rating"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: ../lib/yasr-functions.php:
|
658 |
msgid "Yet Another Stars Rating: Multiple set"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: ../lib/yasr-functions.php:
|
662 |
msgid "You don't have enought privileges to insert Overall Rating"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: ../lib/yasr-functions.php:
|
666 |
msgid "You don't have enought privileges to insert Multi Set"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: ../lib/yasr-functions.php:
|
670 |
msgid " reviewed by "
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: ../lib/yasr-functions.php:
|
674 |
msgid " on "
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: ../lib/yasr-functions.php:
|
678 |
msgid " rated "
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: ../lib/yasr-functions.php:
|
682 |
msgid " of"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: ../lib/yasr-functions.php:
|
686 |
msgid " written by "
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: ../lib/yasr-functions.php:
|
690 |
msgid " average rating "
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: ../lib/yasr-functions.php:
|
694 |
msgid " user ratings"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: ../lib/yasr-functions.php:
|
698 |
msgid "Follow YASR official site!"
|
699 |
msgstr ""
|
700 |
|
@@ -909,6 +958,6 @@ msgstr ""
|
|
909 |
msgid "Average "
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: ../lib/yasr-ajax-functions.php:
|
913 |
msgid "stars"
|
914 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YASR lenguages\n"
|
4 |
+
"POT-Creation-Date: 2014-12-13 11:29+0100\n"
|
5 |
+
"PO-Revision-Date: 2014-12-13 11:29+0100\n"
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: En\n"
|
15 |
"X-Poedit-SearchPath-0: ..\n"
|
16 |
"X-Poedit-SearchPath-1: ../lib\n"
|
17 |
|
18 |
+
#: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
|
19 |
#: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
|
20 |
#: ../lib/yasr-ajax-functions.php:331 ../lib/yasr-ajax-functions.php:732
|
21 |
msgid "You do not have sufficient permissions to access this page."
|
127 |
msgid "Close this message"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
|
131 |
+
#: ../lib/yasr-functions.php:484
|
132 |
msgid "Donations"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
|
136 |
+
#: ../lib/yasr-functions.php:486
|
137 |
msgid ""
|
138 |
"If you have found this plugin useful, please consider making a donation to "
|
139 |
"help support future development. Your support will be much appreciated. "
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
|
143 |
+
#: ../lib/yasr-functions.php:488
|
144 |
msgid "Thank you!"
|
145 |
msgstr ""
|
146 |
|
206 |
msgid "You must sign to vote"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: ../lib/yasr-shortcode-functions.php:470
|
|
|
|
|
|
|
|
|
210 |
msgid "Rating"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: ../lib/yasr-shortcode-functions.php:484
|
214 |
msgid "You don't have any votes stored"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: ../lib/yasr-shortcode-functions.php:520
|
218 |
+
#: ../lib/yasr-shortcode-functions.php:558
|
219 |
msgid "Post / Page"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
223 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
224 |
msgid "Order By"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
228 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
229 |
msgid "Most Rated"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: ../lib/yasr-shortcode-functions.php:521
|
233 |
+
#: ../lib/yasr-shortcode-functions.php:559
|
234 |
msgid "Highest Rated"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
238 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
239 |
msgid "Total:"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: ../lib/yasr-shortcode-functions.php:538
|
243 |
+
#: ../lib/yasr-shortcode-functions.php:573
|
244 |
msgid "Average"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: ../lib/yasr-shortcode-functions.php:550
|
248 |
msgid "You've not enough data"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: ../lib/yasr-shortcode-functions.php:585
|
252 |
msgid "You've not enought data"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: ../lib/yasr-shortcode-functions.php:670
|
256 |
msgid ""
|
257 |
"Problem while retrieving the top 5 most active reviewers. Did you publish "
|
258 |
"any review?"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: ../lib/yasr-shortcode-functions.php:738
|
262 |
msgid ""
|
263 |
"Problem while retrieving the top 10 active users chart. Are you sure you "
|
264 |
"have votes to show?"
|
618 |
msgid "Upgrade to yasr pro!"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: ../lib/yasr-settings-functions.php:1211
|
622 |
+
msgid "Unlimited ratings and votes"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#: ../lib/yasr-settings-functions.php:1217
|
626 |
+
msgid "Works with shortcodes"
|
627 |
+
msgstr ""
|
628 |
+
|
629 |
+
#: ../lib/yasr-settings-functions.php:1223
|
630 |
+
msgid "Multi Set Support"
|
631 |
+
msgstr ""
|
632 |
+
|
633 |
+
#: ../lib/yasr-settings-functions.php:1228
|
634 |
+
msgid "Logs and stats for visitors votes"
|
635 |
+
msgstr ""
|
636 |
+
|
637 |
+
#: ../lib/yasr-settings-functions.php:1233
|
638 |
+
msgid "Localization (.po and .mo files included)"
|
639 |
+
msgstr ""
|
640 |
+
|
641 |
+
#: ../lib/yasr-settings-functions.php:1238
|
642 |
+
msgid "Rich Snippet Support"
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: ../lib/yasr-settings-functions.php:1243
|
646 |
+
msgid "Rankings for reviews, votes and users"
|
647 |
+
msgstr ""
|
648 |
+
|
649 |
+
#: ../lib/yasr-settings-functions.php:1248
|
650 |
+
msgid "Rankings Customization"
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#: ../lib/yasr-settings-functions.php:1253
|
654 |
+
msgid "Stars Customization"
|
655 |
+
msgstr ""
|
656 |
+
|
657 |
+
#: ../lib/yasr-settings-functions.php:1254
|
658 |
+
msgid "Size Only"
|
659 |
+
msgstr ""
|
660 |
+
|
661 |
+
#: ../lib/yasr-settings-functions.php:1255
|
662 |
+
msgid ""
|
663 |
+
"Users can choose different ready to use sets or can upload their own images."
|
664 |
+
msgstr ""
|
665 |
+
|
666 |
+
#: ../lib/yasr-settings-functions.php:1258
|
667 |
+
msgid "Visitors can vote on Multi Set"
|
668 |
+
msgstr ""
|
669 |
+
|
670 |
+
#: ../lib/yasr-settings-functions.php:1263
|
671 |
+
msgid "Users can review in comments"
|
672 |
+
msgstr ""
|
673 |
+
|
674 |
#: ../lib/yasr-settings-functions.php:1274
|
675 |
msgid "Not avaible yet"
|
676 |
msgstr ""
|
695 |
msgid "Pages"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
|
699 |
msgid "Yet Another Stars Rating: Settings"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
|
703 |
msgid "Overall Rating"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: ../lib/yasr-functions.php:143
|
707 |
msgid "Yet Another Stars Rating: Multiple set"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: ../lib/yasr-functions.php:159
|
711 |
msgid "You don't have enought privileges to insert Overall Rating"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: ../lib/yasr-functions.php:169
|
715 |
msgid "You don't have enought privileges to insert Multi Set"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: ../lib/yasr-functions.php:304
|
719 |
msgid " reviewed by "
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: ../lib/yasr-functions.php:305
|
723 |
msgid " on "
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: ../lib/yasr-functions.php:306
|
727 |
msgid " rated "
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: ../lib/yasr-functions.php:306
|
731 |
msgid " of"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: ../lib/yasr-functions.php:361
|
735 |
msgid " written by "
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: ../lib/yasr-functions.php:363
|
739 |
msgid " average rating "
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: ../lib/yasr-functions.php:364
|
743 |
msgid " user ratings"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
|
747 |
msgid "Follow YASR official site!"
|
748 |
msgstr ""
|
749 |
|
958 |
msgid "Average "
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: ../lib/yasr-ajax-functions.php:1322
|
962 |
msgid "stars"
|
963 |
msgstr ""
|
lib/yasr-settings-functions.php
CHANGED
@@ -1208,59 +1208,59 @@ function yasr_go_pro () {
|
|
1208 |
</tr>
|
1209 |
|
1210 |
<tr>
|
1211 |
-
<td class="rowTitle"
|
1212 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1213 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1214 |
</tr>
|
1215 |
|
1216 |
<tr>
|
1217 |
-
<td class="rowTitle"
|
1218 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1219 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1220 |
</tr>
|
1221 |
|
1222 |
<tr>
|
1223 |
-
<td class="rowTitle"
|
1224 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1225 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1226 |
</tr>
|
1227 |
<tr>
|
1228 |
-
<td class="rowTitle"
|
1229 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1230 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1231 |
</tr>
|
1232 |
<tr>
|
1233 |
-
<td class="rowTitle"
|
1234 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1235 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1236 |
</tr>
|
1237 |
<tr>
|
1238 |
-
<td class="rowTitle"
|
1239 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1240 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1241 |
</tr>
|
1242 |
<tr>
|
1243 |
-
<td class="rowTitle"
|
1244 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1245 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1246 |
</tr>
|
1247 |
<tr>
|
1248 |
-
<td class="rowTitle"
|
1249 |
<td><img src=<?php echo YASR_IMG_DIR . '/addRedX2.png' ?> alt='icon' /></td>
|
1250 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1251 |
</tr>
|
1252 |
<tr>
|
1253 |
-
<td class="rowTitle"
|
1254 |
-
<td
|
1255 |
-
<td> <img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /> <br
|
1256 |
</tr>
|
1257 |
<tr>
|
1258 |
-
<td class="rowTitle"
|
1259 |
<td><img src=<?php echo YASR_IMG_DIR . '/addRedX2.png' ?> alt='icon' /></td>
|
1260 |
<td><img src=<?php echo YASR_IMG_DIR . '/addExclamation.png' ?> alt='icon' /></td>
|
1261 |
</tr>
|
1262 |
<tr>
|
1263 |
-
<td class="rowTitle"
|
1264 |
<td><img src=<?php echo YASR_IMG_DIR . '/addRedX2.png' ?> alt='icon' /></td>
|
1265 |
<td><img src=<?php echo YASR_IMG_DIR . '/addExclamation.png' ?> alt='icon' /></td>
|
1266 |
</tr>
|
1208 |
</tr>
|
1209 |
|
1210 |
<tr>
|
1211 |
+
<td class="rowTitle"><?php _e("Unlimited ratings and votes" , "yasr"); ?></td>
|
1212 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1213 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1214 |
</tr>
|
1215 |
|
1216 |
<tr>
|
1217 |
+
<td class="rowTitle"><?php _e("Works with shortcodes" , "yasr"); ?></td>
|
1218 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1219 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1220 |
</tr>
|
1221 |
|
1222 |
<tr>
|
1223 |
+
<td class="rowTitle"><?php _e("Multi Set Support" , "yasr"); ?></td>
|
1224 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1225 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1226 |
</tr>
|
1227 |
<tr>
|
1228 |
+
<td class="rowTitle"><?php _e("Logs and stats for visitors votes" , "yasr"); ?></td>
|
1229 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1230 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1231 |
</tr>
|
1232 |
<tr>
|
1233 |
+
<td class="rowTitle"><?php _e("Localization (.po and .mo files included)" , "yasr"); ?></td>
|
1234 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1235 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1236 |
</tr>
|
1237 |
<tr>
|
1238 |
+
<td class="rowTitle"><?php _e("Rich Snippet Support" , "yasr"); ?></td>
|
1239 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1240 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1241 |
</tr>
|
1242 |
<tr>
|
1243 |
+
<td class="rowTitle"><?php _e("Rankings for reviews, votes and users" , "yasr"); ?></td>
|
1244 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1245 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1246 |
</tr>
|
1247 |
<tr>
|
1248 |
+
<td class="rowTitle"><?php _e("Rankings Customization" , "yasr"); ?></td>
|
1249 |
<td><img src=<?php echo YASR_IMG_DIR . '/addRedX2.png' ?> alt='icon' /></td>
|
1250 |
<td><img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /></td>
|
1251 |
</tr>
|
1252 |
<tr>
|
1253 |
+
<td class="rowTitle"><?php _e("Stars Customization" , "yasr"); ?></td>
|
1254 |
+
<td><?php _e("Size Only" , "yasr"); ?></td>
|
1255 |
+
<td> <img src=<?php echo YASR_IMG_DIR . '/addCheck.png' ?> alt='icon' /> <br /><?php _e("Users can choose different ready to use sets or can upload their own images." , "yasr"); ?></td>
|
1256 |
</tr>
|
1257 |
<tr>
|
1258 |
+
<td class="rowTitle"><?php _e("Visitors can vote on Multi Set" , "yasr"); ?></td>
|
1259 |
<td><img src=<?php echo YASR_IMG_DIR . '/addRedX2.png' ?> alt='icon' /></td>
|
1260 |
<td><img src=<?php echo YASR_IMG_DIR . '/addExclamation.png' ?> alt='icon' /></td>
|
1261 |
</tr>
|
1262 |
<tr>
|
1263 |
+
<td class="rowTitle"><?php _e("Users can review in comments" , "yasr"); ?></td>
|
1264 |
<td><img src=<?php echo YASR_IMG_DIR . '/addRedX2.png' ?> alt='icon' /></td>
|
1265 |
<td><img src=<?php echo YASR_IMG_DIR . '/addExclamation.png' ?> alt='icon' /></td>
|
1266 |
</tr>
|
lib/yasr-shortcode-functions.php
CHANGED
@@ -163,7 +163,7 @@ function shortcode_visitor_votes_callback ($atts) {
|
|
163 |
|
164 |
$image = YASR_IMG_DIR . "/loader.gif";
|
165 |
|
166 |
-
$loader_html =
|
167 |
|
168 |
$medium_rating=round($medium_rating, 1);
|
169 |
|
@@ -291,9 +291,6 @@ function shortcode_visitor_votes_callback ($atts) {
|
|
291 |
|
292 |
}
|
293 |
|
294 |
-
//if (!is_feed()) {
|
295 |
-
|
296 |
-
//$var_tooltip_values = json_encode ("bad, poor, ok, good, super");
|
297 |
$var_post_id = (json_encode($post_id));
|
298 |
$var_ajax_url = (json_encode(admin_url('admin-ajax.php')));
|
299 |
$var_size = (json_encode($size));
|
@@ -383,8 +380,6 @@ function shortcode_visitor_votes_callback ($atts) {
|
|
383 |
|
384 |
}
|
385 |
|
386 |
-
// } //End (!is_feed)
|
387 |
-
|
388 |
} //End function shortcode_visitor_votes_callback
|
389 |
|
390 |
|
163 |
|
164 |
$image = YASR_IMG_DIR . "/loader.gif";
|
165 |
|
166 |
+
$loader_html = '<div id="loader-visitor-rating" > ' . __("Loading, please wait","yasr") . ' <img src=' . "$image" .' title="yasr-loader" alt="yasr-loader"></div>';
|
167 |
|
168 |
$medium_rating=round($medium_rating, 1);
|
169 |
|
291 |
|
292 |
}
|
293 |
|
|
|
|
|
|
|
294 |
$var_post_id = (json_encode($post_id));
|
295 |
$var_ajax_url = (json_encode(admin_url('admin-ajax.php')));
|
296 |
$var_size = (json_encode($size));
|
380 |
|
381 |
}
|
382 |
|
|
|
|
|
383 |
} //End function shortcode_visitor_votes_callback
|
384 |
|
385 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: 5 star, admin, administrator, AJAX, five-star, javascript, jquery, post r
|
|
4 |
Requires at least: 3.5
|
5 |
Contributors: Dudo
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 0.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
|
@@ -49,6 +49,11 @@ If with gd-star-rating you're using a different number of stars from the default
|
|
49 |
= Related Link =
|
50 |
News and doc at [Yasr Official Site](http://yetanotherstarsrating.com/)
|
51 |
|
|
|
|
|
|
|
|
|
|
|
52 |
== Installation ==
|
53 |
1. Install Yet Another Stars Rating either via the WordPress.org plugin directory, or by uploading the files to your server
|
54 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
@@ -92,6 +97,10 @@ Of course not: you can easily add it on the visual editor just by clicking on th
|
|
92 |
|
93 |
== Changelog ==
|
94 |
|
|
|
|
|
|
|
|
|
95 |
= 0.7.2 =
|
96 |
* Another bugfix on yasr_visitor_votes shortcode.
|
97 |
* Minor changes
|
4 |
Requires at least: 3.5
|
5 |
Contributors: Dudo
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 0.7.3
|
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
|
49 |
= Related Link =
|
50 |
News and doc at [Yasr Official Site](http://yetanotherstarsrating.com/)
|
51 |
|
52 |
+
= Press =
|
53 |
+
* [WPMUDEV](http://premium.wpmudev.org/blog/free-wordpress-ratings-testimonials-subscriber-count-plugins/)
|
54 |
+
* [BRIANLI.COM](http://brianli.com/yet-another-stars-rating-wordpress-plugin-review/)
|
55 |
+
* [WPEXPLORER](http://www.wpexplorer.com/google-rich-snippets-wordpress/)
|
56 |
+
|
57 |
== Installation ==
|
58 |
1. Install Yet Another Stars Rating either via the WordPress.org plugin directory, or by uploading the files to your server
|
59 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 0.7.3 =
|
101 |
+
* Added support for plugins that adds class or attribute on images
|
102 |
+
* Code cleanup
|
103 |
+
|
104 |
= 0.7.2 =
|
105 |
* Another bugfix on yasr_visitor_votes shortcode.
|
106 |
* Minor changes
|
yet-another-stars-rating.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Yet Another Stars Rating
|
4 |
* Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
|
5 |
* Description: Rating system with rich snippets
|
6 |
-
* Version: 0.7.
|
7 |
* Author: Dario Curvino
|
8 |
* Author URI: http://yetanotherstarsrating.com/
|
9 |
* License: GPL2
|
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|
28 |
*/
|
29 |
|
30 |
|
31 |
-
define('YASR_VERSION_NUM', '0.7.
|
32 |
|
33 |
//Plugin relative path
|
34 |
define( "YASR_RELATIVE_PATH", dirname(__FILE__) );
|
@@ -49,178 +49,133 @@ define ("YASR_CSS_DIR", plugins_url( YASR_RELATIVE_PATH_PLUGIN_DIR . '/css/' ));
|
|
49 |
//IMG directory absolute
|
50 |
define ("YASR_IMG_DIR", plugins_url( YASR_RELATIVE_PATH_PLUGIN_DIR . '/img/'));
|
51 |
|
52 |
-
// Include function file
|
53 |
-
require (YASR_RELATIVE_PATH . '/lib/yasr-functions.php');
|
54 |
|
55 |
-
|
56 |
-
|
57 |
-
require (YASR_RELATIVE_PATH . '/lib/yasr-db-functions.php');
|
58 |
-
|
59 |
-
require (YASR_RELATIVE_PATH . '/lib/yasr-ajax-functions.php');
|
60 |
-
|
61 |
-
require (YASR_RELATIVE_PATH . '/lib/yasr-shortcode-functions.php');
|
62 |
|
63 |
-
$
|
64 |
|
65 |
-
|
66 |
|
67 |
-
if (
|
68 |
|
69 |
-
|
|
|
|
|
|
|
|
|
70 |
|
71 |
}
|
72 |
|
73 |
-
|
74 |
-
|
75 |
-
define ("
|
|
|
|
|
|
|
|
|
76 |
|
77 |
-
|
78 |
|
79 |
-
define ("
|
|
|
|
|
80 |
|
81 |
-
|
82 |
|
83 |
-
define ("
|
|
|
|
|
84 |
|
85 |
-
|
86 |
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
89 |
|
90 |
-
|
|
|
91 |
|
92 |
-
|
93 |
|
94 |
-
|
95 |
|
96 |
}
|
97 |
|
98 |
-
|
99 |
-
if ($version_installed && $version_installed < '0.5.9') {
|
100 |
|
101 |
-
|
102 |
|
103 |
}
|
104 |
|
105 |
-
|
106 |
-
if ($version_installed && $version_installed < '0.6.5') {
|
107 |
-
|
108 |
-
$stored_options = get_option( 'yasr_general_options' );
|
109 |
-
|
110 |
-
$stored_options['visitors_stats'] = 'yes';
|
111 |
|
112 |
-
//delete all the 0 vote in yasr log
|
113 |
-
$delte_zero_votes_log = $wpdb->delete(
|
114 |
-
YASR_LOG_TABLE,
|
115 |
-
array ('vote' => '0.0'),
|
116 |
-
array ('%s')
|
117 |
-
);
|
118 |
|
119 |
-
$gdsr_imported = get_option('yasr-gdstar-imported');
|
120 |
|
121 |
-
|
|
|
122 |
|
123 |
-
|
124 |
|
125 |
-
|
126 |
|
127 |
-
|
128 |
-
|
129 |
-
//Import logs from GD star
|
130 |
-
$logs = yasr_import_gdstar_logs();
|
131 |
|
132 |
-
|
133 |
-
$insert_logs = yasr_insert_gdstar_logs($logs);
|
134 |
|
135 |
-
|
136 |
-
update_option('yasr-gdstar-logs-imported', '1');
|
137 |
-
}
|
138 |
|
139 |
-
|
140 |
|
141 |
-
|
142 |
-
$stored_options['visitors_stats'] = 'disabled';
|
143 |
-
}
|
144 |
-
}
|
145 |
|
146 |
-
|
147 |
-
update_option("yasr_general_options", $stored_options);
|
148 |
|
149 |
}
|
150 |
|
151 |
-
|
152 |
-
if ($version_installed && $version_installed < '0.6.6') {
|
153 |
-
|
154 |
-
$option = get_option( 'yasr_general_options' );
|
155 |
-
|
156 |
-
$option['auto_insert_custom_post_only'] = 'no';
|
157 |
|
158 |
-
|
159 |
|
160 |
-
|
161 |
|
|
|
162 |
|
163 |
-
|
164 |
|
165 |
-
|
166 |
|
167 |
-
|
168 |
|
169 |
-
$stored_options = get_option( 'yasr_general_options' );
|
170 |
|
171 |
-
|
172 |
|
173 |
-
|
|
|
174 |
|
175 |
-
|
176 |
-
define ("YASR_AUTO_INSERT_WHERE", $stored_options['auto_insert_where']);
|
177 |
-
define ("YASR_AUTO_INSERT_SIZE", $stored_options['auto_insert_size']);
|
178 |
-
define ("YASR_AUTO_INSERT_EXCLUDE_PAGES", $stored_options['auto_insert_exclude_pages']);
|
179 |
-
define ("YASR_AUTO_INSERT_CUSTOM_POST_ONLY", $stored_options['auto_insert_custom_post_only']);
|
180 |
|
181 |
-
|
182 |
|
183 |
-
|
184 |
-
else {
|
185 |
-
define ("YASR_AUTO_INSERT_WHAT", NULL);
|
186 |
-
define ("YASR_AUTO_INSERT_WHERE", NULL);
|
187 |
-
define ("YASR_AUTO_INSERT_SIZE", NULL);
|
188 |
-
define ("YASR_AUTO_INSERT_EXCLUDE_PAGES", NULL);
|
189 |
-
define ("YASR_AUTO_INSERT_CUSTOM_POST_ONLY", NULL);
|
190 |
|
191 |
}
|
192 |
|
193 |
-
|
194 |
-
|
195 |
-
define ("YASR_TEXT_BEFORE_STARS", $stored_options['text_before_stars']);
|
196 |
-
|
197 |
-
if ( YASR_TEXT_BEFORE_STARS == 1 ) {
|
198 |
|
199 |
-
|
200 |
-
define ("YASR_TEXT_BEFORE_VISITOR_RATING", $stored_options['text_before_visitor_rating']);
|
201 |
-
define ("YASR_CUSTOM_TEXT_USER_VOTED", $stored_options['custom_text_user_voted']);
|
202 |
|
203 |
}
|
204 |
|
205 |
-
|
206 |
-
define ("YASR_SCHEME_COLOR", $stored_options['scheme_color']);
|
207 |
-
define ("YASR_ALLOWED_USER", $stored_options['allowed_user']);
|
208 |
-
define ("YASR_SNIPPET", $stored_options['snippet']);
|
209 |
-
define ("YASR_METABOX_OVERALL_RATING", $stored_options['metabox_overall_rating']);
|
210 |
-
|
211 |
-
//Get stored style options
|
212 |
-
$custom_style = get_option ('yasr_style_options');
|
213 |
-
|
214 |
-
if ($custom_style && $custom_style['textarea'] != '') {
|
215 |
|
216 |
-
|
217 |
|
218 |
}
|
219 |
|
220 |
-
else {
|
221 |
-
|
222 |
-
define ("YASR_CUSTOM_CSS_RULES", NULL);
|
223 |
|
224 |
-
|
225 |
|
226 |
?>
|
3 |
* Plugin Name: Yet Another Stars Rating
|
4 |
* Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
|
5 |
* Description: Rating system with rich snippets
|
6 |
+
* Version: 0.7.3
|
7 |
* Author: Dario Curvino
|
8 |
* Author URI: http://yetanotherstarsrating.com/
|
9 |
* License: GPL2
|
28 |
*/
|
29 |
|
30 |
|
31 |
+
define('YASR_VERSION_NUM', '0.7.3');
|
32 |
|
33 |
//Plugin relative path
|
34 |
define( "YASR_RELATIVE_PATH", dirname(__FILE__) );
|
49 |
//IMG directory absolute
|
50 |
define ("YASR_IMG_DIR", plugins_url( YASR_RELATIVE_PATH_PLUGIN_DIR . '/img/'));
|
51 |
|
|
|
|
|
52 |
|
53 |
+
/****** Getting options ******/
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
+
$stored_options = get_option( 'yasr_general_options' );
|
56 |
|
57 |
+
define ("YASR_AUTO_INSERT_ENABLED", $stored_options['auto_insert_enabled']);
|
58 |
|
59 |
+
if ( YASR_AUTO_INSERT_ENABLED == 1 ) {
|
60 |
|
61 |
+
define ("YASR_AUTO_INSERT_WHAT", $stored_options['auto_insert_what']);
|
62 |
+
define ("YASR_AUTO_INSERT_WHERE", $stored_options['auto_insert_where']);
|
63 |
+
define ("YASR_AUTO_INSERT_SIZE", $stored_options['auto_insert_size']);
|
64 |
+
define ("YASR_AUTO_INSERT_EXCLUDE_PAGES", $stored_options['auto_insert_exclude_pages']);
|
65 |
+
define ("YASR_AUTO_INSERT_CUSTOM_POST_ONLY", $stored_options['auto_insert_custom_post_only']);
|
66 |
|
67 |
}
|
68 |
|
69 |
+
//Avoid undefined index
|
70 |
+
else {
|
71 |
+
define ("YASR_AUTO_INSERT_WHAT", NULL);
|
72 |
+
define ("YASR_AUTO_INSERT_WHERE", NULL);
|
73 |
+
define ("YASR_AUTO_INSERT_SIZE", NULL);
|
74 |
+
define ("YASR_AUTO_INSERT_EXCLUDE_PAGES", NULL);
|
75 |
+
define ("YASR_AUTO_INSERT_CUSTOM_POST_ONLY", NULL);
|
76 |
|
77 |
+
}
|
78 |
|
79 |
+
define ("YASR_SHOW_OVERALL_IN_LOOP", $stored_options['show_overall_in_loop']);
|
80 |
+
define ("YASR_SHOW_VISITOR_VOTES_IN_LOOP", $stored_options['show_visitor_votes_in_loop']);
|
81 |
+
define ("YASR_TEXT_BEFORE_STARS", $stored_options['text_before_stars']);
|
82 |
|
83 |
+
if ( YASR_TEXT_BEFORE_STARS == 1 ) {
|
84 |
|
85 |
+
define ("YASR_TEXT_BEFORE_OVERALL", $stored_options['text_before_overall']);
|
86 |
+
define ("YASR_TEXT_BEFORE_VISITOR_RATING", $stored_options['text_before_visitor_rating']);
|
87 |
+
define ("YASR_CUSTOM_TEXT_USER_VOTED", $stored_options['custom_text_user_voted']);
|
88 |
|
89 |
+
}
|
90 |
|
91 |
+
define ("YASR_VISITORS_STATS", $stored_options['visitors_stats']);
|
92 |
+
define ("YASR_SCHEME_COLOR", $stored_options['scheme_color']);
|
93 |
+
define ("YASR_ALLOWED_USER", $stored_options['allowed_user']);
|
94 |
+
define ("YASR_SNIPPET", $stored_options['snippet']);
|
95 |
+
define ("YASR_METABOX_OVERALL_RATING", $stored_options['metabox_overall_rating']);
|
96 |
|
97 |
+
//Get stored style options
|
98 |
+
$custom_style = get_option ('yasr_style_options');
|
99 |
|
100 |
+
if ($custom_style && $custom_style['textarea'] != '') {
|
101 |
|
102 |
+
define ("YASR_CUSTOM_CSS_RULES", $custom_style['textarea']);
|
103 |
|
104 |
}
|
105 |
|
106 |
+
else {
|
|
|
107 |
|
108 |
+
define ("YASR_CUSTOM_CSS_RULES", NULL);
|
109 |
|
110 |
}
|
111 |
|
112 |
+
/****** End Getting options ******/
|
|
|
|
|
|
|
|
|
|
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
|
|
|
115 |
|
116 |
+
// Include function file
|
117 |
+
require (YASR_RELATIVE_PATH . '/lib/yasr-functions.php');
|
118 |
|
119 |
+
require (YASR_RELATIVE_PATH . '/lib/yasr-settings-functions.php');
|
120 |
|
121 |
+
require (YASR_RELATIVE_PATH . '/lib/yasr-db-functions.php');
|
122 |
|
123 |
+
require (YASR_RELATIVE_PATH . '/lib/yasr-ajax-functions.php');
|
|
|
|
|
|
|
124 |
|
125 |
+
require (YASR_RELATIVE_PATH . '/lib/yasr-shortcode-functions.php');
|
|
|
126 |
|
127 |
+
$version_installed = get_option('yasr-version') ;
|
|
|
|
|
128 |
|
129 |
+
//If this is a fresh new installation
|
130 |
|
131 |
+
if (!$version_installed ) {
|
|
|
|
|
|
|
132 |
|
133 |
+
yasr_install();
|
|
|
134 |
|
135 |
}
|
136 |
|
137 |
+
global $wpdb;
|
|
|
|
|
|
|
|
|
|
|
138 |
|
139 |
+
define ("YASR_VOTES_TABLE", $wpdb->prefix . 'yasr_votes');
|
140 |
|
141 |
+
define ("YASR_MULTI_SET_NAME_TABLE", $wpdb->prefix . 'yasr_multi_set');
|
142 |
|
143 |
+
define ("YASR_MULTI_SET_FIELDS_TABLE", $wpdb->prefix . 'yasr_multi_set_fields');
|
144 |
|
145 |
+
define ("YASR_MULTI_SET_VALUES_TABLE", $wpdb->prefix . 'yasr_multi_values');
|
146 |
|
147 |
+
define ("YASR_LOG_TABLE", $wpdb->prefix . 'yasr_log');
|
148 |
|
149 |
+
define ("YASR_LOADER_IMAGE", YASR_IMG_DIR . "/loader.gif");
|
150 |
|
|
|
151 |
|
152 |
+
/****** backward compatibility functions ******/
|
153 |
|
154 |
+
//Remove mid feb 2015
|
155 |
+
if ($version_installed && $version_installed < '0.6.9' ) {
|
156 |
|
157 |
+
$stored_options = get_option ( 'yasr_general_options' );
|
|
|
|
|
|
|
|
|
158 |
|
159 |
+
$stored_options['show_visitor_votes_in_loop'] = 'disabled';
|
160 |
|
161 |
+
update_option("yasr_general_options", $stored_options);
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
|
163 |
}
|
164 |
|
165 |
+
//remove end gen 2015
|
166 |
+
if ($version_installed && $version_installed < '0.5.9') {
|
|
|
|
|
|
|
167 |
|
168 |
+
$wpdb->query("ALTER TABLE " . YASR_VOTES_TABLE . " ADD review_type VARCHAR( 10 )");
|
|
|
|
|
169 |
|
170 |
}
|
171 |
|
172 |
+
if ($version_installed != YASR_VERSION_NUM) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
|
174 |
+
update_option('yasr-version', YASR_VERSION_NUM);
|
175 |
|
176 |
}
|
177 |
|
|
|
|
|
|
|
178 |
|
179 |
+
/****** End backward compatibility functions ******/
|
180 |
|
181 |
?>
|