Top 10 – Popular posts plugin for WordPress - Version 1.9.9.2

Version Description

Bug fixes for widget, exclude posts and thumbnail detection. Refer to the Changelog for more details

=

Download this release

Release Info

Developer Ajay
Plugin Icon 128x128 Top 10 – Popular posts plugin for WordPress
Version 1.9.9.2
Comparing to
See all releases

Code changes from version 1.9.9.1 to 1.9.9.2

admin.inc.php CHANGED
@@ -30,8 +30,8 @@ function tptn_options() {
30
  $tptn_settings['limit'] = intval($_POST['limit']);
31
  $tptn_settings['count_disp_form'] = ($_POST['count_disp_form']);
32
  $tptn_settings['count_disp_form_zero'] = ($_POST['count_disp_form_zero']);
33
- $tptn_settings['exclude_on_post_ids'] = wp_kses_post($_POST['exclude_on_post_ids']);
34
- $tptn_settings['exclude_post_ids'] = wp_kses_post($_POST['exclude_post_ids']);
35
 
36
  $tptn_settings['add_to_content'] = (isset($_POST['add_to_content']) ? true : false);
37
  $tptn_settings['count_on_pages'] = (isset($_POST['count_on_pages']) ? true : false);
30
  $tptn_settings['limit'] = intval($_POST['limit']);
31
  $tptn_settings['count_disp_form'] = ($_POST['count_disp_form']);
32
  $tptn_settings['count_disp_form_zero'] = ($_POST['count_disp_form_zero']);
33
+ $tptn_settings['exclude_on_post_ids'] = $_POST['exclude_on_post_ids'] == '' ? '' : implode(',', array_map('intval', explode(",", $_POST['exclude_on_post_ids'])));
34
+ $tptn_settings['exclude_post_ids'] = $_POST['exclude_post_ids'] == '' ? '' : implode(',', array_map('intval', explode(",", $_POST['exclude_post_ids'])));
35
 
36
  $tptn_settings['add_to_content'] = (isset($_POST['add_to_content']) ? true : false);
37
  $tptn_settings['count_on_pages'] = (isset($_POST['count_on_pages']) ? true : false);
languages/tptn-az_AZ.mo CHANGED
Binary file
languages/tptn-az_AZ.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Bohdan Zograf <bozograf@gmail.com>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -147,9 +147,9 @@ msgstr ""
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
- "you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
@@ -234,8 +234,8 @@ msgid ""
234
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
235
  msgstr ""
236
  "Ümumi baxılma sayının çıxartası üçün <code>%totalcount%</code>-dan istifadə "
237
- "edin, <code>%dailycount%</code> - gün ərzində baxılmış. Məsələn: <code>"
238
- "(Yazı 123 dəfə baxılıb, bu gün 23 dəfə baxılmışdır)</code>."
239
 
240
  #: admin.inc.php:297
241
  msgid "What do display when there are no visits?"
@@ -646,7 +646,7 @@ msgstr "Ajay-in blogu"
646
  msgid "FAQ"
647
  msgstr ""
648
 
649
- #: admin.inc.php:659 top-10.php:1271
650
  msgid "Support"
651
  msgstr "Dəstək"
652
 
@@ -717,123 +717,123 @@ msgstr "Ümümi/ Bu günkü baxış"
717
  msgid "Views"
718
  msgstr "Ümümi/ Bu günkü baxış"
719
 
720
- #: top-10.php:440
721
  msgid " by "
722
  msgstr ""
723
 
724
- #: top-10.php:526
725
  msgid "Display the posts popular this week"
726
  msgstr ""
727
 
728
- #: top-10.php:527
729
  #, fuzzy
730
  msgid "Popular Posts [Top 10]"
731
  msgstr "Populyar yazılar"
732
 
733
- #: top-10.php:545
734
  msgid "Title"
735
  msgstr ""
736
 
737
- #: top-10.php:550
738
  msgid "No. of posts"
739
  msgstr ""
740
 
741
- #: top-10.php:555
742
  msgid "Overall"
743
  msgstr ""
744
 
745
- #: top-10.php:556
746
  msgid "Custom time period (Enter below)"
747
  msgstr ""
748
 
749
- #: top-10.php:561
750
  msgid "Range in number of days (applies only to custom option above)"
751
  msgstr ""
752
 
753
- #: top-10.php:566
754
  #, fuzzy
755
  msgid " Show count?"
756
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
757
 
758
- #: top-10.php:571
759
  #, fuzzy
760
  msgid " Show excerpt?"
761
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
762
 
763
- #: top-10.php:576
764
  msgid " Show author?"
765
  msgstr ""
766
 
767
- #: top-10.php:581
768
  #, fuzzy
769
  msgid " Show date?"
770
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
771
 
772
- #: top-10.php:585
773
  #, fuzzy
774
  msgid "Thumbnail options"
775
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
776
 
777
- #: top-10.php:587
778
  #, fuzzy
779
  msgid "Thumbnails inline, before title"
780
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
781
 
782
- #: top-10.php:588
783
  #, fuzzy
784
  msgid "Thumbnails inline, after title"
785
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
786
 
787
- #: top-10.php:589
788
  #, fuzzy
789
  msgid "Only thumbnails, no text"
790
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
791
 
792
- #: top-10.php:590
793
  #, fuzzy
794
  msgid "No thumbnails, only text."
795
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
796
 
797
- #: top-10.php:595
798
  #, fuzzy
799
  msgid "Thumbnail height"
800
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
801
 
802
- #: top-10.php:600
803
  #, fuzzy
804
  msgid "Thumbnail width"
805
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
806
 
807
- #: top-10.php:721
808
  msgid "<h3>Popular Posts</h3>"
809
  msgstr "<h3>Populyar yazılar</h3>"
810
 
811
- #: top-10.php:722
812
  msgid "<h3>Daily Popular</h3>"
813
  msgstr "<h3>Gündəlik Populyar</h3>"
814
 
815
- #: top-10.php:723
816
  #, fuzzy
817
  msgid "No top posts yet"
818
  msgstr "10 populyar yazı statisticasını pozmaq"
819
 
820
- #: top-10.php:1188
821
  msgid "Once Weekly"
822
  msgstr ""
823
 
824
- #: top-10.php:1192
825
  msgid "Once Fortnightly"
826
  msgstr ""
827
 
828
- #: top-10.php:1196
829
  msgid "Once Monthly"
830
  msgstr ""
831
 
832
- #: top-10.php:1259
833
  msgid "Settings"
834
  msgstr "Kökləmələr"
835
 
836
- #: top-10.php:1272
837
  msgid "Donate"
838
  msgstr "İanə etmək"
839
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Bohdan Zograf <bozograf@gmail.com>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
+ "If you choose to disable this, please add <code>&lt;?php "
151
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
152
+ "template file where you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
234
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
235
  msgstr ""
236
  "Ümumi baxılma sayının çıxartası üçün <code>%totalcount%</code>-dan istifadə "
237
+ "edin, <code>%dailycount%</code> - gün ərzində baxılmış. Məsələn: "
238
+ "<code>(Yazı 123 dəfə baxılıb, bu gün 23 dəfə baxılmışdır)</code>."
239
 
240
  #: admin.inc.php:297
241
  msgid "What do display when there are no visits?"
646
  msgid "FAQ"
647
  msgstr ""
648
 
649
+ #: admin.inc.php:659 top-10.php:1267
650
  msgid "Support"
651
  msgstr "Dəstək"
652
 
717
  msgid "Views"
718
  msgstr "Ümümi/ Bu günkü baxış"
719
 
720
+ #: top-10.php:438
721
  msgid " by "
722
  msgstr ""
723
 
724
+ #: top-10.php:524
725
  msgid "Display the posts popular this week"
726
  msgstr ""
727
 
728
+ #: top-10.php:525
729
  #, fuzzy
730
  msgid "Popular Posts [Top 10]"
731
  msgstr "Populyar yazılar"
732
 
733
+ #: top-10.php:543
734
  msgid "Title"
735
  msgstr ""
736
 
737
+ #: top-10.php:548
738
  msgid "No. of posts"
739
  msgstr ""
740
 
741
+ #: top-10.php:553
742
  msgid "Overall"
743
  msgstr ""
744
 
745
+ #: top-10.php:554
746
  msgid "Custom time period (Enter below)"
747
  msgstr ""
748
 
749
+ #: top-10.php:559
750
  msgid "Range in number of days (applies only to custom option above)"
751
  msgstr ""
752
 
753
+ #: top-10.php:564
754
  #, fuzzy
755
  msgid " Show count?"
756
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
757
 
758
+ #: top-10.php:569
759
  #, fuzzy
760
  msgid " Show excerpt?"
761
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
762
 
763
+ #: top-10.php:574
764
  msgid " Show author?"
765
  msgstr ""
766
 
767
+ #: top-10.php:579
768
  #, fuzzy
769
  msgid " Show date?"
770
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
771
 
772
+ #: top-10.php:583
773
  #, fuzzy
774
  msgid "Thumbnail options"
775
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
776
 
777
+ #: top-10.php:585
778
  #, fuzzy
779
  msgid "Thumbnails inline, before title"
780
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
781
 
782
+ #: top-10.php:586
783
  #, fuzzy
784
  msgid "Thumbnails inline, after title"
785
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
786
 
787
+ #: top-10.php:587
788
  #, fuzzy
789
  msgid "Only thumbnails, no text"
790
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
791
 
792
+ #: top-10.php:588
793
  #, fuzzy
794
  msgid "No thumbnails, only text."
795
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
796
 
797
+ #: top-10.php:593
798
  #, fuzzy
799
  msgid "Thumbnail height"
800
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
801
 
802
+ #: top-10.php:598
803
  #, fuzzy
804
  msgid "Thumbnail width"
805
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
806
 
807
+ #: top-10.php:719
808
  msgid "<h3>Popular Posts</h3>"
809
  msgstr "<h3>Populyar yazılar</h3>"
810
 
811
+ #: top-10.php:720
812
  msgid "<h3>Daily Popular</h3>"
813
  msgstr "<h3>Gündəlik Populyar</h3>"
814
 
815
+ #: top-10.php:721
816
  #, fuzzy
817
  msgid "No top posts yet"
818
  msgstr "10 populyar yazı statisticasını pozmaq"
819
 
820
+ #: top-10.php:1184
821
  msgid "Once Weekly"
822
  msgstr ""
823
 
824
+ #: top-10.php:1188
825
  msgid "Once Fortnightly"
826
  msgstr ""
827
 
828
+ #: top-10.php:1192
829
  msgid "Once Monthly"
830
  msgstr ""
831
 
832
+ #: top-10.php:1255
833
  msgid "Settings"
834
  msgstr "Kökləmələr"
835
 
836
+ #: top-10.php:1268
837
  msgid "Donate"
838
  msgstr "İanə etmək"
839
 
languages/tptn-be_BY.mo CHANGED
Binary file
languages/tptn-be_BY.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: FatCow <zhr@tut.by>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -148,9 +148,9 @@ msgstr ""
148
 
149
  #: admin.inc.php:249
150
  msgid ""
151
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
152
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
153
- "you want it displayed"
154
  msgstr ""
155
 
156
  #: admin.inc.php:252
@@ -235,8 +235,8 @@ msgid ""
235
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
236
  msgstr ""
237
  "Выкарыстоўвайце <code>%totalcount%</code> каб паказваць агульны лік "
238
- "праглядаў, а <code>%dailycount%</code> - прагляды за суткі. Напрыклад: <code>"
239
- "(Прагледжана 123 раз, 23 разу прагляду сёння)</code>"
240
 
241
  #: admin.inc.php:297
242
  msgid "What do display when there are no visits?"
@@ -625,7 +625,7 @@ msgstr ""
625
  msgid "FAQ"
626
  msgstr ""
627
 
628
- #: admin.inc.php:659 top-10.php:1271
629
  msgid "Support"
630
  msgstr ""
631
 
@@ -696,115 +696,115 @@ msgstr "Усяго / Сёння праглядаў"
696
  msgid "Views"
697
  msgstr "Усяго / Сёння праглядаў"
698
 
699
- #: top-10.php:440
700
  msgid " by "
701
  msgstr ""
702
 
703
- #: top-10.php:526
704
  msgid "Display the posts popular this week"
705
  msgstr ""
706
 
707
- #: top-10.php:527
708
  #, fuzzy
709
  msgid "Popular Posts [Top 10]"
710
  msgstr "Папулярныя запісы"
711
 
712
- #: top-10.php:545
713
  msgid "Title"
714
  msgstr ""
715
 
716
- #: top-10.php:550
717
  msgid "No. of posts"
718
  msgstr ""
719
 
720
- #: top-10.php:555
721
  msgid "Overall"
722
  msgstr ""
723
 
724
- #: top-10.php:556
725
  msgid "Custom time period (Enter below)"
726
  msgstr ""
727
 
728
- #: top-10.php:561
729
  msgid "Range in number of days (applies only to custom option above)"
730
  msgstr ""
731
 
732
- #: top-10.php:566
733
  msgid " Show count?"
734
  msgstr ""
735
 
736
- #: top-10.php:571
737
  msgid " Show excerpt?"
738
  msgstr ""
739
 
740
- #: top-10.php:576
741
  msgid " Show author?"
742
  msgstr ""
743
 
744
- #: top-10.php:581
745
  msgid " Show date?"
746
  msgstr ""
747
 
748
- #: top-10.php:585
749
  msgid "Thumbnail options"
750
  msgstr ""
751
 
752
- #: top-10.php:587
753
  #, fuzzy
754
  msgid "Thumbnails inline, before title"
755
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
756
 
757
- #: top-10.php:588
758
  #, fuzzy
759
  msgid "Thumbnails inline, after title"
760
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
761
 
762
- #: top-10.php:589
763
  msgid "Only thumbnails, no text"
764
  msgstr ""
765
 
766
- #: top-10.php:590
767
  msgid "No thumbnails, only text."
768
  msgstr ""
769
 
770
- #: top-10.php:595
771
  msgid "Thumbnail height"
772
  msgstr ""
773
 
774
- #: top-10.php:600
775
  msgid "Thumbnail width"
776
  msgstr ""
777
 
778
- #: top-10.php:721
779
  msgid "<h3>Popular Posts</h3>"
780
  msgstr "<h3>Папулярныя запісы</h3>"
781
 
782
- #: top-10.php:722
783
  msgid "<h3>Daily Popular</h3>"
784
  msgstr "<h3>Папулярныя сёння запісы</h3>"
785
 
786
- #: top-10.php:723
787
  #, fuzzy
788
  msgid "No top posts yet"
789
  msgstr "Загаловак блока Папулярных запісаў:"
790
 
791
- #: top-10.php:1188
792
  msgid "Once Weekly"
793
  msgstr ""
794
 
795
- #: top-10.php:1192
796
  msgid "Once Fortnightly"
797
  msgstr ""
798
 
799
- #: top-10.php:1196
800
  msgid "Once Monthly"
801
  msgstr ""
802
 
803
- #: top-10.php:1259
804
  msgid "Settings"
805
  msgstr ""
806
 
807
- #: top-10.php:1272
808
  msgid "Donate"
809
  msgstr ""
810
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: FatCow <zhr@tut.by>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
148
 
149
  #: admin.inc.php:249
150
  msgid ""
151
+ "If you choose to disable this, please add <code>&lt;?php "
152
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
153
+ "template file where you want it displayed"
154
  msgstr ""
155
 
156
  #: admin.inc.php:252
235
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
236
  msgstr ""
237
  "Выкарыстоўвайце <code>%totalcount%</code> каб паказваць агульны лік "
238
+ "праглядаў, а <code>%dailycount%</code> - прагляды за суткі. Напрыклад: "
239
+ "<code>(Прагледжана 123 раз, 23 разу прагляду сёння)</code>"
240
 
241
  #: admin.inc.php:297
242
  msgid "What do display when there are no visits?"
625
  msgid "FAQ"
626
  msgstr ""
627
 
628
+ #: admin.inc.php:659 top-10.php:1267
629
  msgid "Support"
630
  msgstr ""
631
 
696
  msgid "Views"
697
  msgstr "Усяго / Сёння праглядаў"
698
 
699
+ #: top-10.php:438
700
  msgid " by "
701
  msgstr ""
702
 
703
+ #: top-10.php:524
704
  msgid "Display the posts popular this week"
705
  msgstr ""
706
 
707
+ #: top-10.php:525
708
  #, fuzzy
709
  msgid "Popular Posts [Top 10]"
710
  msgstr "Папулярныя запісы"
711
 
712
+ #: top-10.php:543
713
  msgid "Title"
714
  msgstr ""
715
 
716
+ #: top-10.php:548
717
  msgid "No. of posts"
718
  msgstr ""
719
 
720
+ #: top-10.php:553
721
  msgid "Overall"
722
  msgstr ""
723
 
724
+ #: top-10.php:554
725
  msgid "Custom time period (Enter below)"
726
  msgstr ""
727
 
728
+ #: top-10.php:559
729
  msgid "Range in number of days (applies only to custom option above)"
730
  msgstr ""
731
 
732
+ #: top-10.php:564
733
  msgid " Show count?"
734
  msgstr ""
735
 
736
+ #: top-10.php:569
737
  msgid " Show excerpt?"
738
  msgstr ""
739
 
740
+ #: top-10.php:574
741
  msgid " Show author?"
742
  msgstr ""
743
 
744
+ #: top-10.php:579
745
  msgid " Show date?"
746
  msgstr ""
747
 
748
+ #: top-10.php:583
749
  msgid "Thumbnail options"
750
  msgstr ""
751
 
752
+ #: top-10.php:585
753
  #, fuzzy
754
  msgid "Thumbnails inline, before title"
755
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
756
 
757
+ #: top-10.php:586
758
  #, fuzzy
759
  msgid "Thumbnails inline, after title"
760
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
761
 
762
+ #: top-10.php:587
763
  msgid "Only thumbnails, no text"
764
  msgstr ""
765
 
766
+ #: top-10.php:588
767
  msgid "No thumbnails, only text."
768
  msgstr ""
769
 
770
+ #: top-10.php:593
771
  msgid "Thumbnail height"
772
  msgstr ""
773
 
774
+ #: top-10.php:598
775
  msgid "Thumbnail width"
776
  msgstr ""
777
 
778
+ #: top-10.php:719
779
  msgid "<h3>Popular Posts</h3>"
780
  msgstr "<h3>Папулярныя запісы</h3>"
781
 
782
+ #: top-10.php:720
783
  msgid "<h3>Daily Popular</h3>"
784
  msgstr "<h3>Папулярныя сёння запісы</h3>"
785
 
786
+ #: top-10.php:721
787
  #, fuzzy
788
  msgid "No top posts yet"
789
  msgstr "Загаловак блока Папулярных запісаў:"
790
 
791
+ #: top-10.php:1184
792
  msgid "Once Weekly"
793
  msgstr ""
794
 
795
+ #: top-10.php:1188
796
  msgid "Once Fortnightly"
797
  msgstr ""
798
 
799
+ #: top-10.php:1192
800
  msgid "Once Monthly"
801
  msgstr ""
802
 
803
+ #: top-10.php:1255
804
  msgid "Settings"
805
  msgstr ""
806
 
807
+ #: top-10.php:1268
808
  msgid "Donate"
809
  msgstr ""
810
 
languages/tptn-en_US.mo CHANGED
Binary file
languages/tptn-en_US.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:52-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e;_c;__ngettext\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -144,9 +144,9 @@ msgstr ""
144
 
145
  #: admin.inc.php:249
146
  msgid ""
147
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
148
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
149
- "you want it displayed"
150
  msgstr ""
151
 
152
  #: admin.inc.php:252
@@ -602,7 +602,7 @@ msgstr ""
602
  msgid "FAQ"
603
  msgstr ""
604
 
605
- #: admin.inc.php:659 top-10.php:1271
606
  msgid "Support"
607
  msgstr ""
608
 
@@ -668,110 +668,110 @@ msgstr ""
668
  msgid "Views"
669
  msgstr ""
670
 
671
- #: top-10.php:440
672
  msgid " by "
673
  msgstr ""
674
 
675
- #: top-10.php:526
676
  msgid "Display the posts popular this week"
677
  msgstr ""
678
 
679
- #: top-10.php:527
680
  msgid "Popular Posts [Top 10]"
681
  msgstr ""
682
 
683
- #: top-10.php:545
684
  msgid "Title"
685
  msgstr ""
686
 
687
- #: top-10.php:550
688
  msgid "No. of posts"
689
  msgstr ""
690
 
691
- #: top-10.php:555
692
  msgid "Overall"
693
  msgstr ""
694
 
695
- #: top-10.php:556
696
  msgid "Custom time period (Enter below)"
697
  msgstr ""
698
 
699
- #: top-10.php:561
700
  msgid "Range in number of days (applies only to custom option above)"
701
  msgstr ""
702
 
703
- #: top-10.php:566
704
  msgid " Show count?"
705
  msgstr ""
706
 
707
- #: top-10.php:571
708
  msgid " Show excerpt?"
709
  msgstr ""
710
 
711
- #: top-10.php:576
712
  msgid " Show author?"
713
  msgstr ""
714
 
715
- #: top-10.php:581
716
  msgid " Show date?"
717
  msgstr ""
718
 
719
- #: top-10.php:585
720
  msgid "Thumbnail options"
721
  msgstr ""
722
 
723
- #: top-10.php:587
724
  msgid "Thumbnails inline, before title"
725
  msgstr ""
726
 
727
- #: top-10.php:588
728
  msgid "Thumbnails inline, after title"
729
  msgstr ""
730
 
731
- #: top-10.php:589
732
  msgid "Only thumbnails, no text"
733
  msgstr ""
734
 
735
- #: top-10.php:590
736
  msgid "No thumbnails, only text."
737
  msgstr ""
738
 
739
- #: top-10.php:595
740
  msgid "Thumbnail height"
741
  msgstr ""
742
 
743
- #: top-10.php:600
744
  msgid "Thumbnail width"
745
  msgstr ""
746
 
747
- #: top-10.php:721
748
  msgid "<h3>Popular Posts</h3>"
749
  msgstr ""
750
 
751
- #: top-10.php:722
752
  msgid "<h3>Daily Popular</h3>"
753
  msgstr ""
754
 
755
- #: top-10.php:723
756
  msgid "No top posts yet"
757
  msgstr ""
758
 
759
- #: top-10.php:1188
760
  msgid "Once Weekly"
761
  msgstr ""
762
 
763
- #: top-10.php:1192
764
  msgid "Once Fortnightly"
765
  msgstr ""
766
 
767
- #: top-10.php:1196
768
  msgid "Once Monthly"
769
  msgstr ""
770
 
771
- #: top-10.php:1259
772
  msgid "Settings"
773
  msgstr ""
774
 
775
- #: top-10.php:1272
776
  msgid "Donate"
777
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e;_c;__ngettext\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
144
 
145
  #: admin.inc.php:249
146
  msgid ""
147
+ "If you choose to disable this, please add <code>&lt;?php "
148
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
149
+ "template file where you want it displayed"
150
  msgstr ""
151
 
152
  #: admin.inc.php:252
602
  msgid "FAQ"
603
  msgstr ""
604
 
605
+ #: admin.inc.php:659 top-10.php:1267
606
  msgid "Support"
607
  msgstr ""
608
 
668
  msgid "Views"
669
  msgstr ""
670
 
671
+ #: top-10.php:438
672
  msgid " by "
673
  msgstr ""
674
 
675
+ #: top-10.php:524
676
  msgid "Display the posts popular this week"
677
  msgstr ""
678
 
679
+ #: top-10.php:525
680
  msgid "Popular Posts [Top 10]"
681
  msgstr ""
682
 
683
+ #: top-10.php:543
684
  msgid "Title"
685
  msgstr ""
686
 
687
+ #: top-10.php:548
688
  msgid "No. of posts"
689
  msgstr ""
690
 
691
+ #: top-10.php:553
692
  msgid "Overall"
693
  msgstr ""
694
 
695
+ #: top-10.php:554
696
  msgid "Custom time period (Enter below)"
697
  msgstr ""
698
 
699
+ #: top-10.php:559
700
  msgid "Range in number of days (applies only to custom option above)"
701
  msgstr ""
702
 
703
+ #: top-10.php:564
704
  msgid " Show count?"
705
  msgstr ""
706
 
707
+ #: top-10.php:569
708
  msgid " Show excerpt?"
709
  msgstr ""
710
 
711
+ #: top-10.php:574
712
  msgid " Show author?"
713
  msgstr ""
714
 
715
+ #: top-10.php:579
716
  msgid " Show date?"
717
  msgstr ""
718
 
719
+ #: top-10.php:583
720
  msgid "Thumbnail options"
721
  msgstr ""
722
 
723
+ #: top-10.php:585
724
  msgid "Thumbnails inline, before title"
725
  msgstr ""
726
 
727
+ #: top-10.php:586
728
  msgid "Thumbnails inline, after title"
729
  msgstr ""
730
 
731
+ #: top-10.php:587
732
  msgid "Only thumbnails, no text"
733
  msgstr ""
734
 
735
+ #: top-10.php:588
736
  msgid "No thumbnails, only text."
737
  msgstr ""
738
 
739
+ #: top-10.php:593
740
  msgid "Thumbnail height"
741
  msgstr ""
742
 
743
+ #: top-10.php:598
744
  msgid "Thumbnail width"
745
  msgstr ""
746
 
747
+ #: top-10.php:719
748
  msgid "<h3>Popular Posts</h3>"
749
  msgstr ""
750
 
751
+ #: top-10.php:720
752
  msgid "<h3>Daily Popular</h3>"
753
  msgstr ""
754
 
755
+ #: top-10.php:721
756
  msgid "No top posts yet"
757
  msgstr ""
758
 
759
+ #: top-10.php:1184
760
  msgid "Once Weekly"
761
  msgstr ""
762
 
763
+ #: top-10.php:1188
764
  msgid "Once Fortnightly"
765
  msgstr ""
766
 
767
+ #: top-10.php:1192
768
  msgid "Once Monthly"
769
  msgstr ""
770
 
771
+ #: top-10.php:1255
772
  msgid "Settings"
773
  msgstr ""
774
 
775
+ #: top-10.php:1268
776
  msgid "Donate"
777
  msgstr ""
languages/tptn-en_US.pot CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:52-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e;_c;__ngettext\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -144,9 +144,9 @@ msgstr ""
144
 
145
  #: admin.inc.php:249
146
  msgid ""
147
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
148
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
149
- "you want it displayed"
150
  msgstr ""
151
 
152
  #: admin.inc.php:252
@@ -602,7 +602,7 @@ msgstr ""
602
  msgid "FAQ"
603
  msgstr ""
604
 
605
- #: admin.inc.php:659 top-10.php:1271
606
  msgid "Support"
607
  msgstr ""
608
 
@@ -668,110 +668,110 @@ msgstr ""
668
  msgid "Views"
669
  msgstr ""
670
 
671
- #: top-10.php:440
672
  msgid " by "
673
  msgstr ""
674
 
675
- #: top-10.php:526
676
  msgid "Display the posts popular this week"
677
  msgstr ""
678
 
679
- #: top-10.php:527
680
  msgid "Popular Posts [Top 10]"
681
  msgstr ""
682
 
683
- #: top-10.php:545
684
  msgid "Title"
685
  msgstr ""
686
 
687
- #: top-10.php:550
688
  msgid "No. of posts"
689
  msgstr ""
690
 
691
- #: top-10.php:555
692
  msgid "Overall"
693
  msgstr ""
694
 
695
- #: top-10.php:556
696
  msgid "Custom time period (Enter below)"
697
  msgstr ""
698
 
699
- #: top-10.php:561
700
  msgid "Range in number of days (applies only to custom option above)"
701
  msgstr ""
702
 
703
- #: top-10.php:566
704
  msgid " Show count?"
705
  msgstr ""
706
 
707
- #: top-10.php:571
708
  msgid " Show excerpt?"
709
  msgstr ""
710
 
711
- #: top-10.php:576
712
  msgid " Show author?"
713
  msgstr ""
714
 
715
- #: top-10.php:581
716
  msgid " Show date?"
717
  msgstr ""
718
 
719
- #: top-10.php:585
720
  msgid "Thumbnail options"
721
  msgstr ""
722
 
723
- #: top-10.php:587
724
  msgid "Thumbnails inline, before title"
725
  msgstr ""
726
 
727
- #: top-10.php:588
728
  msgid "Thumbnails inline, after title"
729
  msgstr ""
730
 
731
- #: top-10.php:589
732
  msgid "Only thumbnails, no text"
733
  msgstr ""
734
 
735
- #: top-10.php:590
736
  msgid "No thumbnails, only text."
737
  msgstr ""
738
 
739
- #: top-10.php:595
740
  msgid "Thumbnail height"
741
  msgstr ""
742
 
743
- #: top-10.php:600
744
  msgid "Thumbnail width"
745
  msgstr ""
746
 
747
- #: top-10.php:721
748
  msgid "<h3>Popular Posts</h3>"
749
  msgstr ""
750
 
751
- #: top-10.php:722
752
  msgid "<h3>Daily Popular</h3>"
753
  msgstr ""
754
 
755
- #: top-10.php:723
756
  msgid "No top posts yet"
757
  msgstr ""
758
 
759
- #: top-10.php:1188
760
  msgid "Once Weekly"
761
  msgstr ""
762
 
763
- #: top-10.php:1192
764
  msgid "Once Fortnightly"
765
  msgstr ""
766
 
767
- #: top-10.php:1196
768
  msgid "Once Monthly"
769
  msgstr ""
770
 
771
- #: top-10.php:1259
772
  msgid "Settings"
773
  msgstr ""
774
 
775
- #: top-10.php:1272
776
  msgid "Donate"
777
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:15-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e;_c;__ngettext\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
144
 
145
  #: admin.inc.php:249
146
  msgid ""
147
+ "If you choose to disable this, please add <code>&lt;?php "
148
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
149
+ "template file where you want it displayed"
150
  msgstr ""
151
 
152
  #: admin.inc.php:252
602
  msgid "FAQ"
603
  msgstr ""
604
 
605
+ #: admin.inc.php:659 top-10.php:1267
606
  msgid "Support"
607
  msgstr ""
608
 
668
  msgid "Views"
669
  msgstr ""
670
 
671
+ #: top-10.php:438
672
  msgid " by "
673
  msgstr ""
674
 
675
+ #: top-10.php:524
676
  msgid "Display the posts popular this week"
677
  msgstr ""
678
 
679
+ #: top-10.php:525
680
  msgid "Popular Posts [Top 10]"
681
  msgstr ""
682
 
683
+ #: top-10.php:543
684
  msgid "Title"
685
  msgstr ""
686
 
687
+ #: top-10.php:548
688
  msgid "No. of posts"
689
  msgstr ""
690
 
691
+ #: top-10.php:553
692
  msgid "Overall"
693
  msgstr ""
694
 
695
+ #: top-10.php:554
696
  msgid "Custom time period (Enter below)"
697
  msgstr ""
698
 
699
+ #: top-10.php:559
700
  msgid "Range in number of days (applies only to custom option above)"
701
  msgstr ""
702
 
703
+ #: top-10.php:564
704
  msgid " Show count?"
705
  msgstr ""
706
 
707
+ #: top-10.php:569
708
  msgid " Show excerpt?"
709
  msgstr ""
710
 
711
+ #: top-10.php:574
712
  msgid " Show author?"
713
  msgstr ""
714
 
715
+ #: top-10.php:579
716
  msgid " Show date?"
717
  msgstr ""
718
 
719
+ #: top-10.php:583
720
  msgid "Thumbnail options"
721
  msgstr ""
722
 
723
+ #: top-10.php:585
724
  msgid "Thumbnails inline, before title"
725
  msgstr ""
726
 
727
+ #: top-10.php:586
728
  msgid "Thumbnails inline, after title"
729
  msgstr ""
730
 
731
+ #: top-10.php:587
732
  msgid "Only thumbnails, no text"
733
  msgstr ""
734
 
735
+ #: top-10.php:588
736
  msgid "No thumbnails, only text."
737
  msgstr ""
738
 
739
+ #: top-10.php:593
740
  msgid "Thumbnail height"
741
  msgstr ""
742
 
743
+ #: top-10.php:598
744
  msgid "Thumbnail width"
745
  msgstr ""
746
 
747
+ #: top-10.php:719
748
  msgid "<h3>Popular Posts</h3>"
749
  msgstr ""
750
 
751
+ #: top-10.php:720
752
  msgid "<h3>Daily Popular</h3>"
753
  msgstr ""
754
 
755
+ #: top-10.php:721
756
  msgid "No top posts yet"
757
  msgstr ""
758
 
759
+ #: top-10.php:1184
760
  msgid "Once Weekly"
761
  msgstr ""
762
 
763
+ #: top-10.php:1188
764
  msgid "Once Fortnightly"
765
  msgstr ""
766
 
767
+ #: top-10.php:1192
768
  msgid "Once Monthly"
769
  msgstr ""
770
 
771
+ #: top-10.php:1255
772
  msgid "Settings"
773
  msgstr ""
774
 
775
+ #: top-10.php:1268
776
  msgid "Donate"
777
  msgstr ""
languages/tptn-es_ES.mo CHANGED
Binary file
languages/tptn-es_ES.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Ajay D'Souza <me@ajaydsouza.com>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -147,9 +147,9 @@ msgstr ""
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
- "you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
@@ -645,7 +645,7 @@ msgstr "Blog de Ajay"
645
  msgid "FAQ"
646
  msgstr ""
647
 
648
- #: admin.inc.php:659 top-10.php:1271
649
  msgid "Support"
650
  msgstr "Apoyo"
651
 
@@ -716,123 +716,123 @@ msgstr "Total/Visitas de hoy"
716
  msgid "Views"
717
  msgstr "Total/Visitas de hoy"
718
 
719
- #: top-10.php:440
720
  msgid " by "
721
  msgstr ""
722
 
723
- #: top-10.php:526
724
  msgid "Display the posts popular this week"
725
  msgstr "Mostrar los posts populares de esta semana"
726
 
727
- #: top-10.php:527
728
  #, fuzzy
729
  msgid "Popular Posts [Top 10]"
730
  msgstr "Los posts más populares"
731
 
732
- #: top-10.php:545
733
  msgid "Title"
734
  msgstr ""
735
 
736
- #: top-10.php:550
737
  msgid "No. of posts"
738
  msgstr ""
739
 
740
- #: top-10.php:555
741
  msgid "Overall"
742
  msgstr ""
743
 
744
- #: top-10.php:556
745
  msgid "Custom time period (Enter below)"
746
  msgstr ""
747
 
748
- #: top-10.php:561
749
  msgid "Range in number of days (applies only to custom option above)"
750
  msgstr ""
751
 
752
- #: top-10.php:566
753
  #, fuzzy
754
  msgid " Show count?"
755
  msgstr "¿Mostrar un fragmento del post en la lista?"
756
 
757
- #: top-10.php:571
758
  #, fuzzy
759
  msgid " Show excerpt?"
760
  msgstr "¿Mostrar un fragmento del post en la lista?"
761
 
762
- #: top-10.php:576
763
  msgid " Show author?"
764
  msgstr ""
765
 
766
- #: top-10.php:581
767
  #, fuzzy
768
  msgid " Show date?"
769
  msgstr "¿Mostrar un fragmento del post en la lista?"
770
 
771
- #: top-10.php:585
772
  #, fuzzy
773
  msgid "Thumbnail options"
774
  msgstr "Los parámetros del thumbnail:"
775
 
776
- #: top-10.php:587
777
  #, fuzzy
778
  msgid "Thumbnails inline, before title"
779
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
780
 
781
- #: top-10.php:588
782
  #, fuzzy
783
  msgid "Thumbnails inline, after title"
784
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
785
 
786
- #: top-10.php:589
787
  #, fuzzy
788
  msgid "Only thumbnails, no text"
789
  msgstr "Mostrar solamente thumbnails, no el texto"
790
 
791
- #: top-10.php:590
792
  #, fuzzy
793
  msgid "No thumbnails, only text."
794
  msgstr "No mostrar thumbnails, sólo el texto"
795
 
796
- #: top-10.php:595
797
  #, fuzzy
798
  msgid "Thumbnail height"
799
  msgstr "Los parámetros del thumbnail:"
800
 
801
- #: top-10.php:600
802
  #, fuzzy
803
  msgid "Thumbnail width"
804
  msgstr "Los parámetros del thumbnail:"
805
 
806
- #: top-10.php:721
807
  msgid "<h3>Popular Posts</h3>"
808
  msgstr "Los posts populares"
809
 
810
- #: top-10.php:722
811
  msgid "<h3>Daily Popular</h3>"
812
  msgstr "Diario Populares"
813
 
814
- #: top-10.php:723
815
  #, fuzzy
816
  msgid "No top posts yet"
817
  msgstr "Reiniciar el Top de los 10 posts más populares"
818
 
819
- #: top-10.php:1188
820
  msgid "Once Weekly"
821
  msgstr ""
822
 
823
- #: top-10.php:1192
824
  msgid "Once Fortnightly"
825
  msgstr ""
826
 
827
- #: top-10.php:1196
828
  msgid "Once Monthly"
829
  msgstr ""
830
 
831
- #: top-10.php:1259
832
  msgid "Settings"
833
  msgstr "Los ajustes"
834
 
835
- #: top-10.php:1272
836
  msgid "Donate"
837
  msgstr "Subvencionar"
838
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Ajay D'Souza <me@ajaydsouza.com>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
+ "If you choose to disable this, please add <code>&lt;?php "
151
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
152
+ "template file where you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
645
  msgid "FAQ"
646
  msgstr ""
647
 
648
+ #: admin.inc.php:659 top-10.php:1267
649
  msgid "Support"
650
  msgstr "Apoyo"
651
 
716
  msgid "Views"
717
  msgstr "Total/Visitas de hoy"
718
 
719
+ #: top-10.php:438
720
  msgid " by "
721
  msgstr ""
722
 
723
+ #: top-10.php:524
724
  msgid "Display the posts popular this week"
725
  msgstr "Mostrar los posts populares de esta semana"
726
 
727
+ #: top-10.php:525
728
  #, fuzzy
729
  msgid "Popular Posts [Top 10]"
730
  msgstr "Los posts más populares"
731
 
732
+ #: top-10.php:543
733
  msgid "Title"
734
  msgstr ""
735
 
736
+ #: top-10.php:548
737
  msgid "No. of posts"
738
  msgstr ""
739
 
740
+ #: top-10.php:553
741
  msgid "Overall"
742
  msgstr ""
743
 
744
+ #: top-10.php:554
745
  msgid "Custom time period (Enter below)"
746
  msgstr ""
747
 
748
+ #: top-10.php:559
749
  msgid "Range in number of days (applies only to custom option above)"
750
  msgstr ""
751
 
752
+ #: top-10.php:564
753
  #, fuzzy
754
  msgid " Show count?"
755
  msgstr "¿Mostrar un fragmento del post en la lista?"
756
 
757
+ #: top-10.php:569
758
  #, fuzzy
759
  msgid " Show excerpt?"
760
  msgstr "¿Mostrar un fragmento del post en la lista?"
761
 
762
+ #: top-10.php:574
763
  msgid " Show author?"
764
  msgstr ""
765
 
766
+ #: top-10.php:579
767
  #, fuzzy
768
  msgid " Show date?"
769
  msgstr "¿Mostrar un fragmento del post en la lista?"
770
 
771
+ #: top-10.php:583
772
  #, fuzzy
773
  msgid "Thumbnail options"
774
  msgstr "Los parámetros del thumbnail:"
775
 
776
+ #: top-10.php:585
777
  #, fuzzy
778
  msgid "Thumbnails inline, before title"
779
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
780
 
781
+ #: top-10.php:586
782
  #, fuzzy
783
  msgid "Thumbnails inline, after title"
784
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
785
 
786
+ #: top-10.php:587
787
  #, fuzzy
788
  msgid "Only thumbnails, no text"
789
  msgstr "Mostrar solamente thumbnails, no el texto"
790
 
791
+ #: top-10.php:588
792
  #, fuzzy
793
  msgid "No thumbnails, only text."
794
  msgstr "No mostrar thumbnails, sólo el texto"
795
 
796
+ #: top-10.php:593
797
  #, fuzzy
798
  msgid "Thumbnail height"
799
  msgstr "Los parámetros del thumbnail:"
800
 
801
+ #: top-10.php:598
802
  #, fuzzy
803
  msgid "Thumbnail width"
804
  msgstr "Los parámetros del thumbnail:"
805
 
806
+ #: top-10.php:719
807
  msgid "<h3>Popular Posts</h3>"
808
  msgstr "Los posts populares"
809
 
810
+ #: top-10.php:720
811
  msgid "<h3>Daily Popular</h3>"
812
  msgstr "Diario Populares"
813
 
814
+ #: top-10.php:721
815
  #, fuzzy
816
  msgid "No top posts yet"
817
  msgstr "Reiniciar el Top de los 10 posts más populares"
818
 
819
+ #: top-10.php:1184
820
  msgid "Once Weekly"
821
  msgstr ""
822
 
823
+ #: top-10.php:1188
824
  msgid "Once Fortnightly"
825
  msgstr ""
826
 
827
+ #: top-10.php:1192
828
  msgid "Once Monthly"
829
  msgstr ""
830
 
831
+ #: top-10.php:1255
832
  msgid "Settings"
833
  msgstr "Los ajustes"
834
 
835
+ #: top-10.php:1268
836
  msgid "Donate"
837
  msgstr "Subvencionar"
838
 
languages/tptn-fr_FR.mo CHANGED
Binary file
languages/tptn-fr_FR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Ajay D'Souza <me@ajaydsouza.com>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -147,9 +147,9 @@ msgstr ""
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
- "you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
@@ -645,7 +645,7 @@ msgstr "Blog Ajay"
645
  msgid "FAQ"
646
  msgstr ""
647
 
648
- #: admin.inc.php:659 top-10.php:1271
649
  msgid "Support"
650
  msgstr "Service d'assistance"
651
 
@@ -716,123 +716,123 @@ msgstr "Total/aujourd'hui visionnages"
716
  msgid "Views"
717
  msgstr "Total/aujourd'hui visionnages"
718
 
719
- #: top-10.php:440
720
  msgid " by "
721
  msgstr ""
722
 
723
- #: top-10.php:526
724
  msgid "Display the posts popular this week"
725
  msgstr "Afficher les postes populaires de la semaine"
726
 
727
- #: top-10.php:527
728
  #, fuzzy
729
  msgid "Popular Posts [Top 10]"
730
  msgstr "Postes populaires"
731
 
732
- #: top-10.php:545
733
  msgid "Title"
734
  msgstr ""
735
 
736
- #: top-10.php:550
737
  msgid "No. of posts"
738
  msgstr ""
739
 
740
- #: top-10.php:555
741
  msgid "Overall"
742
  msgstr ""
743
 
744
- #: top-10.php:556
745
  msgid "Custom time period (Enter below)"
746
  msgstr ""
747
 
748
- #: top-10.php:561
749
  msgid "Range in number of days (applies only to custom option above)"
750
  msgstr ""
751
 
752
- #: top-10.php:566
753
  #, fuzzy
754
  msgid " Show count?"
755
  msgstr "Afficher le fragment du message dans la liste?"
756
 
757
- #: top-10.php:571
758
  #, fuzzy
759
  msgid " Show excerpt?"
760
  msgstr "Afficher le fragment du message dans la liste?"
761
 
762
- #: top-10.php:576
763
  msgid " Show author?"
764
  msgstr ""
765
 
766
- #: top-10.php:581
767
  #, fuzzy
768
  msgid " Show date?"
769
  msgstr "Afficher le fragment du message dans la liste?"
770
 
771
- #: top-10.php:585
772
  #, fuzzy
773
  msgid "Thumbnail options"
774
  msgstr "Options thumbnail des messages:"
775
 
776
- #: top-10.php:587
777
  #, fuzzy
778
  msgid "Thumbnails inline, before title"
779
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
780
 
781
- #: top-10.php:588
782
  #, fuzzy
783
  msgid "Thumbnails inline, after title"
784
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
785
 
786
- #: top-10.php:589
787
  #, fuzzy
788
  msgid "Only thumbnails, no text"
789
  msgstr "Afficher uniquement le thumbnail, sans le texte"
790
 
791
- #: top-10.php:590
792
  #, fuzzy
793
  msgid "No thumbnails, only text."
794
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
795
 
796
- #: top-10.php:595
797
  #, fuzzy
798
  msgid "Thumbnail height"
799
  msgstr "Options thumbnail des messages:"
800
 
801
- #: top-10.php:600
802
  #, fuzzy
803
  msgid "Thumbnail width"
804
  msgstr "Options thumbnail des messages:"
805
 
806
- #: top-10.php:721
807
  msgid "<h3>Popular Posts</h3>"
808
  msgstr "<h3>Postes populaires</h3>"
809
 
810
- #: top-10.php:722
811
  msgid "<h3>Daily Popular</h3>"
812
  msgstr "<h3>Populaires Journaliers</h3>"
813
 
814
- #: top-10.php:723
815
  #, fuzzy
816
  msgid "No top posts yet"
817
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
818
 
819
- #: top-10.php:1188
820
  msgid "Once Weekly"
821
  msgstr ""
822
 
823
- #: top-10.php:1192
824
  msgid "Once Fortnightly"
825
  msgstr ""
826
 
827
- #: top-10.php:1196
828
  msgid "Once Monthly"
829
  msgstr ""
830
 
831
- #: top-10.php:1259
832
  msgid "Settings"
833
  msgstr "Paramètres"
834
 
835
- #: top-10.php:1272
836
  msgid "Donate"
837
  msgstr "Conribuer"
838
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Ajay D'Souza <me@ajaydsouza.com>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
+ "If you choose to disable this, please add <code>&lt;?php "
151
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
152
+ "template file where you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
645
  msgid "FAQ"
646
  msgstr ""
647
 
648
+ #: admin.inc.php:659 top-10.php:1267
649
  msgid "Support"
650
  msgstr "Service d'assistance"
651
 
716
  msgid "Views"
717
  msgstr "Total/aujourd'hui visionnages"
718
 
719
+ #: top-10.php:438
720
  msgid " by "
721
  msgstr ""
722
 
723
+ #: top-10.php:524
724
  msgid "Display the posts popular this week"
725
  msgstr "Afficher les postes populaires de la semaine"
726
 
727
+ #: top-10.php:525
728
  #, fuzzy
729
  msgid "Popular Posts [Top 10]"
730
  msgstr "Postes populaires"
731
 
732
+ #: top-10.php:543
733
  msgid "Title"
734
  msgstr ""
735
 
736
+ #: top-10.php:548
737
  msgid "No. of posts"
738
  msgstr ""
739
 
740
+ #: top-10.php:553
741
  msgid "Overall"
742
  msgstr ""
743
 
744
+ #: top-10.php:554
745
  msgid "Custom time period (Enter below)"
746
  msgstr ""
747
 
748
+ #: top-10.php:559
749
  msgid "Range in number of days (applies only to custom option above)"
750
  msgstr ""
751
 
752
+ #: top-10.php:564
753
  #, fuzzy
754
  msgid " Show count?"
755
  msgstr "Afficher le fragment du message dans la liste?"
756
 
757
+ #: top-10.php:569
758
  #, fuzzy
759
  msgid " Show excerpt?"
760
  msgstr "Afficher le fragment du message dans la liste?"
761
 
762
+ #: top-10.php:574
763
  msgid " Show author?"
764
  msgstr ""
765
 
766
+ #: top-10.php:579
767
  #, fuzzy
768
  msgid " Show date?"
769
  msgstr "Afficher le fragment du message dans la liste?"
770
 
771
+ #: top-10.php:583
772
  #, fuzzy
773
  msgid "Thumbnail options"
774
  msgstr "Options thumbnail des messages:"
775
 
776
+ #: top-10.php:585
777
  #, fuzzy
778
  msgid "Thumbnails inline, before title"
779
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
780
 
781
+ #: top-10.php:586
782
  #, fuzzy
783
  msgid "Thumbnails inline, after title"
784
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
785
 
786
+ #: top-10.php:587
787
  #, fuzzy
788
  msgid "Only thumbnails, no text"
789
  msgstr "Afficher uniquement le thumbnail, sans le texte"
790
 
791
+ #: top-10.php:588
792
  #, fuzzy
793
  msgid "No thumbnails, only text."
794
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
795
 
796
+ #: top-10.php:593
797
  #, fuzzy
798
  msgid "Thumbnail height"
799
  msgstr "Options thumbnail des messages:"
800
 
801
+ #: top-10.php:598
802
  #, fuzzy
803
  msgid "Thumbnail width"
804
  msgstr "Options thumbnail des messages:"
805
 
806
+ #: top-10.php:719
807
  msgid "<h3>Popular Posts</h3>"
808
  msgstr "<h3>Postes populaires</h3>"
809
 
810
+ #: top-10.php:720
811
  msgid "<h3>Daily Popular</h3>"
812
  msgstr "<h3>Populaires Journaliers</h3>"
813
 
814
+ #: top-10.php:721
815
  #, fuzzy
816
  msgid "No top posts yet"
817
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
818
 
819
+ #: top-10.php:1184
820
  msgid "Once Weekly"
821
  msgstr ""
822
 
823
+ #: top-10.php:1188
824
  msgid "Once Fortnightly"
825
  msgstr ""
826
 
827
+ #: top-10.php:1192
828
  msgid "Once Monthly"
829
  msgstr ""
830
 
831
+ #: top-10.php:1255
832
  msgid "Settings"
833
  msgstr "Paramètres"
834
 
835
+ #: top-10.php:1268
836
  msgid "Donate"
837
  msgstr "Conribuer"
838
 
languages/tptn-ga_IR.mo CHANGED
Binary file
languages/tptn-ga_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Lets Be Famous <ray.s@letsbefamous.com>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -148,9 +148,9 @@ msgstr ""
148
 
149
  #: admin.inc.php:249
150
  msgid ""
151
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
152
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
153
- "you want it displayed"
154
  msgstr ""
155
 
156
  #: admin.inc.php:252
@@ -631,7 +631,7 @@ msgstr ""
631
  msgid "FAQ"
632
  msgstr ""
633
 
634
- #: admin.inc.php:659 top-10.php:1271
635
  msgid "Support"
636
  msgstr ""
637
 
@@ -702,117 +702,117 @@ msgstr "laethúil Coitianta"
702
  msgid "Views"
703
  msgstr "laethúil Coitianta"
704
 
705
- #: top-10.php:440
706
  msgid " by "
707
  msgstr ""
708
 
709
- #: top-10.php:526
710
  msgid "Display the posts popular this week"
711
  msgstr ""
712
 
713
- #: top-10.php:527
714
  #, fuzzy
715
  msgid "Popular Posts [Top 10]"
716
  msgstr "Poist Coitianta"
717
 
718
- #: top-10.php:545
719
  msgid "Title"
720
  msgstr ""
721
 
722
- #: top-10.php:550
723
  msgid "No. of posts"
724
  msgstr ""
725
 
726
- #: top-10.php:555
727
  msgid "Overall"
728
  msgstr ""
729
 
730
- #: top-10.php:556
731
  msgid "Custom time period (Enter below)"
732
  msgstr ""
733
 
734
- #: top-10.php:561
735
  msgid "Range in number of days (applies only to custom option above)"
736
  msgstr ""
737
 
738
- #: top-10.php:566
739
  msgid " Show count?"
740
  msgstr ""
741
 
742
- #: top-10.php:571
743
  msgid " Show excerpt?"
744
  msgstr ""
745
 
746
- #: top-10.php:576
747
  msgid " Show author?"
748
  msgstr ""
749
 
750
- #: top-10.php:581
751
  msgid " Show date?"
752
  msgstr ""
753
 
754
- #: top-10.php:585
755
  msgid "Thumbnail options"
756
  msgstr ""
757
 
758
- #: top-10.php:587
759
  #, fuzzy
760
  msgid "Thumbnails inline, before title"
761
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
762
 
763
- #: top-10.php:588
764
  #, fuzzy
765
  msgid "Thumbnails inline, after title"
766
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
767
 
768
- #: top-10.php:589
769
  #, fuzzy
770
  msgid "Only thumbnails, no text"
771
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
772
 
773
- #: top-10.php:590
774
  #, fuzzy
775
  msgid "No thumbnails, only text."
776
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
777
 
778
- #: top-10.php:595
779
  msgid "Thumbnail height"
780
  msgstr ""
781
 
782
- #: top-10.php:600
783
  msgid "Thumbnail width"
784
  msgstr ""
785
 
786
- #: top-10.php:721
787
  msgid "<h3>Popular Posts</h3>"
788
  msgstr "<h3>Poist Coitianta </ h3>"
789
 
790
- #: top-10.php:722
791
  msgid "<h3>Daily Popular</h3>"
792
  msgstr "<h3> laethúil Coitianta </ h3>"
793
 
794
- #: top-10.php:723
795
  #, fuzzy
796
  msgid "No top posts yet"
797
  msgstr "Teideal an post tóir:"
798
 
799
- #: top-10.php:1188
800
  msgid "Once Weekly"
801
  msgstr ""
802
 
803
- #: top-10.php:1192
804
  msgid "Once Fortnightly"
805
  msgstr ""
806
 
807
- #: top-10.php:1196
808
  msgid "Once Monthly"
809
  msgstr ""
810
 
811
- #: top-10.php:1259
812
  msgid "Settings"
813
  msgstr ""
814
 
815
- #: top-10.php:1272
816
  msgid "Donate"
817
  msgstr ""
818
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Lets Be Famous <ray.s@letsbefamous.com>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
148
 
149
  #: admin.inc.php:249
150
  msgid ""
151
+ "If you choose to disable this, please add <code>&lt;?php "
152
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
153
+ "template file where you want it displayed"
154
  msgstr ""
155
 
156
  #: admin.inc.php:252
631
  msgid "FAQ"
632
  msgstr ""
633
 
634
+ #: admin.inc.php:659 top-10.php:1267
635
  msgid "Support"
636
  msgstr ""
637
 
702
  msgid "Views"
703
  msgstr "laethúil Coitianta"
704
 
705
+ #: top-10.php:438
706
  msgid " by "
707
  msgstr ""
708
 
709
+ #: top-10.php:524
710
  msgid "Display the posts popular this week"
711
  msgstr ""
712
 
713
+ #: top-10.php:525
714
  #, fuzzy
715
  msgid "Popular Posts [Top 10]"
716
  msgstr "Poist Coitianta"
717
 
718
+ #: top-10.php:543
719
  msgid "Title"
720
  msgstr ""
721
 
722
+ #: top-10.php:548
723
  msgid "No. of posts"
724
  msgstr ""
725
 
726
+ #: top-10.php:553
727
  msgid "Overall"
728
  msgstr ""
729
 
730
+ #: top-10.php:554
731
  msgid "Custom time period (Enter below)"
732
  msgstr ""
733
 
734
+ #: top-10.php:559
735
  msgid "Range in number of days (applies only to custom option above)"
736
  msgstr ""
737
 
738
+ #: top-10.php:564
739
  msgid " Show count?"
740
  msgstr ""
741
 
742
+ #: top-10.php:569
743
  msgid " Show excerpt?"
744
  msgstr ""
745
 
746
+ #: top-10.php:574
747
  msgid " Show author?"
748
  msgstr ""
749
 
750
+ #: top-10.php:579
751
  msgid " Show date?"
752
  msgstr ""
753
 
754
+ #: top-10.php:583
755
  msgid "Thumbnail options"
756
  msgstr ""
757
 
758
+ #: top-10.php:585
759
  #, fuzzy
760
  msgid "Thumbnails inline, before title"
761
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
762
 
763
+ #: top-10.php:586
764
  #, fuzzy
765
  msgid "Thumbnails inline, after title"
766
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
767
 
768
+ #: top-10.php:587
769
  #, fuzzy
770
  msgid "Only thumbnails, no text"
771
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
772
 
773
+ #: top-10.php:588
774
  #, fuzzy
775
  msgid "No thumbnails, only text."
776
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
777
 
778
+ #: top-10.php:593
779
  msgid "Thumbnail height"
780
  msgstr ""
781
 
782
+ #: top-10.php:598
783
  msgid "Thumbnail width"
784
  msgstr ""
785
 
786
+ #: top-10.php:719
787
  msgid "<h3>Popular Posts</h3>"
788
  msgstr "<h3>Poist Coitianta </ h3>"
789
 
790
+ #: top-10.php:720
791
  msgid "<h3>Daily Popular</h3>"
792
  msgstr "<h3> laethúil Coitianta </ h3>"
793
 
794
+ #: top-10.php:721
795
  #, fuzzy
796
  msgid "No top posts yet"
797
  msgstr "Teideal an post tóir:"
798
 
799
+ #: top-10.php:1184
800
  msgid "Once Weekly"
801
  msgstr ""
802
 
803
+ #: top-10.php:1188
804
  msgid "Once Fortnightly"
805
  msgstr ""
806
 
807
+ #: top-10.php:1192
808
  msgid "Once Monthly"
809
  msgstr ""
810
 
811
+ #: top-10.php:1255
812
  msgid "Settings"
813
  msgstr ""
814
 
815
+ #: top-10.php:1268
816
  msgid "Donate"
817
  msgstr ""
818
 
languages/tptn-hi_IN.mo CHANGED
Binary file
languages/tptn-hi_IN.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Outshine Solutions <ashish@outshinesolutions.com>\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-SourceCharset: utf-8\n"
14
  "X-Poedit-KeywordsList: _e;__\n"
15
  "X-Poedit-Basepath: ../\n"
16
- "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: admin.inc.php:112
@@ -149,9 +149,9 @@ msgstr ""
149
 
150
  #: admin.inc.php:249
151
  msgid ""
152
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
153
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
154
- "you want it displayed"
155
  msgstr ""
156
 
157
  #: admin.inc.php:252
@@ -626,7 +626,7 @@ msgstr ""
626
  msgid "FAQ"
627
  msgstr ""
628
 
629
- #: admin.inc.php:659 top-10.php:1271
630
  msgid "Support"
631
  msgstr ""
632
 
@@ -697,115 +697,115 @@ msgstr "कुल / आज दर्शाव"
697
  msgid "Views"
698
  msgstr "कुल / आज दर्शाव"
699
 
700
- #: top-10.php:440
701
  msgid " by "
702
  msgstr ""
703
 
704
- #: top-10.php:526
705
  msgid "Display the posts popular this week"
706
  msgstr ""
707
 
708
- #: top-10.php:527
709
  #, fuzzy
710
  msgid "Popular Posts [Top 10]"
711
  msgstr "लोकप्रिय पोस्ट्स "
712
 
713
- #: top-10.php:545
714
  msgid "Title"
715
  msgstr ""
716
 
717
- #: top-10.php:550
718
  msgid "No. of posts"
719
  msgstr ""
720
 
721
- #: top-10.php:555
722
  msgid "Overall"
723
  msgstr ""
724
 
725
- #: top-10.php:556
726
  msgid "Custom time period (Enter below)"
727
  msgstr ""
728
 
729
- #: top-10.php:561
730
  msgid "Range in number of days (applies only to custom option above)"
731
  msgstr ""
732
 
733
- #: top-10.php:566
734
  msgid " Show count?"
735
  msgstr ""
736
 
737
- #: top-10.php:571
738
  msgid " Show excerpt?"
739
  msgstr ""
740
 
741
- #: top-10.php:576
742
  msgid " Show author?"
743
  msgstr ""
744
 
745
- #: top-10.php:581
746
  msgid " Show date?"
747
  msgstr ""
748
 
749
- #: top-10.php:585
750
  msgid "Thumbnail options"
751
  msgstr ""
752
 
753
- #: top-10.php:587
754
  #, fuzzy
755
  msgid "Thumbnails inline, before title"
756
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
757
 
758
- #: top-10.php:588
759
  #, fuzzy
760
  msgid "Thumbnails inline, after title"
761
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
762
 
763
- #: top-10.php:589
764
  msgid "Only thumbnails, no text"
765
  msgstr ""
766
 
767
- #: top-10.php:590
768
  msgid "No thumbnails, only text."
769
  msgstr ""
770
 
771
- #: top-10.php:595
772
  msgid "Thumbnail height"
773
  msgstr ""
774
 
775
- #: top-10.php:600
776
  msgid "Thumbnail width"
777
  msgstr ""
778
 
779
- #: top-10.php:721
780
  msgid "<h3>Popular Posts</h3>"
781
  msgstr "<h3> लोकप्रिय पोस्ट्स </ h3>"
782
 
783
- #: top-10.php:722
784
  msgid "<h3>Daily Popular</h3>"
785
  msgstr "<h3> दैनिक लोकप्रिय </ h3>"
786
 
787
- #: top-10.php:723
788
  #, fuzzy
789
  msgid "No top posts yet"
790
  msgstr "लोकप्रिय पदों का शीर्षक:"
791
 
792
- #: top-10.php:1188
793
  msgid "Once Weekly"
794
  msgstr ""
795
 
796
- #: top-10.php:1192
797
  msgid "Once Fortnightly"
798
  msgstr ""
799
 
800
- #: top-10.php:1196
801
  msgid "Once Monthly"
802
  msgstr ""
803
 
804
- #: top-10.php:1259
805
  msgid "Settings"
806
  msgstr ""
807
 
808
- #: top-10.php:1272
809
  msgid "Donate"
810
  msgstr ""
811
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Outshine Solutions <ashish@outshinesolutions.com>\n"
13
  "X-Poedit-SourceCharset: utf-8\n"
14
  "X-Poedit-KeywordsList: _e;__\n"
15
  "X-Poedit-Basepath: ../\n"
16
+ "X-Generator: Poedit 1.6.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: admin.inc.php:112
149
 
150
  #: admin.inc.php:249
151
  msgid ""
152
+ "If you choose to disable this, please add <code>&lt;?php "
153
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
154
+ "template file where you want it displayed"
155
  msgstr ""
156
 
157
  #: admin.inc.php:252
626
  msgid "FAQ"
627
  msgstr ""
628
 
629
+ #: admin.inc.php:659 top-10.php:1267
630
  msgid "Support"
631
  msgstr ""
632
 
697
  msgid "Views"
698
  msgstr "कुल / आज दर्शाव"
699
 
700
+ #: top-10.php:438
701
  msgid " by "
702
  msgstr ""
703
 
704
+ #: top-10.php:524
705
  msgid "Display the posts popular this week"
706
  msgstr ""
707
 
708
+ #: top-10.php:525
709
  #, fuzzy
710
  msgid "Popular Posts [Top 10]"
711
  msgstr "लोकप्रिय पोस्ट्स "
712
 
713
+ #: top-10.php:543
714
  msgid "Title"
715
  msgstr ""
716
 
717
+ #: top-10.php:548
718
  msgid "No. of posts"
719
  msgstr ""
720
 
721
+ #: top-10.php:553
722
  msgid "Overall"
723
  msgstr ""
724
 
725
+ #: top-10.php:554
726
  msgid "Custom time period (Enter below)"
727
  msgstr ""
728
 
729
+ #: top-10.php:559
730
  msgid "Range in number of days (applies only to custom option above)"
731
  msgstr ""
732
 
733
+ #: top-10.php:564
734
  msgid " Show count?"
735
  msgstr ""
736
 
737
+ #: top-10.php:569
738
  msgid " Show excerpt?"
739
  msgstr ""
740
 
741
+ #: top-10.php:574
742
  msgid " Show author?"
743
  msgstr ""
744
 
745
+ #: top-10.php:579
746
  msgid " Show date?"
747
  msgstr ""
748
 
749
+ #: top-10.php:583
750
  msgid "Thumbnail options"
751
  msgstr ""
752
 
753
+ #: top-10.php:585
754
  #, fuzzy
755
  msgid "Thumbnails inline, before title"
756
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
757
 
758
+ #: top-10.php:586
759
  #, fuzzy
760
  msgid "Thumbnails inline, after title"
761
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
762
 
763
+ #: top-10.php:587
764
  msgid "Only thumbnails, no text"
765
  msgstr ""
766
 
767
+ #: top-10.php:588
768
  msgid "No thumbnails, only text."
769
  msgstr ""
770
 
771
+ #: top-10.php:593
772
  msgid "Thumbnail height"
773
  msgstr ""
774
 
775
+ #: top-10.php:598
776
  msgid "Thumbnail width"
777
  msgstr ""
778
 
779
+ #: top-10.php:719
780
  msgid "<h3>Popular Posts</h3>"
781
  msgstr "<h3> लोकप्रिय पोस्ट्स </ h3>"
782
 
783
+ #: top-10.php:720
784
  msgid "<h3>Daily Popular</h3>"
785
  msgstr "<h3> दैनिक लोकप्रिय </ h3>"
786
 
787
+ #: top-10.php:721
788
  #, fuzzy
789
  msgid "No top posts yet"
790
  msgstr "लोकप्रिय पदों का शीर्षक:"
791
 
792
+ #: top-10.php:1184
793
  msgid "Once Weekly"
794
  msgstr ""
795
 
796
+ #: top-10.php:1188
797
  msgid "Once Fortnightly"
798
  msgstr ""
799
 
800
+ #: top-10.php:1192
801
  msgid "Once Monthly"
802
  msgstr ""
803
 
804
+ #: top-10.php:1255
805
  msgid "Settings"
806
  msgstr ""
807
 
808
+ #: top-10.php:1268
809
  msgid "Donate"
810
  msgstr ""
811
 
languages/tptn-it_IT.mo CHANGED
Binary file
languages/tptn-it_IT.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10 in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Gianni Diurno |gidibao.net & charmingpress.com\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -148,9 +148,9 @@ msgstr ""
148
 
149
  #: admin.inc.php:249
150
  msgid ""
151
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
152
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
153
- "you want it displayed"
154
  msgstr ""
155
 
156
  #: admin.inc.php:252
@@ -653,7 +653,7 @@ msgstr "Il blog di Ajay"
653
  msgid "FAQ"
654
  msgstr ""
655
 
656
- #: admin.inc.php:659 top-10.php:1271
657
  msgid "Support"
658
  msgstr "Supporto"
659
 
@@ -724,123 +724,123 @@ msgstr "Totale / Visualizzazioni odierne"
724
  msgid "Views"
725
  msgstr "Totale / Visualizzazioni odierne"
726
 
727
- #: top-10.php:440
728
  msgid " by "
729
  msgstr ""
730
 
731
- #: top-10.php:526
732
  msgid "Display the posts popular this week"
733
  msgstr "Mostra articoli più popolari settimana in corso"
734
 
735
- #: top-10.php:527
736
  #, fuzzy
737
  msgid "Popular Posts [Top 10]"
738
  msgstr "Gli articoli più popolari"
739
 
740
- #: top-10.php:545
741
  msgid "Title"
742
  msgstr ""
743
 
744
- #: top-10.php:550
745
  msgid "No. of posts"
746
  msgstr ""
747
 
748
- #: top-10.php:555
749
  msgid "Overall"
750
  msgstr ""
751
 
752
- #: top-10.php:556
753
  msgid "Custom time period (Enter below)"
754
  msgstr ""
755
 
756
- #: top-10.php:561
757
  msgid "Range in number of days (applies only to custom option above)"
758
  msgstr ""
759
 
760
- #: top-10.php:566
761
  #, fuzzy
762
  msgid " Show count?"
763
  msgstr "Desideri mostrare gli estratti?"
764
 
765
- #: top-10.php:571
766
  #, fuzzy
767
  msgid " Show excerpt?"
768
  msgstr "Desideri mostrare gli estratti?"
769
 
770
- #: top-10.php:576
771
  msgid " Show author?"
772
  msgstr ""
773
 
774
- #: top-10.php:581
775
  #, fuzzy
776
  msgid " Show date?"
777
  msgstr "Desideri mostrare gli estratti?"
778
 
779
- #: top-10.php:585
780
  #, fuzzy
781
  msgid "Thumbnail options"
782
  msgstr "Opzioni miniature articolo:"
783
 
784
- #: top-10.php:587
785
  #, fuzzy
786
  msgid "Thumbnails inline, before title"
787
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
788
 
789
- #: top-10.php:588
790
  #, fuzzy
791
  msgid "Thumbnails inline, after title"
792
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
793
 
794
- #: top-10.php:589
795
  #, fuzzy
796
  msgid "Only thumbnails, no text"
797
  msgstr "Mostra le sole miniature, nessun testo"
798
 
799
- #: top-10.php:590
800
  #, fuzzy
801
  msgid "No thumbnails, only text."
802
  msgstr "Non mostrare le miniature, solo testo."
803
 
804
- #: top-10.php:595
805
  #, fuzzy
806
  msgid "Thumbnail height"
807
  msgstr "Opzioni miniature articolo:"
808
 
809
- #: top-10.php:600
810
  #, fuzzy
811
  msgid "Thumbnail width"
812
  msgstr "Opzioni miniature articolo:"
813
 
814
- #: top-10.php:721
815
  msgid "<h3>Popular Posts</h3>"
816
  msgstr "<h3>Articoli più letti</h3>"
817
 
818
- #: top-10.php:722
819
  msgid "<h3>Daily Popular</h3>"
820
  msgstr "<h3>I più letti di oggi</h3>"
821
 
822
- #: top-10.php:723
823
  #, fuzzy
824
  msgid "No top posts yet"
825
  msgstr "Ripristino 10 articoli più popolari"
826
 
827
- #: top-10.php:1188
828
  msgid "Once Weekly"
829
  msgstr ""
830
 
831
- #: top-10.php:1192
832
  msgid "Once Fortnightly"
833
  msgstr ""
834
 
835
- #: top-10.php:1196
836
  msgid "Once Monthly"
837
  msgstr ""
838
 
839
- #: top-10.php:1259
840
  msgid "Settings"
841
  msgstr "Impostazioni"
842
 
843
- #: top-10.php:1272
844
  msgid "Donate"
845
  msgstr "Donazione"
846
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10 in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Gianni Diurno |gidibao.net & charmingpress.com\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
148
 
149
  #: admin.inc.php:249
150
  msgid ""
151
+ "If you choose to disable this, please add <code>&lt;?php "
152
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
153
+ "template file where you want it displayed"
154
  msgstr ""
155
 
156
  #: admin.inc.php:252
653
  msgid "FAQ"
654
  msgstr ""
655
 
656
+ #: admin.inc.php:659 top-10.php:1267
657
  msgid "Support"
658
  msgstr "Supporto"
659
 
724
  msgid "Views"
725
  msgstr "Totale / Visualizzazioni odierne"
726
 
727
+ #: top-10.php:438
728
  msgid " by "
729
  msgstr ""
730
 
731
+ #: top-10.php:524
732
  msgid "Display the posts popular this week"
733
  msgstr "Mostra articoli più popolari settimana in corso"
734
 
735
+ #: top-10.php:525
736
  #, fuzzy
737
  msgid "Popular Posts [Top 10]"
738
  msgstr "Gli articoli più popolari"
739
 
740
+ #: top-10.php:543
741
  msgid "Title"
742
  msgstr ""
743
 
744
+ #: top-10.php:548
745
  msgid "No. of posts"
746
  msgstr ""
747
 
748
+ #: top-10.php:553
749
  msgid "Overall"
750
  msgstr ""
751
 
752
+ #: top-10.php:554
753
  msgid "Custom time period (Enter below)"
754
  msgstr ""
755
 
756
+ #: top-10.php:559
757
  msgid "Range in number of days (applies only to custom option above)"
758
  msgstr ""
759
 
760
+ #: top-10.php:564
761
  #, fuzzy
762
  msgid " Show count?"
763
  msgstr "Desideri mostrare gli estratti?"
764
 
765
+ #: top-10.php:569
766
  #, fuzzy
767
  msgid " Show excerpt?"
768
  msgstr "Desideri mostrare gli estratti?"
769
 
770
+ #: top-10.php:574
771
  msgid " Show author?"
772
  msgstr ""
773
 
774
+ #: top-10.php:579
775
  #, fuzzy
776
  msgid " Show date?"
777
  msgstr "Desideri mostrare gli estratti?"
778
 
779
+ #: top-10.php:583
780
  #, fuzzy
781
  msgid "Thumbnail options"
782
  msgstr "Opzioni miniature articolo:"
783
 
784
+ #: top-10.php:585
785
  #, fuzzy
786
  msgid "Thumbnails inline, before title"
787
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
788
 
789
+ #: top-10.php:586
790
  #, fuzzy
791
  msgid "Thumbnails inline, after title"
792
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
793
 
794
+ #: top-10.php:587
795
  #, fuzzy
796
  msgid "Only thumbnails, no text"
797
  msgstr "Mostra le sole miniature, nessun testo"
798
 
799
+ #: top-10.php:588
800
  #, fuzzy
801
  msgid "No thumbnails, only text."
802
  msgstr "Non mostrare le miniature, solo testo."
803
 
804
+ #: top-10.php:593
805
  #, fuzzy
806
  msgid "Thumbnail height"
807
  msgstr "Opzioni miniature articolo:"
808
 
809
+ #: top-10.php:598
810
  #, fuzzy
811
  msgid "Thumbnail width"
812
  msgstr "Opzioni miniature articolo:"
813
 
814
+ #: top-10.php:719
815
  msgid "<h3>Popular Posts</h3>"
816
  msgstr "<h3>Articoli più letti</h3>"
817
 
818
+ #: top-10.php:720
819
  msgid "<h3>Daily Popular</h3>"
820
  msgstr "<h3>I più letti di oggi</h3>"
821
 
822
+ #: top-10.php:721
823
  #, fuzzy
824
  msgid "No top posts yet"
825
  msgstr "Ripristino 10 articoli più popolari"
826
 
827
+ #: top-10.php:1184
828
  msgid "Once Weekly"
829
  msgstr ""
830
 
831
+ #: top-10.php:1188
832
  msgid "Once Fortnightly"
833
  msgstr ""
834
 
835
+ #: top-10.php:1192
836
  msgid "Once Monthly"
837
  msgstr ""
838
 
839
+ #: top-10.php:1255
840
  msgid "Settings"
841
  msgstr "Impostazioni"
842
 
843
+ #: top-10.php:1268
844
  msgid "Donate"
845
  msgstr "Donazione"
846
 
languages/tptn-nl_NL.mo CHANGED
Binary file
languages/tptn-nl_NL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10 v1.6.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: WPPG.me <info@wppg.me>\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "X-Poedit-Basepath: ../\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: admin.inc.php:112
@@ -148,9 +148,9 @@ msgstr ""
148
 
149
  #: admin.inc.php:249
150
  msgid ""
151
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
152
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
153
- "you want it displayed"
154
  msgstr ""
155
 
156
  #: admin.inc.php:252
@@ -649,7 +649,7 @@ msgstr "De blog van Ajay"
649
  msgid "FAQ"
650
  msgstr ""
651
 
652
- #: admin.inc.php:659 top-10.php:1271
653
  msgid "Support"
654
  msgstr "Ondersteuning"
655
 
@@ -720,123 +720,123 @@ msgstr "Totale Weergaves / Weergaves van Vandaag"
720
  msgid "Views"
721
  msgstr "Totale Weergaves / Weergaves van Vandaag"
722
 
723
- #: top-10.php:440
724
  msgid " by "
725
  msgstr ""
726
 
727
- #: top-10.php:526
728
  msgid "Display the posts popular this week"
729
  msgstr ""
730
 
731
- #: top-10.php:527
732
  #, fuzzy
733
  msgid "Popular Posts [Top 10]"
734
  msgstr "Populaire Berichten"
735
 
736
- #: top-10.php:545
737
  msgid "Title"
738
  msgstr ""
739
 
740
- #: top-10.php:550
741
  msgid "No. of posts"
742
  msgstr ""
743
 
744
- #: top-10.php:555
745
  msgid "Overall"
746
  msgstr ""
747
 
748
- #: top-10.php:556
749
  msgid "Custom time period (Enter below)"
750
  msgstr ""
751
 
752
- #: top-10.php:561
753
  msgid "Range in number of days (applies only to custom option above)"
754
  msgstr ""
755
 
756
- #: top-10.php:566
757
  #, fuzzy
758
  msgid " Show count?"
759
  msgstr "Laat bericht samenvatting zien in lijst?"
760
 
761
- #: top-10.php:571
762
  #, fuzzy
763
  msgid " Show excerpt?"
764
  msgstr "Laat bericht samenvatting zien in lijst?"
765
 
766
- #: top-10.php:576
767
  msgid " Show author?"
768
  msgstr ""
769
 
770
- #: top-10.php:581
771
  #, fuzzy
772
  msgid " Show date?"
773
  msgstr "Laat bericht samenvatting zien in lijst?"
774
 
775
- #: top-10.php:585
776
  #, fuzzy
777
  msgid "Thumbnail options"
778
  msgstr "Bericht miniatuurafbeelding opties:"
779
 
780
- #: top-10.php:587
781
  #, fuzzy
782
  msgid "Thumbnails inline, before title"
783
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
784
 
785
- #: top-10.php:588
786
  #, fuzzy
787
  msgid "Thumbnails inline, after title"
788
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
789
 
790
- #: top-10.php:589
791
  #, fuzzy
792
  msgid "Only thumbnails, no text"
793
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
794
 
795
- #: top-10.php:590
796
  #, fuzzy
797
  msgid "No thumbnails, only text."
798
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
799
 
800
- #: top-10.php:595
801
  #, fuzzy
802
  msgid "Thumbnail height"
803
  msgstr "Bericht miniatuurafbeelding opties:"
804
 
805
- #: top-10.php:600
806
  #, fuzzy
807
  msgid "Thumbnail width"
808
  msgstr "Bericht miniatuurafbeelding opties:"
809
 
810
- #: top-10.php:721
811
  msgid "<h3>Popular Posts</h3>"
812
  msgstr "<h3>Populaire Berichten</h3>"
813
 
814
- #: top-10.php:722
815
  msgid "<h3>Daily Popular</h3>"
816
  msgstr "<h3>Dagelijks Populair</h3>"
817
 
818
- #: top-10.php:723
819
  #, fuzzy
820
  msgid "No top posts yet"
821
  msgstr "Reset Top 10 populaire berichten"
822
 
823
- #: top-10.php:1188
824
  msgid "Once Weekly"
825
  msgstr ""
826
 
827
- #: top-10.php:1192
828
  msgid "Once Fortnightly"
829
  msgstr ""
830
 
831
- #: top-10.php:1196
832
  msgid "Once Monthly"
833
  msgstr ""
834
 
835
- #: top-10.php:1259
836
  msgid "Settings"
837
  msgstr "Instellingen"
838
 
839
- #: top-10.php:1272
840
  msgid "Donate"
841
  msgstr "Doneer"
842
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10 v1.6.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: WPPG.me <info@wppg.me>\n"
14
  "X-Poedit-Basepath: ../\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.6.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: admin.inc.php:112
148
 
149
  #: admin.inc.php:249
150
  msgid ""
151
+ "If you choose to disable this, please add <code>&lt;?php "
152
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
153
+ "template file where you want it displayed"
154
  msgstr ""
155
 
156
  #: admin.inc.php:252
649
  msgid "FAQ"
650
  msgstr ""
651
 
652
+ #: admin.inc.php:659 top-10.php:1267
653
  msgid "Support"
654
  msgstr "Ondersteuning"
655
 
720
  msgid "Views"
721
  msgstr "Totale Weergaves / Weergaves van Vandaag"
722
 
723
+ #: top-10.php:438
724
  msgid " by "
725
  msgstr ""
726
 
727
+ #: top-10.php:524
728
  msgid "Display the posts popular this week"
729
  msgstr ""
730
 
731
+ #: top-10.php:525
732
  #, fuzzy
733
  msgid "Popular Posts [Top 10]"
734
  msgstr "Populaire Berichten"
735
 
736
+ #: top-10.php:543
737
  msgid "Title"
738
  msgstr ""
739
 
740
+ #: top-10.php:548
741
  msgid "No. of posts"
742
  msgstr ""
743
 
744
+ #: top-10.php:553
745
  msgid "Overall"
746
  msgstr ""
747
 
748
+ #: top-10.php:554
749
  msgid "Custom time period (Enter below)"
750
  msgstr ""
751
 
752
+ #: top-10.php:559
753
  msgid "Range in number of days (applies only to custom option above)"
754
  msgstr ""
755
 
756
+ #: top-10.php:564
757
  #, fuzzy
758
  msgid " Show count?"
759
  msgstr "Laat bericht samenvatting zien in lijst?"
760
 
761
+ #: top-10.php:569
762
  #, fuzzy
763
  msgid " Show excerpt?"
764
  msgstr "Laat bericht samenvatting zien in lijst?"
765
 
766
+ #: top-10.php:574
767
  msgid " Show author?"
768
  msgstr ""
769
 
770
+ #: top-10.php:579
771
  #, fuzzy
772
  msgid " Show date?"
773
  msgstr "Laat bericht samenvatting zien in lijst?"
774
 
775
+ #: top-10.php:583
776
  #, fuzzy
777
  msgid "Thumbnail options"
778
  msgstr "Bericht miniatuurafbeelding opties:"
779
 
780
+ #: top-10.php:585
781
  #, fuzzy
782
  msgid "Thumbnails inline, before title"
783
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
784
 
785
+ #: top-10.php:586
786
  #, fuzzy
787
  msgid "Thumbnails inline, after title"
788
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
789
 
790
+ #: top-10.php:587
791
  #, fuzzy
792
  msgid "Only thumbnails, no text"
793
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
794
 
795
+ #: top-10.php:588
796
  #, fuzzy
797
  msgid "No thumbnails, only text."
798
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
799
 
800
+ #: top-10.php:593
801
  #, fuzzy
802
  msgid "Thumbnail height"
803
  msgstr "Bericht miniatuurafbeelding opties:"
804
 
805
+ #: top-10.php:598
806
  #, fuzzy
807
  msgid "Thumbnail width"
808
  msgstr "Bericht miniatuurafbeelding opties:"
809
 
810
+ #: top-10.php:719
811
  msgid "<h3>Popular Posts</h3>"
812
  msgstr "<h3>Populaire Berichten</h3>"
813
 
814
+ #: top-10.php:720
815
  msgid "<h3>Daily Popular</h3>"
816
  msgstr "<h3>Dagelijks Populair</h3>"
817
 
818
+ #: top-10.php:721
819
  #, fuzzy
820
  msgid "No top posts yet"
821
  msgstr "Reset Top 10 populaire berichten"
822
 
823
+ #: top-10.php:1184
824
  msgid "Once Weekly"
825
  msgstr ""
826
 
827
+ #: top-10.php:1188
828
  msgid "Once Fortnightly"
829
  msgstr ""
830
 
831
+ #: top-10.php:1192
832
  msgid "Once Monthly"
833
  msgstr ""
834
 
835
+ #: top-10.php:1255
836
  msgid "Settings"
837
  msgstr "Instellingen"
838
 
839
+ #: top-10.php:1268
840
  msgid "Donate"
841
  msgstr "Doneer"
842
 
languages/tptn-ro_RO.mo CHANGED
Binary file
languages/tptn-ro_RO.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Web Geeks\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -146,9 +146,9 @@ msgstr ""
146
 
147
  #: admin.inc.php:249
148
  msgid ""
149
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
150
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
151
- "you want it displayed"
152
  msgstr ""
153
 
154
  #: admin.inc.php:252
@@ -641,7 +641,7 @@ msgstr "Ajay's blog"
641
  msgid "FAQ"
642
  msgstr ""
643
 
644
- #: admin.inc.php:659 top-10.php:1271
645
  msgid "Support"
646
  msgstr "Suport"
647
 
@@ -712,123 +712,123 @@ msgstr "Total / astăzi lui vizitări"
712
  msgid "Views"
713
  msgstr "Total / astăzi lui vizitări"
714
 
715
- #: top-10.php:440
716
  msgid " by "
717
  msgstr ""
718
 
719
- #: top-10.php:526
720
  msgid "Display the posts popular this week"
721
  msgstr "Afişa posturi populare în această săptămână"
722
 
723
- #: top-10.php:527
724
  #, fuzzy
725
  msgid "Popular Posts [Top 10]"
726
  msgstr "Posturi populare"
727
 
728
- #: top-10.php:545
729
  msgid "Title"
730
  msgstr ""
731
 
732
- #: top-10.php:550
733
  msgid "No. of posts"
734
  msgstr ""
735
 
736
- #: top-10.php:555
737
  msgid "Overall"
738
  msgstr ""
739
 
740
- #: top-10.php:556
741
  msgid "Custom time period (Enter below)"
742
  msgstr ""
743
 
744
- #: top-10.php:561
745
  msgid "Range in number of days (applies only to custom option above)"
746
  msgstr ""
747
 
748
- #: top-10.php:566
749
  #, fuzzy
750
  msgid " Show count?"
751
  msgstr "Afişează post extras din lista?"
752
 
753
- #: top-10.php:571
754
  #, fuzzy
755
  msgid " Show excerpt?"
756
  msgstr "Afişează post extras din lista?"
757
 
758
- #: top-10.php:576
759
  msgid " Show author?"
760
  msgstr ""
761
 
762
- #: top-10.php:581
763
  #, fuzzy
764
  msgid " Show date?"
765
  msgstr "Afişează post extras din lista?"
766
 
767
- #: top-10.php:585
768
  #, fuzzy
769
  msgid "Thumbnail options"
770
  msgstr "Post Opţiuni pictograme:"
771
 
772
- #: top-10.php:587
773
  #, fuzzy
774
  msgid "Thumbnails inline, before title"
775
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
776
 
777
- #: top-10.php:588
778
  #, fuzzy
779
  msgid "Thumbnails inline, after title"
780
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
781
 
782
- #: top-10.php:589
783
  #, fuzzy
784
  msgid "Only thumbnails, no text"
785
  msgstr "Afişa numai miniaturi, nici un text"
786
 
787
- #: top-10.php:590
788
  #, fuzzy
789
  msgid "No thumbnails, only text."
790
  msgstr "Nu se afişează miniaturi, numai textul."
791
 
792
- #: top-10.php:595
793
  #, fuzzy
794
  msgid "Thumbnail height"
795
  msgstr "Post Opţiuni pictograme:"
796
 
797
- #: top-10.php:600
798
  #, fuzzy
799
  msgid "Thumbnail width"
800
  msgstr "Post Opţiuni pictograme:"
801
 
802
- #: top-10.php:721
803
  msgid "<h3>Popular Posts</h3>"
804
  msgstr "<h3>Posturi populare</h3>"
805
 
806
- #: top-10.php:722
807
  msgid "<h3>Daily Popular</h3>"
808
  msgstr "<h3>Daily populare</h3>"
809
 
810
- #: top-10.php:723
811
  #, fuzzy
812
  msgid "No top posts yet"
813
  msgstr "Top 10 populare posturi Resetare"
814
 
815
- #: top-10.php:1188
816
  msgid "Once Weekly"
817
  msgstr ""
818
 
819
- #: top-10.php:1192
820
  msgid "Once Fortnightly"
821
  msgstr ""
822
 
823
- #: top-10.php:1196
824
  msgid "Once Monthly"
825
  msgstr ""
826
 
827
- #: top-10.php:1259
828
  msgid "Settings"
829
  msgstr "Setări"
830
 
831
- #: top-10.php:1272
832
  msgid "Donate"
833
  msgstr "Dona"
834
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Web Geeks\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
146
 
147
  #: admin.inc.php:249
148
  msgid ""
149
+ "If you choose to disable this, please add <code>&lt;?php "
150
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
151
+ "template file where you want it displayed"
152
  msgstr ""
153
 
154
  #: admin.inc.php:252
641
  msgid "FAQ"
642
  msgstr ""
643
 
644
+ #: admin.inc.php:659 top-10.php:1267
645
  msgid "Support"
646
  msgstr "Suport"
647
 
712
  msgid "Views"
713
  msgstr "Total / astăzi lui vizitări"
714
 
715
+ #: top-10.php:438
716
  msgid " by "
717
  msgstr ""
718
 
719
+ #: top-10.php:524
720
  msgid "Display the posts popular this week"
721
  msgstr "Afişa posturi populare în această săptămână"
722
 
723
+ #: top-10.php:525
724
  #, fuzzy
725
  msgid "Popular Posts [Top 10]"
726
  msgstr "Posturi populare"
727
 
728
+ #: top-10.php:543
729
  msgid "Title"
730
  msgstr ""
731
 
732
+ #: top-10.php:548
733
  msgid "No. of posts"
734
  msgstr ""
735
 
736
+ #: top-10.php:553
737
  msgid "Overall"
738
  msgstr ""
739
 
740
+ #: top-10.php:554
741
  msgid "Custom time period (Enter below)"
742
  msgstr ""
743
 
744
+ #: top-10.php:559
745
  msgid "Range in number of days (applies only to custom option above)"
746
  msgstr ""
747
 
748
+ #: top-10.php:564
749
  #, fuzzy
750
  msgid " Show count?"
751
  msgstr "Afişează post extras din lista?"
752
 
753
+ #: top-10.php:569
754
  #, fuzzy
755
  msgid " Show excerpt?"
756
  msgstr "Afişează post extras din lista?"
757
 
758
+ #: top-10.php:574
759
  msgid " Show author?"
760
  msgstr ""
761
 
762
+ #: top-10.php:579
763
  #, fuzzy
764
  msgid " Show date?"
765
  msgstr "Afişează post extras din lista?"
766
 
767
+ #: top-10.php:583
768
  #, fuzzy
769
  msgid "Thumbnail options"
770
  msgstr "Post Opţiuni pictograme:"
771
 
772
+ #: top-10.php:585
773
  #, fuzzy
774
  msgid "Thumbnails inline, before title"
775
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
776
 
777
+ #: top-10.php:586
778
  #, fuzzy
779
  msgid "Thumbnails inline, after title"
780
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
781
 
782
+ #: top-10.php:587
783
  #, fuzzy
784
  msgid "Only thumbnails, no text"
785
  msgstr "Afişa numai miniaturi, nici un text"
786
 
787
+ #: top-10.php:588
788
  #, fuzzy
789
  msgid "No thumbnails, only text."
790
  msgstr "Nu se afişează miniaturi, numai textul."
791
 
792
+ #: top-10.php:593
793
  #, fuzzy
794
  msgid "Thumbnail height"
795
  msgstr "Post Opţiuni pictograme:"
796
 
797
+ #: top-10.php:598
798
  #, fuzzy
799
  msgid "Thumbnail width"
800
  msgstr "Post Opţiuni pictograme:"
801
 
802
+ #: top-10.php:719
803
  msgid "<h3>Popular Posts</h3>"
804
  msgstr "<h3>Posturi populare</h3>"
805
 
806
+ #: top-10.php:720
807
  msgid "<h3>Daily Popular</h3>"
808
  msgstr "<h3>Daily populare</h3>"
809
 
810
+ #: top-10.php:721
811
  #, fuzzy
812
  msgid "No top posts yet"
813
  msgstr "Top 10 populare posturi Resetare"
814
 
815
+ #: top-10.php:1184
816
  msgid "Once Weekly"
817
  msgstr ""
818
 
819
+ #: top-10.php:1188
820
  msgid "Once Fortnightly"
821
  msgstr ""
822
 
823
+ #: top-10.php:1192
824
  msgid "Once Monthly"
825
  msgstr ""
826
 
827
+ #: top-10.php:1255
828
  msgid "Settings"
829
  msgstr "Setări"
830
 
831
+ #: top-10.php:1268
832
  msgid "Donate"
833
  msgstr "Dona"
834
 
languages/tptn-ru_RU.mo CHANGED
Binary file
languages/tptn-ru_RU.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Elvis (fweb.org.ru) <kopper@rkmail.ru>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -147,9 +147,9 @@ msgstr ""
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
- "you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
@@ -648,7 +648,7 @@ msgstr "Блог Ajay"
648
  msgid "FAQ"
649
  msgstr ""
650
 
651
- #: admin.inc.php:659 top-10.php:1271
652
  msgid "Support"
653
  msgstr "Поддержка (англ.)"
654
 
@@ -719,123 +719,123 @@ msgstr "Всего/Сегодня"
719
  msgid "Views"
720
  msgstr "Всего/Сегодня"
721
 
722
- #: top-10.php:440
723
  msgid " by "
724
  msgstr ""
725
 
726
- #: top-10.php:526
727
  msgid "Display the posts popular this week"
728
  msgstr "Отображать списки популярных записей за неделю"
729
 
730
- #: top-10.php:527
731
  #, fuzzy
732
  msgid "Popular Posts [Top 10]"
733
  msgstr "Популярные записи"
734
 
735
- #: top-10.php:545
736
  msgid "Title"
737
  msgstr ""
738
 
739
- #: top-10.php:550
740
  msgid "No. of posts"
741
  msgstr ""
742
 
743
- #: top-10.php:555
744
  msgid "Overall"
745
  msgstr ""
746
 
747
- #: top-10.php:556
748
  msgid "Custom time period (Enter below)"
749
  msgstr ""
750
 
751
- #: top-10.php:561
752
  msgid "Range in number of days (applies only to custom option above)"
753
  msgstr ""
754
 
755
- #: top-10.php:566
756
  #, fuzzy
757
  msgid " Show count?"
758
  msgstr "Показывать текст записи в списке?"
759
 
760
- #: top-10.php:571
761
  #, fuzzy
762
  msgid " Show excerpt?"
763
  msgstr "Показывать текст записи в списке?"
764
 
765
- #: top-10.php:576
766
  msgid " Show author?"
767
  msgstr ""
768
 
769
- #: top-10.php:581
770
  #, fuzzy
771
  msgid " Show date?"
772
  msgstr "Показывать текст записи в списке?"
773
 
774
- #: top-10.php:585
775
  #, fuzzy
776
  msgid "Thumbnail options"
777
  msgstr "Настройки превью к записям:"
778
 
779
- #: top-10.php:587
780
  #, fuzzy
781
  msgid "Thumbnails inline, before title"
782
  msgstr "Отображать превью к записи сразу перед заголовком"
783
 
784
- #: top-10.php:588
785
  #, fuzzy
786
  msgid "Thumbnails inline, after title"
787
  msgstr "Отображать превью к записи сразу после заголовка"
788
 
789
- #: top-10.php:589
790
  #, fuzzy
791
  msgid "Only thumbnails, no text"
792
  msgstr "Отображать только превью, без текста"
793
 
794
- #: top-10.php:590
795
  #, fuzzy
796
  msgid "No thumbnails, only text."
797
  msgstr "Отображать только текст, без превью"
798
 
799
- #: top-10.php:595
800
  #, fuzzy
801
  msgid "Thumbnail height"
802
  msgstr "Настройки превью к записям:"
803
 
804
- #: top-10.php:600
805
  #, fuzzy
806
  msgid "Thumbnail width"
807
  msgstr "Настройки превью к записям:"
808
 
809
- #: top-10.php:721
810
  msgid "<h3>Popular Posts</h3>"
811
  msgstr "<h3>Популярные записи</h3>"
812
 
813
- #: top-10.php:722
814
  msgid "<h3>Daily Popular</h3>"
815
  msgstr "<h3>Популярные сегодня записи</h3>"
816
 
817
- #: top-10.php:723
818
  #, fuzzy
819
  msgid "No top posts yet"
820
  msgstr "Сбросить статистику популярных записей"
821
 
822
- #: top-10.php:1188
823
  msgid "Once Weekly"
824
  msgstr ""
825
 
826
- #: top-10.php:1192
827
  msgid "Once Fortnightly"
828
  msgstr ""
829
 
830
- #: top-10.php:1196
831
  msgid "Once Monthly"
832
  msgstr ""
833
 
834
- #: top-10.php:1259
835
  msgid "Settings"
836
  msgstr "Настроки плагина"
837
 
838
- #: top-10.php:1272
839
  msgid "Donate"
840
  msgstr "Сделать пожертвование"
841
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Elvis (fweb.org.ru) <kopper@rkmail.ru>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
+ "If you choose to disable this, please add <code>&lt;?php "
151
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
152
+ "template file where you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
648
  msgid "FAQ"
649
  msgstr ""
650
 
651
+ #: admin.inc.php:659 top-10.php:1267
652
  msgid "Support"
653
  msgstr "Поддержка (англ.)"
654
 
719
  msgid "Views"
720
  msgstr "Всего/Сегодня"
721
 
722
+ #: top-10.php:438
723
  msgid " by "
724
  msgstr ""
725
 
726
+ #: top-10.php:524
727
  msgid "Display the posts popular this week"
728
  msgstr "Отображать списки популярных записей за неделю"
729
 
730
+ #: top-10.php:525
731
  #, fuzzy
732
  msgid "Popular Posts [Top 10]"
733
  msgstr "Популярные записи"
734
 
735
+ #: top-10.php:543
736
  msgid "Title"
737
  msgstr ""
738
 
739
+ #: top-10.php:548
740
  msgid "No. of posts"
741
  msgstr ""
742
 
743
+ #: top-10.php:553
744
  msgid "Overall"
745
  msgstr ""
746
 
747
+ #: top-10.php:554
748
  msgid "Custom time period (Enter below)"
749
  msgstr ""
750
 
751
+ #: top-10.php:559
752
  msgid "Range in number of days (applies only to custom option above)"
753
  msgstr ""
754
 
755
+ #: top-10.php:564
756
  #, fuzzy
757
  msgid " Show count?"
758
  msgstr "Показывать текст записи в списке?"
759
 
760
+ #: top-10.php:569
761
  #, fuzzy
762
  msgid " Show excerpt?"
763
  msgstr "Показывать текст записи в списке?"
764
 
765
+ #: top-10.php:574
766
  msgid " Show author?"
767
  msgstr ""
768
 
769
+ #: top-10.php:579
770
  #, fuzzy
771
  msgid " Show date?"
772
  msgstr "Показывать текст записи в списке?"
773
 
774
+ #: top-10.php:583
775
  #, fuzzy
776
  msgid "Thumbnail options"
777
  msgstr "Настройки превью к записям:"
778
 
779
+ #: top-10.php:585
780
  #, fuzzy
781
  msgid "Thumbnails inline, before title"
782
  msgstr "Отображать превью к записи сразу перед заголовком"
783
 
784
+ #: top-10.php:586
785
  #, fuzzy
786
  msgid "Thumbnails inline, after title"
787
  msgstr "Отображать превью к записи сразу после заголовка"
788
 
789
+ #: top-10.php:587
790
  #, fuzzy
791
  msgid "Only thumbnails, no text"
792
  msgstr "Отображать только превью, без текста"
793
 
794
+ #: top-10.php:588
795
  #, fuzzy
796
  msgid "No thumbnails, only text."
797
  msgstr "Отображать только текст, без превью"
798
 
799
+ #: top-10.php:593
800
  #, fuzzy
801
  msgid "Thumbnail height"
802
  msgstr "Настройки превью к записям:"
803
 
804
+ #: top-10.php:598
805
  #, fuzzy
806
  msgid "Thumbnail width"
807
  msgstr "Настройки превью к записям:"
808
 
809
+ #: top-10.php:719
810
  msgid "<h3>Popular Posts</h3>"
811
  msgstr "<h3>Популярные записи</h3>"
812
 
813
+ #: top-10.php:720
814
  msgid "<h3>Daily Popular</h3>"
815
  msgstr "<h3>Популярные сегодня записи</h3>"
816
 
817
+ #: top-10.php:721
818
  #, fuzzy
819
  msgid "No top posts yet"
820
  msgstr "Сбросить статистику популярных записей"
821
 
822
+ #: top-10.php:1184
823
  msgid "Once Weekly"
824
  msgstr ""
825
 
826
+ #: top-10.php:1188
827
  msgid "Once Fortnightly"
828
  msgstr ""
829
 
830
+ #: top-10.php:1192
831
  msgid "Once Monthly"
832
  msgstr ""
833
 
834
+ #: top-10.php:1255
835
  msgid "Settings"
836
  msgstr "Настроки плагина"
837
 
838
+ #: top-10.php:1268
839
  msgid "Donate"
840
  msgstr "Сделать пожертвование"
841
 
languages/tptn-sr_RS.mo CHANGED
Binary file
languages/tptn-sr_RS.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Ajay D'Souza <me@ajaydsouza.com>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -151,12 +151,12 @@ msgstr "Druge arhive"
151
 
152
  #: admin.inc.php:249
153
  msgid ""
154
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
155
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
156
- "you want it displayed"
157
  msgstr ""
158
- "Ako odlučite da onemogućite ovo, molim vas dodajte <code>&lt;?php if"
159
- "(function_exists('echo_ald_tptn')) echo_ald_tptn();?&gt;</code> vašem "
160
  "template fajlu gde želite da bude prikazano. "
161
 
162
  #: admin.inc.php:252
@@ -693,7 +693,7 @@ msgstr "Ajayov blog"
693
  msgid "FAQ"
694
  msgstr ""
695
 
696
- #: admin.inc.php:659 top-10.php:1271
697
  msgid "Support"
698
  msgstr "Podrška"
699
 
@@ -764,123 +764,123 @@ msgstr "Total/aujourd'hui visionnages"
764
  msgid "Views"
765
  msgstr "Total/aujourd'hui visionnages"
766
 
767
- #: top-10.php:440
768
  msgid " by "
769
  msgstr ""
770
 
771
- #: top-10.php:526
772
  msgid "Display the posts popular this week"
773
  msgstr "Prikazati postove popularne ove nedelje"
774
 
775
- #: top-10.php:527
776
  #, fuzzy
777
  msgid "Popular Posts [Top 10]"
778
  msgstr "Postes populaires"
779
 
780
- #: top-10.php:545
781
  msgid "Title"
782
  msgstr "Naslov"
783
 
784
- #: top-10.php:550
785
  msgid "No. of posts"
786
  msgstr "Broj postova"
787
 
788
- #: top-10.php:555
789
  msgid "Overall"
790
  msgstr "Sve ukupno"
791
 
792
- #: top-10.php:556
793
  msgid "Custom time period (Enter below)"
794
  msgstr "Vremenski period (unesite ispod)"
795
 
796
- #: top-10.php:561
797
  msgid "Range in number of days (applies only to custom option above)"
798
  msgstr "Raspon dana (odnosi se samo na iznad)"
799
 
800
- #: top-10.php:566
801
  #, fuzzy
802
  msgid " Show count?"
803
  msgstr "Prikaži autora?"
804
 
805
- #: top-10.php:571
806
  #, fuzzy
807
  msgid " Show excerpt?"
808
  msgstr "Afficher le fragment du message dans la liste?"
809
 
810
- #: top-10.php:576
811
  msgid " Show author?"
812
  msgstr "Prikaži autora?"
813
 
814
- #: top-10.php:581
815
  #, fuzzy
816
  msgid " Show date?"
817
  msgstr "Afficher le fragment du message dans la liste?"
818
 
819
- #: top-10.php:585
820
  #, fuzzy
821
  msgid "Thumbnail options"
822
  msgstr "Options thumbnail des messages:"
823
 
824
- #: top-10.php:587
825
  #, fuzzy
826
  msgid "Thumbnails inline, before title"
827
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
828
 
829
- #: top-10.php:588
830
  #, fuzzy
831
  msgid "Thumbnails inline, after title"
832
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
833
 
834
- #: top-10.php:589
835
  #, fuzzy
836
  msgid "Only thumbnails, no text"
837
  msgstr "Afficher uniquement le thumbnail, sans le texte"
838
 
839
- #: top-10.php:590
840
  #, fuzzy
841
  msgid "No thumbnails, only text."
842
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
843
 
844
- #: top-10.php:595
845
  #, fuzzy
846
  msgid "Thumbnail height"
847
  msgstr "Options thumbnail des messages:"
848
 
849
- #: top-10.php:600
850
  #, fuzzy
851
  msgid "Thumbnail width"
852
  msgstr "Options thumbnail des messages:"
853
 
854
- #: top-10.php:721
855
  msgid "<h3>Popular Posts</h3>"
856
  msgstr "<h3>Popularni Postovi</h3>"
857
 
858
- #: top-10.php:722
859
  msgid "<h3>Daily Popular</h3>"
860
  msgstr "<h3>Dnevni popularni</h3>"
861
 
862
- #: top-10.php:723
863
  #, fuzzy
864
  msgid "No top posts yet"
865
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
866
 
867
- #: top-10.php:1188
868
  msgid "Once Weekly"
869
  msgstr "Jednom nedeljno"
870
 
871
- #: top-10.php:1192
872
  msgid "Once Fortnightly"
873
  msgstr "Jednom u dve nedelje"
874
 
875
- #: top-10.php:1196
876
  msgid "Once Monthly"
877
  msgstr "Jednom mesečno"
878
 
879
- #: top-10.php:1259
880
  msgid "Settings"
881
  msgstr "Postavke"
882
 
883
- #: top-10.php:1272
884
  msgid "Donate"
885
  msgstr "Donirajte"
886
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Ajay D'Souza <me@ajaydsouza.com>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
151
 
152
  #: admin.inc.php:249
153
  msgid ""
154
+ "If you choose to disable this, please add <code>&lt;?php "
155
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
156
+ "template file where you want it displayed"
157
  msgstr ""
158
+ "Ako odlučite da onemogućite ovo, molim vas dodajte <code>&lt;?php "
159
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn();?&gt;</code> vašem "
160
  "template fajlu gde želite da bude prikazano. "
161
 
162
  #: admin.inc.php:252
693
  msgid "FAQ"
694
  msgstr ""
695
 
696
+ #: admin.inc.php:659 top-10.php:1267
697
  msgid "Support"
698
  msgstr "Podrška"
699
 
764
  msgid "Views"
765
  msgstr "Total/aujourd'hui visionnages"
766
 
767
+ #: top-10.php:438
768
  msgid " by "
769
  msgstr ""
770
 
771
+ #: top-10.php:524
772
  msgid "Display the posts popular this week"
773
  msgstr "Prikazati postove popularne ove nedelje"
774
 
775
+ #: top-10.php:525
776
  #, fuzzy
777
  msgid "Popular Posts [Top 10]"
778
  msgstr "Postes populaires"
779
 
780
+ #: top-10.php:543
781
  msgid "Title"
782
  msgstr "Naslov"
783
 
784
+ #: top-10.php:548
785
  msgid "No. of posts"
786
  msgstr "Broj postova"
787
 
788
+ #: top-10.php:553
789
  msgid "Overall"
790
  msgstr "Sve ukupno"
791
 
792
+ #: top-10.php:554
793
  msgid "Custom time period (Enter below)"
794
  msgstr "Vremenski period (unesite ispod)"
795
 
796
+ #: top-10.php:559
797
  msgid "Range in number of days (applies only to custom option above)"
798
  msgstr "Raspon dana (odnosi se samo na iznad)"
799
 
800
+ #: top-10.php:564
801
  #, fuzzy
802
  msgid " Show count?"
803
  msgstr "Prikaži autora?"
804
 
805
+ #: top-10.php:569
806
  #, fuzzy
807
  msgid " Show excerpt?"
808
  msgstr "Afficher le fragment du message dans la liste?"
809
 
810
+ #: top-10.php:574
811
  msgid " Show author?"
812
  msgstr "Prikaži autora?"
813
 
814
+ #: top-10.php:579
815
  #, fuzzy
816
  msgid " Show date?"
817
  msgstr "Afficher le fragment du message dans la liste?"
818
 
819
+ #: top-10.php:583
820
  #, fuzzy
821
  msgid "Thumbnail options"
822
  msgstr "Options thumbnail des messages:"
823
 
824
+ #: top-10.php:585
825
  #, fuzzy
826
  msgid "Thumbnails inline, before title"
827
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
828
 
829
+ #: top-10.php:586
830
  #, fuzzy
831
  msgid "Thumbnails inline, after title"
832
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
833
 
834
+ #: top-10.php:587
835
  #, fuzzy
836
  msgid "Only thumbnails, no text"
837
  msgstr "Afficher uniquement le thumbnail, sans le texte"
838
 
839
+ #: top-10.php:588
840
  #, fuzzy
841
  msgid "No thumbnails, only text."
842
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
843
 
844
+ #: top-10.php:593
845
  #, fuzzy
846
  msgid "Thumbnail height"
847
  msgstr "Options thumbnail des messages:"
848
 
849
+ #: top-10.php:598
850
  #, fuzzy
851
  msgid "Thumbnail width"
852
  msgstr "Options thumbnail des messages:"
853
 
854
+ #: top-10.php:719
855
  msgid "<h3>Popular Posts</h3>"
856
  msgstr "<h3>Popularni Postovi</h3>"
857
 
858
+ #: top-10.php:720
859
  msgid "<h3>Daily Popular</h3>"
860
  msgstr "<h3>Dnevni popularni</h3>"
861
 
862
+ #: top-10.php:721
863
  #, fuzzy
864
  msgid "No top posts yet"
865
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
866
 
867
+ #: top-10.php:1184
868
  msgid "Once Weekly"
869
  msgstr "Jednom nedeljno"
870
 
871
+ #: top-10.php:1188
872
  msgid "Once Fortnightly"
873
  msgstr "Jednom u dve nedelje"
874
 
875
+ #: top-10.php:1192
876
  msgid "Once Monthly"
877
  msgstr "Jednom mesečno"
878
 
879
+ #: top-10.php:1255
880
  msgid "Settings"
881
  msgstr "Postavke"
882
 
883
+ #: top-10.php:1268
884
  msgid "Donate"
885
  msgstr "Donirajte"
886
 
languages/tptn-ua_UA.mo CHANGED
Binary file
languages/tptn-ua_UA.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-16 13:54-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Alyona Lompar <alyona.lompar@aol.com>\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
@@ -147,9 +147,9 @@ msgstr ""
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
- "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
- "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
- "you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
@@ -646,7 +646,7 @@ msgstr "Блог Ajay"
646
  msgid "FAQ"
647
  msgstr ""
648
 
649
- #: admin.inc.php:659 top-10.php:1271
650
  msgid "Support"
651
  msgstr "Підтримка (англ.)"
652
 
@@ -717,123 +717,123 @@ msgstr "Всього/Сьогодні"
717
  msgid "Views"
718
  msgstr "Всього/Сьогодні"
719
 
720
- #: top-10.php:440
721
  msgid " by "
722
  msgstr ""
723
 
724
- #: top-10.php:526
725
  msgid "Display the posts popular this week"
726
  msgstr ""
727
 
728
- #: top-10.php:527
729
  #, fuzzy
730
  msgid "Popular Posts [Top 10]"
731
  msgstr "Популярні записи"
732
 
733
- #: top-10.php:545
734
  msgid "Title"
735
  msgstr ""
736
 
737
- #: top-10.php:550
738
  msgid "No. of posts"
739
  msgstr ""
740
 
741
- #: top-10.php:555
742
  msgid "Overall"
743
  msgstr ""
744
 
745
- #: top-10.php:556
746
  msgid "Custom time period (Enter below)"
747
  msgstr ""
748
 
749
- #: top-10.php:561
750
  msgid "Range in number of days (applies only to custom option above)"
751
  msgstr ""
752
 
753
- #: top-10.php:566
754
  #, fuzzy
755
  msgid " Show count?"
756
  msgstr "Показувати текст запису в списку?"
757
 
758
- #: top-10.php:571
759
  #, fuzzy
760
  msgid " Show excerpt?"
761
  msgstr "Показувати текст запису в списку?"
762
 
763
- #: top-10.php:576
764
  msgid " Show author?"
765
  msgstr ""
766
 
767
- #: top-10.php:581
768
  #, fuzzy
769
  msgid " Show date?"
770
  msgstr "Показувати текст запису в списку?"
771
 
772
- #: top-10.php:585
773
  #, fuzzy
774
  msgid "Thumbnail options"
775
  msgstr "Установки превью до записів:"
776
 
777
- #: top-10.php:587
778
  #, fuzzy
779
  msgid "Thumbnails inline, before title"
780
  msgstr "Відображати і превью, і текст"
781
 
782
- #: top-10.php:588
783
  #, fuzzy
784
  msgid "Thumbnails inline, after title"
785
  msgstr "Відображати і превью, і текст"
786
 
787
- #: top-10.php:589
788
  #, fuzzy
789
  msgid "Only thumbnails, no text"
790
  msgstr "Показувати тільки превью, без тексту"
791
 
792
- #: top-10.php:590
793
  #, fuzzy
794
  msgid "No thumbnails, only text."
795
  msgstr "Показувати лише текст, без превью"
796
 
797
- #: top-10.php:595
798
  #, fuzzy
799
  msgid "Thumbnail height"
800
  msgstr "Установки превью до записів:"
801
 
802
- #: top-10.php:600
803
  #, fuzzy
804
  msgid "Thumbnail width"
805
  msgstr "Установки превью до записів:"
806
 
807
- #: top-10.php:721
808
  msgid "<h3>Popular Posts</h3>"
809
  msgstr "<h3>Популярні записи</h3>"
810
 
811
- #: top-10.php:722
812
  msgid "<h3>Daily Popular</h3>"
813
  msgstr "<h3>Популярні сьогодні записи</h3>"
814
 
815
- #: top-10.php:723
816
  #, fuzzy
817
  msgid "No top posts yet"
818
  msgstr "Скинути статистику найпопулярніших записів"
819
 
820
- #: top-10.php:1188
821
  msgid "Once Weekly"
822
  msgstr ""
823
 
824
- #: top-10.php:1192
825
  msgid "Once Fortnightly"
826
  msgstr ""
827
 
828
- #: top-10.php:1196
829
  msgid "Once Monthly"
830
  msgstr ""
831
 
832
- #: top-10.php:1259
833
  msgid "Settings"
834
  msgstr "Налаштування плагіна"
835
 
836
- #: top-10.php:1272
837
  msgid "Donate"
838
  msgstr "Зробити внесок"
839
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-20 23:16-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Alyona Lompar <alyona.lompar@aol.com>\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: admin.inc.php:112
147
 
148
  #: admin.inc.php:249
149
  msgid ""
150
+ "If you choose to disable this, please add <code>&lt;?php "
151
+ "if(function_exists('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your "
152
+ "template file where you want it displayed"
153
  msgstr ""
154
 
155
  #: admin.inc.php:252
646
  msgid "FAQ"
647
  msgstr ""
648
 
649
+ #: admin.inc.php:659 top-10.php:1267
650
  msgid "Support"
651
  msgstr "Підтримка (англ.)"
652
 
717
  msgid "Views"
718
  msgstr "Всього/Сьогодні"
719
 
720
+ #: top-10.php:438
721
  msgid " by "
722
  msgstr ""
723
 
724
+ #: top-10.php:524
725
  msgid "Display the posts popular this week"
726
  msgstr ""
727
 
728
+ #: top-10.php:525
729
  #, fuzzy
730
  msgid "Popular Posts [Top 10]"
731
  msgstr "Популярні записи"
732
 
733
+ #: top-10.php:543
734
  msgid "Title"
735
  msgstr ""
736
 
737
+ #: top-10.php:548
738
  msgid "No. of posts"
739
  msgstr ""
740
 
741
+ #: top-10.php:553
742
  msgid "Overall"
743
  msgstr ""
744
 
745
+ #: top-10.php:554
746
  msgid "Custom time period (Enter below)"
747
  msgstr ""
748
 
749
+ #: top-10.php:559
750
  msgid "Range in number of days (applies only to custom option above)"
751
  msgstr ""
752
 
753
+ #: top-10.php:564
754
  #, fuzzy
755
  msgid " Show count?"
756
  msgstr "Показувати текст запису в списку?"
757
 
758
+ #: top-10.php:569
759
  #, fuzzy
760
  msgid " Show excerpt?"
761
  msgstr "Показувати текст запису в списку?"
762
 
763
+ #: top-10.php:574
764
  msgid " Show author?"
765
  msgstr ""
766
 
767
+ #: top-10.php:579
768
  #, fuzzy
769
  msgid " Show date?"
770
  msgstr "Показувати текст запису в списку?"
771
 
772
+ #: top-10.php:583
773
  #, fuzzy
774
  msgid "Thumbnail options"
775
  msgstr "Установки превью до записів:"
776
 
777
+ #: top-10.php:585
778
  #, fuzzy
779
  msgid "Thumbnails inline, before title"
780
  msgstr "Відображати і превью, і текст"
781
 
782
+ #: top-10.php:586
783
  #, fuzzy
784
  msgid "Thumbnails inline, after title"
785
  msgstr "Відображати і превью, і текст"
786
 
787
+ #: top-10.php:587
788
  #, fuzzy
789
  msgid "Only thumbnails, no text"
790
  msgstr "Показувати тільки превью, без тексту"
791
 
792
+ #: top-10.php:588
793
  #, fuzzy
794
  msgid "No thumbnails, only text."
795
  msgstr "Показувати лише текст, без превью"
796
 
797
+ #: top-10.php:593
798
  #, fuzzy
799
  msgid "Thumbnail height"
800
  msgstr "Установки превью до записів:"
801
 
802
+ #: top-10.php:598
803
  #, fuzzy
804
  msgid "Thumbnail width"
805
  msgstr "Установки превью до записів:"
806
 
807
+ #: top-10.php:719
808
  msgid "<h3>Popular Posts</h3>"
809
  msgstr "<h3>Популярні записи</h3>"
810
 
811
+ #: top-10.php:720
812
  msgid "<h3>Daily Popular</h3>"
813
  msgstr "<h3>Популярні сьогодні записи</h3>"
814
 
815
+ #: top-10.php:721
816
  #, fuzzy
817
  msgid "No top posts yet"
818
  msgstr "Скинути статистику найпопулярніших записів"
819
 
820
+ #: top-10.php:1184
821
  msgid "Once Weekly"
822
  msgstr ""
823
 
824
+ #: top-10.php:1188
825
  msgid "Once Fortnightly"
826
  msgstr ""
827
 
828
+ #: top-10.php:1192
829
  msgid "Once Monthly"
830
  msgstr ""
831
 
832
+ #: top-10.php:1255
833
  msgid "Settings"
834
  msgstr "Налаштування плагіна"
835
 
836
+ #: top-10.php:1268
837
  msgid "Donate"
838
  msgstr "Зробити внесок"
839
 
readme.txt CHANGED
@@ -51,12 +51,17 @@ If you're looking for a plugin to display related, look no further than my other
51
 
52
  == Upgrade Notice ==
53
 
54
- = 1.9.9.1 =
55
- New default style, new shortcodes, responsive admin interface, option to disable counts from non-admin and lots more...
56
- Refer to the Changeog for more details
57
 
58
  == Changelog ==
59
 
 
 
 
 
 
60
  = 1.9.9.1 =
61
  * Fixed: Maintenance cron wasn't running properly
62
 
51
 
52
  == Upgrade Notice ==
53
 
54
+ = 1.9.9.2 =
55
+ Bug fixes for widget, exclude posts and thumbnail detection.
56
+ Refer to the Changelog for more details
57
 
58
  == Changelog ==
59
 
60
+ = 1.9.9.2 =
61
+ * Fixed: Show count in widget was always checked
62
+ * Fixed: "List of post or page IDs to exclude from the results" did not work for more than one post
63
+ * Fixed: First image in the post was not detected in some cases. First image attached is now prioritised over image detection to speed things up
64
+
65
  = 1.9.9.1 =
66
  * Fixed: Maintenance cron wasn't running properly
67
 
screenshot-1.png DELETED
Binary file
screenshot-2.png DELETED
Binary file
screenshot-3.png DELETED
Binary file
screenshot-4.png DELETED
Binary file
screenshot-5.png DELETED
Binary file
top-10.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Top 10
4
- Version: 1.9.9.1
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/top-10/
6
  Description: Count daily and total visits per post and display the most popular posts based on the number of views. Based on the plugin by <a href="http://weblogtoolscollection.com">Mark Ghosh</a>
7
  Author: Ajay D'Souza
@@ -334,8 +334,7 @@ function tptn_pop_posts( $args ) {
334
  $sql .= "FROM {$table_name} INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
335
  $sql .= "AND post_status = 'publish' ";
336
  if ($exclude_post_ids!='') {
337
- $sql .= "AND ID NOT IN (%s) ";
338
- $args[] = $exclude_post_ids; // Add the post types to the $args array
339
  }
340
  $sql .= "AND ( ";
341
  $multiple = false;
@@ -360,8 +359,7 @@ function tptn_pop_posts( $args ) {
360
  $sql .= "FROM {$table_name} INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
361
  $sql .= "AND post_status = 'publish' AND dp_date >= '%s' ";
362
  if ($exclude_post_ids!='') {
363
- $sql .= "AND ID NOT IN (%s) ";
364
- $args[] = $exclude_post_ids; // Add the post types to the $args array
365
  }
366
  $sql .= "AND ( ";
367
  $multiple = false;
@@ -530,7 +528,7 @@ class WidgetTopTen extends WP_Widget
530
  function form($instance) {
531
  $title = isset($instance['title']) ? esc_attr($instance['title']) : '';
532
  $limit = isset($instance['limit']) ? esc_attr($instance['limit']) : '';
533
- $disp_list_count = isset($instance['disp_list_count']) ? esc_attr($instance['disp_list_count']) : true;
534
  $show_excerpt = isset($instance['show_excerpt']) ? esc_attr($instance['show_excerpt']) : '';
535
  $show_author = isset($instance['show_author']) ? esc_attr($instance['show_author']) : '';
536
  $show_date = isset($instance['show_date']) ? esc_attr($instance['show_date']) : '';
@@ -1004,16 +1002,14 @@ function tptn_get_the_post_thumbnail($args = array()) {
1004
 
1005
  } else {
1006
  $postimage = get_post_meta($result->ID, $thumb_meta, true); // Check
 
1007
  if (!$postimage && $scan_images) {
1008
  preg_match_all( '|<img.*?src=[\'"](.*?)[\'"].*?>|i', $result->post_content, $matches );
1009
  // any image there?
1010
  if (isset($matches[1][0]) && $matches[1][0]) {
1011
- if (((strpos($matches[1][0], parse_url(get_option('home'),PHP_URL_HOST)) !== false) && (strpos($matches[1][0], 'http://') !== false))|| ((strpos($matches[1][0], 'http://') === false))) {
1012
  $postimage = preg_replace('/\?.*/', '', $matches[1][0]); // we need the first one only!
1013
- }
1014
  }
1015
  }
1016
- if (!$postimage) $postimage = tptn_get_first_image($result->ID); // Get the first image
1017
  if (!$postimage) $postimage = get_post_meta($result->ID, '_video_thumbnail', true); // If no other thumbnail set, try to get the custom video thumbnail set by the Video Thumbnails plugin
1018
  if ($thumb_default_show && !$postimage) $postimage = $thumb_default; // If no thumb found and settings permit, use default thumb
1019
  if ($postimage) {
1
  <?php
2
  /*
3
  Plugin Name: Top 10
4
+ Version: 1.9.9.2
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/top-10/
6
  Description: Count daily and total visits per post and display the most popular posts based on the number of views. Based on the plugin by <a href="http://weblogtoolscollection.com">Mark Ghosh</a>
7
  Author: Ajay D'Souza
334
  $sql .= "FROM {$table_name} INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
335
  $sql .= "AND post_status = 'publish' ";
336
  if ($exclude_post_ids!='') {
337
+ $sql .= "AND ID NOT IN ({$exclude_post_ids}) ";
 
338
  }
339
  $sql .= "AND ( ";
340
  $multiple = false;
359
  $sql .= "FROM {$table_name} INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
360
  $sql .= "AND post_status = 'publish' AND dp_date >= '%s' ";
361
  if ($exclude_post_ids!='') {
362
+ $sql .= "AND ID NOT IN ({$exclude_post_ids}) ";
 
363
  }
364
  $sql .= "AND ( ";
365
  $multiple = false;
528
  function form($instance) {
529
  $title = isset($instance['title']) ? esc_attr($instance['title']) : '';
530
  $limit = isset($instance['limit']) ? esc_attr($instance['limit']) : '';
531
+ $disp_list_count = isset($instance['disp_list_count']) ? esc_attr($instance['disp_list_count']) : '';
532
  $show_excerpt = isset($instance['show_excerpt']) ? esc_attr($instance['show_excerpt']) : '';
533
  $show_author = isset($instance['show_author']) ? esc_attr($instance['show_author']) : '';
534
  $show_date = isset($instance['show_date']) ? esc_attr($instance['show_date']) : '';
1002
 
1003
  } else {
1004
  $postimage = get_post_meta($result->ID, $thumb_meta, true); // Check
1005
+ if (!$postimage) $postimage = tptn_get_first_image($result->ID); // Get the first image
1006
  if (!$postimage && $scan_images) {
1007
  preg_match_all( '|<img.*?src=[\'"](.*?)[\'"].*?>|i', $result->post_content, $matches );
1008
  // any image there?
1009
  if (isset($matches[1][0]) && $matches[1][0]) {
 
1010
  $postimage = preg_replace('/\?.*/', '', $matches[1][0]); // we need the first one only!
 
1011
  }
1012
  }
 
1013
  if (!$postimage) $postimage = get_post_meta($result->ID, '_video_thumbnail', true); // If no other thumbnail set, try to get the custom video thumbnail set by the Video Thumbnails plugin
1014
  if ($thumb_default_show && !$postimage) $postimage = $thumb_default; // If no thumb found and settings permit, use default thumb
1015
  if ($postimage) {