WP ULike - Version 2.2

Version Description

  • Added: bbPress Likes Support + All Options & Statistics Tools.
  • Added: New JQuery process with optimized methods. (wp-ulike-scripts.js)
  • Added: Minified Script/CSS files.
  • Added: Delete ULike Logs/Data Buttons In The Settings Page.
  • Added: Portuguese (Brazil) Language File.
  • Added: Turkish (Turkey) Language File.
  • Added: Greek Language File.
  • Added: Russian (Russia) Language File.
  • Added: Spanish (Spain) Language File.
  • Added: German (Germany) Language File.
  • Added: Japanese Language File.
  • Added: Romanian (Romania) Language File.
  • Added: Slovak (Slovakia) Language File.
  • Added: Czech (Czech Republic) Language File.
  • Added: Hebrew (Israel) Language File.
  • Added: Italian (Italy) Language File.
  • Added: Polish (Poland) Language File.
  • Added: Finnish Language File.
  • Added: Hungarian (Hungary) Language File.
  • Added: Lithuanian (Lithuania) Language File.
  • Added: Indonesian (Indonesia) Language File.
  • Added: Khmer Language File. Language File.
  • Added: Norwegian Bokmal (Norway) Language File.
  • Added: Portuguese (Portugal) Language File.
  • Added: Swedish (Sweden) Language File.
  • Added: Danish (Denmark) Language File.
  • Added: Estonian Language File.
  • Added: Korean (Korea) Language File.
  • Added: Vietnamese Language File.
  • Added: Basque Language File.
  • Added: Bosnian (Bosnia and Herzegovina) Language File.
  • Fixes: Small Bugs.
  • Updated: French Language File. (Thanks WP-Translations)
  • Updated: Persian language file. (Thanks Me :))
Download this release

Release Info

Developer alimir
Plugin Icon 128x128 WP ULike
Version 2.2
Comparing to
See all releases

Code changes from version 2.1 to 2.2

Files changed (81) hide show
  1. admin/about.php +253 -210
  2. admin/admin.php +65 -339
  3. admin/classes/class-charts.php +45 -15
  4. admin/classes/css/settings-rtl.css +1 -1
  5. admin/classes/css/settings.css +7 -1
  6. admin/classes/js/logs.js +4 -3
  7. admin/classes/js/settings.js +5 -2
  8. admin/classes/js/statistics.js +55 -14
  9. admin/classes/tmp/settings.php +488 -0
  10. admin/logs.php +127 -1
  11. admin/stats.php +18 -0
  12. assets/css/wp-ulike-rtl.css +19 -0
  13. assets/css/wp-ulike-rtl.min.css +8 -0
  14. assets/css/wp-ulike.css +20 -1
  15. assets/css/wp-ulike.min.css +8 -0
  16. assets/img/new-tools/bbpress-support.png +0 -0
  17. assets/img/new-tools/wp-translations.png +0 -0
  18. assets/js/wp-ulike-scripts.js +56 -122
  19. assets/js/wp-ulike-scripts.min.js +8 -0
  20. inc/classes/class-ulike.php +14 -12
  21. inc/wp-functions.php +434 -410
  22. inc/wp-script.php +7 -11
  23. inc/wp-ulike-buddypress.php +0 -114
  24. inc/wp-ulike-comments.php +0 -109
  25. inc/wp-ulike-posts.php +0 -109
  26. inc/wp-ulike.php +365 -0
  27. lang/alimir-NO.mo +0 -0
  28. lang/alimir-NO.po +1042 -0
  29. lang/alimir-cs_CZ.mo +0 -0
  30. lang/alimir-cs_CZ.po +1042 -0
  31. lang/alimir-de_DE.mo +0 -0
  32. lang/alimir-de_DE.po +1042 -0
  33. lang/alimir-el.mo +0 -0
  34. lang/alimir-el.po +1042 -0
  35. lang/alimir-es_ES.mo +0 -0
  36. lang/alimir-es_ES.po +1042 -0
  37. lang/alimir-fa_IR.mo +0 -0
  38. lang/alimir-fa_IR.po +533 -403
  39. lang/alimir-fi.mo +0 -0
  40. lang/alimir-fi.po +1042 -0
  41. lang/alimir-fr_FR.mo +0 -0
  42. lang/alimir-fr_FR.po +817 -531
  43. lang/alimir-he_IL.mo +0 -0
  44. lang/alimir-he_IL.po +1042 -0
  45. lang/alimir-hu_HU.mo +0 -0
  46. lang/alimir-hu_HU.po +1042 -0
  47. lang/alimir-id_ID.mo +0 -0
  48. lang/alimir-id_ID.po +1042 -0
  49. lang/alimir-it_IT.mo +0 -0
  50. lang/alimir-it_IT.po +1042 -0
  51. lang/alimir-ja.mo +0 -0
  52. lang/alimir-ja.po +1042 -0
  53. lang/alimir-km.mo +0 -0
  54. lang/alimir-km.po +1042 -0
  55. lang/alimir-lt_LT.mo +0 -0
  56. lang/alimir-lt_LT.po +1045 -0
  57. lang/alimir-nl_NL.mo +0 -0
  58. lang/alimir-nl_NL.po +493 -596
  59. lang/alimir-pl_PL.mo +0 -0
  60. lang/alimir-pl_PL.po +1043 -0
  61. lang/alimir-pt_BR.mo +0 -0
  62. lang/alimir-pt_BR.po +1042 -0
  63. lang/alimir-pt_PT.mo +0 -0
  64. lang/{defualt.po → alimir-pt_PT.po} +429 -367
  65. lang/alimir-ro_RO.mo +0 -0
  66. lang/alimir-ro_RO.po +1043 -0
  67. lang/alimir-ru_RU.mo +0 -0
  68. lang/alimir-ru_RU.po +1043 -0
  69. lang/alimir-sk_SK.mo +0 -0
  70. lang/alimir-sk_SK.po +1042 -0
  71. lang/alimir-sv_SE.mo +0 -0
  72. lang/alimir-sv_SE.po +1042 -0
  73. lang/alimir-tr_TR.mo +0 -0
  74. lang/alimir-tr_TR.po +1042 -0
  75. lang/alimir-zh_CN.mo +0 -0
  76. lang/alimir-zh_CN.po +510 -687
  77. lang/alimir-zh_TW.mo +0 -0
  78. lang/alimir-zh_TW.po +456 -547
  79. lang/defualt.mo +0 -0
  80. readme.txt +99 -34
  81. wp-ulike.php +101 -89
admin/about.php CHANGED
@@ -1,211 +1,254 @@
1
- <?php
2
-
3
- /**
4
- * remove photo class from gravatar
5
- *
6
- * @author Alimir
7
- * @since 1.7
8
- * @return String
9
- */
10
- add_filter('get_avatar', 'remove_photo_class');
11
- function remove_photo_class($avatar) {
12
- return str_replace(' photo', ' gravatar', $avatar);
13
- }
14
-
15
- /**
16
- * Create WP ULike About page
17
- *
18
- * @author Alimir
19
- * @since 1.7
20
- * @updated 2.1
21
- * @return String
22
- */
23
- function wp_ulike_about_page() {
24
- ?>
25
-
26
- <style>
27
- .ulike-badge{
28
- background: url('<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/wp-ulike-badge.png') no-repeat scroll center 24px / 95px 95px #F3643A;
29
- color: #fff;
30
- font-size: 14px;
31
- text-align: center;
32
- font-weight: 600;
33
- margin: 5px 0px 0px;
34
- padding-top: 120px;
35
- height: 40px;
36
- display: inline-block;
37
- width: 150px;
38
- text-rendering: optimizelegibility;
39
- box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
40
- }
41
- .boxstyle {
42
- padding: 1px 12px;
43
- background-color: #FFF;
44
- box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
45
- }
46
- .wp_ulike_version {
47
- display: inline-block;
48
- position: absolute;
49
- top: 54px;
50
- left:0;
51
- padding: 5px 10px;
52
- background: #e74c3c;
53
- color: #FFF;
54
- font-size: 13px;
55
- font-weight: normal;
56
- }
57
- <?php if(is_rtl()): ?>
58
- .about-wrap .ulike-badge {
59
- position: absolute;
60
- top: 0px;
61
- left: 0px;
62
- }
63
- <?php else: ?>
64
- .about-wrap .ulike-badge {
65
- position: absolute;
66
- top: 0px;
67
- right: 0px;
68
- }
69
- <?php endif; ?>
70
- </style>
71
-
72
- <div class="wrap about-wrap">
73
-
74
- <h1><?php echo _e('Welcome to WP ULike','alimir') . ' ' . wp_ulike_get_version(); ?></h1>
75
-
76
- <div class="about-text"><?php echo _e('Thank you for choosing WP ULike! This version is our leanest and most powerful version yet.', 'alimir') ; ?><br />
77
- <a target="_blank" href="http://preview.alimir.ir/developer/wp-ulike/"> <?php _e('Visit our homepage','alimir'); ?></a>
78
- </div>
79
- <div class="ulike-badge"><?php echo _e('Version','alimir') . ' ' . wp_ulike_get_version(); ?></div>
80
-
81
- <h2 class="nav-tab-wrapper">
82
- <a class="nav-tab <?php if(!isset($_GET["credit"])) echo 'nav-tab-active'; ?>" href="admin.php?page=wp-ulike-about"><?php echo _e('Getting Started','alimir'); ?></a>
83
- <a class="nav-tab <?php if(isset($_GET["credit"])) echo 'nav-tab-active'; ?>" href="admin.php?page=wp-ulike-about&credit=true"><?php echo _e('Credits','alimir'); ?></a>
84
- <a target="_blank" class="nav-tab" href="https://wordpress.org/support/plugin/wp-ulike"><?php echo _e('Support','alimir'); ?></a>
85
- <a target="_blank" class="nav-tab" href="https://wordpress.org/plugins/wp-ulike/faq/"><?php echo _e('FAQ','alimir'); ?></a>
86
- <a target="_blank" class="nav-tab" href="https://wordpress.org/support/view/plugin-reviews/wp-ulike"><?php echo _e('Reviews','alimir'); ?></a>
87
- <a target="_blank" class="nav-tab" href="http://preview.alimir.ir/contact/"><?php echo _e('Contact','alimir'); ?></a>
88
- </h2>
89
-
90
- <?php if(!isset($_GET["credit"])): ?>
91
-
92
- <div class="changelog">
93
- <img class="about-overview-img" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/wp-ulike-banner.png" alt="WP ULike" />
94
- </div>
95
-
96
- <hr />
97
-
98
- <div class="changelog">
99
- <h2 class="about-headline-callout"><?php echo _e('Novelty Of WP ULike','alimir'); ?></h2>
100
-
101
- <div class="feature-section col two-col">
102
- <div>
103
- <h4><?php echo _e('New Statistics Design + Screen Option','alimir'); ?> <small class="wp_ulike_version">WP ULike 2.1</small></h4>
104
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/new-statistics.jpg" alt="WP ULike" />
105
- </div>
106
-
107
- <div class="last-feature">
108
- <h4><?php echo _e('New Statistics Page','alimir'); ?> <small class="wp_ulike_version">WP ULike 2.0</small></h4>
109
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/ulike-stats.png" alt="WP ULike" />
110
- </div>
111
- </div>
112
-
113
-
114
- <div class="feature-section col two-col">
115
- <div>
116
- <h4><?php echo _e('New Class-based programming','alimir'); ?> <small class="wp_ulike_version">WP ULike 2.0</small></h4>
117
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/new-classes.jpg" alt="WP ULike" />
118
- </div>
119
-
120
- <div class="last-feature">
121
- <h4><?php echo _e('Most Liked Comments','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.9</small></h4>
122
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/most-liked-comments-widget.jpg" alt="WP ULike" />
123
- </div>
124
- </div>
125
-
126
- <div class="feature-section col three-col">
127
- <div>
128
- <h4><?php echo _e('Logging Method','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.9</small></h4>
129
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/loggin-method-option.jpg" alt="WP ULike" />
130
- </div>
131
-
132
- <div>
133
- <h4><?php echo _e('New options in logs pages','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.9</small></h4>
134
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/logs-pages-options.jpg" alt="WP ULike" />
135
- </div>
136
-
137
- <div class="last-feature">
138
- <h4><?php echo _e('New setting panel','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.8</small></h4>
139
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/new-setting.png" alt="WP ULike" />
140
- </div>
141
- </div>
142
-
143
- <div class="feature-section col three-col">
144
- <div>
145
- <h4><?php echo _e('Better coding on plugin files','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.8</small></h4>
146
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/new-coding.png" alt="WP ULike" />
147
- </div>
148
-
149
- <div>
150
- <h4><?php echo _e('Buddypress likes support','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.7</small></h4>
151
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/activity-likes.png" alt="WP ULike" />
152
- </div>
153
-
154
- <div class="last-feature">
155
- <h4><?php echo _e('Likes logs support','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.7</small></h4>
156
- <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/likes-logs.png" alt="WP ULike" />
157
- </div>
158
- </div>
159
-
160
- </div>
161
-
162
- <?php else: ?>
163
-
164
- <p class="about-description"><?php echo _e('WP ULike is created by many love and time. Enjoy it :)','alimir'); ?></p>
165
- <h4 class="wp-people-group"><?php echo _e('Project Leaders','alimir'); ?></h4>
166
- <ul class="wp-people-group">
167
- <li class="wp-person" id="wp-person-alimirzaei">
168
- <a href="http://about.alimir.ir"><?php echo get_avatar( 'info@alimir.ir', 64 ); ?></a>
169
- <a class="web" href="https://profiles.wordpress.org/alimir/">Ali Mirzaei</a>
170
- <span class="title"><?php echo _e('Project Lead & Developer','alimir'); ?></span>
171
- </li>
172
- </ul>
173
-
174
- <h4 class="wp-people-group"><?php _e('Translations','alimir'); ?></h4>
175
- <ul>
176
- <li>English</li>
177
- <li>Persian</li>
178
- <li>France</li>
179
- <li>Chinese (Thanks "Changmeng Hu" AND "CMHello")</li>
180
- <li>Chinese Tradition (Thanks Arefly)</li>
181
- <li>Dutch (Thanks Joey)</li>
182
- <li>Arabic (Thanks Ahmad Ahwazi)</li>
183
- </ul>
184
-
185
- <h4 class="wp-people-group"><?php echo _e('Other Plugins','alimir'); ?></h4>
186
- <ul class="wp-people-group">
187
- <li class="wp-person" id="wp-person-alimirzaei">
188
- <a target="_blank" href="https://wordpress.org/plugins/blue-login-style"><img class="gravatar" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/blue-login-themes.jpg" alt="Blue Login Themes" /></a>
189
- <a class="web" href="https://profiles.wordpress.org/alimir/">Ali Mirzaei</a>
190
- <span class="title">Blue Login Themes</span>
191
- </li>
192
- <li class="wp-person" id="wp-person-alimirzaei">
193
- <a target="_blank" href="https://wordpress.org/plugins/custom-fields-notifications/"><img class="gravatar" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/custom-fileds-notifications.png" alt="Custom Fields Notifications" /></a>
194
- <a class="web" href="https://profiles.wordpress.org/alimir/">Ali Mirzaei</a>
195
- <span class="title">Custom Fields Notifications</span>
196
- </li>
197
- <li class="wp-person" id="wp-person-alimirzaei">
198
- <a target="_blank" href="http://wordpress.org/plugins/ajax-bootmodal-login/"><img class="gravatar" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/ajax-bootmodal-login.jpg" alt="Ajax BootModal Login" /></a>
199
- <a class="web" href="https://profiles.wordpress.org/alimir/">Ali Mirzaei</a>
200
- <span class="title">Ajax BootModal Login</span>
201
- </li>
202
- </ul>
203
-
204
- <h4 class="wp-people-group"><?php _e('Like this plugin?','alimir'); ?></h4>
205
- <div class="boxstyle"><p><strong><?php _e('Show your support by Rating 5 Star in <a href="http://wordpress.org/plugins/wp-ulike"> Plugin Directory reviews</a>','alimir'); ?></strong></p></div>
206
-
207
- <?php endif; ?>
208
-
209
- </div>
210
- <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  }
1
+ <?php
2
+
3
+ /**
4
+ * remove photo class from gravatar
5
+ *
6
+ * @author Alimir
7
+ * @since 1.7
8
+ * @return String
9
+ */
10
+ add_filter('get_avatar', 'remove_photo_class');
11
+ function remove_photo_class($avatar) {
12
+ return str_replace(' photo', ' gravatar', $avatar);
13
+ }
14
+
15
+ /**
16
+ * Create WP ULike About page
17
+ *
18
+ * @author Alimir
19
+ * @since 1.7
20
+ * @updated 2.1
21
+ * @return String
22
+ */
23
+ function wp_ulike_about_page() {
24
+ ?>
25
+
26
+ <style>
27
+ .ulike-badge{
28
+ background: url('<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/wp-ulike-badge.png') no-repeat scroll center 24px / 95px 95px #F3643A;
29
+ color: #fff;
30
+ font-size: 14px;
31
+ text-align: center;
32
+ font-weight: 600;
33
+ margin: 5px 0px 0px;
34
+ padding-top: 120px;
35
+ height: 40px;
36
+ display: inline-block;
37
+ width: 150px;
38
+ text-rendering: optimizelegibility;
39
+ box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
40
+ }
41
+ .boxstyle {
42
+ padding: 1px 12px;
43
+ background-color: #FFF;
44
+ box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
45
+ }
46
+ .wp_ulike_version {
47
+ display: inline-block;
48
+ position: absolute;
49
+ top: 54px;
50
+ left:0;
51
+ padding: 5px 10px;
52
+ background: #e74c3c;
53
+ color: #FFF;
54
+ font-size: 13px;
55
+ font-weight: normal;
56
+ }
57
+ <?php if(is_rtl()): ?>
58
+ .about-wrap .ulike-badge {
59
+ position: absolute;
60
+ top: 0px;
61
+ left: 0px;
62
+ }
63
+ <?php else: ?>
64
+ .about-wrap .ulike-badge {
65
+ position: absolute;
66
+ top: 0px;
67
+ right: 0px;
68
+ }
69
+ <?php endif; ?>
70
+ </style>
71
+
72
+ <div class="wrap about-wrap">
73
+
74
+ <h1><?php echo _e('Welcome to WP ULike','alimir') . ' ' . wp_ulike_get_version(); ?></h1>
75
+
76
+ <div class="about-text"><?php echo _e('Thank you for choosing WP ULike! This version is our leanest and most powerful version yet.', 'alimir') ; ?><br />
77
+ <a target="_blank" href="http://preview.alimir.ir/developer/wp-ulike/"> <?php _e('Visit our homepage','alimir'); ?></a>
78
+ </div>
79
+ <div class="ulike-badge"><?php echo _e('Version','alimir') . ' ' . wp_ulike_get_version(); ?></div>
80
+
81
+ <h2 class="nav-tab-wrapper">
82
+ <a class="nav-tab <?php if(!isset($_GET["credit"])) echo 'nav-tab-active'; ?>" href="admin.php?page=wp-ulike-about"><?php echo _e('Getting Started','alimir'); ?></a>
83
+ <a class="nav-tab <?php if(isset($_GET["credit"])) echo 'nav-tab-active'; ?>" href="admin.php?page=wp-ulike-about&credit=true"><?php echo _e('Credits','alimir'); ?></a>
84
+ <a target="_blank" class="nav-tab" href="https://wordpress.org/support/plugin/wp-ulike"><?php echo _e('Support','alimir'); ?></a>
85
+ <a target="_blank" class="nav-tab" href="https://wordpress.org/plugins/wp-ulike/faq/"><?php echo _e('FAQ','alimir'); ?></a>
86
+ <a target="_blank" class="nav-tab" href="https://wordpress.org/support/view/plugin-reviews/wp-ulike"><?php echo _e('Reviews','alimir'); ?></a>
87
+ <a target="_blank" class="nav-tab" href="http://preview.alimir.ir/contact/"><?php echo _e('Contact','alimir'); ?></a>
88
+ </h2>
89
+
90
+ <?php if(!isset($_GET["credit"])): ?>
91
+
92
+ <div class="changelog">
93
+ <img class="about-overview-img" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/wp-ulike-banner.png" alt="WP ULike" />
94
+ </div>
95
+
96
+ <hr />
97
+
98
+ <div class="changelog">
99
+ <h2 class="about-headline-callout"><?php echo _e('Novelty Of WP ULike','alimir'); ?></h2>
100
+
101
+ <div class="feature-section col two-col">
102
+ <div>
103
+ <h4><?php echo _e('bbPress Likes Support + Options & Statistics Tools','alimir'); ?> <small class="wp_ulike_version">WP ULike 2.2</small></h4>
104
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/bbpress-support.png" alt="WP ULike" />
105
+ </div>
106
+
107
+ <div class="last-feature">
108
+ <h4><?php echo _e('Added More Than 20 Language Files','alimir'); ?> <small class="wp_ulike_version">WP ULike 2.2</small></h4>
109
+ <a target="_blank" href="https://www.transifex.com/projects/p/wp-ulike/" title"WP-Translations"><img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/wp-translations.png" alt="WP ULike" /></a>
110
+ </div>
111
+ </div>
112
+
113
+
114
+ <div class="feature-section col two-col">
115
+ <div>
116
+ <h4><?php echo _e('New Statistics Design + Screen Option','alimir'); ?> <small class="wp_ulike_version">WP ULike 2.1</small></h4>
117
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/new-statistics.jpg" alt="WP ULike" />
118
+ </div>
119
+
120
+ <div class="last-feature">
121
+ <h4><?php echo _e('New Statistics Page','alimir'); ?> <small class="wp_ulike_version">WP ULike 2.0</small></h4>
122
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/ulike-stats.png" alt="WP ULike" />
123
+ </div>
124
+ </div>
125
+
126
+
127
+ <div class="feature-section col two-col">
128
+ <div>
129
+ <h4><?php echo _e('New Class-based programming','alimir'); ?> <small class="wp_ulike_version">WP ULike 2.0</small></h4>
130
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/new-classes.jpg" alt="WP ULike" />
131
+ </div>
132
+
133
+ <div class="last-feature">
134
+ <h4><?php echo _e('Most Liked Comments','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.9</small></h4>
135
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/most-liked-comments-widget.jpg" alt="WP ULike" />
136
+ </div>
137
+ </div>
138
+
139
+ <div class="feature-section col three-col">
140
+ <div>
141
+ <h4><?php echo _e('Logging Method','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.9</small></h4>
142
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/loggin-method-option.jpg" alt="WP ULike" />
143
+ </div>
144
+
145
+ <div>
146
+ <h4><?php echo _e('New options in logs pages','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.9</small></h4>
147
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/logs-pages-options.jpg" alt="WP ULike" />
148
+ </div>
149
+
150
+ <div class="last-feature">
151
+ <h4><?php echo _e('New setting panel','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.8</small></h4>
152
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/new-setting.png" alt="WP ULike" />
153
+ </div>
154
+ </div>
155
+
156
+ <div class="feature-section col three-col">
157
+ <div>
158
+ <h4><?php echo _e('Better coding on plugin files','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.8</small></h4>
159
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/new-coding.png" alt="WP ULike" />
160
+ </div>
161
+
162
+ <div>
163
+ <h4><?php echo _e('Buddypress likes support','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.7</small></h4>
164
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/activity-likes.png" alt="WP ULike" />
165
+ </div>
166
+
167
+ <div class="last-feature">
168
+ <h4><?php echo _e('Likes logs support','alimir'); ?> <small class="wp_ulike_version">WP ULike 1.7</small></h4>
169
+ <img style="width:100%" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/new-tools/likes-logs.png" alt="WP ULike" />
170
+ </div>
171
+ </div>
172
+
173
+ </div>
174
+
175
+ <?php else: ?>
176
+
177
+ <p class="about-description"><?php echo _e('WP ULike is created by many love and time. Enjoy it :)','alimir'); ?></p>
178
+ <h4 class="wp-people-group"><?php echo _e('Project Leaders','alimir'); ?></h4>
179
+ <ul class="wp-people-group">
180
+ <li class="wp-person" id="wp-person-alimirzaei">
181
+ <a href="http://about.alimir.ir"><?php echo get_avatar( 'info@alimir.ir', 64 ); ?></a>
182
+ <a class="web" href="https://profiles.wordpress.org/alimir/">Ali Mirzaei</a>
183
+ <span class="title"><?php echo _e('Project Lead & Developer','alimir'); ?></span>
184
+ </li>
185
+ </ul>
186
+
187
+ <h4 class="wp-people-group"><?php _e('Translations','alimir'); ?></h4>
188
+ <ul>
189
+ <li>English (United States)</li>
190
+ <li>Persian (Iran)</li>
191
+ <li>French (France)</li>
192
+ <li>Chinese (China)</li>
193
+ <li>Chinese (Taiwan)</li>
194
+ <li>Dutch (Netherlands) </li>
195
+ <li>Arabic</li>
196
+ <li>Portuguese (Brazil)</li>
197
+ <li>Turkish (Turkey)</li>
198
+ <li>Greek</li>
199
+ <li>Russian (Russia)</li>
200
+ <li>Spanish (Spain)</li>
201
+ <li>German (Germany)</li>
202
+ <li>Japanese</li>
203
+ <li>Romanian (Romania)</li>
204
+ <li>Slovak (Slovakia)</li>
205
+ <li>Czech (Czech Republic)</li>
206
+ <li>Hebrew (Israel)</li>
207
+ <li>Italian (Italy)</li>
208
+ <li>Polish (Poland)</li>
209
+ <li>Finnish</li>
210
+ <li>Hungarian (Hungary)</li>
211
+ <li>Lithuanian (Lithuania)</li>
212
+ <li>Indonesian (Indonesia)</li>
213
+ <li>Khmer</li>
214
+ <li>Norwegian Bokmal (Norway)</li>
215
+ <li>Portuguese (Portugal)</li>
216
+ <li>Swedish (Sweden)</li>
217
+ <li>Danish (Denmark)</li>
218
+ <li>Estonian</li>
219
+ <li>Korean (Korea)</li>
220
+ <li>Vietnamese</li>
221
+ <li>Basque</li>
222
+ <li>Bosnian (Bosnia and Herzegovina)</li>
223
+ <li>English (United Kingdom)</li>
224
+ </ul>
225
+
226
+ <p class="about-description"><?php _e('Would you like to help translate the plugin into more languages?','alimir'); ?> <a target="_blank" href="https://www.transifex.com/projects/p/wp-ulike/" title"WP-Translations">[<?php _e('Join our WP-Translations Community','alimir'); ?>]</a></p>
227
+
228
+ <h4 class="wp-people-group"><?php echo _e('Other Plugins','alimir'); ?></h4>
229
+ <ul class="wp-people-group">
230
+ <li class="wp-person" id="wp-person-alimirzaei">
231
+ <a target="_blank" href="https://wordpress.org/plugins/blue-login-style"><img class="gravatar" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/blue-login-themes.jpg" alt="Blue Login Themes" /></a>
232
+ <a class="web" href="https://profiles.wordpress.org/alimir/">Ali Mirzaei</a>
233
+ <span class="title">Blue Login Themes</span>
234
+ </li>
235
+ <li class="wp-person" id="wp-person-alimirzaei">
236
+ <a target="_blank" href="https://wordpress.org/plugins/custom-fields-notifications/"><img class="gravatar" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/custom-fileds-notifications.png" alt="Custom Fields Notifications" /></a>
237
+ <a class="web" href="https://profiles.wordpress.org/alimir/">Ali Mirzaei</a>
238
+ <span class="title">Custom Fields Notifications</span>
239
+ </li>
240
+ <li class="wp-person" id="wp-person-alimirzaei">
241
+ <a target="_blank" href="http://wordpress.org/plugins/ajax-bootmodal-login/"><img class="gravatar" src="<?php echo plugins_url('/assets', dirname(__FILE__)); ?>/img/ajax-bootmodal-login.jpg" alt="Ajax BootModal Login" /></a>
242
+ <a class="web" href="https://profiles.wordpress.org/alimir/">Ali Mirzaei</a>
243
+ <span class="title">Ajax BootModal Login</span>
244
+ </li>
245
+ </ul>
246
+
247
+ <h4 class="wp-people-group"><?php _e('Like this plugin?','alimir'); ?></h4>
248
+ <div class="boxstyle"><p><strong><?php _e('Show your support by Rating 5 Star in <a href="http://wordpress.org/plugins/wp-ulike"> Plugin Directory reviews</a>','alimir'); ?></strong></p></div>
249
+
250
+ <?php endif; ?>
251
+
252
+ </div>
253
+ <?php
254
  }
admin/admin.php CHANGED
@@ -61,8 +61,10 @@
61
  * @return String
62
  */
63
 
64
- //include settings class
65
- include( plugin_dir_path(__FILE__) . 'classes/class-settings.php' );
 
 
66
 
67
  //activate general setting panel
68
  $wp_ulike_setting = wp_ulike_create_settings_page(
@@ -74,68 +76,7 @@
74
  'icon_url' => 'dashicons-smiley'
75
  ),
76
  array(
77
- 'wp_ulike_general' => array(
78
- 'title' => '<i class="dashicons-before dashicons-admin-settings"></i>' . ' ' . __( 'General','alimir'),
79
- 'fields' => array(
80
- 'button_type' => array(
81
- 'type' => 'radio',
82
- 'label' => __( 'Button Type', 'alimir'),
83
- 'default' => 'image',
84
- 'options' => array(
85
- 'image' => __( 'Icon', 'alimir'),
86
- 'text' => __( 'Text', 'alimir')
87
- )
88
- ),
89
- 'button_text' => array(
90
- 'default' => __('Like','alimir'),
91
- 'label' => __( 'Button Text', 'alimir')
92
- ),
93
- 'button_url' => array(
94
- 'type' => 'media',
95
- 'label' => __( 'Button Icon', 'alimir'),
96
- 'description' => __( 'Best size: 16x16','alimir')
97
- ),
98
- 'text_after_like' => array(
99
- 'default' => __('Unlike','alimir'),
100
- 'label' => __( 'Text After Like', 'alimir')
101
- ),
102
- 'return_initial_after_unlike' => array(
103
- 'type' => 'checkbox',
104
- 'default' => 0,
105
- 'label' => __('Return To The Initial', 'alimir'),
106
- 'checkboxlabel' => __('Activate', 'alimir'),
107
- 'description' => __('Return to the initial Like button after Unlike. (Not Showing text after unlike)', 'alimir')
108
- ),
109
- 'text_after_unlike' => array(
110
- 'default' => __('Like Me Again!','alimir'),
111
- 'label' => __( 'Text After Unlike', 'alimir')
112
- ),
113
- 'permission_text' => array(
114
- 'default' => __('You have not permission to unlike','alimir'),
115
- 'label' => __( 'Permission Text', 'alimir')
116
- ),
117
- 'login_type' => array(
118
- 'type' => 'radio',
119
- 'label' => __( 'Users Login Type','alimir'),
120
- 'default' => 'alert',
121
- 'options' => array(
122
- 'alert' => __('Alert Box', 'alimir'),
123
- 'button' => __('Like Button', 'alimir')
124
- )
125
- ),
126
- 'login_text' => array(
127
- 'default' => __('You Should Login To Submit Your Like','alimir'),
128
- 'label' => __( 'Users Login Text', 'alimir')
129
- ),
130
- 'format_number' => array(
131
- 'type' => 'checkbox',
132
- 'default' => 0,
133
- 'label' => __('Format Number', 'alimir'),
134
- 'checkboxlabel' => __('Activate', 'alimir'),
135
- 'description' => __('Convert numbers of Likes with string (kilobyte) format.', 'alimir') . '<strong> (WHEN? likes>=1000)</strong>'
136
- ),
137
- )
138
- )//end wp_ulike_general
139
  ),
140
  array(
141
  'tabs' => true,
@@ -145,289 +86,70 @@
145
 
146
  //activate other settings panels
147
  $wp_ulike_setting->apply_settings( array(
148
- 'wp_ulike_posts' => array(
149
- 'title' => '<i class="dashicons-before dashicons-admin-post"></i>' . ' ' . __( 'Posts','alimir'),
150
- 'fields' => array(
151
- 'auto_display' => array(
152
- 'type' => 'checkbox',
153
- 'default' => 1,
154
- 'label' => __('Automatic display', 'alimir'),
155
- 'checkboxlabel' => __('Activate', 'alimir')
156
- ),
157
- 'auto_display_position' => array(
158
- 'type' => 'radio',
159
- 'label' => __( 'Auto Display Position','alimir'),
160
- 'default' => 'bottom',
161
- 'options' => array(
162
- 'top' => __('Top of Content', 'alimir'),
163
- 'bottom' => __('Bottom of Content', 'alimir'),
164
- 'top_bottom' => __('Top and Bottom', 'alimir')
165
- )
166
- ),
167
- 'auto_display_filter' => array(
168
- 'type' => 'multi',
169
- 'label' => __( 'Auto Display Filter','alimir' ),
170
- 'options' => array(
171
- 'home' => __('Home', 'alimir'),
172
- 'single' => __('Single Posts', 'alimir'),
173
- 'page' => __('Pages', 'alimir'),
174
- 'archive' => __('Archives', 'alimir'),
175
- 'category' => __('Categories', 'alimir'),
176
- 'search' => __('Search Results', 'alimir'),
177
- 'tag' => __('Tags', 'alimir'),
178
- 'author' => __('Author Page', 'alimir')
179
- ),
180
- 'description' => __('You can filter theses pages on auto display option.', 'alimir')
181
- ),
182
- 'only_registered_users' => array(
183
- 'type' => 'checkbox',
184
- 'default' => 0,
185
- 'label' => __('Only registered Users', 'alimir'),
186
- 'checkboxlabel' => __('Activate', 'alimir'),
187
- 'description' => __('<strong>Only</strong> registered users have permission to like posts.', 'alimir')
188
- ),
189
- 'logging_method' => array(
190
- 'type' => 'select',
191
- 'default' => 'by_username',
192
- 'label' => __( 'Logging Method','alimir'),
193
- 'options' => array(
194
- 'do_not_log' => __('Do Not Log', 'alimir'),
195
- 'by_cookie' => __('Logged By Cookie', 'alimir'),
196
- 'by_ip' => __('Logged By IP', 'alimir'),
197
- 'by_cookie_ip'=> __('Logged By Cookie & IP', 'alimir'),
198
- 'by_username' => __('Logged By Username', 'alimir')
199
- )
200
- ),
201
- 'users_liked_box' => array(
202
- 'type' => 'checkbox',
203
- 'default' => 1,
204
- 'label' => __('Show Liked Users Box', 'alimir'),
205
- 'checkboxlabel' => __('Activate', 'alimir'),
206
- 'description' => __('Active this option to show liked users avatars in the bottom of button like.', 'alimir')
207
- ),
208
- 'users_liked_box_avatar_size' => array(
209
- 'type' => 'number',
210
- 'default' => 32,
211
- 'label' => __( 'Size of Gravatars', 'alimir'),
212
- 'description' => __('Size of Gravatars to return (max is 512)', 'alimir')
213
- ),
214
- 'number_of_users' => array(
215
- 'type' => 'number',
216
- 'default' => 10,
217
- 'label' => __( 'Number Of The Users', 'alimir'),
218
- 'description' => __('The number of users to show in the users liked box', 'alimir')
219
- ),
220
- 'users_liked_box_template' => array(
221
- 'type' => 'textarea',
222
- 'default' => '<br /><p style="margin-top:5px"> '.__('Users who have LIKED this post:','alimir').'</p> <ul class="tiles">%START_WHILE%<li><a class="user-tooltip" title="%USER_NAME%">%USER_AVATAR%</a></li>%END_WHILE%</ul>',
223
- 'label' => __('Users Like Box Template', 'alimir'),
224
- 'description' => __('Allowed Variables:', 'alimir') . ' <code>%USER_AVATAR%</code> , <code>%USER_NAME%</code> , <code>%START_WHILE%</code> , <code>%END_WHILE%</code>'
225
- )
226
- )
227
- ),//end wp_ulike_posts
228
- 'wp_ulike_comments' => array(
229
- 'title' => '<i class="dashicons-before dashicons-admin-comments"></i>' . ' ' . __( 'Comments','alimir'),
230
- 'fields' => array(
231
- 'auto_display' => array(
232
- 'type' => 'checkbox',
233
- 'default' => 1,
234
- 'label' => __('Automatic display', 'alimir'),
235
- 'checkboxlabel' => __('Activate', 'alimir')
236
- ),
237
- 'auto_display_position' => array(
238
- 'type' => 'radio',
239
- 'label' => __( 'Auto Display Position','alimir'),
240
- 'default' => 'bottom',
241
- 'options' => array(
242
- 'top' => __('Top of Content', 'alimir'),
243
- 'bottom' => __('Bottom of Content', 'alimir'),
244
- 'top_bottom' => __('Top and Bottom', 'alimir')
245
- )
246
- ),
247
- 'only_registered_users' => array(
248
- 'type' => 'checkbox',
249
- 'default' => 0,
250
- 'label' => __('Only registered Users', 'alimir'),
251
- 'checkboxlabel' => __('Activate', 'alimir'),
252
- 'description' => __('<strong>Only</strong> registered users have permission to like comments.', 'alimir')
253
- ),
254
- 'logging_method' => array(
255
- 'type' => 'select',
256
- 'default' => 'by_username',
257
- 'label' => __( 'Logging Method','alimir'),
258
- 'options' => array(
259
- 'do_not_log' => __('Do Not Log', 'alimir'),
260
- 'by_cookie' => __('Logged By Cookie', 'alimir'),
261
- 'by_ip' => __('Logged By IP', 'alimir'),
262
- 'by_cookie_ip'=> __('Logged By Cookie & IP', 'alimir'),
263
- 'by_username' => __('Logged By Username', 'alimir')
264
- )
265
- ),
266
- 'users_liked_box' => array(
267
- 'type' => 'checkbox',
268
- 'default' => 1,
269
- 'label' => __('Show Liked Users Box', 'alimir'),
270
- 'checkboxlabel' => __('Activate', 'alimir'),
271
- 'description' => __('Active this option to show liked users avatars in the bottom of button like.', 'alimir')
272
- ),
273
- 'users_liked_box_avatar_size' => array(
274
- 'type' => 'number',
275
- 'default' => 32,
276
- 'label' => __( 'Size of Gravatars', 'alimir'),
277
- 'description' => __('Size of Gravatars to return (max is 512)', 'alimir')
278
- ),
279
- 'number_of_users' => array(
280
- 'type' => 'number',
281
- 'default' => 10,
282
- 'label' => __( 'Number Of The Users', 'alimir'),
283
- 'description' => __('The number of users to show in the users liked box', 'alimir')
284
- ),
285
- 'users_liked_box_template' => array(
286
- 'type' => 'textarea',
287
- 'default' => '<br /><p style="margin-top:5px"> '.__('Users who have LIKED this comment:','alimir').'</p> <ul class="tiles">%START_WHILE%<li><a class="user-tooltip" title="%USER_NAME%">%USER_AVATAR%</a></li>%END_WHILE%</ul>',
288
- 'label' => __('Users Like Box Template', 'alimir'),
289
- 'description' => __('Allowed Variables:', 'alimir') . ' <code>%USER_AVATAR%</code> , <code>%USER_NAME%</code> , <code>%START_WHILE%</code> , <code>%END_WHILE%</code>'
290
- )
291
- )
292
- ),//end wp_ulike_comments
293
- 'wp_ulike_buddypress' => array(
294
- 'title' => '<i class="dashicons-before dashicons-groups"></i>' . ' ' . __( 'BuddyPress','alimir'),
295
- 'fields' => array(
296
- 'auto_display' => array(
297
- 'type' => 'checkbox',
298
- 'default' => 0,
299
- 'label' => __('Automatic display', 'alimir'),
300
- 'checkboxlabel' => __('Activate', 'alimir')
301
- ),
302
- 'auto_display_position' => array(
303
- 'type' => 'radio',
304
- 'label' => __( 'Auto Display Position','alimir'),
305
- 'default' => 'bottom',
306
- 'options' => array(
307
- 'content' => __('Activity Content', 'alimir'),
308
- 'meta' => __('Activity Meta', 'alimir')
309
- )
310
- ),
311
- 'only_registered_users' => array(
312
- 'type' => 'checkbox',
313
- 'default' => 0,
314
- 'label' => __('Only registered Users', 'alimir'),
315
- 'checkboxlabel' => __('Activate', 'alimir'),
316
- 'description' => __('<strong>Only</strong> registered users have permission to like activities.', 'alimir')
317
- ),
318
- 'logging_method' => array(
319
- 'type' => 'select',
320
- 'default' => 'by_cookie_ip',
321
- 'label' => __( 'Logging Method','alimir'),
322
- 'options' => array(
323
- 'do_not_log' => __('Do Not Log', 'alimir'),
324
- 'by_cookie' => __('Logged By Cookie', 'alimir'),
325
- 'by_ip' => __('Logged By IP', 'alimir'),
326
- 'by_cookie_ip'=> __('Logged By Cookie & IP', 'alimir'),
327
- 'by_username' => __('Logged By Username', 'alimir')
328
- )
329
- ),
330
- 'users_liked_box' => array(
331
- 'type' => 'checkbox',
332
- 'default' => 1,
333
- 'label' => __('Show Liked Users Box', 'alimir'),
334
- 'checkboxlabel' => __('Activate', 'alimir'),
335
- 'description' => __('Active this option to show liked users avatars in the bottom of button like.', 'alimir')
336
- ),
337
- 'users_liked_box_avatar_size' => array(
338
- 'type' => 'number',
339
- 'default' => 32,
340
- 'label' => __( 'Size of Gravatars', 'alimir'),
341
- 'description' => __('Size of Gravatars to return (max is 512)', 'alimir')
342
- ),
343
- 'number_of_users' => array(
344
- 'type' => 'number',
345
- 'default' => 10,
346
- 'label' => __( 'Number Of The Users', 'alimir'),
347
- 'description' => __('The number of users to show in the users liked box', 'alimir')
348
- ),
349
- 'users_liked_box_template' => array(
350
- 'type' => 'textarea',
351
- 'default' => '<br /><p style="margin-top:5px"> '.__('Users who have liked this activity:','alimir').'</p> <ul class="tiles">%START_WHILE%<li><a class="user-tooltip" title="%USER_NAME%">%USER_AVATAR%</a></li>%END_WHILE%</ul>',
352
- 'label' => __('Users Like Box Template', 'alimir'),
353
- 'description' => __('Allowed Variables:', 'alimir') . ' <code>%USER_AVATAR%</code> , <code>%USER_NAME%</code> , <code>%START_WHILE%</code> , <code>%END_WHILE%</code>'
354
- ),
355
- 'new_likes_activity' => array(
356
- 'type' => 'checkbox',
357
- 'default' => 0,
358
- 'label' => __('BuddyPress Activity', 'alimir'),
359
- 'checkboxlabel' => __('Activate', 'alimir'),
360
- 'description' => __('insert new likes in buddyPress activity page', 'alimir')
361
- ),
362
- 'bp_post_activity_add_header' => array(
363
- 'type' => 'textarea',
364
- 'default' => '<strong>%POST_LIKER%</strong> liked <a href="%POST_PERMALINK%" title="%POST_TITLE%">%POST_TITLE%</a>. (So far, This post has <span class="badge">%POST_COUNT%</span> likes)',
365
- 'label' => __('Post Activity Text', 'alimir'),
366
- 'description' => __('Allowed Variables:', 'alimir') . ' <code>%POST_LIKER%</code> , <code>%POST_PERMALINK%</code> , <code>%POST_COUNT%</code> , <code>%POST_TITLE%</code>'
367
- ),
368
- 'bp_comment_activity_add_header' => array(
369
- 'type' => 'textarea',
370
- 'default' => '<strong>%COMMENT_LIKER%</strong> liked <strong>%COMMENT_AUTHOR%</strong> comment. (So far, %COMMENT_AUTHOR% has <span class="badge">%COMMENT_COUNT%</span> likes for this comment)',
371
- 'label' => __('Comment Activity Text', 'alimir'),
372
- 'description' => __('Allowed Variables:', 'alimir') . ' <code>%COMMENT_LIKER%</code> , <code>%COMMENT_AUTHOR%</code> , <code>%COMMENT_COUNT%</code>'
373
- )
374
- )
375
- ),//end wp_ulike_buddypress
376
- 'wp_ulike_customize' => array(
377
- 'title' => '<i class="dashicons-before dashicons-art"></i>' . ' ' . __( 'Customize','alimir'),
378
- 'fields' => array(
379
- 'custom_style' => array(
380
- 'type' => 'checkbox',
381
- 'default' => 0,
382
- 'label' => __('Custom Style', 'alimir'),
383
- 'checkboxlabel' => __('Activate', 'alimir'),
384
- 'attributes' => array(
385
- 'class' => 'wp_ulike_custom_style_activation'
386
- ),
387
- 'description' => __('Active this option to see the custom style settings.', 'alimir')
388
- ),
389
- 'btn_bg' => array(
390
- 'type' => 'color',
391
- 'label' => __('Button style', 'alimir'),
392
- 'description' => __('Background', 'alimir')
393
- ),
394
- 'btn_border' => array(
395
- 'type' => 'color',
396
- 'description' => __('Border Color', 'alimir')
397
- ),
398
- 'btn_color' => array(
399
- 'type' => 'color',
400
- 'description' => __('Text Color', 'alimir')
401
- ),
402
- 'counter_bg' => array(
403
- 'type' => 'color',
404
- 'label' => __( 'Counter Style', 'alimir'),
405
- 'description' => __('Background', 'alimir')
406
- ),
407
- 'counter_border' => array(
408
- 'type' => 'color',
409
- 'description' => __('Border Color', 'alimir')
410
- ),
411
- 'counter_color' => array(
412
- 'type' => 'color',
413
- 'description' => __('Text Color', 'alimir')
414
- ),
415
- 'loading_animation' => array(
416
- 'type' => 'media',
417
- 'label' => __( 'Loading Animation', 'alimir') . ' (.GIF)',
418
- 'description' => __( 'Best size: 16x16','alimir')
419
- )
420
- )
421
- )//end wp_ulike_customize
422
  ) );
423
 
424
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
425
  /**
426
  * Add menu to admin
427
  *
428
  * @author Alimir
429
  * @since 1.0
430
- * @updated 2.1
431
  * @return String
432
  */
433
  add_action('admin_menu', 'wp_ulike_admin_menu');
@@ -445,6 +167,10 @@
445
  $activities_screen = add_submenu_page(null, __( 'Activity Likes Logs', 'alimir' ), __( 'Activity Likes Logs', 'alimir' ), 'manage_options', 'wp-ulike-bp-logs', 'wp_ulike_buddypress_likes_logs');
446
  add_action("load-$activities_screen",'wp_ulike_logs_per_page');
447
 
 
 
 
 
448
  //Statistics Menu
449
  $statistics_screen = add_submenu_page('wp-ulike-settings', __( 'WP ULike Statistics', 'alimir' ), __( 'WP ULike Statistics', 'alimir' ), 'manage_options', 'wp-ulike-statistics', 'wp_ulike_statistics');
450
  add_action("load-$statistics_screen",'wp_ulike_statistics_register_option');
61
  * @return String
62
  */
63
 
64
+ //include setting class
65
+ include( plugin_dir_path(__FILE__) . 'classes/class-settings.php' );
66
+ //include setting templates
67
+ include( plugin_dir_path(__FILE__) . 'classes/tmp/settings.php' );
68
 
69
  //activate general setting panel
70
  $wp_ulike_setting = wp_ulike_create_settings_page(
76
  'icon_url' => 'dashicons-smiley'
77
  ),
78
  array(
79
+ 'wp_ulike_general' => $wp_ulike_general
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  ),
81
  array(
82
  'tabs' => true,
86
 
87
  //activate other settings panels
88
  $wp_ulike_setting->apply_settings( array(
89
+ 'wp_ulike_posts' => $wp_ulike_posts,
90
+ 'wp_ulike_comments' => $wp_ulike_comments,
91
+ 'wp_ulike_buddypress' => $wp_ulike_buddypress,
92
+ 'wp_ulike_bbpress' => $wp_ulike_bbpress,
93
+ 'wp_ulike_customize' => $wp_ulike_customize
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  ) );
95
 
96
 
97
+ function wp_ulike_delete_all_logs() {
98
+ global $wpdb;
99
+ $get_action = $_POST['action'];
100
+ //$wpdb->hide_errors();
101
+
102
+ if($get_action == 'wp_ulike_posts_delete_logs'){
103
+ $logs_table = $wpdb->prefix."ulike";
104
+ } else if($get_action == 'wp_ulike_comments_delete_logs'){
105
+ $logs_table = $wpdb->prefix."ulike_comments";
106
+ } else if($get_action == 'wp_ulike_buddypress_delete_logs'){
107
+ $logs_table = $wpdb->prefix."ulike_activities";
108
+ } else if($get_action == 'wp_ulike_bbpress_delete_logs'){
109
+ $logs_table = $wpdb->prefix."ulike_forums";
110
+ }
111
+
112
+ if ($wpdb->query("TRUNCATE TABLE $logs_table") === FALSE) {
113
+ wp_send_json_error( __( 'Failed! An Error Has Occurred While Deleting All ULike Logs/Data', 'alimir' ) );
114
+ } else {
115
+ wp_send_json_success( __( 'Success! All ULike Logs/Data Have Been Deleted', 'alimir' ) );
116
+ }
117
+ }
118
+
119
+ function wp_ulike_delete_all_data() {
120
+ global $wpdb;
121
+ $get_action = $_POST['action'];
122
+ //$wpdb->hide_errors();
123
+
124
+ if($get_action == 'wp_ulike_posts_delete_data'){
125
+ $meta_table = $wpdb->prefix."postmeta";
126
+ $meta_key = '_liked';
127
+ } else if($get_action == 'wp_ulike_comments_delete_data'){
128
+ $meta_table = $wpdb->prefix."commentmeta";
129
+ $meta_key = '_commentliked';
130
+ } else if($get_action == 'wp_ulike_buddypress_delete_data'){
131
+ $meta_table = $wpdb->prefix."bp_activity_meta";
132
+ $meta_key = '_activityliked';
133
+ } else if($get_action == 'wp_ulike_bbpress_delete_data'){
134
+ $meta_table = $wpdb->prefix."postmeta";
135
+ $meta_key = '_topicliked';
136
+ }
137
+
138
+ $do_action = $wpdb->delete($meta_table, array( 'meta_key' => $meta_key ));
139
+
140
+ if ($do_action === FALSE) {
141
+ wp_send_json_error( __( 'Failed! An Error Has Occurred While Deleting All ULike Logs/Data', 'alimir' ));
142
+ } else {
143
+ wp_send_json_success( __( 'Success! All ULike Logs/Data Have Been Deleted', 'alimir' ) );
144
+ }
145
+ }
146
+
147
  /**
148
  * Add menu to admin
149
  *
150
  * @author Alimir
151
  * @since 1.0
152
+ * @updated 2.2
153
  * @return String
154
  */
155
  add_action('admin_menu', 'wp_ulike_admin_menu');
167
  $activities_screen = add_submenu_page(null, __( 'Activity Likes Logs', 'alimir' ), __( 'Activity Likes Logs', 'alimir' ), 'manage_options', 'wp-ulike-bp-logs', 'wp_ulike_buddypress_likes_logs');
168
  add_action("load-$activities_screen",'wp_ulike_logs_per_page');
169
 
170
+ //Activity Like Logs Menu
171
+ $topics_screen = add_submenu_page(null, __( 'Topics Likes Logs', 'alimir' ), __( 'Topics Likes Logs', 'alimir' ), 'manage_options', 'wp-ulike-bbpress-logs', 'wp_ulike_bbpress_likes_logs');
172
+ add_action("load-$topics_screen",'wp_ulike_logs_per_page');
173
+
174
  //Statistics Menu
175
  $statistics_screen = add_submenu_page('wp-ulike-settings', __( 'WP ULike Statistics', 'alimir' ), __( 'WP ULike Statistics', 'alimir' ), 'manage_options', 'wp-ulike-statistics', 'wp_ulike_statistics');
176
  add_action("load-$statistics_screen",'wp_ulike_statistics_register_option');
admin/classes/class-charts.php CHANGED
@@ -19,7 +19,7 @@ if ( ! class_exists( 'wp_ulike_stats' ) ) {
19
  *
20
  * @author Alimir
21
  * @since 2.0
22
- * @updated 2.1
23
  * @return Void
24
  */
25
  public function enqueue_script($hook)
@@ -31,9 +31,9 @@ if ( ! class_exists( 'wp_ulike_stats' ) ) {
31
  }
32
 
33
  if(is_rtl())
34
- wp_register_style( 'wp_ulike_stats_style', plugins_url( 'css/statistics-rtl.css' , __FILE__ ) );
35
  else
36
- wp_register_style( 'wp_ulike_stats_style', plugins_url( 'css/statistics.css' , __FILE__ ) );
37
 
38
  //wp_enqueue_style
39
  wp_enqueue_style( 'wp_ulike_stats_style' );
@@ -43,12 +43,14 @@ if ( ! class_exists( 'wp_ulike_stats' ) ) {
43
  wp_register_script('wp_ulike_stats', plugins_url( 'js/statistics.js' , __FILE__ ), array('jquery'), null, true);
44
  wp_enqueue_script('wp_ulike_stats');
45
  wp_localize_script( 'wp_ulike_stats', 'wp_ulike_statistics', array(
46
- 'posts_date_labels' => $this->posts_dataset('label'),
47
- 'comments_date_labels' => $this->comments_dataset('label'),
48
- 'activities_date_labels' => $this->activities_dataset('label'),
49
- 'posts_dataset' => $this->posts_dataset('dataset'),
50
- 'comments_dataset' => $this->comments_dataset('dataset'),
51
- 'activities_dataset' => $this->activities_dataset('dataset')
 
 
52
  ));
53
  wp_enqueue_script('postbox');
54
  }
@@ -58,11 +60,13 @@ if ( ! class_exists( 'wp_ulike_stats' ) ) {
58
  *
59
  * @author Alimir
60
  * @since 2.0
 
61
  * @return JSON Array
62
  */
63
  public function posts_dataset($type){
64
- $return_type = $type != 'dataset' ? 'new_date_time' : 'count_date_time';
65
- $return_val = $this->select_data('ulike');
 
66
  foreach($return_val as $val){
67
  if($return_type == 'new_date_time'){
68
  $newarray[] = date_i18n("M j, Y", strtotime($val->$return_type) );
@@ -78,11 +82,13 @@ if ( ! class_exists( 'wp_ulike_stats' ) ) {
78
  *
79
  * @author Alimir
80
  * @since 2.0
 
81
  * @return JSON Array
82
  */
83
  public function comments_dataset($type){
84
- $return_type = $type != 'dataset' ? 'new_date_time' : 'count_date_time';
85
- $return_val = $this->select_data('ulike_comments');
 
86
  foreach($return_val as $val){
87
  if($return_type == 'new_date_time'){
88
  $newarray[] = date_i18n("M j, Y", strtotime($val->$return_type) );
@@ -98,11 +104,35 @@ if ( ! class_exists( 'wp_ulike_stats' ) ) {
98
  *
99
  * @author Alimir
100
  * @since 2.0
 
101
  * @return JSON Array
102
  */
103
  public function activities_dataset($type){
104
- $return_type = $type != 'dataset' ? 'new_date_time' : 'count_date_time';
105
- $return_val = $this->select_data('ulike_activities');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  foreach($return_val as $val){
107
  if($return_type == 'new_date_time'){
108
  $newarray[] = date_i18n("M j, Y", strtotime($val->$return_type) );
19
  *
20
  * @author Alimir
21
  * @since 2.0
22
+ * @updated 2.2
23
  * @return Void
24
  */
25
  public function enqueue_script($hook)
31
  }
32
 
33
  if(is_rtl())
34
+ wp_register_style( 'wp_ulike_stats_style', plugins_url( 'css/statistics-rtl.css' , __FILE__ ) );
35
  else
36
+ wp_register_style( 'wp_ulike_stats_style', plugins_url( 'css/statistics.css' , __FILE__ ) );
37
 
38
  //wp_enqueue_style
39
  wp_enqueue_style( 'wp_ulike_stats_style' );
43
  wp_register_script('wp_ulike_stats', plugins_url( 'js/statistics.js' , __FILE__ ), array('jquery'), null, true);
44
  wp_enqueue_script('wp_ulike_stats');
45
  wp_localize_script( 'wp_ulike_stats', 'wp_ulike_statistics', array(
46
+ 'posts_date_labels' => $this->posts_dataset('label'),
47
+ 'comments_date_labels' => $this->comments_dataset('label'),
48
+ 'activities_date_labels' => $this->activities_dataset('label'),
49
+ 'topics_date_labels' => $this->topics_dataset('label'),
50
+ 'posts_dataset' => $this->posts_dataset('dataset'),
51
+ 'comments_dataset' => $this->comments_dataset('dataset'),
52
+ 'activities_dataset' => $this->activities_dataset('dataset'),
53
+ 'topics_dataset' => $this->topics_dataset('dataset')
54
  ));
55
  wp_enqueue_script('postbox');
56
  }
60
  *
61
  * @author Alimir
62
  * @since 2.0
63
+ * @updated 2.2
64
  * @return JSON Array
65
  */
66
  public function posts_dataset($type){
67
+ $newarray = array();
68
+ $return_type = $type != 'dataset' ? 'new_date_time' : 'count_date_time';
69
+ $return_val = $this->select_data('ulike');
70
  foreach($return_val as $val){
71
  if($return_type == 'new_date_time'){
72
  $newarray[] = date_i18n("M j, Y", strtotime($val->$return_type) );
82
  *
83
  * @author Alimir
84
  * @since 2.0
85
+ * @updated 2.2
86
  * @return JSON Array
87
  */
88
  public function comments_dataset($type){
89
+ $newarray = array();
90
+ $return_type = $type != 'dataset' ? 'new_date_time' : 'count_date_time';
91
+ $return_val = $this->select_data('ulike_comments');
92
  foreach($return_val as $val){
93
  if($return_type == 'new_date_time'){
94
  $newarray[] = date_i18n("M j, Y", strtotime($val->$return_type) );
104
  *
105
  * @author Alimir
106
  * @since 2.0
107
+ * @updated 2.2
108
  * @return JSON Array
109
  */
110
  public function activities_dataset($type){
111
+ $newarray = array();
112
+ $return_type = $type != 'dataset' ? 'new_date_time' : 'count_date_time';
113
+ $return_val = $this->select_data('ulike_activities');
114
+ foreach($return_val as $val){
115
+ if($return_type == 'new_date_time'){
116
+ $newarray[] = date_i18n("M j, Y", strtotime($val->$return_type) );
117
+ }
118
+ else
119
+ $newarray[] = $val->$return_type;
120
+ }
121
+ return json_encode($newarray);
122
+ }
123
+
124
+ /**
125
+ * Get The Activities Data Set
126
+ *
127
+ * @author Alimir
128
+ * @since 2.0
129
+ * @updated 2.2
130
+ * @return JSON Array
131
+ */
132
+ public function topics_dataset($type){
133
+ $newarray = array();
134
+ $return_type = $type != 'dataset' ? 'new_date_time' : 'count_date_time';
135
+ $return_val = $this->select_data('ulike_forums');
136
  foreach($return_val as $val){
137
  if($return_type == 'new_date_time'){
138
  $newarray[] = date_i18n("M j, Y", strtotime($val->$return_type) );
admin/classes/css/settings-rtl.css CHANGED
@@ -4,7 +4,7 @@ form.wrap p.submit {
4
  border-top: 1px solid #ddd;
5
  }
6
  form.wrap td .settings-error {
7
- overflow: scroll;
8
  }
9
  form.wrap td .settings-error p {
10
  margin: 0.5em 0;
4
  border-top: 1px solid #ddd;
5
  }
6
  form.wrap td .settings-error {
7
+ overflow: hidden;
8
  }
9
  form.wrap td .settings-error p {
10
  margin: 0.5em 0;
admin/classes/css/settings.css CHANGED
@@ -4,7 +4,7 @@ form.wrap p.submit {
4
  border-top: 1px solid #ddd;
5
  }
6
  form.wrap td .settings-error {
7
- overflow: scroll;
8
  }
9
  form.wrap td .settings-error p {
10
  margin: 0.5em 0;
@@ -56,3 +56,9 @@ tr.hide-label th {
56
  tr.hide-label td {
57
  padding-left: 0;
58
  }
 
 
 
 
 
 
4
  border-top: 1px solid #ddd;
5
  }
6
  form.wrap td .settings-error {
7
+ overflow: hidden;
8
  }
9
  form.wrap td .settings-error p {
10
  margin: 0.5em 0;
56
  tr.hide-label td {
57
  padding-left: 0;
58
  }
59
+ .dashicons-bbpress:before {
60
+ content: "\f449";
61
+ }
62
+ .dashicons-buddypress:before {
63
+ content: "\f452";
64
+ }
admin/classes/js/logs.js CHANGED
@@ -14,10 +14,11 @@ jQuery(document).ready(function($) {
14
  id: value,
15
  table: table
16
  },
 
 
 
17
  success: function(data) {
18
- parent.fadeOut(300,function() {
19
- parent.remove();
20
- });
21
  }
22
  });
23
  }
14
  id: value,
15
  table: table
16
  },
17
+ beforeSend:function(){
18
+ parent.css("background-color","yellow");
19
+ },
20
  success: function(data) {
21
+ parent.fadeOut(300);
 
 
22
  }
23
  });
24
  }
admin/classes/js/settings.js CHANGED
@@ -138,8 +138,11 @@ jQuery(document).ready(function ($) {
138
  submit.click(function (e) {
139
  e.preventDefault();
140
  notice.hide('fast', function () {
141
- notice.removeClass('error updated').empty();
142
- $.ajax(action);
 
 
 
143
  });
144
  });
145
  });
138
  submit.click(function (e) {
139
  e.preventDefault();
140
  notice.hide('fast', function () {
141
+ var r = confirm('You Are About To Delete Ulike Data/Logs.\nThis Action Is Not Reversible.\n\n Choose \'Cancel\' to stop, \'OK\' to delete.');
142
+ if (r == true) {
143
+ notice.removeClass('error updated').empty();
144
+ $.ajax(action);
145
+ }
146
  });
147
  });
148
  });
admin/classes/js/statistics.js CHANGED
@@ -1,7 +1,8 @@
1
  var posts_dataset_var = JSON.parse(wp_ulike_statistics.posts_dataset);
2
  var comments_dataset_var = JSON.parse(wp_ulike_statistics.comments_dataset);
3
  var activities_dataset_var = JSON.parse(wp_ulike_statistics.activities_dataset);
4
- var activities_dataset_sum = comments_dataset_sum = posts_dataset_sum = 0;
 
5
 
6
  //posts dataset
7
  if(posts_dataset_var !== null){
@@ -12,7 +13,7 @@
12
  labels : JSON.parse(wp_ulike_statistics.posts_date_labels),
13
  datasets : [
14
  {
15
- label: "My First dataset",
16
  fillColor: "rgba(151,187,205,0.2)",
17
  strokeColor: "rgba(151,187,205,1)",
18
  pointColor: "rgba(151,187,205,1)",
@@ -34,13 +35,13 @@
34
  labels : JSON.parse(wp_ulike_statistics.comments_date_labels),
35
  datasets : [
36
  {
37
- label: "My First dataset",
38
  fillColor : "rgba(253,180,92,0.2)",
39
  strokeColor: "rgba(255,200,112,1)",
40
- pointColor : "rgba(230,126,34,1)",
41
- pointStrokeColor : "#f39c12",
42
- pointHighlightFill : "#f39c12",
43
- pointHighlightStroke : "rgba(211,84,0,1)",
44
  data : comments_dataset_var
45
  }
46
  ]
@@ -57,19 +58,41 @@
57
  labels : JSON.parse(wp_ulike_statistics.activities_date_labels),
58
  datasets : [
59
  {
60
- label: "My First dataset",
61
  fillColor: "rgba(231,79,64,0.2)",
62
- strokeColor: "rgba(192,57,43,1)",
63
- pointColor: "rgba(141,42,32,1)",
64
- pointStrokeColor : "#f7464a",
65
- pointHighlightFill : "#f7464a",
66
- pointHighlightStroke : "rgba(255,90,94,1)",
67
  data : activities_dataset_var
68
  }
69
  ]
70
  }
71
  }
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  var pieData = [
74
  {
75
  value: posts_dataset_sum,
@@ -88,6 +111,12 @@
88
  color: "#F7464A",
89
  highlight: "#FF5A5E",
90
  label: "Activities"
 
 
 
 
 
 
91
  }
92
  ];
93
 
@@ -95,6 +124,7 @@
95
  var chart1 = document.getElementById('chart1');
96
  var chart2 = document.getElementById('chart2');
97
  var chart3 = document.getElementById('chart3');
 
98
  var piechart = document.getElementById('piechart');
99
 
100
  if (chart1 != null) {
@@ -130,8 +160,19 @@
130
  }
131
  }
132
 
 
 
 
 
 
 
 
 
 
 
 
133
  if (piechart != null) {
134
- if(activities_dataset_var !== null || comments_dataset_var || null && posts_dataset_var || null){
135
  var ctx4 = piechart.getContext("2d");
136
  new Chart(ctx4).Pie(pieData, {
137
  responsive: true
1
  var posts_dataset_var = JSON.parse(wp_ulike_statistics.posts_dataset);
2
  var comments_dataset_var = JSON.parse(wp_ulike_statistics.comments_dataset);
3
  var activities_dataset_var = JSON.parse(wp_ulike_statistics.activities_dataset);
4
+ var topics_dataset_var = JSON.parse(wp_ulike_statistics.topics_dataset);
5
+ var activities_dataset_sum = topics_dataset_sum = comments_dataset_sum = posts_dataset_sum = 0;
6
 
7
  //posts dataset
8
  if(posts_dataset_var !== null){
13
  labels : JSON.parse(wp_ulike_statistics.posts_date_labels),
14
  datasets : [
15
  {
16
+ label: "Posts Likes Stats",
17
  fillColor: "rgba(151,187,205,0.2)",
18
  strokeColor: "rgba(151,187,205,1)",
19
  pointColor: "rgba(151,187,205,1)",
35
  labels : JSON.parse(wp_ulike_statistics.comments_date_labels),
36
  datasets : [
37
  {
38
+ label: "Comments Likes Stats",
39
  fillColor : "rgba(253,180,92,0.2)",
40
  strokeColor: "rgba(255,200,112,1)",
41
+ pointColor : "rgba(255,200,112,1)",
42
+ pointStrokeColor : "#fff",
43
+ pointHighlightFill : "#fff",
44
+ pointHighlightStroke : "rgba(255,200,112,1)",
45
  data : comments_dataset_var
46
  }
47
  ]
58
  labels : JSON.parse(wp_ulike_statistics.activities_date_labels),
59
  datasets : [
60
  {
61
+ label: "Activities Likes Stats",
62
  fillColor: "rgba(231,79,64,0.2)",
63
+ strokeColor: "rgba(247,70,74,1)",
64
+ pointColor: "rgba(247,70,74,1)",
65
+ pointStrokeColor : "#fff",
66
+ pointHighlightFill : "#fff",
67
+ pointHighlightStroke : "rgba(247,70,74,1)",
68
  data : activities_dataset_var
69
  }
70
  ]
71
  }
72
  }
73
 
74
+ //Topics dataset
75
+ if(topics_dataset_var !== null){
76
+ for (var i = 0; i < topics_dataset_var.length; i++) {
77
+ topics_dataset_sum += parseInt(topics_dataset_var[i]);
78
+ }
79
+ var topics_date = {
80
+ labels : JSON.parse(wp_ulike_statistics.topics_date_labels),
81
+ datasets : [
82
+ {
83
+ label: "Topics Likes Stats",
84
+ fillColor: "rgba(141,199,112,0.2)",
85
+ strokeColor: "rgba(102,153,102,1)",
86
+ pointColor: "rgba(102,153,102,1)",
87
+ pointStrokeColor : "#fff",
88
+ pointHighlightFill : "#fff",
89
+ pointHighlightStroke : "rgba(102,153,102,1)",
90
+ data : topics_dataset_var
91
+ }
92
+ ]
93
+ }
94
+ }
95
+
96
  var pieData = [
97
  {
98
  value: posts_dataset_sum,
111
  color: "#F7464A",
112
  highlight: "#FF5A5E",
113
  label: "Activities"
114
+ },
115
+ {
116
+ value: topics_dataset_sum,
117
+ color: "#8DC770",
118
+ highlight: "#696",
119
+ label: "Topics"
120
  }
121
  ];
122
 
124
  var chart1 = document.getElementById('chart1');
125
  var chart2 = document.getElementById('chart2');
126
  var chart3 = document.getElementById('chart3');
127
+ var chart4 = document.getElementById('chart4');
128
  var piechart = document.getElementById('piechart');
129
 
130
  if (chart1 != null) {
160
  }
161
  }
162
 
163
+ if (chart4 != null) {
164
+ if(topics_dataset_var !== null){
165
+ var ctx3 = chart4.getContext("2d");
166
+ new Chart(ctx3).Line(topics_date, {
167
+ responsive: true
168
+ });
169
+ }else{
170
+ document.getElementById("topics_likes_stats").getElementsByClassName("main")[0].innerHTML = "No Data Found!";
171
+ }
172
+ }
173
+
174
  if (piechart != null) {
175
+ if(activities_dataset_var !== null || topics_dataset_var !== null || comments_dataset_var || null && posts_dataset_var || null){
176
  var ctx4 = piechart.getContext("2d");
177
  new Chart(ctx4).Pie(pieData, {
178
  responsive: true
admin/classes/tmp/settings.php ADDED
@@ -0,0 +1,488 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // Exit if accessed directly
4
+ if ( ! defined( 'ABSPATH' ) ) exit;
5
+
6
+ /*******************************************************
7
+ General Settings
8
+ *******************************************************/
9
+
10
+ $wp_ulike_general = array(
11
+ 'title' => '<i class="dashicons-before dashicons-admin-settings"></i>' . ' ' . __( 'General','alimir'),
12
+ 'fields' => array(
13
+ 'button_type' => array(
14
+ 'type' => 'radio',
15
+ 'label' => __( 'Button Type', 'alimir'),
16
+ 'default' => 'image',
17
+ 'options' => array(
18
+ 'image' => __( 'Icon', 'alimir'),
19
+ 'text' => __( 'Text', 'alimir')
20
+ )
21
+ ),
22
+ 'button_text' => array(
23
+ 'default' => __('Like','alimir'),
24
+ 'label' => __( 'Button Text', 'alimir')
25
+ ),
26
+ 'button_url' => array(
27
+ 'type' => 'media',
28
+ 'label' => __( 'Button Icon', 'alimir'),
29
+ 'description' => __( 'Best size: 16x16','alimir')
30
+ ),
31
+ 'text_after_like' => array(
32
+ 'default' => __('Unlike','alimir'),
33
+ 'label' => __( 'Text After Like', 'alimir')
34
+ ),
35
+ 'return_initial_after_unlike' => array(
36
+ 'type' => 'checkbox',
37
+ 'default' => 0,
38
+ 'label' => __('Return To The Initial', 'alimir'),
39
+ 'checkboxlabel' => __('Activate', 'alimir'),
40
+ 'description' => __('Return to the initial Like button after Unlike. (Not Showing text after unlike)', 'alimir')
41
+ ),
42
+ 'text_after_unlike' => array(
43
+ 'default' => __('Like Me Again!','alimir'),
44
+ 'label' => __( 'Text After Unlike', 'alimir')
45
+ ),
46
+ 'permission_text' => array(
47
+ 'default' => __('You have not permission to unlike','alimir'),
48
+ 'label' => __( 'Permission Text', 'alimir')
49
+ ),
50
+ 'login_type' => array(
51
+ 'type' => 'radio',
52
+ 'label' => __( 'Users Login Type','alimir'),
53
+ 'default' => 'alert',
54
+ 'options' => array(
55
+ 'alert' => __('Alert Box', 'alimir'),
56
+ 'button' => __('Like Button', 'alimir')
57
+ )
58
+ ),
59
+ 'login_text' => array(
60
+ 'default' => __('You Should Login To Submit Your Like','alimir'),
61
+ 'label' => __( 'Users Login Text', 'alimir')
62
+ ),
63
+ 'format_number' => array(
64
+ 'type' => 'checkbox',
65
+ 'default' => 0,
66
+ 'label' => __('Format Number', 'alimir'),
67
+ 'checkboxlabel' => __('Activate', 'alimir'),
68
+ 'description' => __('Convert numbers of Likes with string (kilobyte) format.', 'alimir') . '<strong> (WHEN? likes>=1000)</strong>'
69
+ )
70
+ )
71
+ );//end wp_ulike_general
72
+
73
+ /*******************************************************
74
+ Posts Settings
75
+ *******************************************************/
76
+
77
+ $wp_ulike_posts = array(
78
+ 'title' => '<i class="dashicons-before dashicons-admin-post"></i>' . ' ' . __( 'Posts','alimir'),
79
+ 'fields' => array(
80
+ 'auto_display' => array(
81
+ 'type' => 'checkbox',
82
+ 'default' => 1,
83
+ 'label' => __('Automatic display', 'alimir'),
84
+ 'checkboxlabel' => __('Activate', 'alimir')
85
+ ),
86
+ 'auto_display_position' => array(
87
+ 'type' => 'radio',
88
+ 'label' => __( 'Auto Display Position','alimir'),
89
+ 'default' => 'bottom',
90
+ 'options' => array(
91
+ 'top' => __('Top of Content', 'alimir'),
92
+ 'bottom' => __('Bottom of Content', 'alimir'),
93
+ 'top_bottom' => __('Top and Bottom', 'alimir')
94
+ )
95
+ ),
96
+ 'auto_display_filter' => array(
97
+ 'type' => 'multi',
98
+ 'label' => __( 'Auto Display Filter','alimir' ),
99
+ 'options' => array(
100
+ 'home' => __('Home', 'alimir'),
101
+ 'single' => __('Single Posts', 'alimir'),
102
+ 'page' => __('Pages', 'alimir'),
103
+ 'archive' => __('Archives', 'alimir'),
104
+ 'category' => __('Categories', 'alimir'),
105
+ 'search' => __('Search Results', 'alimir'),
106
+ 'tag' => __('Tags', 'alimir'),
107
+ 'author' => __('Author Page', 'alimir')
108
+ ),
109
+ 'description' => __('You can filter theses pages on auto display option.', 'alimir')
110
+ ),
111
+ 'only_registered_users' => array(
112
+ 'type' => 'checkbox',
113
+ 'default' => 0,
114
+ 'label' => __('Only registered Users', 'alimir'),
115
+ 'checkboxlabel' => __('Activate', 'alimir'),
116
+ 'description' => __('<strong>Only</strong> registered users have permission to like posts.', 'alimir')
117
+ ),
118
+ 'logging_method' => array(
119
+ 'type' => 'select',
120
+ 'default' => 'by_username',
121
+ 'label' => __( 'Logging Method','alimir'),
122
+ 'options' => array(
123
+ 'do_not_log' => __('Do Not Log', 'alimir'),
124
+ 'by_cookie' => __('Logged By Cookie', 'alimir'),
125
+ 'by_ip' => __('Logged By IP', 'alimir'),
126
+ 'by_cookie_ip'=> __('Logged By Cookie & IP', 'alimir'),
127
+ 'by_username' => __('Logged By Username', 'alimir')
128
+ )
129
+ ),
130
+ 'users_liked_box' => array(
131
+ 'type' => 'checkbox',
132
+ 'default' => 1,
133
+ 'label' => __('Show Liked Users Box', 'alimir'),
134
+ 'checkboxlabel' => __('Activate', 'alimir'),
135
+ 'description' => __('Active this option to show liked users avatars in the bottom of button like.', 'alimir')
136
+ ),
137
+ 'users_liked_box_avatar_size' => array(
138
+ 'type' => 'number',
139
+ 'default' => 32,
140
+ 'label' => __( 'Size of Gravatars', 'alimir'),
141
+ 'description' => __('Size of Gravatars to return (max is 512)', 'alimir')
142
+ ),
143
+ 'number_of_users' => array(
144
+ 'type' => 'number',
145
+ 'default' => 10,
146
+ 'label' => __( 'Number Of The Users', 'alimir'),
147
+ 'description' => __('The number of users to show in the users liked box', 'alimir')
148
+ ),
149
+ 'users_liked_box_template' => array(
150
+ 'type' => 'textarea',
151
+ 'default' => '<br /><p style="margin-top:5px"> '.__('Users who have LIKED this post:','alimir').'</p> <ul class="tiles">%START_WHILE%<li><a class="user-tooltip" title="%USER_NAME%">%USER_AVATAR%</a></li>%END_WHILE%</ul>',
152
+ 'label' => __('Users Like Box Template', 'alimir'),
153
+ 'description' => __('Allowed Variables:', 'alimir') . ' <code>%USER_AVATAR%</code> , <code>%USER_NAME%</code> , <code>%START_WHILE%</code> , <code>%END_WHILE%</code>'
154
+ ),
155
+ 'delete_logs' => array(
156
+ 'type' => 'action',
157
+ 'label' => __( 'Delete All Logs', 'alimir' ),
158
+ 'description' => __( 'You Are About To Delete All Likes Logs. This Action Is Not Reversible.', 'alimir'),
159
+ 'action' => 'wp_ulike_delete_all_logs'
160
+ ),
161
+ 'delete_data' => array(
162
+ 'type' => 'action',
163
+ 'label' => __( 'Delete All Data', 'alimir' ),
164
+ 'description' => __( 'You Are About To Delete All Likes Data. This Action Is Not Reversible.', 'alimir'),
165
+ 'action' => 'wp_ulike_delete_all_data'
166
+ )
167
+ )
168
+ );//end wp_ulike_posts
169
+
170
+ /*******************************************************
171
+ Comments Settings
172
+ *******************************************************/
173
+
174
+ $wp_ulike_comments = array(
175
+ 'title' => '<i class="dashicons-before dashicons-admin-comments"></i>' . ' ' . __( 'Comments','alimir'),
176
+ 'fields' => array(
177
+ 'auto_display' => array(
178
+ 'type' => 'checkbox',
179
+ 'default' => 1,
180
+ 'label' => __('Automatic display', 'alimir'),
181
+ 'checkboxlabel' => __('Activate', 'alimir')
182
+ ),
183
+ 'auto_display_position' => array(
184
+ 'type' => 'radio',
185
+ 'label' => __( 'Auto Display Position','alimir'),
186
+ 'default' => 'bottom',
187
+ 'options' => array(
188
+ 'top' => __('Top of Content', 'alimir'),
189
+ 'bottom' => __('Bottom of Content', 'alimir'),
190
+ 'top_bottom' => __('Top and Bottom', 'alimir')
191
+ )
192
+ ),
193
+ 'only_registered_users' => array(
194
+ 'type' => 'checkbox',
195
+ 'default' => 0,
196
+ 'label' => __('Only registered Users', 'alimir'),
197
+ 'checkboxlabel' => __('Activate', 'alimir'),
198
+ 'description' => __('<strong>Only</strong> registered users have permission to like comments.', 'alimir')
199
+ ),
200
+ 'logging_method' => array(
201
+ 'type' => 'select',
202
+ 'default' => 'by_username',
203
+ 'label' => __( 'Logging Method','alimir'),
204
+ 'options' => array(
205
+ 'do_not_log' => __('Do Not Log', 'alimir'),
206
+ 'by_cookie' => __('Logged By Cookie', 'alimir'),
207
+ 'by_ip' => __('Logged By IP', 'alimir'),
208
+ 'by_cookie_ip'=> __('Logged By Cookie & IP', 'alimir'),
209
+ 'by_username' => __('Logged By Username', 'alimir')
210
+ )
211
+ ),
212
+ 'users_liked_box' => array(
213
+ 'type' => 'checkbox',
214
+ 'default' => 1,
215
+ 'label' => __('Show Liked Users Box', 'alimir'),
216
+ 'checkboxlabel' => __('Activate', 'alimir'),
217
+ 'description' => __('Active this option to show liked users avatars in the bottom of button like.', 'alimir')
218
+ ),
219
+ 'users_liked_box_avatar_size' => array(
220
+ 'type' => 'number',
221
+ 'default' => 32,
222
+ 'label' => __( 'Size of Gravatars', 'alimir'),
223
+ 'description' => __('Size of Gravatars to return (max is 512)', 'alimir')
224
+ ),
225
+ 'number_of_users' => array(
226
+ 'type' => 'number',
227
+ 'default' => 10,
228
+ 'label' => __( 'Number Of The Users', 'alimir'),
229
+ 'description' => __('The number of users to show in the users liked box', 'alimir')
230
+ ),
231
+ 'users_liked_box_template' => array(
232
+ 'type' => 'textarea',
233
+ 'default' => '<br /><p style="margin-top:5px"> '.__('Users who have LIKED this comment:','alimir').'</p> <ul class="tiles">%START_WHILE%<li><a class="user-tooltip" title="%USER_NAME%">%USER_AVATAR%</a></li>%END_WHILE%</ul>',
234
+ 'label' => __('Users Like Box Template', 'alimir'),
235
+ 'description' => __('Allowed Variables:', 'alimir') . ' <code>%USER_AVATAR%</code> , <code>%USER_NAME%</code> , <code>%START_WHILE%</code> , <code>%END_WHILE%</code>'
236
+ ),
237
+ 'delete_logs' => array(
238
+ 'type' => 'action',
239
+ 'label' => __( 'Delete All Logs', 'alimir' ),
240
+ 'description' => __( 'You Are About To Delete All Likes Logs. This Action Is Not Reversible.', 'alimir'),
241
+ 'action' => 'wp_ulike_delete_all_logs'
242
+ ),
243
+ 'delete_data' => array(
244
+ 'type' => 'action',
245
+ 'label' => __( 'Delete All Data', 'alimir' ),
246
+ 'description' => __( 'You Are About To Delete All Likes Data. This Action Is Not Reversible.', 'alimir'),
247
+ 'action' => 'wp_ulike_delete_all_data'
248
+ )
249
+ )
250
+ );//end wp_ulike_comments
251
+
252
+ /*******************************************************
253
+ Customize Settings
254
+ *******************************************************/
255
+
256
+ $wp_ulike_customize = array(
257
+ 'title' => '<i class="dashicons-before dashicons-art"></i>' . ' ' . __( 'Customize','alimir'),
258
+ 'fields' => array(
259
+ 'custom_style' => array(
260
+ 'type' => 'checkbox',
261
+ 'default' => 0,
262
+ 'label' => __('Custom Style', 'alimir'),
263
+ 'checkboxlabel' => __('Activate', 'alimir'),
264
+ 'attributes' => array(
265
+ 'class' => 'wp_ulike_custom_style_activation'
266
+ ),
267
+ 'description' => __('Active this option to see the custom style settings.', 'alimir')
268
+ ),
269
+ 'btn_bg' => array(
270
+ 'type' => 'color',
271
+ 'label' => __('Button style', 'alimir'),
272
+ 'description' => __('Background', 'alimir')
273
+ ),
274
+ 'btn_border' => array(
275
+ 'type' => 'color',
276
+ 'description' => __('Border Color', 'alimir')
277
+ ),
278
+ 'btn_color' => array(
279
+ 'type' => 'color',
280
+ 'description' => __('Text Color', 'alimir')
281
+ ),
282
+ 'counter_bg' => array(
283
+ 'type' => 'color',
284
+ 'label' => __( 'Counter Style', 'alimir'),
285
+ 'description' => __('Background', 'alimir')
286
+ ),
287
+ 'counter_border' => array(
288
+ 'type' => 'color',
289
+ 'description' => __('Border Color', 'alimir')
290
+ ),
291
+ 'counter_color' => array(
292
+ 'type' => 'color',
293
+ 'description' => __('Text Color', 'alimir')
294
+ ),
295
+ 'loading_animation' => array(
296
+ 'type' => 'media',
297
+ 'label' => __( 'Loading Animation', 'alimir') . ' (.GIF)',
298
+ 'description' => __( 'Best size: 16x16','alimir')
299
+ )
300
+ )
301
+ );//end wp_ulike_customize
302
+
303
+ /*******************************************************
304
+ BP Settings
305
+ *******************************************************/
306
+
307
+ $wp_ulike_buddypress = array();
308
+ if ( function_exists('is_buddypress') ) {
309
+ $wp_ulike_buddypress = array(
310
+ 'title' => '<i class="dashicons-before dashicons-buddypress"></i>' . ' ' . __( 'BuddyPress','alimir'),
311
+ 'fields' => array(
312
+ 'auto_display' => array(
313
+ 'type' => 'checkbox',
314
+ 'default' => 0,
315
+ 'label' => __('Automatic display', 'alimir'),
316
+ 'checkboxlabel' => __('Activate', 'alimir')
317
+ ),
318
+ 'auto_display_position' => array(
319
+ 'type' => 'radio',
320
+ 'label' => __( 'Auto Display Position','alimir'),
321
+ 'default' => 'bottom',
322
+ 'options' => array(
323
+ 'content' => __('Activity Content', 'alimir'),
324
+ 'meta' => __('Activity Meta', 'alimir')
325
+ )
326
+ ),
327
+ 'only_registered_users' => array(
328
+ 'type' => 'checkbox',
329
+ 'default' => 0,
330
+ 'label' => __('Only registered Users', 'alimir'),
331
+ 'checkboxlabel' => __('Activate', 'alimir'),
332
+ 'description' => __('<strong>Only</strong> registered users have permission to like activities.', 'alimir')
333
+ ),
334
+ 'logging_method' => array(
335
+ 'type' => 'select',
336
+ 'default' => 'by_cookie_ip',
337
+ 'label' => __( 'Logging Method','alimir'),
338
+ 'options' => array(
339
+ 'do_not_log' => __('Do Not Log', 'alimir'),
340
+ 'by_cookie' => __('Logged By Cookie', 'alimir'),
341
+ 'by_ip' => __('Logged By IP', 'alimir'),
342
+ 'by_cookie_ip'=> __('Logged By Cookie & IP', 'alimir'),
343
+ 'by_username' => __('Logged By Username', 'alimir')
344
+ )
345
+ ),
346
+ 'users_liked_box' => array(
347
+ 'type' => 'checkbox',
348
+ 'default' => 1,
349
+ 'label' => __('Show Liked Users Box', 'alimir'),
350
+ 'checkboxlabel' => __('Activate', 'alimir'),
351
+ 'description' => __('Active this option to show liked users avatars in the bottom of button like.', 'alimir')
352
+ ),
353
+ 'users_liked_box_avatar_size' => array(
354
+ 'type' => 'number',
355
+ 'default' => 32,
356
+ 'label' => __( 'Size of Gravatars', 'alimir'),
357
+ 'description' => __('Size of Gravatars to return (max is 512)', 'alimir')
358
+ ),
359
+ 'number_of_users' => array(
360
+ 'type' => 'number',
361
+ 'default' => 10,
362
+ 'label' => __( 'Number Of The Users', 'alimir'),
363
+ 'description' => __('The number of users to show in the users liked box', 'alimir')
364
+ ),
365
+ 'users_liked_box_template' => array(
366
+ 'type' => 'textarea',
367
+ 'default' => '<br /><p style="margin-top:5px"> '.__('Users who have liked this activity:','alimir').'</p> <ul class="tiles">%START_WHILE%<li><a class="user-tooltip" title="%USER_NAME%">%USER_AVATAR%</a></li>%END_WHILE%</ul>',
368
+ 'label' => __('Users Like Box Template', 'alimir'),
369
+ 'description' => __('Allowed Variables:', 'alimir') . ' <code>%USER_AVATAR%</code> , <code>%USER_NAME%</code> , <code>%START_WHILE%</code> , <code>%END_WHILE%</code>'
370
+ ),
371
+ 'new_likes_activity' => array(
372
+ 'type' => 'checkbox',
373
+ 'default' => 0,
374
+ 'label' => __('BuddyPress Activity', 'alimir'),
375
+ 'checkboxlabel' => __('Activate', 'alimir'),
376
+ 'description' => __('insert new likes in buddyPress activity page', 'alimir')
377
+ ),
378
+ 'bp_post_activity_add_header' => array(
379
+ 'type' => 'textarea',
380
+ 'default' => '<strong>%POST_LIKER%</strong> liked <a href="%POST_PERMALINK%" title="%POST_TITLE%">%POST_TITLE%</a>. (So far, This post has <span class="badge">%POST_COUNT%</span> likes)',
381
+ 'label' => __('Post Activity Text', 'alimir'),
382
+ 'description' => __('Allowed Variables:', 'alimir') . ' <code>%POST_LIKER%</code> , <code>%POST_PERMALINK%</code> , <code>%POST_COUNT%</code> , <code>%POST_TITLE%</code>'
383
+ ),
384
+ 'bp_comment_activity_add_header' => array(
385
+ 'type' => 'textarea',
386
+ 'default' => '<strong>%COMMENT_LIKER%</strong> liked <strong>%COMMENT_AUTHOR%</strong> comment. (So far, %COMMENT_AUTHOR% has <span class="badge">%COMMENT_COUNT%</span> likes for this comment)',
387
+ 'label' => __('Comment Activity Text', 'alimir'),
388
+ 'description' => __('Allowed Variables:', 'alimir') . ' <code>%COMMENT_LIKER%</code> , <code>%COMMENT_AUTHOR%</code> , <code>%COMMENT_COUNT%</code>'
389
+ ),
390
+ 'delete_logs' => array(
391
+ 'type' => 'action',
392
+ 'label' => __( 'Delete All Logs', 'alimir' ),
393
+ 'description' => __( 'You Are About To Delete All Likes Logs. This Action Is Not Reversible.', 'alimir'),
394
+ 'action' => 'wp_ulike_delete_all_logs'
395
+ ),
396
+ 'delete_data' => array(
397
+ 'type' => 'action',
398
+ 'label' => __( 'Delete All Data', 'alimir' ),
399
+ 'description' => __( 'You Are About To Delete All Likes Data. This Action Is Not Reversible.', 'alimir'),
400
+ 'action' => 'wp_ulike_delete_all_data'
401
+ )
402
+ )
403
+ );//end wp_ulike_buddypress
404
+ }
405
+
406
+ /*******************************************************
407
+ bbPress Settings
408
+ *******************************************************/
409
+
410
+ $wp_ulike_bbpress = array();
411
+ if (function_exists('is_bbpress')){
412
+ $wp_ulike_bbpress = array(
413
+ 'title' => '<i class="dashicons-before dashicons-bbpress"></i>' . ' ' . __( 'bbPress','alimir'),
414
+ 'fields' => array(
415
+ 'auto_display' => array(
416
+ 'type' => 'checkbox',
417
+ 'default' => 0,
418
+ 'label' => __('Automatic display', 'alimir'),
419
+ 'checkboxlabel' => __('Activate', 'alimir')
420
+ ),
421
+ 'auto_display_position' => array(
422
+ 'type' => 'radio',
423
+ 'label' => __( 'Auto Display Position','alimir'),
424
+ 'default' => 'bottom',
425
+ 'options' => array(
426
+ 'top' => __('Top of Content', 'alimir'),
427
+ 'bottom' => __('Bottom of Content', 'alimir')
428
+ )
429
+ ),
430
+ 'only_registered_users' => array(
431
+ 'type' => 'checkbox',
432
+ 'default' => 0,
433
+ 'label' => __('Only registered Users', 'alimir'),
434
+ 'checkboxlabel' => __('Activate', 'alimir'),
435
+ 'description' => __('<strong>Only</strong> registered users have permission to like Topics.', 'alimir')
436
+ ),
437
+ 'logging_method' => array(
438
+ 'type' => 'select',
439
+ 'default' => 'by_cookie_ip',
440
+ 'label' => __( 'Logging Method','alimir'),
441
+ 'options' => array(
442
+ 'do_not_log' => __('Do Not Log', 'alimir'),
443
+ 'by_cookie' => __('Logged By Cookie', 'alimir'),
444
+ 'by_ip' => __('Logged By IP', 'alimir'),
445
+ 'by_cookie_ip'=> __('Logged By Cookie & IP', 'alimir'),
446
+ 'by_username' => __('Logged By Username', 'alimir')
447
+ )
448
+ ),
449
+ 'users_liked_box' => array(
450
+ 'type' => 'checkbox',
451
+ 'default' => 1,
452
+ 'label' => __('Show Liked Users Box', 'alimir'),
453
+ 'checkboxlabel' => __('Activate', 'alimir'),
454
+ 'description' => __('Active this option to show liked users avatars in the bottom of button like.', 'alimir')
455
+ ),
456
+ 'users_liked_box_avatar_size' => array(
457
+ 'type' => 'number',
458
+ 'default' => 32,
459
+ 'label' => __( 'Size of Gravatars', 'alimir'),
460
+ 'description' => __('Size of Gravatars to return (max is 512)', 'alimir')
461
+ ),
462
+ 'number_of_users' => array(
463
+ 'type' => 'number',
464
+ 'default' => 10,
465
+ 'label' => __( 'Number Of The Users', 'alimir'),
466
+ 'description' => __('The number of users to show in the users liked box', 'alimir')
467
+ ),
468
+ 'users_liked_box_template' => array(
469
+ 'type' => 'textarea',
470
+ 'default' => '<br /><p style="margin-top:5px"> '.__('Users who have liked this topic:','alimir').'</p> <ul class="tiles">%START_WHILE%<li><a class="user-tooltip" title="%USER_NAME%">%USER_AVATAR%</a></li>%END_WHILE%</ul>',
471
+ 'label' => __('Users Like Box Template', 'alimir'),
472
+ 'description' => __('Allowed Variables:', 'alimir') . ' <code>%USER_AVATAR%</code> , <code>%USER_NAME%</code> , <code>%START_WHILE%</code> , <code>%END_WHILE%</code>'
473
+ ),
474
+ 'delete_logs' => array(
475
+ 'type' => 'action',
476
+ 'label' => __( 'Delete All Logs', 'alimir' ),
477
+ 'description' => __( 'You Are About To Delete All Likes Logs. This Action Is Not Reversible.', 'alimir'),
478
+ 'action' => 'wp_ulike_delete_all_logs'
479
+ ),
480
+ 'delete_data' => array(
481
+ 'type' => 'action',
482
+ 'label' => __( 'Delete All Data', 'alimir' ),
483
+ 'description' => __( 'You Are About To Delete All Likes Data. This Action Is Not Reversible.', 'alimir'),
484
+ 'action' => 'wp_ulike_delete_all_data'
485
+ )
486
+ )
487
+ );//end wp_ulike_buddypress
488
+ }
admin/logs.php CHANGED
@@ -473,4 +473,130 @@
473
  } else {
474
  echo "<div class='error'><p>" . __('<strong>ERROR:</strong> No Record Found. (This problem is created because you don\'t have any data on this table)','alimir') . "</p></div>";
475
  }
476
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
  } else {
474
  echo "<div class='error'><p>" . __('<strong>ERROR:</strong> No Record Found. (This problem is created because you don\'t have any data on this table)','alimir') . "</p></div>";
475
  }
476
+ }
477
+
478
+ /*******************************************************
479
+ Topics Logs Page
480
+ *******************************************************/
481
+ /**
482
+ * Create WP ULike bbPress Logs page with separate pagination
483
+ *
484
+ * @author Alimir
485
+ * @since 2.2
486
+ * @return String
487
+ */
488
+ function wp_ulike_bbpress_likes_logs(){
489
+ global $wpdb;
490
+ $alternate = true;
491
+ $items = $wpdb->get_var("SELECT COUNT(*) FROM ".$wpdb->prefix."ulike_forums");
492
+ if($items > 0) {
493
+ $p = new pagination;
494
+ $p->items($items);
495
+ $p->limit(wp_ulike_logs_return_per_page()); // Limit entries per page
496
+ $p->target("admin.php?page=wp-ulike-bbpress-logs");
497
+ $p->calculate(); // Calculates what to show
498
+ $p->parameterName('page_number');
499
+ $p->adjacents(1); //No. of page away from the current page
500
+
501
+ if(!isset($_GET['page_number'])) {
502
+ $p->page = 1;
503
+ } else {
504
+ $p->page = $_GET['page_number'];
505
+ }
506
+
507
+ //Query for limit page_number
508
+ $limit = "LIMIT " . ($p->page - 1) * $p->limit . ", " . $p->limit;
509
+
510
+ $get_ulike_logs = $wpdb->get_results("SELECT * FROM ".$wpdb->prefix."ulike_forums ORDER BY id DESC ".$limit."");
511
+
512
+ ?>
513
+ <div class="wrap">
514
+ <h2><?php _e('WP ULike Logs', 'alimir'); ?></h2>
515
+ <h3><?php _e('Topics Likes Logs', 'alimir'); ?></h3>
516
+ <div class="tablenav">
517
+ <div class='tablenav-pages'>
518
+ <span class="displaying-num"><?php echo $items . ' ' . __('Logs','alimir'); ?></span>
519
+ <?php echo $p->show(); // Echo out the list of paging. ?>
520
+ </div>
521
+ </div>
522
+ <table class="widefat">
523
+ <thead>
524
+ <tr>
525
+ <th width="2%"><?php _e('ID', 'alimir'); ?></th>
526
+ <th width="10%"><?php _e('Username', 'alimir'); ?></th>
527
+ <th><?php _e('Status', 'alimir'); ?></th>
528
+ <th width="6%"><?php _e('Topic ID', 'alimir'); ?></th>
529
+ <th><?php _e('Topic Title', 'alimir'); ?></th>
530
+ <th width="20%"><?php _e('Date / Time', 'alimir'); ?></th>
531
+ <th><?php _e('IP', 'alimir'); ?></th>
532
+ <th><?php _e('Actions', 'alimir'); ?></th>
533
+ </tr>
534
+ </thead>
535
+ <tbody class="wp_ulike_logs">
536
+ <?php
537
+ foreach ( $get_ulike_logs as $get_ulike_log )
538
+ {
539
+ ?>
540
+ <tr <?php if ($alternate == true) echo 'class="alternate"';?>>
541
+ <td>
542
+ <?php echo $get_ulike_log->id; ?>
543
+ </td>
544
+ <td>
545
+ <?php
546
+ $user_info = get_userdata($get_ulike_log->user_id);
547
+ if($user_info)
548
+ echo get_avatar( $user_info->user_email, 16, '' , 'avatar') . '<em> @' . $user_info->user_login . '</em>';
549
+ else
550
+ echo '<em> #'. __('Guest User','alimir') .'</em>';
551
+ ?>
552
+ </td>
553
+ <td>
554
+ <?php
555
+ $get_the_status = $get_ulike_log->status;
556
+ if($get_the_status == 'like')
557
+ echo '<img src="'.plugin_dir_url( __FILE__ ).'/classes/img/like.png" alt="like" width="24"/>';
558
+ else
559
+ echo '<img src="'.plugin_dir_url( __FILE__ ).'/classes/img/unlike.png" alt="unlike" width="24"/>';
560
+ ?>
561
+ </td>
562
+ <td>
563
+ <?php echo $get_ulike_log->topic_id; ?>
564
+ </td>
565
+ <td>
566
+ <?php echo '<a href="'.get_permalink($get_ulike_log->topic_id).'" title="'.get_the_title($get_ulike_log->topic_id).'">'.get_the_title($get_ulike_log->topic_id).'</a>'; ?>
567
+ </td>
568
+ <td>
569
+ <?php
570
+ $get_the_date = $get_ulike_log->date_time;
571
+ $get_the_date_timestamp = strtotime($get_the_date);
572
+ echo date_i18n(get_option( 'date_format' ) . ' @ ' . get_option( 'time_format' ), $get_the_date_timestamp );
573
+ ?>
574
+ </td>
575
+ <td>
576
+ <?php echo $get_ulike_log->ip; ?>
577
+ </td>
578
+ <td>
579
+ <button class="wp_ulike_delete button" type="button" data-id="<?php echo $get_ulike_log->id;?>" data-table="ulike_forums"><i class="dashicons dashicons-trash"></i></button>
580
+ </td>
581
+ <?php
582
+ $alternate = !$alternate;
583
+ }
584
+ ?>
585
+ </tr>
586
+ </tbody>
587
+ </table>
588
+ <div class="tablenav">
589
+ <div class='tablenav-pages'>
590
+ <span class="displaying-num"><?php echo $items . ' ' . __('Logs','alimir'); ?></span>
591
+ <?php echo $p->show(); // Echo out the list of paging. ?>
592
+ </div>
593
+ </div>
594
+ </div>
595
+
596
+ <?php
597
+ } else {
598
+ echo "<div class='error'><p>" . __('<strong>ERROR:</strong> No Record Found. (This problem is created because you don\'t have any data on this table)','alimir') . "</p></div>";
599
+ }
600
+ }
601
+
602
+
admin/stats.php CHANGED
@@ -37,6 +37,7 @@
37
  <li><a target="_blank" href="admin.php?page=wp-ulike-post-logs" class="welcome-icon welcome-view-site">'.__('Post Likes Logs','alimir').'</a></li>
38
  <li><a target="_blank" href="admin.php?page=wp-ulike-comment-logs" class="welcome-icon welcome-view-site">'.__('Comment Likes Logs','alimir').'</a></li>
39
  <li><a target="_blank" href="admin.php?page=wp-ulike-bp-logs" class="welcome-icon welcome-view-site">'.__('Activity Likes Logs','alimir').'</a></li>
 
40
  </ul>
41
  </div>
42
  <div class="welcome-panel-column welcome-panel-last">
@@ -45,6 +46,7 @@
45
  <li><a target="_blank" href="https://wordpress.org/support/plugin/wp-ulike" class="welcome-icon welcome-learn-more">'.__('Support','alimir').'</a></li>
46
  <li><a target="_blank" href="https://wordpress.org/plugins/wp-ulike/faq/" class="welcome-icon welcome-learn-more">'.__('FAQ','alimir').'</a></li>
47
  <li><a target="_blank" href="http://preview.alimir.ir/contact/" class="welcome-icon welcome-learn-more">'.__('Contact','alimir').'</a></li>
 
48
  </ul>
49
  </div>
50
  ';
@@ -84,6 +86,13 @@
84
  "key" => "_activityliked",
85
  "dashicons" => "dashicons-groups",
86
  "title" => __('Activities Likes Summary','alimir')
 
 
 
 
 
 
 
87
  )
88
  );
89
 
@@ -191,6 +200,12 @@
191
  "view_logs" => ' <a style="text-decoration:none;" href="?page=wp-ulike-bp-logs" target="_blank"><i class="dashicons dashicons-visibility"></i> '. __('View Logs','alimir') .'</a>',
192
  "title" => __('Activities Likes Stats','alimir') . ' - ' . sprintf(__('In The Last %s Days','alimir'), $get_option['days_number']),
193
  "chart" => "chart3"
 
 
 
 
 
 
194
  )
195
  );
196
 
@@ -254,6 +269,7 @@
254
  'posts_likes_stats' => 1,
255
  'comments_likes_stats' => 1,
256
  'activities_likes_stats' => 1,
 
257
  'most_liked_posts' => 1,
258
  'most_liked_comments' => 1,
259
  'most_liked_users' => 1,
@@ -273,6 +289,7 @@
273
  <label><input class="hide-postbox-tog" name="wp_ulike_posts_stats" type="checkbox" value="1" <?php checked( '1', $get_option['posts_likes_stats'] ); ?>><?php echo _e('Posts Likes Stats','alimir'); ?></label>
274
  <label><input class="hide-postbox-tog" name="wp_ulike_comments_stats" type="checkbox" value="1" <?php checked( '1', $get_option['comments_likes_stats'] ); ?>><?php echo _e('Comments Likes Stats','alimir'); ?></label>
275
  <label><input class="hide-postbox-tog" name="wp_ulike_activities_stats" type="checkbox" value="1" <?php checked( '1', $get_option['activities_likes_stats'] ); ?>><?php echo _e('Activities Likes Stats','alimir'); ?></label>
 
276
  <label><input class="hide-postbox-tog" name="wp_ulike_piechart_stats" type="checkbox" value="1" <?php checked( '1', $get_option['piechart_stats'] ); ?>><?php echo _e('Likes Percent','alimir'); ?></label>
277
  <br class="clear">
278
  <input step="1" min="5" max="60" class="screen-per-page" name="wp_ulike_days_number" maxlength="3" value="<?php echo $get_option['days_number']; ?>" type="number">
@@ -302,6 +319,7 @@
302
  'posts_likes_stats' => isset($_POST['wp_ulike_posts_stats']) ? $_POST['wp_ulike_posts_stats'] : 0,
303
  'comments_likes_stats' => isset($_POST['wp_ulike_comments_stats']) ? $_POST['wp_ulike_comments_stats'] : 0,
304
  'activities_likes_stats' => isset($_POST['wp_ulike_activities_stats']) ? $_POST['wp_ulike_activities_stats'] : 0,
 
305
  'most_liked_posts' => isset($_POST['wp_ulike_most_liked_posts']) ? $_POST['wp_ulike_most_liked_posts'] : 0,
306
  'most_liked_comments' => isset($_POST['wp_ulike_most_liked_cmt']) ? $_POST['wp_ulike_most_liked_cmt'] : 0,
307
  'most_liked_users' => isset($_POST['wp_ulike_most_liked_users']) ? $_POST['wp_ulike_most_liked_users'] : 0,
37
  <li><a target="_blank" href="admin.php?page=wp-ulike-post-logs" class="welcome-icon welcome-view-site">'.__('Post Likes Logs','alimir').'</a></li>
38
  <li><a target="_blank" href="admin.php?page=wp-ulike-comment-logs" class="welcome-icon welcome-view-site">'.__('Comment Likes Logs','alimir').'</a></li>
39
  <li><a target="_blank" href="admin.php?page=wp-ulike-bp-logs" class="welcome-icon welcome-view-site">'.__('Activity Likes Logs','alimir').'</a></li>
40
+ <li><a target="_blank" href="admin.php?page=wp-ulike-bbpress-logs" class="welcome-icon welcome-view-site">'.__('Topics Likes Logs','alimir').'</a></li>
41
  </ul>
42
  </div>
43
  <div class="welcome-panel-column welcome-panel-last">
46
  <li><a target="_blank" href="https://wordpress.org/support/plugin/wp-ulike" class="welcome-icon welcome-learn-more">'.__('Support','alimir').'</a></li>
47
  <li><a target="_blank" href="https://wordpress.org/plugins/wp-ulike/faq/" class="welcome-icon welcome-learn-more">'.__('FAQ','alimir').'</a></li>
48
  <li><a target="_blank" href="http://preview.alimir.ir/contact/" class="welcome-icon welcome-learn-more">'.__('Contact','alimir').'</a></li>
49
+ <li><a target="_blank" href="https://github.com/Alimir/wp-ulike" class="welcome-icon welcome-learn-more">'.__('GitHub Repository','alimir').'</a></li>
50
  </ul>
51
  </div>
52
  ';
86
  "key" => "_activityliked",
87
  "dashicons" => "dashicons-groups",
88
  "title" => __('Activities Likes Summary','alimir')
89
+ ),
90
+ "topics" => array(
91
+ "type" => "ulike_forums",
92
+ "table" => "postmeta",
93
+ "key" => "_topicliked",
94
+ "dashicons" => "dashicons-admin-post",
95
+ "title" => __('Topics Likes Summary','alimir')
96
  )
97
  );
98
 
200
  "view_logs" => ' <a style="text-decoration:none;" href="?page=wp-ulike-bp-logs" target="_blank"><i class="dashicons dashicons-visibility"></i> '. __('View Logs','alimir') .'</a>',
201
  "title" => __('Activities Likes Stats','alimir') . ' - ' . sprintf(__('In The Last %s Days','alimir'), $get_option['days_number']),
202
  "chart" => "chart3"
203
+ ),
204
+ "topics" => array(
205
+ "id" => "topics_likes_stats",
206
+ "view_logs" => ' <a style="text-decoration:none;" href="?page=wp-ulike-bbpress-logs" target="_blank"><i class="dashicons dashicons-visibility"></i> '. __('View Logs','alimir') .'</a>',
207
+ "title" => __('Topics Likes Stats','alimir') . ' - ' . sprintf(__('In The Last %s Days','alimir'), $get_option['days_number']),
208
+ "chart" => "chart4"
209
  )
210
  );
211
 
269
  'posts_likes_stats' => 1,
270
  'comments_likes_stats' => 1,
271
  'activities_likes_stats' => 1,
272
+ 'topics_likes_stats' => 1,
273
  'most_liked_posts' => 1,
274
  'most_liked_comments' => 1,
275
  'most_liked_users' => 1,
289
  <label><input class="hide-postbox-tog" name="wp_ulike_posts_stats" type="checkbox" value="1" <?php checked( '1', $get_option['posts_likes_stats'] ); ?>><?php echo _e('Posts Likes Stats','alimir'); ?></label>
290
  <label><input class="hide-postbox-tog" name="wp_ulike_comments_stats" type="checkbox" value="1" <?php checked( '1', $get_option['comments_likes_stats'] ); ?>><?php echo _e('Comments Likes Stats','alimir'); ?></label>
291
  <label><input class="hide-postbox-tog" name="wp_ulike_activities_stats" type="checkbox" value="1" <?php checked( '1', $get_option['activities_likes_stats'] ); ?>><?php echo _e('Activities Likes Stats','alimir'); ?></label>
292
+ <label><input class="hide-postbox-tog" name="wp_ulike_topics_stats" type="checkbox" value="1" <?php checked( '1', $get_option['topics_likes_stats'] ); ?>><?php echo _e('Topics Likes Stats','alimir'); ?></label>
293
  <label><input class="hide-postbox-tog" name="wp_ulike_piechart_stats" type="checkbox" value="1" <?php checked( '1', $get_option['piechart_stats'] ); ?>><?php echo _e('Likes Percent','alimir'); ?></label>
294
  <br class="clear">
295
  <input step="1" min="5" max="60" class="screen-per-page" name="wp_ulike_days_number" maxlength="3" value="<?php echo $get_option['days_number']; ?>" type="number">
319
  'posts_likes_stats' => isset($_POST['wp_ulike_posts_stats']) ? $_POST['wp_ulike_posts_stats'] : 0,
320
  'comments_likes_stats' => isset($_POST['wp_ulike_comments_stats']) ? $_POST['wp_ulike_comments_stats'] : 0,
321
  'activities_likes_stats' => isset($_POST['wp_ulike_activities_stats']) ? $_POST['wp_ulike_activities_stats'] : 0,
322
+ 'topics_likes_stats' => isset($_POST['wp_ulike_topics_stats']) ? $_POST['wp_ulike_topics_stats'] : 0,
323
  'most_liked_posts' => isset($_POST['wp_ulike_most_liked_posts']) ? $_POST['wp_ulike_most_liked_posts'] : 0,
324
  'most_liked_comments' => isset($_POST['wp_ulike_most_liked_cmt']) ? $_POST['wp_ulike_most_liked_cmt'] : 0,
325
  'most_liked_users' => isset($_POST['wp_ulike_most_liked_users']) ? $_POST['wp_ulike_most_liked_users'] : 0,
assets/css/wp-ulike-rtl.css CHANGED
@@ -345,4 +345,23 @@ button.close {
345
  #buddypress .activity-content .wpulike .counter a.loading {
346
  background: url(loading.GIF) center center no-repeat;
347
  padding: 4px 20px !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  }
345
  #buddypress .activity-content .wpulike .counter a.loading {
346
  background: url(loading.GIF) center center no-repeat;
347
  padding: 4px 20px !important;
348
+ }
349
+
350
+ #bbpress-forums .bbp-reply-content .wpulike .counter a.text,#bbpress-forums .bbp-reply-content .wpulike .counter a.image,#bbpress-forums .bbp-reply-content .wpulike .counter a.loading{
351
+ background: #f7f7f7;
352
+ padding: 4px 15px !important;
353
+ border: 1px solid #cdcdcd;
354
+ border-radius: 3px;
355
+ text-decoration:none;
356
+ color: #606060;
357
+ }
358
+
359
+ #bbpress-forums .bbp-reply-content .wpulike .counter a.image{
360
+ background: url(add.png) center center no-repeat;
361
+ padding: 4px 20px !important;
362
+ }
363
+
364
+ #bbpress-forums .bbp-reply-content .wpulike .counter a.loading{
365
+ background: url(loading.GIF) center center no-repeat;
366
+ padding: 4px 20px !important;
367
  }
assets/css/wp-ulike-rtl.min.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ /**
2
+ * WP ULike Plugin 2.2
3
+ *
4
+ * http://wordpress.org/plugins/wp-ulike/
5
+ * https://github.com/Alimir/wp-ulike
6
+ *
7
+ */
8
+ .wpulike{display:inline}.wpulike .counter a{cursor:pointer;display:inline!important}.wpulike .counter a.image{background:#f1f1f1 url(add-rtl.png) center center no-repeat;padding:1px 20px;border:1px solid #ddd;border-radius:3px}.wpulike .counter a.image:hover{background:#eee url(add-rtl.png) center center no-repeat;border:1px solid #ccc}.wpulike .counter a.loading{background:#f1f1f1 url(loading.GIF) center center no-repeat;padding:1px 20px;border:1px solid #ddd;border-radius:3px}.wpulike .counter a.text{background:#f7f7f7;padding:2px 15px;border:1px solid #cdcdcd;border-radius:3px;text-decoration:none;color:#606060}.wpulike .counter a.text:hover{background:#eee;border:1px solid #ccc}.wpulike .count-box{position:relative;background:#fff;border:1px solid #ddd;padding:1px 6px;border-radius:3px;margin-right:8px;font-size:16px}.wpulike .count-box:before{content:"";position:absolute;top:7px;right:-3px;width:4px;height:4px;border-width:1px 1px 0 0;border-style:solid;border-color:#ddd;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert > p,.alert > ul{margin-bottom:0}.alert > p + p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-left:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;left:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.close{float:left;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.tiles,.most_liked_users{list-style-type:none!important;position:relative!important;margin:10px 0!important;padding:0!important}.tiles li,.most_liked_users li{display:inline-table;cursor:pointer}.most_liked_users li{margin:0 2px}.tiles li.inactive,.most_liked_users li.inactive{visibility:hidden;opacity:0}.tiles li img,.most_liked_users li img{display:block!important;float:none!important}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#FFF;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}#buddypress .activity ul.item-list li{position:initial}#buddypress div.activity-meta .tiles li a{padding:0}#buddypress .activity-content .wpulike .count-box{border:1px solid #CCC;font-size:small;color:#777;padding:4px 10px}#buddypress .activity-content .wpulike .counter a.image.button{background:url(add.png) center center no-repeat;padding:4px 20px!important}#buddypress .activity-content .wpulike .counter a.loading{background:url(loading.GIF) center center no-repeat;padding:4px 20px!important}#bbpress-forums .bbp-reply-content .wpulike .counter a.text,#bbpress-forums .bbp-reply-content .wpulike .counter a.image,#bbpress-forums .bbp-reply-content .wpulike .counter a.loading{background:#f7f7f7;padding:4px 15px!important;border:1px solid #cdcdcd;border-radius:3px;text-decoration:none;color:#606060}#bbpress-forums .bbp-reply-content .wpulike .counter a.image{background:url(add.png) center center no-repeat;padding:4px 20px!important}#bbpress-forums .bbp-reply-content .wpulike .counter a.loading{background:url(loading.GIF) center center no-repeat;padding:4px 20px!important}
assets/css/wp-ulike.css CHANGED
@@ -330,7 +330,7 @@ button.close {
330
  padding:0;
331
  }
332
 
333
- #buddypress .activity-content .wpulike .count-box {
334
  border: 1px solid #CCC;
335
  font-size: small;
336
  color: #777;
@@ -345,4 +345,23 @@ button.close {
345
  #buddypress .activity-content .wpulike .counter a.loading {
346
  background: url(loading.GIF) center center no-repeat;
347
  padding: 4px 20px !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  }
330
  padding:0;
331
  }
332
 
333
+ #buddypress .activity-content .wpulike .count-box, #bbpress-forums .bbp-reply-content .wpulike .count-box {
334
  border: 1px solid #CCC;
335
  font-size: small;
336
  color: #777;
345
  #buddypress .activity-content .wpulike .counter a.loading {
346
  background: url(loading.GIF) center center no-repeat;
347
  padding: 4px 20px !important;
348
+ }
349
+
350
+ #bbpress-forums .bbp-reply-content .wpulike .counter a.text,#bbpress-forums .bbp-reply-content .wpulike .counter a.image,#bbpress-forums .bbp-reply-content .wpulike .counter a.loading{
351
+ background: #f7f7f7;
352
+ padding: 4px 15px !important;
353
+ border: 1px solid #cdcdcd;
354
+ border-radius: 3px;
355
+ text-decoration:none;
356
+ color: #606060;
357
+ }
358
+
359
+ #bbpress-forums .bbp-reply-content .wpulike .counter a.image{
360
+ background: url(add.png) center center no-repeat;
361
+ padding: 4px 20px !important;
362
+ }
363
+
364
+ #bbpress-forums .bbp-reply-content .wpulike .counter a.loading{
365
+ background: url(loading.GIF) center center no-repeat;
366
+ padding: 4px 20px !important;
367
  }
assets/css/wp-ulike.min.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ /**
2
+ * WP ULike Plugin 2.2
3
+ *
4
+ * http://wordpress.org/plugins/wp-ulike/
5
+ * https://github.com/Alimir/wp-ulike
6
+ *
7
+ */
8
+ .wpulike{display:inline}.wpulike .counter a{cursor:pointer;display:inline!important}.wpulike .counter a.image{background:#f7f7f7 url(add.png) center center no-repeat;padding:2px 20px;border:1px solid #ddd;border-radius:3px}.wpulike .counter a.image:hover{background:#eee url(add.png) center center no-repeat;border:1px solid #ccc}.wpulike .counter a.loading{background:#eee url(loading.GIF) center center no-repeat;padding:1px 20px;border:1px solid #ddd;border-radius:3px}.wpulike .counter a.text{background:#f7f7f7;padding:2px 15px;border:1px solid #cdcdcd;border-radius:3px;text-decoration:none;color:#606060}.wpulike .counter a.text:hover{background:#eee;border:1px solid #ccc}.wpulike .count-box{position:relative;background:#fff;border:1px solid #ddd;padding:1px 6px;border-radius:3px;margin-left:8px;font-size:16px}.wpulike .count-box:before{content:"";position:absolute;top:7px;left:-3px;width:4px;height:4px;border-width:0 0 1px 1px;border-style:solid;border-color:#ddd;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert > p,.alert > ul{margin-bottom:0}.alert > p + p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.tiles,.most_liked_users{list-style-type:none!important;position:relative!important;margin:10px 0!important;padding:0!important}.tiles li,.most_liked_users li{display:inline-table!important;cursor:pointer!important}.most_liked_users li{margin:0 2px!important}.tiles li.inactive,.most_liked_users li.inactive{visibility:hidden!important;opacity:0!important}.tiles li img,.most_liked_users li img{display:block!important;float:none!important}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#FFF;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}#buddypress .activity ul.item-list li{position:initial}#buddypress div.activity-meta .tiles li a{padding:0}#buddypress .activity-content .wpulike .count-box,#bbpress-forums .bbp-reply-content .wpulike .count-box{border:1px solid #CCC;font-size:small;color:#777;padding:4px 10px}#buddypress .activity-content .wpulike .counter a.image.button{background:url(add.png) center center no-repeat;padding:4px 20px!important}#buddypress .activity-content .wpulike .counter a.loading{background:url(loading.GIF) center center no-repeat;padding:4px 20px!important}#bbpress-forums .bbp-reply-content .wpulike .counter a.text,#bbpress-forums .bbp-reply-content .wpulike .counter a.image,#bbpress-forums .bbp-reply-content .wpulike .counter a.loading{background:#f7f7f7;padding:4px 15px!important;border:1px solid #cdcdcd;border-radius:3px;text-decoration:none;color:#606060}#bbpress-forums .bbp-reply-content .wpulike .counter a.image{background:url(add.png) center center no-repeat;padding:4px 20px!important}#bbpress-forums .bbp-reply-content .wpulike .counter a.loading{background:url(loading.GIF) center center no-repeat;padding:4px 20px!important}
assets/img/new-tools/bbpress-support.png ADDED
Binary file
assets/img/new-tools/wp-translations.png ADDED
Binary file
assets/js/wp-ulike-scripts.js CHANGED
@@ -1,130 +1,64 @@
 
 
 
 
 
 
 
1
  jQuery(document).ready(function($) {
 
2
  $('.activity-content .wpulike .counter a').addClass("button");
3
- });
4
-
5
- function likeThis(postId, n1, n2) {
6
- if (postId != '') {
7
- jQuery('#wp-ulike-' + postId + ' .counter').html('<a class="loading"></a><span class="count-box">...</span>');
8
- jQuery.ajax({
9
- type:'POST',
10
- url: ulike_obj.ajaxurl,
11
- data:{
12
- action:'ulikeprocess',
13
- id: postId
14
- },
15
- success: function(value) {
16
- if(n1+n2 == 1){
17
- jQuery('#wp-ulike-' + postId + ' .counter').html("<a onclick='likeThis("+postId+",1,1)' class='text'>" + ulike_obj.text_after_like + "</a><span class='count-box'>"+value+"</span>");
18
- }
19
- else if(n1+n2 == 2){
20
- if(ulike_obj.return_initial_after_unlike == 1){
21
- if(ulike_obj.button_type == 'image'){
22
- jQuery('#wp-ulike-' + postId + ' .counter').html("<a onclick='likeThis("+postId+",1,0)' class='image'></a><span class='count-box'>"+value+"</span>");
23
- }
24
- else if(ulike_obj.button_type == 'text'){
25
- jQuery('#wp-ulike-' + postId + ' .counter').html("<a onclick='likeThis("+postId+",1,0)' class='text'>" + ulike_obj.button_text + "</a><span class='count-box'>"+value+"</span>");
26
- }
27
- }
28
- else{
29
- jQuery('#wp-ulike-' + postId + ' .counter').html("<a onclick='likeThis("+postId+",1,0)' class='text'>" + ulike_obj.text_after_unlike + "</a><span class='count-box'>"+value+"</span>");
30
- }
31
- }
32
- else if(n1+n2 == 3){
33
- jQuery('#wp-ulike-' + postId + ' .counter').html("<a class='text user-tooltip' title='Already Voted'>" + ulike_obj.text_after_like + "</a><span class='count-box'>"+value+"</span>");
34
- }
35
- else if(n1+n2 == 4){
36
- if(ulike_obj.button_type == 'image'){
37
- jQuery('#wp-ulike-' + postId + ' .counter').html("<a class='image' title='You Liked This'></a><span class='count-box'>"+value+"</span>");
38
- }
39
- else if(ulike_obj.button_type == 'text'){
40
- jQuery('#wp-ulike-' + postId + ' .counter').html("<a class='text' title='You Liked This'>" + ulike_obj.button_text + "</a><span class='count-box'>"+value+"</span>");
41
- }
42
- }
43
- }
44
- });
45
- }
46
- }
47
- function likeThisComment(commentId, n1, n2) {
48
- if (commentId != '') {
49
- jQuery('#wp-ulike-comment-' + commentId + ' .counter').html('<a class="loading"></a><span class="count-box">...</span>');
50
- jQuery.ajax({
51
- type:'POST',
52
- url: ulike_obj.ajaxurl,
53
- data:{
54
- action:'ulikecommentprocess',
55
- id: commentId
56
- },
57
- success: function(value) {
58
- if(n1+n2 == 1){
59
- jQuery('#wp-ulike-comment-' + commentId + ' .counter').html("<a onclick='likeThisComment("+commentId+",1,1)' class='text'>" + ulike_obj.text_after_like + "</a><span class='count-box'>"+value+"</span>");
60
- }
61
- else if(n1+n2 == 2){
62
- if(ulike_obj.return_initial_after_unlike == 1){
63
- if(ulike_obj.button_type == 'image'){
64
- jQuery('#wp-ulike-comment-' + commentId + ' .counter').html("<a onclick='likeThisComment("+commentId+",1,0)' class='image'></a><span class='count-box'>"+value+"</span>");
65
- }
66
- else if(ulike_obj.button_type == 'text'){
67
- jQuery('#wp-ulike-comment-' + commentId + ' .counter').html("<a onclick='likeThisComment("+commentId+",1,0)' class='text'>" + ulike_obj.button_text + "</a><span class='count-box'>"+value+"</span>");
68
- }
69
- }
70
- else{
71
- jQuery('#wp-ulike-comment-' + commentId + ' .counter').html("<a onclick='likeThisComment("+commentId+",1,0)' class='text'>" + ulike_obj.text_after_unlike + "</a><span class='count-box'>"+value+"</span>");
72
  }
73
- }
74
- else if(n1+n2 == 3){
75
- jQuery('#wp-ulike-comment-' + commentId + ' .counter').html("<a class='text user-tooltip' title='Already Voted'>" + ulike_obj.text_after_like + "</a><span class='count-box'>"+value+"</span>");
76
- }
77
- else if(n1+n2 == 4){
78
- if(ulike_obj.button_type == 'image'){
79
- jQuery('#wp-ulike-comment-' + commentId + ' .counter').html("<a class='image'></a><span class='count-box'>"+value+"</span>");
80
- }
81
- else if(ulike_obj.button_type == 'text'){
82
- jQuery('#wp-ulike-comment-' + commentId + ' .counter').html("<a class='text'>" + ulike_obj.button_text + "</a><span class='count-box'>"+value+"</span>");
83
- }
84
- }
85
- }
86
- });
87
- }
88
- }
89
- function likeThisActivity(activityID, n1, n2) {
90
- if (activityID != '') {
91
- jQuery('#wp-ulike-activity-' + activityID + ' .counter').html('<a class="loading button"></a><span class="count-box">...</span>');
92
- jQuery.ajax({
93
- type:'POST',
94
- url: ulike_obj.ajaxurl,
95
- data:{
96
- action:'ulikebuddypressprocess',
97
- id: activityID
98
- },
99
- success: function(value) {
100
- if(n1+n2 == 1){
101
- jQuery('#wp-ulike-activity-' + activityID + ' .counter').html("<a onclick='likeThisActivity("+activityID+",1,1)' class='text button'>" + ulike_obj.text_after_like + "</a><span class='count-box'>"+value+"</span>");
102
- }
103
- else if(n1+n2 == 2){
104
- if(ulike_obj.return_initial_after_unlike == 1){
105
  if(ulike_obj.button_type == 'image'){
106
- jQuery('#wp-ulike-activity-' + activityID + ' .counter').html("<a onclick='likeThisActivity("+activityID+",1,0)' class='image button'></a><span class='count-box'>"+value+"</span>");
107
- }
108
- else if(ulike_obj.button_type == 'text'){
109
- jQuery('#wp-ulike-activity-' + activityID + ' .counter').html("<a onclick='likeThisActivity("+activityID+",1,0)' class='text button'>" + ulike_obj.button_text + "</a><span class='count-box'>"+value+"</span>");
110
  }
 
 
 
 
111
  }
112
- else{
113
- jQuery('#wp-ulike-activity-' + activityID + ' .counter').html("<a onclick='likeThisActivity("+activityID+",1,0)' class='text button'>" + ulike_obj.text_after_unlike + "</a><span class='count-box'>"+value+"</span>");
114
  }
115
- }
116
- else if(n1+n2 == 3){
117
- jQuery('#wp-ulike-activity-' + activityID + ' .counter').html("<a class='text button user-tooltip' title='Already Voted'>" + ulike_obj.text_after_like + "</a><span class='count-box'>"+value+"</span>");
118
- }
119
- else if(n1+n2 == 4){
120
- if(ulike_obj.button_type == 'image'){
121
- jQuery('#wp-ulike-activity-' + activityID + ' .counter').html("<a class='image button'></a><span class='count-box'>"+value+"</span>");
122
  }
123
- else if(ulike_obj.button_type == 'text'){
124
- jQuery('#wp-ulike-activity-' + activityID + ' .counter').html("<a class='text button'>" + ulike_obj.button_text + "</a><span class='count-box'>"+value+"</span>");
125
- }
126
- }
127
- }
128
- });
129
- }
130
- }
1
+ /**
2
+ * WP ULike Plugin 2.2
3
+ *
4
+ * http://wordpress.org/plugins/wp-ulike/
5
+ * https://github.com/Alimir/wp-ulike
6
+ *
7
+ */
8
  jQuery(document).ready(function($) {
9
+ //add button class in buddypress ulike button.
10
  $('.activity-content .wpulike .counter a').addClass("button");
11
+
12
+ //start WP ULike process
13
+ $(document).on('click', '.wp_ulike_btn',function(e) {
14
+ var type = $(this).data('ulike-type');
15
+ var status = $(this).data('ulike-status');
16
+ var id = $(this).data('ulike-id');
17
+ var p_class = $(e.target).parent();
18
+
19
+ if (id != '') {
20
+ //start AJAX
21
+ jQuery.ajax({
22
+ type:'POST',
23
+ url: ulike_obj.ajaxurl,
24
+ data:{
25
+ action:'wp_ulike_process',
26
+ id: id,
27
+ type: type
28
+ },
29
+ beforeSend:function(){
30
+ p_class.html('<a class="loading"></a><span class="count-box">...</span>');
31
+ },
32
+ success: function(data) {
33
+ if(status == 1){
34
+ p_class.html("<a data-ulike-id='"+id+"' data-ulike-type='"+type+"' data-ulike-status='2' class='wp_ulike_btn text button'>" + ulike_obj.text_after_like + "</a><span class='count-box'>"+data+"</span>");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  }
36
+ if(status == 2){
37
+ if(ulike_obj.return_initial_after_unlike == 1){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  if(ulike_obj.button_type == 'image'){
39
+ p_class.html("<a data-ulike-id='"+id+"' data-ulike-type='"+type+"' data-ulike-status='1' class='wp_ulike_btn image button'></a><span class='count-box'>"+data+"</span>");
40
+ } else {
41
+ p_class.html("<a data-ulike-id='"+id+"' data-ulike-type='"+type+"' data-ulike-status='1' class='wp_ulike_btn text button'>" + ulike_obj.button_text + "</a><span class='count-box'>"+data+"</span>");
 
42
  }
43
+ }
44
+ else{
45
+ p_class.html("<a data-ulike-id='"+id+"' data-ulike-type='"+type+"' data-ulike-status='"+status+"' class='wp_ulike_btn text button'>" + ulike_obj.text_after_unlike + "</a><span class='count-box'>"+data+"</span>");
46
+ }
47
  }
48
+ if(status == 3){
49
+ p_class.html("<a class='image button' title='You Liked This'></a><span class='count-box'>"+data+"</span>");
50
  }
51
+ if(status == 4){
52
+ if(ulike_obj.button_type == 'image'){
53
+ p_class.html("<a class='image button' title='You Liked This'></a><span class='count-box'>"+data+"</span>");
54
+ }
55
+ else if(ulike_obj.button_type == 'text'){
56
+ p_class.html("<a class='text button' title='You Liked This'>" + ulike_obj.button_text + "</a><span class='count-box'>"+data+"</span>");
57
+ }
58
  }
59
+ }
60
+ });
61
+ //End Ajax
62
+ }
63
+ });
64
+ });
 
 
assets/js/wp-ulike-scripts.min.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ /**
2
+ * WP ULike Plugin 2.2
3
+ *
4
+ * http://wordpress.org/plugins/wp-ulike/
5
+ * https://github.com/Alimir/wp-ulike
6
+ *
7
+ */
8
+ jQuery(document).ready(function(t){t(".activity-content .wpulike .counter a").addClass("button"),t(document).on("click",".wp_ulike_btn",function(a){var e=t(this).data("ulike-type"),u=t(this).data("ulike-status"),s=t(this).data("ulike-id"),i=t(a.target).parent();""!=s&&jQuery.ajax({type:"POST",url:ulike_obj.ajaxurl,data:{action:"wp_ulike_process",id:s,type:e},beforeSend:function(){i.html('<a class="loading"></a><span class="count-box">...</span>')},success:function(t){1==u&&i.html("<a data-ulike-id='"+s+"' data-ulike-type='"+e+"' data-ulike-status='2' class='wp_ulike_btn text button'>"+ulike_obj.text_after_like+"</a><span class='count-box'>"+t+"</span>"),2==u&&i.html(1==ulike_obj.return_initial_after_unlike?"image"==ulike_obj.button_type?"<a data-ulike-id='"+s+"' data-ulike-type='"+e+"' data-ulike-status='1' class='wp_ulike_btn image button'></a><span class='count-box'>"+t+"</span>":"<a data-ulike-id='"+s+"' data-ulike-type='"+e+"' data-ulike-status='1' class='wp_ulike_btn text button'>"+ulike_obj.button_text+"</a><span class='count-box'>"+t+"</span>":"<a data-ulike-id='"+s+"' data-ulike-type='"+e+"' data-ulike-status='"+u+"' class='wp_ulike_btn text button'>"+ulike_obj.text_after_unlike+"</a><span class='count-box'>"+t+"</span>"),3==u&&i.html("<a class='image button' title='You Liked This'></a><span class='count-box'>"+t+"</span>"),4==u&&("image"==ulike_obj.button_type?i.html("<a class='image button' title='You Liked This'></a><span class='count-box'>"+t+"</span>"):"text"==ulike_obj.button_type&&i.html("<a class='text button' title='You Liked This'>"+ulike_obj.button_text+"</a><span class='count-box'>"+t+"</span>"))}})})});
inc/classes/class-ulike.php CHANGED
@@ -78,11 +78,12 @@ if ( ! class_exists( 'wp_ulike' ) ) {
78
  * @author Alimir
79
  * @param Array $data
80
  * @since 2.0
 
81
  * @return String
82
  */
83
  public function loggedby_cookie_method(array $data){
84
  $liked = wp_ulike_format_number($data["get_like"]);
85
- $template = $this->get_template($data["id"],$data["method"],$liked,2,2);
86
  $condition = isset($_COOKIE[$data["cookie"].$data["id"]]);
87
  $button_type = wp_ulike_get_setting( 'wp_ulike_general', 'button_type');
88
  $counter = '';
@@ -320,10 +321,11 @@ if ( ! class_exists( 'wp_ulike' ) ) {
320
  * @param String $key
321
  * @param Integer $data
322
  * @since 2.0
 
323
  * @return Void
324
  */
325
  public function update_meta_data($id, $key, $data){
326
- if($key == "_liked")
327
  update_post_meta($id, $key, $data);
328
  else if($key == "_commentliked")
329
  update_comment_meta($id, $key, $data);
@@ -347,19 +349,19 @@ if ( ! class_exists( 'wp_ulike' ) ) {
347
  */
348
  public function get_template($id,$method,$liked,$num1,$num2){
349
 
350
- $function = "$method($id, $num1, $num2);";
351
  $counter = '<span class="count-box">'.$liked.'</span>';
352
- $button_text = wp_ulike_get_setting( 'wp_ulike_general', 'button_text');
353
- $permission_text = wp_ulike_get_setting( 'wp_ulike_general', 'permission_text');
354
- $text_after_like = wp_ulike_get_setting( 'wp_ulike_general', 'text_after_like');
355
- $text_after_unlike = wp_ulike_get_setting( 'wp_ulike_general', 'text_after_unlike');
356
- $login_text = wp_ulike_get_setting( 'wp_ulike_general', 'login_text');
 
357
 
358
  return array(
359
- "like_img" => '<a onclick="'.$function.'" class="image"></a>'.$counter.'',
360
- "like_text" => '<a onclick="'.$function.'" class="text">'.$button_text.'</a>'.$counter.'',
361
- "text_after_like" => '<a onclick="'.$function.'" class="text">'.$text_after_like.'</a>'.$counter.'',
362
- "text_after_unlike" => '<a onclick="'.$function.'" class="text">'.$text_after_unlike.'</a>'.$counter.'',
363
  "permission_text" => '<a title="'.$permission_text.'" class="text user-tooltip">'.$text_after_like.'</a>'.$counter.'',
364
  "permission_img" => '<a title="'.$permission_text.'" class="image user-tooltip"></a>'.$counter.'',
365
  "login_img" => '<a title="'.$login_text.'" class="image user-tooltip"></a>'.$counter.'',
78
  * @author Alimir
79
  * @param Array $data
80
  * @since 2.0
81
+ * @updated 2.2
82
  * @return String
83
  */
84
  public function loggedby_cookie_method(array $data){
85
  $liked = wp_ulike_format_number($data["get_like"]);
86
+ $template = $this->get_template($data["id"],$data["method"],$liked,1,0);
87
  $condition = isset($_COOKIE[$data["cookie"].$data["id"]]);
88
  $button_type = wp_ulike_get_setting( 'wp_ulike_general', 'button_type');
89
  $counter = '';
321
  * @param String $key
322
  * @param Integer $data
323
  * @since 2.0
324
+ * @updated 2.2
325
  * @return Void
326
  */
327
  public function update_meta_data($id, $key, $data){
328
+ if($key == "_liked" || $key == "_topicliked")
329
  update_post_meta($id, $key, $data);
330
  else if($key == "_commentliked")
331
  update_comment_meta($id, $key, $data);
349
  */
350
  public function get_template($id,$method,$liked,$num1,$num2){
351
 
 
352
  $counter = '<span class="count-box">'.$liked.'</span>';
353
+ $button_text = html_entity_decode(wp_ulike_get_setting( 'wp_ulike_general', 'button_text'));
354
+ $permission_text = html_entity_decode(wp_ulike_get_setting( 'wp_ulike_general', 'permission_text'));
355
+ $text_after_like = html_entity_decode(wp_ulike_get_setting( 'wp_ulike_general', 'text_after_like'));
356
+ $text_after_unlike = html_entity_decode(wp_ulike_get_setting( 'wp_ulike_general', 'text_after_unlike'));
357
+ $login_text = html_entity_decode(wp_ulike_get_setting( 'wp_ulike_general', 'login_text'));
358
+ $status = $num1 + $num2;
359
 
360
  return array(
361
+ "like_img" => '<a data-ulike-id="'.$id.'" data-ulike-type="'.$method.'" data-ulike-status="'.$status.'" class="wp_ulike_btn image"></a>'.$counter.'',
362
+ "like_text" => '<a data-ulike-id="'.$id.'" data-ulike-type="'.$method.'" data-ulike-status="'.$status.'" class="wp_ulike_btn text">'.$button_text.'</a>'.$counter.'',
363
+ "text_after_like" => '<a data-ulike-id="'.$id.'" data-ulike-type="'.$method.'" data-ulike-status="'.$status.'" class="wp_ulike_btn text">'.$text_after_like.'</a>'.$counter.'',
364
+ "text_after_unlike" => '<a data-ulike-id="'.$id.'" data-ulike-type="'.$method.'" data-ulike-status="'.$status.'" class="wp_ulike_btn text">'.$text_after_unlike.'</a>'.$counter.'',
365
  "permission_text" => '<a title="'.$permission_text.'" class="text user-tooltip">'.$text_after_like.'</a>'.$counter.'',
366
  "permission_img" => '<a title="'.$permission_text.'" class="image user-tooltip"></a>'.$counter.'',
367
  "login_img" => '<a title="'.$login_text.'" class="image user-tooltip"></a>'.$counter.'',
inc/wp-functions.php CHANGED
@@ -1,411 +1,435 @@
1
- <?php
2
-
3
- /*******************************************************
4
- Posts Likes Functions
5
- *******************************************************/
6
-
7
- /**
8
- * Create ShortCode: [wp_ulike]
9
- *
10
- * @author Alimir
11
- * @since 1.4
12
- * @return wp_ulike button
13
- */
14
- add_shortcode( 'wp_ulike', 'wp_ulike_shortcode' );
15
- function wp_ulike_shortcode(){
16
- return wp_ulike('put');
17
- }
18
-
19
- /**
20
- * Auto insert wp_ulike function in the posts/pages content
21
- *
22
- * @author Alimir
23
- * @param String $content
24
- * @since 1.0
25
- * @updated 1.9
26
- * @return filter on "the_content"
27
- */
28
- if (wp_ulike_get_setting( 'wp_ulike_posts', 'auto_display' ) == '1') {
29
- function wp_ulike_put_posts($content) {
30
- //auto display position
31
- $position = wp_ulike_get_setting( 'wp_ulike_posts', 'auto_display_position');
32
- $button = '';
33
-
34
- //add wp_ulike function
35
- if( !is_feed() && wp_ulike_post_auto_display_filters()){
36
- $button = wp_ulike('put');
37
- }
38
-
39
- //return by position
40
- if($position=='bottom')
41
- return $content . $button;
42
- else if($position=='top')
43
- return $button . $content;
44
- else if($position=='top_bottom')
45
- return $button . $content . $button;
46
- else
47
- return $content . $button;
48
- }
49
-
50
- add_filter('the_content', 'wp_ulike_put_posts');
51
- }
52
-
53
- /**
54
- * Auto display filtering on posts/pages content
55
- *
56
- * @author Alimir
57
- * @since 1.9
58
- * @return boolean
59
- */
60
- function wp_ulike_post_auto_display_filters(){
61
- $filter = wp_ulike_get_setting( 'wp_ulike_posts', 'auto_display_filter');
62
- if(is_home() && $filter['home'] == '1')
63
- return 0;
64
- else if(is_single() && $filter['single'] == '1')
65
- return 0;
66
- else if(is_page() && $filter['page'] == '1')
67
- return 0;
68
- else if(is_archive() && $filter['archive'] == '1')
69
- return 0;
70
- else if(is_category() && $filter['category'] == '1')
71
- return 0;
72
- else if( is_search() && $filter['search'] == '1')
73
- return 0;
74
- else if(is_tag() && $filter['tag'] == '1')
75
- return 0;
76
- else if(is_author() && $filter['author'] == '1')
77
- return 0;
78
- else
79
- return 1;
80
- }
81
-
82
- /**
83
- * Get The Post like number
84
- *
85
- * @author Alimir
86
- * @param Integer $postID
87
- * @since 1.7
88
- * @return String
89
- */
90
- function wp_ulike_get_post_likes($postID){
91
- $val = get_post_meta($postID, '_liked', true);
92
- return wp_ulike_format_number($val);
93
- }
94
-
95
-
96
-
97
- /*******************************************************
98
- Comments Likes Functions
99
- *******************************************************/
100
-
101
- /**
102
- * Auto insert wp_ulike_comments in the comments content
103
- *
104
- * @author Alimir
105
- * @param String $content
106
- * @since 1.6
107
- * @updated 1.9
108
- * @return filter on "comment_text"
109
- */
110
- if (wp_ulike_get_setting( 'wp_ulike_comments', 'auto_display' ) == '1' && !is_admin()) {
111
- function wp_ulike_put_comments($content) {
112
- //auto display position
113
- $position = wp_ulike_get_setting( 'wp_ulike_comments', 'auto_display_position');
114
-
115
- //add wp_ulike_comments function
116
- $button = wp_ulike_comments('put');
117
-
118
- //return by position
119
- if($position=='bottom')
120
- return $content . $button;
121
- else if($position=='top')
122
- return $button . $content;
123
- else if($position=='top_bottom')
124
- return $button . $content . $button;
125
- else
126
- return $content . $button;
127
- }
128
-
129
- add_filter('comment_text', 'wp_ulike_put_comments');
130
- }
131
-
132
-
133
-
134
- /*******************************************************
135
- BuddyPress Likes Functions
136
- *******************************************************/
137
-
138
- /**
139
- * Auto insert wp_ulike_buddypress in the comments content
140
- *
141
- * @author Alimir
142
- * @param String $content
143
- * @since 1.7
144
- * @updated 2.1
145
- * @return filter on "bp_get_activity_action"
146
- */
147
- if (wp_ulike_get_setting( 'wp_ulike_buddypress', 'auto_display' ) == '1') {
148
- function wp_ulike_put_buddypress() {
149
- echo wp_ulike_buddypress('put');
150
- }
151
-
152
- if (wp_ulike_get_setting( 'wp_ulike_buddypress', 'auto_display_position' ) == 'meta')
153
- add_action( 'bp_activity_entry_meta', 'wp_ulike_put_buddypress' );
154
- else
155
- add_action( 'bp_activity_entry_content', 'wp_ulike_put_buddypress' );
156
-
157
- }
158
-
159
- /**
160
- * Register "WP ULike Activity" action
161
- *
162
- * @author Alimir
163
- * @since 1.7
164
- * @return Add action on "bp_register_activity_actions"
165
- */
166
- add_action( 'bp_register_activity_actions', 'wp_ulike_register_activity_actions' );
167
- function wp_ulike_register_activity_actions() {
168
- global $bp;
169
- bp_activity_set_action(
170
- $bp->activity->id,
171
- 'wp_like_group',
172
- __( 'WP ULike Activity', 'alimir' )
173
- );
174
- }
175
-
176
- /**
177
- * Add new buddypress activities on each like. (Post/Comments)
178
- *
179
- * @author Alimir
180
- * @param Integer $user_ID (User ID)
181
- * @param Integer $cp_ID (Post/Comment ID)
182
- * @param String $type (Simple Key for separate posts by comments)
183
- * @since 1.6
184
- * @updated 2.0
185
- * @return Void
186
- */
187
- function wp_ulike_bp_activity_add($user_ID,$cp_ID,$type){
188
- if (function_exists('bp_is_active') && wp_ulike_get_setting( 'wp_ulike_buddypress', 'new_likes_activity' ) == '1') {
189
-
190
- // Replace the post variables
191
- $post_template = wp_ulike_get_setting( 'wp_ulike_buddypress', 'bp_post_activity_add_header' );
192
- if($post_template == '')
193
- $post_template = '<strong>%POST_LIKER%</strong> liked <a href="%POST_PERMALINK%" title="%POST_TITLE%">%POST_TITLE%</a>. (So far, This post has <span class="badge">%POST_COUNT%</span> likes)';
194
-
195
- if (strpos($post_template, '%POST_LIKER%') !== false) {
196
- $POST_LIKER = bp_core_get_userlink($user_ID);
197
- $post_template = str_replace("%POST_LIKER%", $POST_LIKER, $post_template);
198
- }
199
- if (strpos($post_template, '%POST_PERMALINK%') !== false) {
200
- $POST_PERMALINK = get_permalink($cp_ID);
201
- $post_template = str_replace("%POST_PERMALINK%", $POST_PERMALINK, $post_template);
202
- }
203
- if (strpos($post_template, '%POST_COUNT%') !== false) {
204
- $POST_COUNT = get_post_meta($cp_ID, '_liked', true);
205
- $post_template = str_replace("%POST_COUNT%", $POST_COUNT, $post_template);
206
- }
207
- if (strpos($post_template, '%POST_TITLE%') !== false) {
208
- $POST_TITLE = get_the_title($cp_ID);
209
- $post_template = str_replace("%POST_TITLE%", $POST_TITLE, $post_template);
210
- }
211
-
212
- // Replace the comment variables
213
- $comment_template = wp_ulike_get_setting( 'wp_ulike_buddypress', 'bp_comment_activity_add_header' );
214
- if($comment_template == '')
215
- $comment_template = '<strong>%COMMENT_LIKER%</strong> liked <strong>%COMMENT_AUTHOR%</strong> comment. (So far, %COMMENT_AUTHOR% has <span class="badge">%COMMENT_COUNT%</span> likes for this comment)';
216
-
217
- if (strpos($comment_template, '%COMMENT_LIKER%') !== false) {
218
- $COMMENT_LIKER = bp_core_get_userlink($user_ID);
219
- $comment_template = str_replace("%COMMENT_LIKER%", $COMMENT_LIKER, $comment_template);
220
- }
221
- if (strpos($comment_template, '%COMMENT_AUTHOR%') !== false) {
222
- $COMMENT_AUTHOR = get_comment_author($cp_ID);
223
- $comment_template = str_replace("%COMMENT_AUTHOR%", $COMMENT_AUTHOR, $comment_template);
224
- }
225
- if (strpos($comment_template, '%COMMENT_COUNT%') !== false) {
226
- $COMMENT_COUNT = get_comment_meta($cp_ID, '_commentliked', true);
227
- $comment_template = str_replace("%COMMENT_COUNT%", $COMMENT_COUNT, $comment_template);
228
- }
229
-
230
- //create bp_activity_add
231
- if($type=='_commentliked'){
232
- bp_activity_add( array(
233
- 'user_id' => $user_ID,
234
- 'action' => $comment_template,
235
- 'component' => 'activity',
236
- 'type' => 'wp_like_group',
237
- 'item_id' => $cp_ID
238
- ));
239
- }
240
- else if($type=='_liked'){
241
- bp_activity_add( array(
242
- 'user_id' => $user_ID,
243
- 'action' => $post_template,
244
- 'component' => 'activity',
245
- 'type' => 'wp_like_group',
246
- 'item_id' => $cp_ID
247
- ));
248
- }
249
- }
250
- else{
251
- return '';
252
- }
253
- }
254
-
255
-
256
-
257
- /*******************************************************
258
- General Functions
259
- *******************************************************/
260
-
261
- //Create global variable of user IP
262
- global $wp_user_IP;
263
- $wp_user_IP = wp_ulike_get_real_ip();
264
-
265
- /**
266
- * Get the real IP
267
- *
268
- * @author Alimir
269
- * @since 1.1
270
- * @return Void
271
- */
272
- function wp_ulike_get_real_ip() {
273
- if (getenv('HTTP_CLIENT_IP')) {
274
- $ip = getenv('HTTP_CLIENT_IP');
275
- } elseif (getenv('HTTP_X_FORWARDED_FOR')) {
276
- $ip = getenv('HTTP_X_FORWARDED_FOR');
277
- } elseif (getenv('HTTP_X_FORWARDED')) {
278
- $ip = getenv('HTTP_X_FORWARDED');
279
- } elseif (getenv('HTTP_FORWARDED_FOR')) {
280
- $ip = getenv('HTTP_FORWARDED_FOR');
281
- } elseif (getenv('HTTP_FORWARDED')) {
282
- $ip = getenv('HTTP_FORWARDED');
283
- } else {
284
- $ip = $_SERVER['REMOTE_ADDR'];
285
- }
286
-
287
- return $ip;
288
- }
289
-
290
- /**
291
- * Get custom style setting from customize options
292
- *
293
- * @author Alimir
294
- * @since 1.3
295
- * @updated 1.8
296
- * @return Void (Print new CSS styles)
297
- */
298
- function wp_ulike_get_custom_style(){
299
- $btn_style = '';
300
- $counter_style = '';
301
- $customstyle = '';
302
- $customloading = '';
303
-
304
- //get custom icon
305
- $customicon = wp_ulike_get_setting( 'wp_ulike_general', 'button_url' );
306
- $iconurl = wp_get_attachment_url( $customicon );
307
-
308
- if(wp_ulike_get_setting( 'wp_ulike_customize', 'custom_style') == '1'){
309
-
310
- //get custom options
311
- $customstyle = get_option( 'wp_ulike_customize' );
312
-
313
- //button style
314
- $btn_bg = $customstyle['btn_bg'];
315
- $btn_border = $customstyle['btn_border'];
316
- $btn_color = $customstyle['btn_color'];
317
-
318
- //counter style
319
- $counter_bg = $customstyle['counter_bg'];
320
- $counter_border = $customstyle['counter_border'];
321
- $counter_color = $customstyle['counter_color'];
322
-
323
- //Loading animation
324
- $customloading = $customstyle['loading_animation'];
325
- $loadingurl = wp_get_attachment_url( $customloading );
326
-
327
-
328
- if($btn_bg != ''){
329
- $btn_style .= "background-color:$btn_bg !important; ";
330
- }
331
- if($btn_border != ''){
332
- $btn_style .= "border-color:$btn_border !important; ";
333
- }
334
- if($btn_color != ''){
335
- $btn_style .= "color:$btn_color !important;";
336
- }
337
-
338
- if($counter_bg != ''){
339
- $counter_style .= "background-color:$counter_bg !important; ";
340
- }
341
- if($counter_border != ''){
342
- $counter_style .= "border-color:$counter_border !important; ";
343
- }
344
- if($counter_color != ''){
345
- $counter_style .= "color:$counter_color !important;";
346
- }
347
-
348
- }
349
-
350
- if($customicon != '' || $customstyle != ''){
351
-
352
- echo "<style>";
353
-
354
- if($customicon != ''){
355
- echo '
356
- .wpulike .counter a.image {
357
- background-image: url('.$iconurl.') !important;
358
- }
359
- ';
360
- }
361
-
362
- if($customloading != ''){
363
- echo '
364
- .wpulike .counter a.loading {
365
- background-image: url('.$loadingurl.') !important;
366
- }
367
- ';
368
- }
369
-
370
- if($btn_style != ''){
371
- echo "
372
- .wpulike .counter a{
373
- $btn_style
374
- }";
375
- }
376
-
377
- if($counter_style != ''){
378
- echo"
379
- .wpulike .count-box,.wpulike .count-box:before{
380
- $counter_style
381
- }";
382
- }
383
-
384
- echo "</style>";
385
- }
386
- }
387
-
388
- /**
389
- * Convert numbers of Likes with string (kilobyte) format
390
- *
391
- * @author Alimir
392
- * @param Integer $num (get like number)
393
- * @since 1.5
394
- * @updated 2.0
395
- * @return String
396
- */
397
- function wp_ulike_format_number($num){
398
- $plus = $num != 0 ? '+' : '';
399
- if ($num >= 1000 && wp_ulike_get_setting( 'wp_ulike_general', 'format_number' ) == '1')
400
- $value = round($num/1000, 2) . 'K' . $plus;
401
- else
402
- $value = $num . $plus;
403
- $value = apply_filters( 'wp_ulike_format_number', $value, $num, $plus);
404
- return $value;
405
- }
406
-
407
- /*******************************************************
408
- WP ULike Class
409
- *******************************************************/
410
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411
  include( plugin_dir_path(__FILE__) . 'classes/class-ulike.php');
1
+ <?php
2
+
3
+ /*******************************************************
4
+ Posts Likes Functions
5
+ *******************************************************/
6
+
7
+ /**
8
+ * Create ShortCode: [wp_ulike]
9
+ *
10
+ * @author Alimir
11
+ * @since 1.4
12
+ * @return wp_ulike button
13
+ */
14
+ add_shortcode( 'wp_ulike', 'wp_ulike_shortcode' );
15
+ function wp_ulike_shortcode(){
16
+ return wp_ulike('put');
17
+ }
18
+
19
+ /**
20
+ * Auto insert wp_ulike function in the posts/pages content
21
+ *
22
+ * @author Alimir
23
+ * @param String $content
24
+ * @since 1.0
25
+ * @updated 1.9
26
+ * @return filter on "the_content"
27
+ */
28
+ if (wp_ulike_get_setting( 'wp_ulike_posts', 'auto_display' ) == '1') {
29
+ function wp_ulike_put_posts($content) {
30
+ //auto display position
31
+ $position = wp_ulike_get_setting( 'wp_ulike_posts', 'auto_display_position');
32
+ $button = '';
33
+
34
+ //add wp_ulike function
35
+ if( !is_feed() && wp_ulike_post_auto_display_filters()){
36
+ $button = wp_ulike('put');
37
+ }
38
+
39
+ //return by position
40
+ if($position=='bottom')
41
+ return $content . $button;
42
+ else if($position=='top')
43
+ return $button . $content;
44
+ else if($position=='top_bottom')
45
+ return $button . $content . $button;
46
+ else
47
+ return $content . $button;
48
+ }
49
+
50
+ add_filter('the_content', 'wp_ulike_put_posts');
51
+ }
52
+
53
+ /**
54
+ * Auto display filtering on posts/pages content
55
+ *
56
+ * @author Alimir
57
+ * @since 1.9
58
+ * @return boolean
59
+ */
60
+ function wp_ulike_post_auto_display_filters(){
61
+ $filter = wp_ulike_get_setting( 'wp_ulike_posts', 'auto_display_filter');
62
+ if(is_home() && $filter['home'] == '1')
63
+ return 0;
64
+ else if(is_single() && $filter['single'] == '1')
65
+ return 0;
66
+ else if(is_page() && $filter['page'] == '1')
67
+ return 0;
68
+ else if(is_archive() && $filter['archive'] == '1')
69
+ return 0;
70
+ else if(is_category() && $filter['category'] == '1')
71
+ return 0;
72
+ else if( is_search() && $filter['search'] == '1')
73
+ return 0;
74
+ else if(is_tag() && $filter['tag'] == '1')
75
+ return 0;
76
+ else if(is_author() && $filter['author'] == '1')
77
+ return 0;
78
+ else
79
+ return 1;
80
+ }
81
+
82
+ /**
83
+ * Get The Post like number
84
+ *
85
+ * @author Alimir
86
+ * @param Integer $postID
87
+ * @since 1.7
88
+ * @return String
89
+ */
90
+ function wp_ulike_get_post_likes($postID){
91
+ $val = get_post_meta($postID, '_liked', true);
92
+ return wp_ulike_format_number($val);
93
+ }
94
+
95
+
96
+
97
+ /*******************************************************
98
+ Comments Likes Functions
99
+ *******************************************************/
100
+
101
+ /**
102
+ * Auto insert wp_ulike_comments in the comments content
103
+ *
104
+ * @author Alimir
105
+ * @param String $content
106
+ * @since 1.6
107
+ * @updated 1.9
108
+ * @return filter on "comment_text"
109
+ */
110
+ if (wp_ulike_get_setting( 'wp_ulike_comments', 'auto_display' ) == '1' && !is_admin()) {
111
+ function wp_ulike_put_comments($content) {
112
+ //auto display position
113
+ $position = wp_ulike_get_setting( 'wp_ulike_comments', 'auto_display_position');
114
+
115
+ //add wp_ulike_comments function
116
+ $button = wp_ulike_comments('put');
117
+
118
+ //return by position
119
+ if($position=='bottom')
120
+ return $content . $button;
121
+ else if($position=='top')
122
+ return $button . $content;
123
+ else if($position=='top_bottom')
124
+ return $button . $content . $button;
125
+ else
126
+ return $content . $button;
127
+ }
128
+
129
+ add_filter('comment_text', 'wp_ulike_put_comments');
130
+ }
131
+
132
+
133
+
134
+ /*******************************************************
135
+ BuddyPress Likes Functions
136
+ *******************************************************/
137
+
138
+ /**
139
+ * Auto insert wp_ulike_buddypress in the comments content
140
+ *
141
+ * @author Alimir
142
+ * @param String $content
143
+ * @since 1.7
144
+ * @updated 2.1
145
+ * @return filter on "bp_get_activity_action"
146
+ */
147
+ if (wp_ulike_get_setting( 'wp_ulike_buddypress', 'auto_display' ) == '1') {
148
+ function wp_ulike_put_buddypress() {
149
+ echo wp_ulike_buddypress('put');
150
+ }
151
+
152
+ if (wp_ulike_get_setting( 'wp_ulike_buddypress', 'auto_display_position' ) == 'meta')
153
+ add_action( 'bp_activity_entry_meta', 'wp_ulike_put_buddypress' );
154
+ else
155
+ add_action( 'bp_activity_entry_content', 'wp_ulike_put_buddypress' );
156
+
157
+ }
158
+
159
+ /**
160
+ * Register "WP ULike Activity" action
161
+ *
162
+ * @author Alimir
163
+ * @since 1.7
164
+ * @return Add action on "bp_register_activity_actions"
165
+ */
166
+ add_action( 'bp_register_activity_actions', 'wp_ulike_register_activity_actions' );
167
+ function wp_ulike_register_activity_actions() {
168
+ global $bp;
169
+ bp_activity_set_action(
170
+ $bp->activity->id,
171
+ 'wp_like_group',
172
+ __( 'WP ULike Activity', 'alimir' )
173
+ );
174
+ }
175
+
176
+ /**
177
+ * Add new buddypress activities on each like. (Post/Comments)
178
+ *
179
+ * @author Alimir
180
+ * @param Integer $user_ID (User ID)
181
+ * @param Integer $cp_ID (Post/Comment ID)
182
+ * @param String $type (Simple Key for separate posts by comments)
183
+ * @since 1.6
184
+ * @updated 2.0
185
+ * @return Void
186
+ */
187
+ function wp_ulike_bp_activity_add($user_ID,$cp_ID,$type){
188
+ if (function_exists('bp_is_active') && wp_ulike_get_setting( 'wp_ulike_buddypress', 'new_likes_activity' ) == '1') {
189
+
190
+ // Replace the post variables
191
+ $post_template = wp_ulike_get_setting( 'wp_ulike_buddypress', 'bp_post_activity_add_header' );
192
+ if($post_template == '')
193
+ $post_template = '<strong>%POST_LIKER%</strong> liked <a href="%POST_PERMALINK%" title="%POST_TITLE%">%POST_TITLE%</a>. (So far, This post has <span class="badge">%POST_COUNT%</span> likes)';
194
+
195
+ if (strpos($post_template, '%POST_LIKER%') !== false) {
196
+ $POST_LIKER = bp_core_get_userlink($user_ID);
197
+ $post_template = str_replace("%POST_LIKER%", $POST_LIKER, $post_template);
198
+ }
199
+ if (strpos($post_template, '%POST_PERMALINK%') !== false) {
200
+ $POST_PERMALINK = get_permalink($cp_ID);
201
+ $post_template = str_replace("%POST_PERMALINK%", $POST_PERMALINK, $post_template);
202
+ }
203
+ if (strpos($post_template, '%POST_COUNT%') !== false) {
204
+ $POST_COUNT = get_post_meta($cp_ID, '_liked', true);
205
+ $post_template = str_replace("%POST_COUNT%", $POST_COUNT, $post_template);
206
+ }
207
+ if (strpos($post_template, '%POST_TITLE%') !== false) {
208
+ $POST_TITLE = get_the_title($cp_ID);
209
+ $post_template = str_replace("%POST_TITLE%", $POST_TITLE, $post_template);
210
+ }
211
+
212
+ // Replace the comment variables
213
+ $comment_template = wp_ulike_get_setting( 'wp_ulike_buddypress', 'bp_comment_activity_add_header' );
214
+ if($comment_template == '')
215
+ $comment_template = '<strong>%COMMENT_LIKER%</strong> liked <strong>%COMMENT_AUTHOR%</strong> comment. (So far, %COMMENT_AUTHOR% has <span class="badge">%COMMENT_COUNT%</span> likes for this comment)';
216
+
217
+ if (strpos($comment_template, '%COMMENT_LIKER%') !== false) {
218
+ $COMMENT_LIKER = bp_core_get_userlink($user_ID);
219
+ $comment_template = str_replace("%COMMENT_LIKER%", $COMMENT_LIKER, $comment_template);
220
+ }
221
+ if (strpos($comment_template, '%COMMENT_AUTHOR%') !== false) {
222
+ $COMMENT_AUTHOR = get_comment_author($cp_ID);
223
+ $comment_template = str_replace("%COMMENT_AUTHOR%", $COMMENT_AUTHOR, $comment_template);
224
+ }
225
+ if (strpos($comment_template, '%COMMENT_COUNT%') !== false) {
226
+ $COMMENT_COUNT = get_comment_meta($cp_ID, '_commentliked', true);
227
+ $comment_template = str_replace("%COMMENT_COUNT%", $COMMENT_COUNT, $comment_template);
228
+ }
229
+
230
+ //create bp_activity_add
231
+ if($type=='_commentliked'){
232
+ bp_activity_add( array(
233
+ 'user_id' => $user_ID,
234
+ 'action' => $comment_template,
235
+ 'component' => 'activity',
236
+ 'type' => 'wp_like_group',
237
+ 'item_id' => $cp_ID
238
+ ));
239
+ }
240
+ else if($type=='_liked'){
241
+ bp_activity_add( array(
242
+ 'user_id' => $user_ID,
243
+ 'action' => $post_template,
244
+ 'component' => 'activity',
245
+ 'type' => 'wp_like_group',
246
+ 'item_id' => $cp_ID
247
+ ));
248
+ }
249
+ }
250
+ else{
251
+ return '';
252
+ }
253
+ }
254
+
255
+
256
+
257
+ /*******************************************************
258
+ bbPress Likes Functions
259
+ *******************************************************/
260
+
261
+ /**
262
+ * Auto insert wp_ulike_bbpress in the topcis content
263
+ *
264
+ * @author Alimir
265
+ * @param String $content
266
+ * @since 2.2
267
+ * @return filter on bbpPress hooks
268
+ */
269
+ if (wp_ulike_get_setting( 'wp_ulike_bbpress', 'auto_display' ) == '1') {
270
+
271
+ function wp_ulike_put_bbpress() {
272
+ echo wp_ulike_bbpress('put');
273
+ }
274
+
275
+ if (wp_ulike_get_setting( 'wp_ulike_bbpress', 'auto_display_position' ) == 'top')
276
+ add_action( 'bbp_theme_before_reply_content', 'wp_ulike_put_bbpress' );
277
+ else
278
+ add_action( 'bbp_theme_after_reply_content', 'wp_ulike_put_bbpress' );
279
+ }
280
+
281
+ /*******************************************************
282
+ General Functions
283
+ *******************************************************/
284
+
285
+ //Create global variable of user IP
286
+ global $wp_user_IP;
287
+ $wp_user_IP = wp_ulike_get_real_ip();
288
+
289
+ /**
290
+ * Get the real IP
291
+ *
292
+ * @author Alimir
293
+ * @since 1.1
294
+ * @return Void
295
+ */
296
+ function wp_ulike_get_real_ip() {
297
+ if (getenv('HTTP_CLIENT_IP')) {
298
+ $ip = getenv('HTTP_CLIENT_IP');
299
+ } elseif (getenv('HTTP_X_FORWARDED_FOR')) {
300
+ $ip = getenv('HTTP_X_FORWARDED_FOR');
301
+ } elseif (getenv('HTTP_X_FORWARDED')) {
302
+ $ip = getenv('HTTP_X_FORWARDED');
303
+ } elseif (getenv('HTTP_FORWARDED_FOR')) {
304
+ $ip = getenv('HTTP_FORWARDED_FOR');
305
+ } elseif (getenv('HTTP_FORWARDED')) {
306
+ $ip = getenv('HTTP_FORWARDED');
307
+ } else {
308
+ $ip = $_SERVER['REMOTE_ADDR'];
309
+ }
310
+
311
+ return $ip;
312
+ }
313
+
314
+ /**
315
+ * Get custom style setting from customize options
316
+ *
317
+ * @author Alimir
318
+ * @since 1.3
319
+ * @updated 1.8
320
+ * @return Void (Print new CSS styles)
321
+ */
322
+ function wp_ulike_get_custom_style(){
323
+ $btn_style = '';
324
+ $counter_style = '';
325
+ $customstyle = '';
326
+ $customloading = '';
327
+
328
+ //get custom icon
329
+ $customicon = wp_ulike_get_setting( 'wp_ulike_general', 'button_url' );
330
+ $iconurl = wp_get_attachment_url( $customicon );
331
+
332
+ if(wp_ulike_get_setting( 'wp_ulike_customize', 'custom_style') == '1'){
333
+
334
+ //get custom options
335
+ $customstyle = get_option( 'wp_ulike_customize' );
336
+
337
+ //button style
338
+ $btn_bg = $customstyle['btn_bg'];
339
+ $btn_border = $customstyle['btn_border'];
340
+ $btn_color = $customstyle['btn_color'];
341
+
342
+ //counter style
343
+ $counter_bg = $customstyle['counter_bg'];
344
+ $counter_border = $customstyle['counter_border'];
345
+ $counter_color = $customstyle['counter_color'];
346
+
347
+ //Loading animation
348
+ $customloading = $customstyle['loading_animation'];
349
+ $loadingurl = wp_get_attachment_url( $customloading );
350
+
351
+
352
+ if($btn_bg != ''){
353
+ $btn_style .= "background-color:$btn_bg !important; ";
354
+ }
355
+ if($btn_border != ''){
356
+ $btn_style .= "border-color:$btn_border !important; ";
357
+ }
358
+ if($btn_color != ''){
359
+ $btn_style .= "color:$btn_color !important;";
360
+ }
361
+
362
+ if($counter_bg != ''){
363
+ $counter_style .= "background-color:$counter_bg !important; ";
364
+ }
365
+ if($counter_border != ''){
366
+ $counter_style .= "border-color:$counter_border !important; ";
367
+ }
368
+ if($counter_color != ''){
369
+ $counter_style .= "color:$counter_color !important;";
370
+ }
371
+
372
+ }
373
+
374
+ if($customicon != '' || $customstyle != ''){
375
+
376
+ echo "<style>";
377
+
378
+ if($customicon != ''){
379
+ echo '
380
+ .wpulike .counter a.image {
381
+ background-image: url('.$iconurl.') !important;
382
+ }
383
+ ';
384
+ }
385
+
386
+ if($customloading != ''){
387
+ echo '
388
+ .wpulike .counter a.loading {
389
+ background-image: url('.$loadingurl.') !important;
390
+ }
391
+ ';
392
+ }
393
+
394
+ if($btn_style != ''){
395
+ echo "
396
+ .wpulike .counter a{
397
+ $btn_style
398
+ }";
399
+ }
400
+
401
+ if($counter_style != ''){
402
+ echo"
403
+ .wpulike .count-box,.wpulike .count-box:before{
404
+ $counter_style
405
+ }";
406
+ }
407
+
408
+ echo "</style>";
409
+ }
410
+ }
411
+
412
+ /**
413
+ * Convert numbers of Likes with string (kilobyte) format
414
+ *
415
+ * @author Alimir
416
+ * @param Integer $num (get like number)
417
+ * @since 1.5
418
+ * @updated 2.0
419
+ * @return String
420
+ */
421
+ function wp_ulike_format_number($num){
422
+ $plus = $num != 0 ? '+' : '';
423
+ if ($num >= 1000 && wp_ulike_get_setting( 'wp_ulike_general', 'format_number' ) == '1')
424
+ $value = round($num/1000, 2) . 'K' . $plus;
425
+ else
426
+ $value = $num . $plus;
427
+ $value = apply_filters( 'wp_ulike_format_number', $value, $num, $plus);
428
+ return $value;
429
+ }
430
+
431
+ /*******************************************************
432
+ WP ULike Class
433
+ *******************************************************/
434
+
435
  include( plugin_dir_path(__FILE__) . 'classes/class-ulike.php');
inc/wp-script.php CHANGED
@@ -7,7 +7,7 @@
7
  *
8
  * @author Alimir
9
  * @since 1.0
10
- * @updated 2.1
11
  * @return void
12
  */
13
  add_action('init', 'wp_ulike_enqueue_scripts');
@@ -16,7 +16,7 @@
16
  //enqueue JQuery script
17
  wp_enqueue_script( 'jquery' );
18
  //Add ulike script file with special functions.
19
- wp_enqueue_script('wp_ulike', plugins_url('assets/js/wp-ulike-scripts.js', dirname(__FILE__)), array('jquery'), '1.0.1');
20
  //Add ulike plugin file, such as: tooltip, transaction, ...
21
  wp_enqueue_script('wp_ulike_plugins', plugins_url('assets/js/wp-ulike-plugins.js', dirname(__FILE__)), array('jquery'), '1.0.0', true);
22
  //localize script
@@ -29,12 +29,8 @@
29
  'return_initial_after_unlike' => wp_ulike_get_setting( 'wp_ulike_general', 'return_initial_after_unlike')
30
  ));
31
  //wp_ajax hooks for the custom AJAX requests
32
- add_action('wp_ajax_ulikeprocess','wp_ulike_process');
33
- add_action('wp_ajax_nopriv_ulikeprocess', 'wp_ulike_process');
34
- add_action('wp_ajax_ulikecommentprocess','wp_ulike_comments_process');
35
- add_action('wp_ajax_nopriv_ulikecommentprocess', 'wp_ulike_comments_process');
36
- add_action('wp_ajax_ulikebuddypressprocess','wp_ulike_buddypress_process');
37
- add_action('wp_ajax_nopriv_ulikebuddypressprocess', 'wp_ulike_buddypress_process');
38
  }
39
 
40
  /**
@@ -42,17 +38,17 @@
42
  *
43
  * @author Alimir
44
  * @since 1.0
45
- * @updated 2.1
46
  * @return Void (Enqueue CSS styles)
47
  */
48
  add_action('wp_enqueue_scripts', 'wp_ulike_enqueue_style');
49
 
50
  function wp_ulike_enqueue_style() {
51
  if(!is_rtl()){
52
- wp_enqueue_style( 'wp-ulike', plugins_url('assets/css/wp-ulike.css', dirname(__FILE__)) );
53
  }
54
  else{
55
- wp_enqueue_style( 'wp-ulike', plugins_url('assets/css/wp-ulike-rtl.css', dirname(__FILE__)) );
56
  }
57
  //add your custom style from setting panel.
58
  wp_ulike_get_custom_style();
7
  *
8
  * @author Alimir
9
  * @since 1.0
10
+ * @updated 2.2
11
  * @return void
12
  */
13
  add_action('init', 'wp_ulike_enqueue_scripts');
16
  //enqueue JQuery script
17
  wp_enqueue_script( 'jquery' );
18
  //Add ulike script file with special functions.
19
+ wp_enqueue_script('wp_ulike', plugins_url('assets/js/wp-ulike-scripts.min.js', dirname(__FILE__)), array('jquery'), '1.2.0');
20
  //Add ulike plugin file, such as: tooltip, transaction, ...
21
  wp_enqueue_script('wp_ulike_plugins', plugins_url('assets/js/wp-ulike-plugins.js', dirname(__FILE__)), array('jquery'), '1.0.0', true);
22
  //localize script
29
  'return_initial_after_unlike' => wp_ulike_get_setting( 'wp_ulike_general', 'return_initial_after_unlike')
30
  ));
31
  //wp_ajax hooks for the custom AJAX requests
32
+ add_action('wp_ajax_wp_ulike_process','wp_ulike_process');
33
+ add_action('wp_ajax_nopriv_wp_ulike_process', 'wp_ulike_process');
 
 
 
 
34
  }
35
 
36
  /**
38
  *
39
  * @author Alimir
40
  * @since 1.0
41
+ * @updated 2.2
42
  * @return Void (Enqueue CSS styles)
43
  */
44
  add_action('wp_enqueue_scripts', 'wp_ulike_enqueue_style');
45
 
46
  function wp_ulike_enqueue_style() {
47
  if(!is_rtl()){
48
+ wp_enqueue_style( 'wp-ulike', plugins_url('assets/css/wp-ulike.min.css', dirname(__FILE__)) );
49
  }
50
  else{
51
+ wp_enqueue_style( 'wp-ulike', plugins_url('assets/css/wp-ulike-rtl.min.css', dirname(__FILE__)) );
52
  }
53
  //add your custom style from setting panel.
54
  wp_ulike_get_custom_style();
inc/wp-ulike-buddypress.php DELETED
@@ -1,114 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * wp_ulike_buddypress function for activities like/unlike display
5
- *
6
- * @author Alimir
7
- * @since 1.7
8
- * @updated 2.0
9
- * @return String
10
- */
11
- function wp_ulike_buddypress($arg) {
12
- //global variables
13
- global $wp_ulike_class,$wp_user_IP;
14
-
15
- $activityID = bp_get_activity_id();
16
- $bp_get_meta = bp_activity_get_meta($activityID, '_activityliked');
17
- $get_like = $bp_get_meta != '' ? $bp_get_meta : 0;
18
- $return_userID = $wp_ulike_class->get_reutrn_id();
19
-
20
- if(
21
- (wp_ulike_get_setting( 'wp_ulike_buddypress', 'only_registered_users') != '1')
22
- or
23
- (wp_ulike_get_setting( 'wp_ulike_buddypress', 'only_registered_users') == '1' && is_user_logged_in())
24
- ){
25
-
26
- $data = array(
27
- "id" => $activityID, //Activity ID
28
- "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
29
- "user_ip" => $wp_user_IP, //User IP
30
- "get_like" => $get_like, //Number Of Likes
31
- "method" => 'likeThisActivity', //JavaScript method
32
- "setting" => 'wp_ulike_buddypress', //Setting Key
33
- "type" => 'post', //Function type (post/process)
34
- "table" => 'ulike_activities', //Activities table
35
- "column" => 'activity_id', //ulike_activities table column name
36
- "key" => '_activityliked', //meta key
37
- "cookie" => 'activity-liked-' //Cookie Name
38
- );
39
-
40
- //call wp_get_ulike function from class-ulike calss
41
- $counter = $wp_ulike_class->wp_get_ulike($data);
42
-
43
- if (wp_ulike_get_setting( 'wp_ulike_buddypress', 'auto_display_position' ) == 'meta')
44
- $html_tag = 'span';
45
- else
46
- $html_tag = 'div';
47
-
48
- $wp_ulike = '<'.$html_tag.' id="wp-ulike-activity-'.$activityID.'" class="wpulike">';
49
- $wp_ulike .= '<'.$html_tag.' class="counter">'.$counter.'</'.$html_tag.'>';
50
- $wp_ulike .= '</'.$html_tag.'>';
51
- $wp_ulike .= $wp_ulike_class->get_liked_users($activityID,'ulike_activities','activity_id','wp_ulike_buddypress');
52
-
53
- if ($arg == 'put') {
54
- return $wp_ulike;
55
- }
56
- else {
57
- echo $wp_ulike;
58
- }
59
-
60
- }//end !only_registered_users condition
61
-
62
- else if (wp_ulike_get_setting( 'wp_ulike_buddypress', 'only_registered_users') == '1' && !is_user_logged_in()){
63
- $login_type = wp_ulike_get_setting( 'wp_ulike_general', 'login_type');
64
- if($login_type == "button"){
65
- $template = $wp_ulike_class->get_template($activityID,'likeThisActivity',$get_like,1,0);
66
- if (wp_ulike_get_setting( 'wp_ulike_general', 'button_type') == 'image') {
67
- return '<'.$html_tag.' id="wp-ulike-activity-'.$activityID.'" class="wpulike"><'.$html_tag.' class="counter">' . $template['login_img'] . '</'.$html_tag.'></'.$html_tag.'>';
68
- }
69
- else {
70
- return '<'.$html_tag.' id="wp-ulike-activity-'.$activityID.'" class="wpulike"><'.$html_tag.' class="counter">' . $template['login_text'] . '</'.$html_tag.'></'.$html_tag.'>';
71
- }
72
- }
73
- else
74
- return '<p class="alert alert-info fade in" role="alert"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>'.__('You need to login in order to like this activity: ','alimir').'<a href="'.wp_login_url( get_permalink() ).'"> '.__('click here','alimir').' </a></p>';
75
- }//end only_registered_users condition
76
-
77
- }
78
-
79
- /**
80
- * wp_ulike_buddypress_process function for activities like/unlike process
81
- *
82
- * @author Alimir
83
- * @since 1.7
84
- * @updated 2.0
85
- * @return String
86
- */
87
- function wp_ulike_buddypress_process(){
88
-
89
- global $wp_ulike_class,$wp_user_IP;
90
- $activityID = $_POST['id'];
91
- $bp_get_meta = bp_activity_get_meta($activityID, '_activityliked');
92
- $get_like = $bp_get_meta != '' ? $bp_get_meta : 0;
93
- $return_userID = $wp_ulike_class->get_reutrn_id();
94
-
95
- $data = array(
96
- "id" => $activityID, //Activity ID
97
- "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
98
- "user_ip" => $wp_user_IP, //User IP
99
- "get_like" => $get_like, //Number Of Likes
100
- "method" => 'likeThisActivity', //JavaScript method
101
- "setting" => 'wp_ulike_buddypress', //Setting Key
102
- "type" => 'process', //Function type (post/process)
103
- "table" => 'ulike_activities', //Activities table
104
- "column" => 'activity_id', //ulike_activities table column name
105
- "key" => '_activityliked', //meta key
106
- "cookie" => 'activity-liked-' //Cookie Name
107
- );
108
-
109
- if($activityID != '') {
110
- //call wp_get_ulike function from class-ulike calss
111
- echo $wp_ulike_class->wp_get_ulike($data);
112
- }
113
- die();
114
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/wp-ulike-comments.php DELETED
@@ -1,109 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * wp_ulike_comments function for comments like/unlike display
5
- *
6
- * @author Alimir
7
- * @since 1.6
8
- * @updated 2.0
9
- * @return String
10
- */
11
- function wp_ulike_comments($arg) {
12
- //global variables
13
- global $wp_ulike_class,$wp_user_IP;
14
-
15
- $CommentID = get_comment_ID();
16
- $comment_meta = get_comment_meta($CommentID, '_commentliked', true);
17
- $get_like = $comment_meta != '' ? $comment_meta : 0;
18
- $return_userID = $wp_ulike_class->get_reutrn_id();
19
-
20
- if(
21
- (wp_ulike_get_setting( 'wp_ulike_comments', 'only_registered_users') != '1')
22
- or
23
- (wp_ulike_get_setting( 'wp_ulike_comments', 'only_registered_users') == '1' && is_user_logged_in())
24
- ){
25
-
26
- $data = array(
27
- "id" => $CommentID, //Comment ID
28
- "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
29
- "user_ip" => $wp_user_IP, //User IP
30
- "get_like" => $get_like, //Number Of Likes
31
- "method" => 'likeThisComment', //JavaScript method
32
- "setting" => 'wp_ulike_comments', //Setting Key
33
- "type" => 'post', //Function type (post/process)
34
- "table" => 'ulike_comments', //Comments table
35
- "column" => 'comment_id', //ulike_comments table column name
36
- "key" => '_commentliked', //meta key
37
- "cookie" => 'comment-liked-' //Cookie Name
38
- );
39
-
40
- //call wp_get_ulike function from class-ulike calss
41
- $counter = $wp_ulike_class->wp_get_ulike($data);
42
-
43
- $wp_ulike = '<div id="wp-ulike-comment-'.$CommentID.'" class="wpulike">';
44
- $wp_ulike .= '<div class="counter">'.$counter.'</div>';
45
- $wp_ulike .= '</div>';
46
- $wp_ulike .= $wp_ulike_class->get_liked_users($CommentID,'ulike_comments','comment_id','wp_ulike_comments');
47
-
48
- if ($arg == 'put') {
49
- return $wp_ulike;
50
- }
51
- else {
52
- echo $wp_ulike;
53
- }
54
-
55
- }//end !only_registered_users condition
56
-
57
- else if (wp_ulike_get_setting( 'wp_ulike_comments', 'only_registered_users') == '1' && !is_user_logged_in()){
58
- $login_type = wp_ulike_get_setting( 'wp_ulike_general', 'login_type');
59
- if($login_type == "button"){
60
- $template = $wp_ulike_class->get_template($CommentID,'likeThisComment',$get_like,1,0);
61
- if (wp_ulike_get_setting( 'wp_ulike_general', 'button_type') == 'image') {
62
- return '<div id="wp-ulike-comment-'.$CommentID.'" class="wpulike"><div class="counter">' . $template['login_img'] . '</div></div>';
63
- }
64
- else {
65
- return '<div id="wp-ulike-comment-'.$CommentID.'" class="wpulike"><div class="counter">' . $template['login_text'] . '</div></div>';
66
- }
67
- }
68
- else
69
- return '<p class="alert alert-info fade in" role="alert"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>'.__('You need to login in order to like this comment: ','alimir').'<a href="'.wp_login_url( get_permalink() ).'"> '.__('click here','alimir').' </a></p>';
70
- }//end only_registered_users condition
71
-
72
- }
73
-
74
- /**
75
- * wp_ulike_comments_process function for comments like/unlike process
76
- *
77
- * @author Alimir
78
- * @since 1.6
79
- * @updated 2.0
80
- * @return String
81
- */
82
- function wp_ulike_comments_process(){
83
-
84
- global $wp_ulike_class,$wp_user_IP;
85
- $CommentID = $_POST['id'];
86
- $comment_meta = get_comment_meta($CommentID, '_commentliked', true);
87
- $get_like = $comment_meta != '' ? $comment_meta : 0;
88
- $return_userID = $wp_ulike_class->get_reutrn_id();
89
-
90
- $data = array(
91
- "id" => $CommentID, //Comment ID
92
- "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
93
- "user_ip" => $wp_user_IP, //User IP
94
- "get_like" => $get_like, //Number Of Likes
95
- "method" => 'likeThisComment', //JavaScript method
96
- "setting" => 'wp_ulike_comments', //Setting Key
97
- "type" => 'process', //Function type (post/process)
98
- "table" => 'ulike_comments', //Comments table
99
- "column" => 'comment_id', //ulike_comments table column name
100
- "key" => '_commentliked', //meta key
101
- "cookie" => 'comment-liked-' //Cookie Name
102
- );
103
-
104
- if($CommentID != '') {
105
- //call wp_get_ulike function from class-ulike calss
106
- echo $wp_ulike_class->wp_get_ulike($data);
107
- }
108
- die();
109
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/wp-ulike-posts.php DELETED
@@ -1,109 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * wp_ulike function for posts like/unlike display
5
- *
6
- * @author Alimir
7
- * @since 1.0
8
- * @updated 2.0
9
- * @return String
10
- */
11
- function wp_ulike($arg) {
12
- //global variables
13
- global $post,$wp_ulike_class,$wp_user_IP;
14
-
15
- $post_ID = $post->ID;
16
- $get_post_meta = get_post_meta($post_ID, '_liked', true);
17
- $get_like = $get_post_meta != '' ? $get_post_meta : 0;
18
- $return_userID = $wp_ulike_class->get_reutrn_id();
19
-
20
- if(
21
- (wp_ulike_get_setting( 'wp_ulike_posts', 'only_registered_users') != '1')
22
- or
23
- (wp_ulike_get_setting( 'wp_ulike_posts', 'only_registered_users') == '1' && is_user_logged_in())
24
- ){
25
-
26
- $data = array(
27
- "id" => $post_ID, //Post ID
28
- "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
29
- "user_ip" => $wp_user_IP, //User IP
30
- "get_like" => $get_like, //Number Of Likes
31
- "method" => 'likeThis', //JavaScript method
32
- "setting" => 'wp_ulike_posts', //Setting Key
33
- "type" => 'post', //Function type (post/process)
34
- "table" => 'ulike', //posts table
35
- "column" => 'post_id', //ulike table column name
36
- "key" => '_liked', //meta key
37
- "cookie" => 'liked-' //Cookie Name
38
- );
39
-
40
- //call wp_get_ulike function from class-ulike calss
41
- $counter = $wp_ulike_class->wp_get_ulike($data);
42
-
43
- $wp_ulike = '<div id="wp-ulike-'.$post_ID.'" class="wpulike">';
44
- $wp_ulike .= '<div class="counter">'.$counter.'</div>';
45
- $wp_ulike .= '</div>';
46
- $wp_ulike .= $wp_ulike_class->get_liked_users($post_ID,'ulike','post_id','wp_ulike_posts');
47
-
48
- if ($arg == 'put') {
49
- return $wp_ulike;
50
- }
51
- else {
52
- echo $wp_ulike;
53
- }
54
-
55
- }//end !only_registered_users condition
56
-
57
- else if (wp_ulike_get_setting( 'wp_ulike_posts', 'only_registered_users') == '1' && !is_user_logged_in()){
58
- $login_type = wp_ulike_get_setting( 'wp_ulike_general', 'login_type');
59
- if($login_type == "button"){
60
- $template = $wp_ulike_class->get_template($post_ID,'likeThis',$get_like,1,0);
61
- if (wp_ulike_get_setting( 'wp_ulike_general', 'button_type') == 'image') {
62
- return '<div id="wp-ulike-'.$post_ID.'" class="wpulike"><div class="counter">' . $template['login_img'] . '</div></div>';
63
- }
64
- else {
65
- return '<div id="wp-ulike-'.$post_ID.'" class="wpulike"><div class="counter">' . $template['login_text'] . '</div></div>';
66
- }
67
- }
68
- else
69
- return '<p class="alert alert-info fade in" role="alert"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>'.__('You need to login in order to like this post: ','alimir').'<a href="'.wp_login_url( get_permalink() ).'"> '.__('click here','alimir').' </a></p>';
70
- }//end only_registered_users condition
71
-
72
- }
73
-
74
- /**
75
- * wp_ulike_process function for posts like/unlike process
76
- *
77
- * @author Alimir
78
- * @since 1.0
79
- * @updated 2.0
80
- * @return String
81
- */
82
- function wp_ulike_process(){
83
-
84
- global $wp_ulike_class,$wp_user_IP;
85
- $post_ID = $_POST['id'];
86
- $get_post_meta = get_post_meta($post_ID, '_liked', true);
87
- $get_like = $get_post_meta != '' ? $get_post_meta : 0;
88
- $return_userID = $wp_ulike_class->get_reutrn_id();
89
-
90
- $data = array(
91
- "id" => $post_ID, //Post ID
92
- "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
93
- "user_ip" => $wp_user_IP, //User IP
94
- "get_like" => $get_like, //Number Of Likes
95
- "method" => 'likeThis', //JavaScript method
96
- "setting" => 'wp_ulike_posts', //Setting Key
97
- "type" => 'process', //Function type (post/process)
98
- "table" => 'ulike', //posts table
99
- "column" => 'post_id', //ulike table column name
100
- "key" => '_liked', //meta key
101
- "cookie" => 'liked-' //Cookie Name
102
- );
103
-
104
- if($post_ID != '') {
105
- //call wp_get_ulike function from class-ulike calss
106
- echo $wp_ulike_class->wp_get_ulike($data);
107
- }
108
- die();
109
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/wp-ulike.php ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * wp_ulike function for posts like/unlike display
5
+ *
6
+ * @author Alimir
7
+ * @since 1.0
8
+ * @updated 2.0
9
+ * @return String
10
+ */
11
+ function wp_ulike($arg) {
12
+ //global variables
13
+ global $post,$wp_ulike_class,$wp_user_IP;
14
+
15
+ $post_ID = $post->ID;
16
+ $get_post_meta = get_post_meta($post_ID, '_liked', true);
17
+ $get_like = $get_post_meta != '' ? $get_post_meta : 0;
18
+ $return_userID = $wp_ulike_class->get_reutrn_id();
19
+
20
+ if(
21
+ (wp_ulike_get_setting( 'wp_ulike_posts', 'only_registered_users') != '1')
22
+ or
23
+ (wp_ulike_get_setting( 'wp_ulike_posts', 'only_registered_users') == '1' && is_user_logged_in())
24
+ ){
25
+
26
+ $data = array(
27
+ "id" => $post_ID, //Post ID
28
+ "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
29
+ "user_ip" => $wp_user_IP, //User IP
30
+ "get_like" => $get_like, //Number Of Likes
31
+ "method" => 'likeThis', //JavaScript method
32
+ "setting" => 'wp_ulike_posts', //Setting Key
33
+ "type" => 'post', //Function type (post/process)
34
+ "table" => 'ulike', //posts table
35
+ "column" => 'post_id', //ulike table column name
36
+ "key" => '_liked', //meta key
37
+ "cookie" => 'liked-' //Cookie Name
38
+ );
39
+
40
+ //call wp_get_ulike function from class-ulike calss
41
+ $counter = $wp_ulike_class->wp_get_ulike($data);
42
+
43
+ $wp_ulike = '<div id="wp-ulike-'.$post_ID.'" class="wpulike">';
44
+ $wp_ulike .= '<div class="counter">'.$counter.'</div>';
45
+ $wp_ulike .= '</div>';
46
+ $wp_ulike .= $wp_ulike_class->get_liked_users($post_ID,'ulike','post_id','wp_ulike_posts');
47
+
48
+ if ($arg == 'put') {
49
+ return $wp_ulike;
50
+ }
51
+ else {
52
+ echo $wp_ulike;
53
+ }
54
+
55
+ }//end !only_registered_users condition
56
+
57
+ else if (wp_ulike_get_setting( 'wp_ulike_posts', 'only_registered_users') == '1' && !is_user_logged_in()){
58
+ $login_type = wp_ulike_get_setting( 'wp_ulike_general', 'login_type');
59
+ if($login_type == "button"){
60
+ $template = $wp_ulike_class->get_template($post_ID,'likeThis',$get_like,1,0);
61
+ if (wp_ulike_get_setting( 'wp_ulike_general', 'button_type') == 'image') {
62
+ return '<div id="wp-ulike-'.$post_ID.'" class="wpulike"><div class="counter">' . $template['login_img'] . '</div></div>';
63
+ }
64
+ else {
65
+ return '<div id="wp-ulike-'.$post_ID.'" class="wpulike"><div class="counter">' . $template['login_text'] . '</div></div>';
66
+ }
67
+ }
68
+ else
69
+ return '<p class="alert alert-info fade in" role="alert"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>'.__('You need to login in order to like this post: ','alimir').'<a href="'.wp_login_url( get_permalink() ).'"> '.__('click here','alimir').' </a></p>';
70
+ }//end only_registered_users condition
71
+
72
+ }
73
+
74
+ /**
75
+ * wp_ulike_comments function for comments like/unlike display
76
+ *
77
+ * @author Alimir
78
+ * @since 1.6
79
+ * @updated 2.0
80
+ * @return String
81
+ */
82
+ function wp_ulike_comments($arg) {
83
+ //global variables
84
+ global $wp_ulike_class,$wp_user_IP;
85
+
86
+ $CommentID = get_comment_ID();
87
+ $comment_meta = get_comment_meta($CommentID, '_commentliked', true);
88
+ $get_like = $comment_meta != '' ? $comment_meta : 0;
89
+ $return_userID = $wp_ulike_class->get_reutrn_id();
90
+
91
+ if(
92
+ (wp_ulike_get_setting( 'wp_ulike_comments', 'only_registered_users') != '1')
93
+ or
94
+ (wp_ulike_get_setting( 'wp_ulike_comments', 'only_registered_users') == '1' && is_user_logged_in())
95
+ ){
96
+
97
+ $data = array(
98
+ "id" => $CommentID, //Comment ID
99
+ "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
100
+ "user_ip" => $wp_user_IP, //User IP
101
+ "get_like" => $get_like, //Number Of Likes
102
+ "method" => 'likeThisComment', //JavaScript method
103
+ "setting" => 'wp_ulike_comments', //Setting Key
104
+ "type" => 'post', //Function type (post/process)
105
+ "table" => 'ulike_comments', //Comments table
106
+ "column" => 'comment_id', //ulike_comments table column name
107
+ "key" => '_commentliked', //meta key
108
+ "cookie" => 'comment-liked-' //Cookie Name
109
+ );
110
+
111
+ //call wp_get_ulike function from class-ulike calss
112
+ $counter = $wp_ulike_class->wp_get_ulike($data);
113
+
114
+ $wp_ulike = '<div id="wp-ulike-comment-'.$CommentID.'" class="wpulike">';
115
+ $wp_ulike .= '<div class="counter">'.$counter.'</div>';
116
+ $wp_ulike .= '</div>';
117
+ $wp_ulike .= $wp_ulike_class->get_liked_users($CommentID,'ulike_comments','comment_id','wp_ulike_comments');
118
+
119
+ if ($arg == 'put') {
120
+ return $wp_ulike;
121
+ }
122
+ else {
123
+ echo $wp_ulike;
124
+ }
125
+
126
+ }//end !only_registered_users condition
127
+
128
+ else if (wp_ulike_get_setting( 'wp_ulike_comments', 'only_registered_users') == '1' && !is_user_logged_in()){
129
+ $login_type = wp_ulike_get_setting( 'wp_ulike_general', 'login_type');
130
+ if($login_type == "button"){
131
+ $template = $wp_ulike_class->get_template($CommentID,'likeThisComment',$get_like,1,0);
132
+ if (wp_ulike_get_setting( 'wp_ulike_general', 'button_type') == 'image') {
133
+ return '<div id="wp-ulike-comment-'.$CommentID.'" class="wpulike"><div class="counter">' . $template['login_img'] . '</div></div>';
134
+ }
135
+ else {
136
+ return '<div id="wp-ulike-comment-'.$CommentID.'" class="wpulike"><div class="counter">' . $template['login_text'] . '</div></div>';
137
+ }
138
+ }
139
+ else
140
+ return '<p class="alert alert-info fade in" role="alert"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>'.__('You need to login in order to like this comment: ','alimir').'<a href="'.wp_login_url( get_permalink() ).'"> '.__('click here','alimir').' </a></p>';
141
+ }//end only_registered_users condition
142
+
143
+ }
144
+
145
+ /**
146
+ * wp_ulike_buddypress function for activities like/unlike display
147
+ *
148
+ * @author Alimir
149
+ * @since 1.7
150
+ * @updated 2.0
151
+ * @return String
152
+ */
153
+ function wp_ulike_buddypress($arg) {
154
+ //global variables
155
+ global $wp_ulike_class,$wp_user_IP;
156
+
157
+ $activityID = bp_get_activity_id();
158
+ $bp_get_meta = bp_activity_get_meta($activityID, '_activityliked');
159
+ $get_like = $bp_get_meta != '' ? $bp_get_meta : 0;
160
+ $return_userID = $wp_ulike_class->get_reutrn_id();
161
+
162
+ if(
163
+ (wp_ulike_get_setting( 'wp_ulike_buddypress', 'only_registered_users') != '1')
164
+ or
165
+ (wp_ulike_get_setting( 'wp_ulike_buddypress', 'only_registered_users') == '1' && is_user_logged_in())
166
+ ){
167
+
168
+ $data = array(
169
+ "id" => $activityID, //Activity ID
170
+ "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
171
+ "user_ip" => $wp_user_IP, //User IP
172
+ "get_like" => $get_like, //Number Of Likes
173
+ "method" => 'likeThisActivity', //JavaScript method
174
+ "setting" => 'wp_ulike_buddypress', //Setting Key
175
+ "type" => 'post', //Function type (post/process)
176
+ "table" => 'ulike_activities', //Activities table
177
+ "column" => 'activity_id', //ulike_activities table column name
178
+ "key" => '_activityliked', //meta key
179
+ "cookie" => 'activity-liked-' //Cookie Name
180
+ );
181
+
182
+ //call wp_get_ulike function from class-ulike calss
183
+ $counter = $wp_ulike_class->wp_get_ulike($data);
184
+
185
+ if (wp_ulike_get_setting( 'wp_ulike_buddypress', 'auto_display_position' ) == 'meta')
186
+ $html_tag = 'span';
187
+ else
188
+ $html_tag = 'div';
189
+
190
+ $wp_ulike = '<'.$html_tag.' id="wp-ulike-activity-'.$activityID.'" class="wpulike">';
191
+ $wp_ulike .= '<'.$html_tag.' class="counter">'.$counter.'</'.$html_tag.'>';
192
+ $wp_ulike .= '</'.$html_tag.'>';
193
+ $wp_ulike .= $wp_ulike_class->get_liked_users($activityID,'ulike_activities','activity_id','wp_ulike_buddypress');
194
+
195
+ if ($arg == 'put') {
196
+ return $wp_ulike;
197
+ }
198
+ else {
199
+ echo $wp_ulike;
200
+ }
201
+
202
+ }//end !only_registered_users condition
203
+
204
+ else if (wp_ulike_get_setting( 'wp_ulike_buddypress', 'only_registered_users') == '1' && !is_user_logged_in()){
205
+ $login_type = wp_ulike_get_setting( 'wp_ulike_general', 'login_type');
206
+ if($login_type == "button"){
207
+ $template = $wp_ulike_class->get_template($activityID,'likeThisActivity',$get_like,1,0);
208
+ if (wp_ulike_get_setting( 'wp_ulike_general', 'button_type') == 'image') {
209
+ return '<'.$html_tag.' id="wp-ulike-activity-'.$activityID.'" class="wpulike"><'.$html_tag.' class="counter">' . $template['login_img'] . '</'.$html_tag.'></'.$html_tag.'>';
210
+ }
211
+ else {
212
+ return '<'.$html_tag.' id="wp-ulike-activity-'.$activityID.'" class="wpulike"><'.$html_tag.' class="counter">' . $template['login_text'] . '</'.$html_tag.'></'.$html_tag.'>';
213
+ }
214
+ }
215
+ else
216
+ return '<p class="alert alert-info fade in" role="alert"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>'.__('You need to login in order to like this activity: ','alimir').'<a href="'.wp_login_url( get_permalink() ).'"> '.__('click here','alimir').' </a></p>';
217
+ }//end only_registered_users condition
218
+
219
+ }
220
+
221
+ /**
222
+ * wp_ulike_bbpress function for topics like/unlike display
223
+ *
224
+ * @author Alimir
225
+ * @since 2.2
226
+ * @return String
227
+ */
228
+ function wp_ulike_bbpress($arg) {
229
+ //global variables
230
+ global $post,$wp_ulike_class,$wp_user_IP;
231
+
232
+ $post_ID = $post->ID;
233
+ $get_post_meta = get_post_meta($post_ID, '_topicliked', true);
234
+ $get_like = $get_post_meta != '' ? $get_post_meta : 0;
235
+ $return_userID = $wp_ulike_class->get_reutrn_id();
236
+
237
+ if(
238
+ (wp_ulike_get_setting( 'wp_ulike_bbpress', 'only_registered_users') != '1')
239
+ or
240
+ (wp_ulike_get_setting( 'wp_ulike_bbpress', 'only_registered_users') == '1' && is_user_logged_in())
241
+ ){
242
+
243
+ $data = array(
244
+ "id" => $post_ID, //Post ID
245
+ "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
246
+ "user_ip" => $wp_user_IP, //User IP
247
+ "get_like" => $get_like, //Number Of Likes
248
+ "method" => 'likeThisTopic', //JavaScript method
249
+ "setting" => 'wp_ulike_bbpress', //Setting Key
250
+ "type" => 'post', //Function type (post/process)
251
+ "table" => 'ulike_forums', //posts table
252
+ "column" => 'topic_id', //ulike table column name
253
+ "key" => '_topicliked', //meta key
254
+ "cookie" => 'topic-liked-' //Cookie Name
255
+ );
256
+
257
+ //call wp_get_ulike function from class-ulike calss
258
+ $counter = $wp_ulike_class->wp_get_ulike($data);
259
+
260
+ $wp_ulike = '<div id="wp-ulike-'.$post_ID.'" class="wpulike">';
261
+ $wp_ulike .= '<div class="counter">'.$counter.'</div>';
262
+ $wp_ulike .= '</div>';
263
+ $wp_ulike .= $wp_ulike_class->get_liked_users($post_ID,'ulike_forums','topic_id','wp_ulike_bbpress');
264
+
265
+ if ($arg == 'put') {
266
+ return $wp_ulike;
267
+ }
268
+ else {
269
+ echo $wp_ulike;
270
+ }
271
+
272
+ }//end !only_registered_users condition
273
+
274
+ else if (wp_ulike_get_setting( 'wp_ulike_bbpress', 'only_registered_users') == '1' && !is_user_logged_in()){
275
+ $login_type = wp_ulike_get_setting( 'wp_ulike_general', 'login_type');
276
+ if($login_type == "button"){
277
+ $template = $wp_ulike_class->get_template($post_ID,'likeThisTopic',$get_like,1,0);
278
+ if (wp_ulike_get_setting( 'wp_ulike_general', 'button_type') == 'image') {
279
+ return '<div id="wp-ulike-'.$post_ID.'" class="wpulike"><div class="counter">' . $template['login_img'] . '</div></div>';
280
+ }
281
+ else {
282
+ return '<div id="wp-ulike-'.$post_ID.'" class="wpulike"><div class="counter">' . $template['login_text'] . '</div></div>';
283
+ }
284
+ }
285
+ else
286
+ return '<p class="alert alert-info fade in" role="alert"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>'.__('You need to login in order to like this post: ','alimir').'<a href="'.wp_login_url( get_permalink() ).'"> '.__('click here','alimir').' </a></p>';
287
+ }//end only_registered_users condition
288
+
289
+ }
290
+
291
+ /**
292
+ * wp_ulike_process function for all like/unlike process
293
+ *
294
+ * @author Alimir
295
+ * @since 1.0
296
+ * @updated 2.2
297
+ * @return String
298
+ */
299
+ function wp_ulike_process(){
300
+
301
+ global $wp_ulike_class,$wp_user_IP;
302
+ $post_ID = $_POST['id'];
303
+ $post_type = $_POST['type'];
304
+
305
+ if($post_type == 'likeThis'){
306
+ $get_meta_data = get_post_meta($post_ID, '_liked', true);
307
+ $setting_key = 'wp_ulike_posts';
308
+ $table_name = 'ulike';
309
+ $column_name = 'post_id';
310
+ $meta_key = '_liked';
311
+ $cookie_name = 'liked-';
312
+ }
313
+ else if($post_type == 'likeThisComment'){
314
+ $get_meta_data = get_comment_meta($post_ID, '_commentliked', true);
315
+ $setting_key = 'wp_ulike_comments';
316
+ $table_name = 'ulike_comments';
317
+ $column_name = 'comment_id';
318
+ $meta_key = '_commentliked';
319
+ $cookie_name = 'comment-liked-';
320
+ }
321
+ else if($post_type == 'likeThisActivity'){
322
+ $get_meta_data = bp_activity_get_meta($post_ID, '_activityliked');
323
+ $setting_key = 'wp_ulike_buddypress';
324
+ $table_name = 'ulike_activities';
325
+ $column_name = 'activity_id';
326
+ $meta_key = '_activityliked';
327
+ $cookie_name = 'activity-liked-';
328
+ }
329
+ else if($post_type == 'likeThisTopic'){
330
+ $get_meta_data = get_post_meta($post_ID, '_topicliked', true);
331
+ $setting_key = 'wp_ulike_bbpress';
332
+ $table_name = 'ulike_forums';
333
+ $column_name = 'topic_id';
334
+ $meta_key = '_topicliked';
335
+ $cookie_name = 'topic-liked-';
336
+ }
337
+ else{
338
+ wp_die(__('Error: This Method Is Not Exist!','alimir'));
339
+ }
340
+
341
+
342
+ $get_like = $get_meta_data != '' ? $get_meta_data : 0;
343
+ $return_userID = $wp_ulike_class->get_reutrn_id();
344
+
345
+ $data = array(
346
+ "id" => $post_ID, //Post ID
347
+ "user_id" => $return_userID, //User ID (if the user is guest, we save ip as user_id with "ip2long" function)
348
+ "user_ip" => $wp_user_IP, //User IP
349
+ "get_like" => $get_like, //Number Of Likes
350
+ "method" => $post_type, //JavaScript method
351
+ "setting" => $setting_key, //Setting Key
352
+ "type" => 'process', //Function type (post/process)
353
+ "table" => $table_name, //posts table
354
+ "column" => $column_name, //ulike table column name
355
+ "key" => $meta_key, //meta key
356
+ "cookie" => $cookie_name //Cookie Name
357
+ );
358
+
359
+ if($post_ID != '') {
360
+ //call wp_get_ulike function from class-ulike calss
361
+ echo $wp_ulike_class->wp_get_ulike($data);
362
+ }
363
+
364
+ wp_die(); // this is required to terminate immediately and return a proper response
365
+ }
lang/alimir-NO.mo ADDED
Binary file
lang/alimir-NO.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/"
10
+ "p/wp-ulike/language/nb_NO/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: nb_NO\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Versjon"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "La oss sette i gang"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Kreditter"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr ""
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "Vanlige spørsmål"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Omtaler"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Prosjektledere"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Oversettelser"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr ""
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Innstillinger lagret."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Oversikt"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Innlegg"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Kommentarer"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "For mer informasjon:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Velg %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Tittel:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Generelt"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr ""
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Tekst"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Aktiver"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Hjem"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Sider"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Arkiv"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Kategorier"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Søkeresultater"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Stikkord"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Tilpass"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Bakgrunn"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr ""
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Tekstfarge"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Logger"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Brukernavn"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Status"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr ""
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Handlinger"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr ""
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Kom i gang"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "eller"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Dokumentasjon"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Sammendrag"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "I dag"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr ""
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Måned"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Total"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Vis i skjermbildet"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Velkommen"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Temaer"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Stille opp"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Venstre"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Midt"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Høyre"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Standard"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-cs_CZ.mo ADDED
Binary file
lang/alimir-cs_CZ.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/"
10
+ "wp-ulike/language/cs_CZ/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: cs_CZ\n"
15
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Verze"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Začínáme"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Autoři"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Podpora"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "Časté dotazy"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Recenze"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Vedení projektu"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Čeština"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr ""
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Nastavení bylo uloženo."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Přehled"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Příspěvky"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "komentářů na stránku"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Další informace:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Zvolit: %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "off"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Název:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Obecné"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr "Ikonka"
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Text"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Aktivovat"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Úvodní stránka"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Stránky"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Archiv"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Rubriky:"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Výsledky vyhledávání"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Štítky:"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Přizpůsobit"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Pozadí"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr ""
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Barva textu"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Log"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Uživatelské jméno"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Aktualita"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr "ID článku"
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Akce"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "Odkaz"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Začínáme"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "nebo"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr " Dokumentace"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Pouze několik úvodních vět"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Dnes"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr ""
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Měsíc"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Celkem"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Zobrazené informace"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Základní informace"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Šablony"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Zarovnání"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Vlevo"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Uprostřed"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Vpravo"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr "Vyskakovací tip"
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Základní"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-de_DE.mo ADDED
Binary file
lang/alimir-de_DE.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:10+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: German (Germany) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/de_DE/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: de_DE\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Version"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Jetzt loslegen"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Mitwirkende"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Support"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "FAQ"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Bewertungen"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr "Kontakt"
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Projektleiter"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Übersetzungen"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr "Gefällt dir dieses Plugin?"
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Einstellungen gespeichert."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Übersicht"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Beitr&auml;ge"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Kommentare"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Weitere Informationen:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "%s auswählen"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Titel:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr "Art:"
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Allgemein"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr ""
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Text"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Aktivieren"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Home"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Seiten"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Archives"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Katgeorien"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Suchergebnisse"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Tags"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Anpassen"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Hintergrund"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "Randfarbe"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Textfarbe"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Logdateien"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Benutzername"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Status"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr "Beitrags-ID"
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Anzahl"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr ""
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Jetzt loslegen"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "oder"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Dokumentation"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Kurzfassung"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Heute"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "Gestern"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Monat"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Gesamt"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Zeige auf dem Bildschirm"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Willkommen"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr "Tage"
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Themes"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Ausrichtung"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Links"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Zentriert"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Rechts"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Standard"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-el.mo ADDED
Binary file
lang/alimir-el.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:10+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Greek (http://www.transifex.com/projects/p/wp-ulike/language/"
10
+ "el/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: el\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Έκδοση"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Ξεκινώντας"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Ευχαριστίες"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Υποστήριξη"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "Κοινές απορίες"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Κριτικές"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr "Επικοινωνία"
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Κεντρική ομάδα"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Μεταφράσεις"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr "Σας αρέσει αυτό το πρόσθετο;"
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Επισκόπηση"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Posts"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Σχόλια"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Για περισσότερα:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Επιλογή %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "ενεργό"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Τίτλος:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr "Τύπος:"
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Γενικά"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr "Εικονίδιο"
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Κείμενο"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Ενεργοποίηση"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Αρχική"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Σελίδες"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Αρχείο"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Κατηγορίες"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Αποτελέσματα αναζήτησης"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Ετικέτες"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Προσαρμογή"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Φόντο"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "Χρώμα Περιθωρίου"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Χρώμα κειμένου"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Αρχείο καταγραφής"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Όνομα χρήστη"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Κατάσταση"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr "ID δημοσιεύματος"
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Ενέργειες"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "Permalink"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Πρώτα βήματα"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "ή"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Τεκμηρίωση"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Σύνοψη"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Σήμερα"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "Χθες"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Μήνας"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Σύνολο"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Προβολή"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Καλώς ήρθατε"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr "Ημέρες"
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Θέματα"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Στοίχιση"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Αριστερά"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Κέντρο"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Δεξιά"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr "Tooltip"
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Προεπιλεγμένο"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-es_ES.mo ADDED
Binary file
lang/alimir-es_ES.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:10+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/wp-ulike/"
10
+ "language/es_ES/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: es_ES\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Versión"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Cómo empezar"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Créditos"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Soporte"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "FAQ"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Revisiones"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr "Contacto: "
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Líderes de proyecto"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Traducciones"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr "¿Te gusta este plugin?"
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Ajustes guardados."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr "Salvar Ajustes"
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Información general"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Publicaciones"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Comentarios"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Para más información:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Seleccionar %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "activa"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Título:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "General"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr ""
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Texto"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Activar"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Inicio"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Páginas"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Archives"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Categorías"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Resultados de la búsqueda"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Etiquetas"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Personalizar"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Fondo"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "Color del borde"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Color del texto"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Registros"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Usuario"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Estado"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr ""
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Acciones"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "Enlace permanente"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Comienza"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "o"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Documentación"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Resumen"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Hoy"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "Ayer"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Mes"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Total"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr "Ver registros"
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Mostrar en pantalla"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Bienvenido"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr "Días"
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Temas"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Alineación"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Izquierda"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Centrar"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Derecha"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Por defecto"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-fa_IR.mo CHANGED
Binary file
lang/alimir-fa_IR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP ULike\n"
4
- "POT-Creation-Date: 2015-02-23 23:04+0330\n"
5
- "PO-Revision-Date: 2015-02-23 23:05+0330\n"
6
  "Last-Translator: Alimir <info@alimir.ir>\n"
7
  "Language-Team: alimir.ir <info@alimir.ir>\n"
8
  "Language: fa_IR\n"
@@ -45,12 +45,12 @@ msgid "Credits"
45
  msgstr "دست‌اندرکاران"
46
 
47
  #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
48
- #: ../admin/stats.php:45
49
  msgid "Support"
50
  msgstr "پشتیبانی"
51
 
52
  #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
53
- #: ../admin/stats.php:46
54
  msgid "FAQ"
55
  msgstr "سؤالات متداول"
56
 
@@ -58,7 +58,7 @@ msgstr "سؤالات متداول"
58
  msgid "Reviews"
59
  msgstr "امتیازدهی"
60
 
61
- #: ../admin/about.php:87 ../admin/stats.php:47
62
  msgid "Contact"
63
  msgstr "تماس با ما"
64
 
@@ -67,76 +67,95 @@ msgid "Novelty Of WP ULike"
67
  msgstr "تازه های وردپرس یولایک"
68
 
69
  #: ../admin/about.php:103
 
 
 
 
 
 
 
 
70
  msgid "New Statistics Design + Screen Option"
71
  msgstr "استایل جدید صفحه آماره + افزودن تنظیمات صفحه"
72
 
73
- #: ../admin/about.php:108
74
  msgid "New Statistics Page"
75
  msgstr "صفحه جدید آماره"
76
 
77
- #: ../admin/about.php:116
78
  msgid "New Class-based programming"
79
  msgstr "کدنویسی جدید شیء گرا"
80
 
81
- #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
82
  #: ../inc/wp-strings.php:27
83
  msgid "Most Liked Comments"
84
  msgstr "پرلایک ترین دیدگاه ها"
85
 
86
- #: ../admin/about.php:128 ../admin/admin.php:192 ../admin/admin.php:257
87
- #: ../admin/admin.php:321 ../admin/classes/class-settings.php:54
88
  #: ../admin/classes/class-settings.php:63
89
  #: ../admin/classes/class-settings.php:71
 
 
90
  msgid "Logging Method"
91
  msgstr "روش وقایع نگاری"
92
 
93
- #: ../admin/about.php:133
94
  msgid "New options in logs pages"
95
  msgstr "قابلیت های جدید در صفحات وقایع"
96
 
97
- #: ../admin/about.php:138
98
  msgid "New setting panel"
99
  msgstr "صفحه تنظیمات جدید و پیشرفته"
100
 
101
- #: ../admin/about.php:145
102
  msgid "Better coding on plugin files"
103
  msgstr "بهبود توابع و کدنویسی فایل های افزونه"
104
 
105
- #: ../admin/about.php:150
106
  msgid "Buddypress likes support"
107
  msgstr "پشتیبانی وردپرس یولایک از بادی پرس"
108
 
109
- #: ../admin/about.php:155
110
  msgid "Likes logs support"
111
  msgstr "پشتیبانی از نمایش آخرین وقایع در لایک ها"
112
 
113
- #: ../admin/about.php:164
114
  msgid "WP ULike is created by many love and time. Enjoy it :)"
115
  msgstr ""
116
  "وردپرس یولایک با صرف کلی علاقه و زمان ساخته شده است. امیدواریم که از آن لذت "
117
  "ببرید :)"
118
 
119
- #: ../admin/about.php:165
120
  msgid "Project Leaders"
121
  msgstr "سازندگان اصلی"
122
 
123
- #: ../admin/about.php:170
124
  msgid "Project Lead & Developer"
125
  msgstr "راهبر پروژه، توسعه دهنده ارشد"
126
 
127
- #: ../admin/about.php:174
128
  msgid "Translations"
129
  msgstr "ترجمه ها"
130
 
131
- #: ../admin/about.php:185
 
 
 
 
 
 
 
 
 
 
132
  msgid "Other Plugins"
133
  msgstr "سایر افزونه ها"
134
 
135
- #: ../admin/about.php:204
136
  msgid "Like this plugin?"
137
  msgstr "این پلاگین چندتا لایک داره؟!؟ :)"
138
 
139
- #: ../admin/about.php:205
140
  msgid ""
141
  "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
142
  "wp-ulike\"> Plugin Directory reviews</a>"
@@ -155,378 +174,47 @@ msgstr ""
155
  "\">وردپرس يولايک را</a> انتخاب کرده ايد. طراحي و کدنويسي توسط <a href=\"%s\" "
156
  "title=\"Wordpress ULike\" target=\"_blank\">علي ميرزائي</a>"
157
 
158
- #: ../admin/admin.php:70
159
  msgid "WP ULike Settings"
160
  msgstr "تنظیمات وردپرس یولایک"
161
 
162
- #: ../admin/admin.php:73
163
  msgid "WP ULike"
164
  msgstr "وردپرس یولایک"
165
 
166
- #: ../admin/admin.php:78
167
- msgid "General"
168
- msgstr "عمومی"
169
-
170
- #: ../admin/admin.php:82
171
- msgid "Button Type"
172
- msgstr "حالت دکمه"
173
-
174
- #: ../admin/admin.php:85
175
- msgid "Icon"
176
- msgstr "آیکن"
177
-
178
- #: ../admin/admin.php:86
179
- msgid "Text"
180
- msgstr "متن"
181
-
182
- #: ../admin/admin.php:90 ../admin/classes/class-widget.php:173
183
- msgid "Like"
184
- msgstr "لایک"
185
-
186
- #: ../admin/admin.php:91
187
- msgid "Button Text"
188
- msgstr "متن دکمه"
189
-
190
- #: ../admin/admin.php:95
191
- msgid "Button Icon"
192
- msgstr "آیکن دکمه"
193
-
194
- #: ../admin/admin.php:96 ../admin/admin.php:418
195
- msgid "Best size: 16x16"
196
- msgstr "سایز مناسب : 16x16"
197
-
198
- #: ../admin/admin.php:99
199
- msgid "Unlike"
200
- msgstr " لغو پسندیدن"
201
-
202
- #: ../admin/admin.php:100
203
- msgid "Text After Like"
204
- msgstr "متن پس از لایک"
205
-
206
- #: ../admin/admin.php:105
207
- msgid "Return To The Initial"
208
- msgstr "بازگشت به حالت اولیه"
209
-
210
- #: ../admin/admin.php:106 ../admin/admin.php:134 ../admin/admin.php:155
211
- #: ../admin/admin.php:186 ../admin/admin.php:205 ../admin/admin.php:235
212
- #: ../admin/admin.php:251 ../admin/admin.php:270 ../admin/admin.php:300
213
- #: ../admin/admin.php:315 ../admin/admin.php:334 ../admin/admin.php:359
214
- #: ../admin/admin.php:383
215
- msgid "Activate"
216
- msgstr "فعال سازی"
217
-
218
- #: ../admin/admin.php:107
219
- msgid ""
220
- "Return to the initial Like button after Unlike. (Not Showing text after "
221
- "unlike)"
222
- msgstr ""
223
- "با فعال کردن این گزینه، پس از لغو پسنیدن (unlike) دکمه به حالت اولیه (آیکن/"
224
- "متن) باز میگردد. (در این حالت، تنظیمات \"متن پس از لغو لایک\" نمایش داده نمی "
225
- "شود)"
226
-
227
- #: ../admin/admin.php:110
228
- msgid "Like Me Again!"
229
- msgstr "پسندیدن مجدد!"
230
-
231
- #: ../admin/admin.php:111
232
- msgid "Text After Unlike"
233
- msgstr "متن پس از لغو لایک"
234
-
235
- #: ../admin/admin.php:114
236
- msgid "You have not permission to unlike"
237
- msgstr "شما اجازه لغو پسندیدن را ندارید"
238
-
239
- #: ../admin/admin.php:115
240
- msgid "Permission Text"
241
- msgstr "متن تولتیپ دسترسی"
242
-
243
- #: ../admin/admin.php:119
244
- msgid "Users Login Type"
245
- msgstr "متن ورود کاربران"
246
-
247
- #: ../admin/admin.php:122
248
- msgid "Alert Box"
249
- msgstr "جعبه پیغام"
250
-
251
- #: ../admin/admin.php:123
252
- msgid "Like Button"
253
- msgstr "دکمه لایک"
254
-
255
- #: ../admin/admin.php:127
256
- msgid "You Should Login To Submit Your Like"
257
- msgstr "برای ثبت لایک، باید وارد شوید"
258
-
259
- #: ../admin/admin.php:128
260
- msgid "Users Login Text"
261
- msgstr "متن ورود کاربران"
262
-
263
- #: ../admin/admin.php:133
264
- msgid "Format Number"
265
- msgstr "فرمت اعداد"
266
-
267
- #: ../admin/admin.php:135
268
- msgid "Convert numbers of Likes with string (kilobyte) format."
269
- msgstr ""
270
- "با فعال سازی این گزینه، می توانید اعداد بالای 1000 را با فرمت رشته ای "
271
- "(کیلوبایت) نمایش دهید."
272
-
273
- #: ../admin/admin.php:142
274
  msgid "Settings saved."
275
  msgstr "تنظیمات ذخیره شد"
276
 
277
- #: ../admin/admin.php:149 ../admin/classes/class-settings.php:52
278
- msgid "Posts"
279
- msgstr "نوشته ها"
280
-
281
- #: ../admin/admin.php:154 ../admin/admin.php:234 ../admin/admin.php:299
282
- #: ../admin/classes/class-settings.php:54
283
- #: ../admin/classes/class-settings.php:63
284
- #: ../admin/classes/class-settings.php:71
285
- msgid "Automatic display"
286
- msgstr "نمایش خودکار"
287
-
288
- #: ../admin/admin.php:159 ../admin/admin.php:239 ../admin/admin.php:304
289
- msgid "Auto Display Position"
290
- msgstr "محل قرار گیری در نمایش خودکار"
291
-
292
- #: ../admin/admin.php:162 ../admin/admin.php:242
293
- msgid "Top of Content"
294
- msgstr "بالای محتوا"
295
-
296
- #: ../admin/admin.php:163 ../admin/admin.php:243
297
- msgid "Bottom of Content"
298
- msgstr "پایین محتوا"
299
-
300
- #: ../admin/admin.php:164 ../admin/admin.php:244
301
- msgid "Top and Bottom"
302
- msgstr "بالا و پایین"
303
-
304
- #: ../admin/admin.php:169
305
- msgid "Auto Display Filter"
306
- msgstr "فیلتر گذاری در نمایش خودکار"
307
-
308
- #: ../admin/admin.php:171
309
- msgid "Home"
310
- msgstr "خانه"
311
-
312
- #: ../admin/admin.php:172
313
- msgid "Single Posts"
314
- msgstr "تک نوشته ها"
315
-
316
- #: ../admin/admin.php:173
317
- msgid "Pages"
318
- msgstr "برگه ها"
319
-
320
- #: ../admin/admin.php:174
321
- msgid "Archives"
322
- msgstr "بایگانی"
323
-
324
- #: ../admin/admin.php:175
325
- msgid "Categories"
326
- msgstr "دسته بندی ها"
327
-
328
- #: ../admin/admin.php:176
329
- msgid "Search Results"
330
- msgstr "نتایج جستجوها"
331
-
332
- #: ../admin/admin.php:177
333
- msgid "Tags"
334
- msgstr "برچسب ها"
335
-
336
- #: ../admin/admin.php:178
337
- msgid "Author Page"
338
- msgstr "صفحه نویسنده"
339
-
340
- #: ../admin/admin.php:180
341
- msgid "You can filter theses pages on auto display option."
342
- msgstr ""
343
- "شما می توانید بر روی این صفحات فیلتر گذاری کنید تا دکمه لایک نمایش داده نشود"
344
 
345
- #: ../admin/admin.php:185 ../admin/admin.php:250 ../admin/admin.php:314
346
- msgid "Only registered Users"
347
- msgstr "محدودسازی لایک کاربران"
348
 
349
- #: ../admin/admin.php:187
350
- msgid "<strong>Only</strong> registered users have permission to like posts."
351
- msgstr ""
352
- "با فعال سازی این گزینه، <strong>تنها</strong> کاربران عضو شده، می توانند "
353
- "مطالب را لایک کنند."
354
-
355
- #: ../admin/admin.php:194 ../admin/admin.php:259 ../admin/admin.php:323
356
- msgid "Do Not Log"
357
- msgstr "وقایع نگاری نکن"
358
-
359
- #: ../admin/admin.php:195 ../admin/admin.php:260 ../admin/admin.php:324
360
- msgid "Logged By Cookie"
361
- msgstr "با کوکی"
362
-
363
- #: ../admin/admin.php:196 ../admin/admin.php:261 ../admin/admin.php:325
364
- msgid "Logged By IP"
365
- msgstr "با آی پی"
366
-
367
- #: ../admin/admin.php:197 ../admin/admin.php:262 ../admin/admin.php:326
368
- msgid "Logged By Cookie & IP"
369
- msgstr "با کوکی و آی پی"
370
-
371
- #: ../admin/admin.php:198 ../admin/admin.php:263 ../admin/admin.php:327
372
- msgid "Logged By Username"
373
- msgstr "با نام کاربری"
374
-
375
- #: ../admin/admin.php:204 ../admin/admin.php:269 ../admin/admin.php:333
376
- msgid "Show Liked Users Box"
377
- msgstr "نمایش باکس کاربران لایک کرده"
378
-
379
- #: ../admin/admin.php:206 ../admin/admin.php:271 ../admin/admin.php:335
380
- msgid ""
381
- "Active this option to show liked users avatars in the bottom of button like."
382
- msgstr ""
383
- "با فعال سازی این گزینه، می توانید آواتار کاربران لایک کرده، را در زیر دکمه "
384
- "لایک، نمایش دهید."
385
-
386
- #: ../admin/admin.php:211 ../admin/admin.php:276 ../admin/admin.php:340
387
- msgid "Size of Gravatars"
388
- msgstr "سایز آوتار"
389
-
390
- #: ../admin/admin.php:212 ../admin/admin.php:277 ../admin/admin.php:341
391
- msgid "Size of Gravatars to return (max is 512)"
392
- msgstr "سایز تصاویر گراواتار (بیشترین اندازه 512)"
393
-
394
- #: ../admin/admin.php:217 ../admin/admin.php:282 ../admin/admin.php:346
395
- msgid "Number Of The Users"
396
- msgstr "تعداد کاربران قابل نمایش"
397
-
398
- #: ../admin/admin.php:218 ../admin/admin.php:283 ../admin/admin.php:347
399
- msgid "The number of users to show in the users liked box"
400
- msgstr "حداکثر چند کاربر در باکس لایک کنندگان، نمایش داده شوند؟!؟"
401
-
402
- #: ../admin/admin.php:222 ../admin/classes/class-settings.php:54
403
- #: ../inc/classes/class-ulike.php:409
404
- msgid "Users who have LIKED this post:"
405
- msgstr "کاربرانی که این مطلب را پسندیده اند:"
406
-
407
- #: ../admin/admin.php:223 ../admin/admin.php:288 ../admin/admin.php:352
408
- #: ../admin/classes/class-settings.php:54
409
- #: ../admin/classes/class-settings.php:63
410
- #: ../admin/classes/class-settings.php:71
411
- msgid "Users Like Box Template"
412
- msgstr "قالب جعبه لایک کاربران"
413
-
414
- #: ../admin/admin.php:224 ../admin/admin.php:289 ../admin/admin.php:353
415
- #: ../admin/admin.php:366 ../admin/admin.php:372
416
- msgid "Allowed Variables:"
417
- msgstr "متغیرهای قابل استفاده:"
418
-
419
- #: ../admin/admin.php:229 ../admin/classes/class-settings.php:61
420
- msgid "Comments"
421
- msgstr "دیدگاه ها"
422
-
423
- #: ../admin/admin.php:252
424
- msgid ""
425
- "<strong>Only</strong> registered users have permission to like comments."
426
- msgstr ""
427
- "با فعال سازی این گزینه، <strong>تنها</strong> کاربران عضو شده، می توانند "
428
- "دیدگاه ها را لایک کنند."
429
-
430
- #: ../admin/admin.php:287 ../admin/classes/class-settings.php:63
431
- msgid "Users who have LIKED this comment:"
432
- msgstr "کاربرانی که این دیدگاه را پسندیده اند:"
433
-
434
- #: ../admin/admin.php:294 ../admin/classes/class-settings.php:69
435
- msgid "BuddyPress"
436
- msgstr "بادی پرس"
437
-
438
- #: ../admin/admin.php:307
439
- msgid "Activity Content"
440
- msgstr "در متن فعالیت"
441
-
442
- #: ../admin/admin.php:308
443
- msgid "Activity Meta"
444
- msgstr "در متاباکس فعالیت"
445
-
446
- #: ../admin/admin.php:316
447
- msgid ""
448
- "<strong>Only</strong> registered users have permission to like activities."
449
- msgstr ""
450
- "با فعال سازی این گزینه، <strong>تنها</strong> کاربران عضو شده، می توانند "
451
- "فعالیت های بادی پرس را لایک کنند."
452
-
453
- #: ../admin/admin.php:351 ../admin/classes/class-settings.php:71
454
- msgid "Users who have liked this activity:"
455
- msgstr "کاربرانی که این فعالیت را پسندیده اند:"
456
-
457
- #: ../admin/admin.php:358
458
- msgid "BuddyPress Activity"
459
- msgstr "فعالیت های بادی پرس"
460
-
461
- #: ../admin/admin.php:360
462
- msgid "insert new likes in buddyPress activity page"
463
- msgstr ""
464
- "با فعال سازی این گزینه، اطلاعات جدیدترین لایک ها به بخش فعالیت های بادی پرس "
465
- "اضافه خواهد شد."
466
-
467
- #: ../admin/admin.php:365 ../admin/classes/class-settings.php:71
468
- msgid "Post Activity Text"
469
- msgstr "متن فعالیت مطالب"
470
-
471
- #: ../admin/admin.php:371 ../admin/classes/class-settings.php:71
472
- msgid "Comment Activity Text"
473
- msgstr "متن فعالیت دیدگاه ها"
474
-
475
- #: ../admin/admin.php:377
476
- msgid "Customize"
477
- msgstr "سفارشی سازی"
478
-
479
- #: ../admin/admin.php:382
480
- msgid "Custom Style"
481
- msgstr "سفارشی سازی"
482
-
483
- #: ../admin/admin.php:387
484
- msgid "Active this option to see the custom style settings."
485
- msgstr ""
486
- "با فعال سازی این گزینه، می توانید استایل سفارشی خود را در افزونه به کار "
487
- "ببرید."
488
-
489
- #: ../admin/admin.php:391
490
- msgid "Button style"
491
- msgstr "دکمه لایک"
492
-
493
- #: ../admin/admin.php:392 ../admin/admin.php:405
494
- msgid "Background"
495
- msgstr "رنگ پس زمینه"
496
-
497
- #: ../admin/admin.php:396 ../admin/admin.php:409
498
- msgid "Border Color"
499
- msgstr "رنگ حاشیه"
500
-
501
- #: ../admin/admin.php:400 ../admin/admin.php:413
502
- msgid "Text Color"
503
- msgstr "رنگ متن"
504
-
505
- #: ../admin/admin.php:404
506
- msgid "Counter Style"
507
- msgstr "باکس شمارنده"
508
-
509
- #: ../admin/admin.php:417
510
- msgid "Loading Animation"
511
- msgstr "انیمیشن بارگذاری"
512
-
513
- #: ../admin/admin.php:437 ../admin/logs.php:139 ../admin/stats.php:37
514
  msgid "Post Likes Logs"
515
  msgstr "وقایع لایک در نوشتارها"
516
 
517
- #: ../admin/admin.php:441 ../admin/logs.php:262 ../admin/stats.php:38
518
  msgid "Comment Likes Logs"
519
  msgstr "وقایع لایک در دیدگاه ها"
520
 
521
- #: ../admin/admin.php:445 ../admin/logs.php:391 ../admin/stats.php:39
522
  msgid "Activity Likes Logs"
523
  msgstr "وقایع لایک در فعالیت ها"
524
 
525
- #: ../admin/admin.php:449 ../admin/stats.php:18
 
 
 
 
526
  msgid "WP ULike Statistics"
527
  msgstr "آماره وردپرس یولایک"
528
 
529
- #: ../admin/admin.php:453 ../admin/stats.php:31
530
  msgid "About WP ULike"
531
  msgstr "درباره وردپرس یولایک"
532
 
@@ -534,7 +222,7 @@ msgstr "درباره وردپرس یولایک"
534
  msgid "Custom Settings"
535
  msgstr "تنظیمات سفارشی"
536
 
537
- #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
538
  msgid "Save Settings"
539
  msgstr "ذخیره تغییرات"
540
 
@@ -560,6 +248,18 @@ msgstr ""
560
  "سفارشی سازی استایل ها و… تمامی قابلیت های یک سیستم خوب و حرفه ای رو در "
561
  "اختیار شما قرار میده."
562
 
 
 
 
 
 
 
 
 
 
 
 
 
563
  #: ../admin/classes/class-settings.php:54
564
  msgid ""
565
  "If you disable this option, you have to put manually this code on wordpress "
@@ -568,12 +268,25 @@ msgstr ""
568
  "اگر این قابلیت را غیر فعال کنید، باید به صورت دستی این کد را در حلقه مطالب "
569
  "وردپرس قرار دهید "
570
 
 
 
 
 
 
 
 
 
571
  #: ../admin/classes/class-settings.php:54
572
  #: ../admin/classes/class-settings.php:63
573
  #: ../admin/classes/class-settings.php:71
574
  msgid "Default Template:"
575
  msgstr "قالب پیشفرض:"
576
 
 
 
 
 
 
577
  #: ../admin/classes/class-settings.php:54
578
  #: ../admin/classes/class-settings.php:63
579
  #: ../admin/classes/class-settings.php:71
@@ -632,6 +345,11 @@ msgstr ""
632
  "تنها برای کابران عضو ذخیره می شود، شرط بررسی لایک/دیسلایک توسط نام کاربری "
633
  "انجام میگیرد، کاربران مهمان اجازه لغو لایک/دیسلایک را نخواهند داشت"
634
 
 
 
 
 
 
635
  #: ../admin/classes/class-settings.php:63
636
  msgid ""
637
  "If you disable this option, you have to put manually this code on comments "
@@ -640,6 +358,16 @@ msgstr ""
640
  "اگر این قابلیت را غیر فعال کنید، باید به صورت دستی این کد را در متن دیدگاه "
641
  "ها قرار دهید "
642
 
 
 
 
 
 
 
 
 
 
 
643
  #: ../admin/classes/class-settings.php:71
644
  msgid ""
645
  "If you disable this option, you have to put manually this code on buddypres "
@@ -648,6 +376,21 @@ msgstr ""
648
  "اگر این قابلیت را غیر فعال کنید، باید به صورت دستی این کد را در متن فعالیت "
649
  "ها قرار دهید "
650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
651
  #: ../admin/classes/class-settings.php:76
652
  msgid "For more information:"
653
  msgstr "برای اطلاعات بیشتر:"
@@ -699,6 +442,10 @@ msgstr "شما هنوز هیچ نوشته ای را لایک نکرده اید!
699
  msgid "on"
700
  msgstr "در"
701
 
 
 
 
 
702
  #: ../admin/classes/class-widget.php:224
703
  msgid "Most Liked"
704
  msgstr "بیشترین لایک شده ها"
@@ -739,9 +486,358 @@ msgstr "سایز آواتار کاربران:"
739
  msgid "Activate Like Counter"
740
  msgstr "فعال سازی شمارنده"
741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
742
  #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
743
  #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
744
- #: ../admin/logs.php:466
745
  msgid "Logs"
746
  msgstr "وقایع"
747
 
@@ -750,18 +846,22 @@ msgid "Are you sure to remove this item?!"
750
  msgstr "آیا از حذف این آیتم اطمینان دارید؟!"
751
 
752
  #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
 
753
  msgid "WP ULike Logs"
754
  msgstr "وقایع اتفاقیه در وردپرس یولایک"
755
 
756
  #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
 
757
  msgid "ID"
758
  msgstr "شناسه"
759
 
760
  #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
 
761
  msgid "Username"
762
  msgstr "نام کاربری"
763
 
764
  #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
 
765
  msgid "Status"
766
  msgstr "وضعیت"
767
 
@@ -774,22 +874,27 @@ msgid "Post Title"
774
  msgstr "عنوان نوشتار"
775
 
776
  #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
 
777
  msgid "Date / Time"
778
  msgstr "تاریخ / زمان"
779
 
780
  #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
 
781
  msgid "IP"
782
  msgstr "آدرس IP"
783
 
784
  #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
 
785
  msgid "Actions"
786
  msgstr "کارها"
787
 
788
  #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
 
789
  msgid "Guest User"
790
  msgstr "کاربر مهمان"
791
 
792
  #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
 
793
  msgid ""
794
  "<strong>ERROR:</strong> No Record Found. (This problem is created because "
795
  "you don't have any data on this table)"
@@ -822,6 +927,14 @@ msgstr "لینک همیشگی"
822
  msgid "<a href=\"%1$s\">Activity Permalink</a>"
823
  msgstr "<a href=\"%1$s\">مشاهده فعالیت</a>"
824
 
 
 
 
 
 
 
 
 
825
  #: ../admin/stats.php:25
826
  msgid "Welcome to WP ULike Statistics!"
827
  msgstr "به آماره وردپرس یولایک خوش آمدید!"
@@ -843,85 +956,98 @@ msgstr "یا"
843
  msgid "Other Tools"
844
  msgstr "سایر ابزارها"
845
 
846
- #: ../admin/stats.php:43
847
  msgid "Documentation"
848
  msgstr "مستندات"
849
 
850
- #: ../admin/stats.php:72
 
 
 
 
851
  msgid "Posts Likes Summary"
852
  msgstr "خلاصه لایک در نوشتارها"
853
 
854
- #: ../admin/stats.php:79
855
  msgid "Comments Likes Summary"
856
  msgstr "خلاصه لایک در دیدگاه ها"
857
 
858
- #: ../admin/stats.php:86
859
  msgid "Activities Likes Summary"
860
  msgstr "خلاصه لایک در فعالیت ها"
861
 
862
- #: ../admin/stats.php:97 ../admin/stats.php:272
 
 
 
 
863
  msgid "Summary"
864
  msgstr "خلاصه"
865
 
866
- #: ../admin/stats.php:106
867
  msgid "Total Likes"
868
  msgstr "مجموع کل لایک ها"
869
 
870
- #: ../admin/stats.php:121
871
  msgid "Today"
872
  msgstr "امروز"
873
 
874
- #: ../admin/stats.php:126
875
  msgid "Yesterday"
876
  msgstr "دیروز"
877
 
878
- #: ../admin/stats.php:131
879
  msgid "Week"
880
  msgstr "هفته"
881
 
882
- #: ../admin/stats.php:136
883
  msgid "Month"
884
  msgstr "ماه"
885
 
886
- #: ../admin/stats.php:141
887
  msgid "Total"
888
  msgstr "کل"
889
 
890
- #: ../admin/stats.php:155 ../admin/stats.php:276
891
  msgid "Likes Percent"
892
  msgstr "درصد تخصیص لایک ها"
893
 
894
- #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
895
- #: ../admin/stats.php:192
896
  #, php-format
897
  msgid "In The Last %s Days"
898
  msgstr "در %s روز گذشته"
899
 
900
- #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
 
901
  msgid "View Logs"
902
  msgstr "مشاهده وقایع"
903
 
904
- #: ../admin/stats.php:180 ../admin/stats.php:273
905
  msgid "Posts Likes Stats"
906
  msgstr "نمودار لایک در نوشتارها"
907
 
908
- #: ../admin/stats.php:186 ../admin/stats.php:274
909
  msgid "Comments Likes Stats"
910
  msgstr "نمودار لایک در دیدگاه ها"
911
 
912
- #: ../admin/stats.php:192 ../admin/stats.php:275
913
  msgid "Activities Likes Stats"
914
  msgstr "نمودار لایک در فعالیت ها"
915
 
916
- #: ../admin/stats.php:269
 
 
 
 
917
  msgid "Show on screen"
918
  msgstr "تنظیمات صفحه"
919
 
920
- #: ../admin/stats.php:271
921
  msgid "Welcome"
922
  msgstr "خوش آمدید"
923
 
924
- #: ../admin/stats.php:279
925
  msgid "Days"
926
  msgstr "روزها"
927
 
@@ -1041,22 +1167,26 @@ msgstr "امتیاز مثبت"
1041
  msgid "Downvote"
1042
  msgstr "امتیاز منفی"
1043
 
1044
- #: ../inc/wp-ulike-buddypress.php:74
1045
- msgid "You need to login in order to like this activity: "
1046
- msgstr "برای امتیاز دهی به این فعالیت، لطفا وارد شوید: "
1047
 
1048
- #: ../inc/wp-ulike-buddypress.php:74 ../inc/wp-ulike-comments.php:69
1049
- #: ../inc/wp-ulike-posts.php:69
1050
  msgid "click here"
1051
  msgstr "برای ورود کلیک کنید"
1052
 
1053
- #: ../inc/wp-ulike-comments.php:69
1054
  msgid "You need to login in order to like this comment: "
1055
  msgstr "برای امتیاز دهی به این دیدگاه، لطفا وارد شوید: "
1056
 
1057
- #: ../inc/wp-ulike-posts.php:69
1058
- msgid "You need to login in order to like this post: "
1059
- msgstr "برای امتیاز دهی به این مطلب، لطفا وارد شوید: "
 
 
 
 
1060
 
1061
  #~ msgid "<strong>On all buddypress activities</strong> at the top of activity"
1062
  #~ msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP ULike\n"
4
+ "POT-Creation-Date: 2015-03-22 02:43+0330\n"
5
+ "PO-Revision-Date: 2015-03-22 17:35+0330\n"
6
  "Last-Translator: Alimir <info@alimir.ir>\n"
7
  "Language-Team: alimir.ir <info@alimir.ir>\n"
8
  "Language: fa_IR\n"
45
  msgstr "دست‌اندرکاران"
46
 
47
  #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
48
+ #: ../admin/stats.php:46
49
  msgid "Support"
50
  msgstr "پشتیبانی"
51
 
52
  #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
53
+ #: ../admin/stats.php:47
54
  msgid "FAQ"
55
  msgstr "سؤالات متداول"
56
 
58
  msgid "Reviews"
59
  msgstr "امتیازدهی"
60
 
61
+ #: ../admin/about.php:87 ../admin/stats.php:48
62
  msgid "Contact"
63
  msgstr "تماس با ما"
64
 
67
  msgstr "تازه های وردپرس یولایک"
68
 
69
  #: ../admin/about.php:103
70
+ msgid "bbPress Likes Support + Options & Statistics Tools"
71
+ msgstr "پشتیبانی کامل از بی بی پرس + تمامی تنظیمات و ابزارهای آماره"
72
+
73
+ #: ../admin/about.php:108
74
+ msgid "Added More Than 20 Language Files"
75
+ msgstr "افزودن بیش از 20 فایل زبان جدید"
76
+
77
+ #: ../admin/about.php:116
78
  msgid "New Statistics Design + Screen Option"
79
  msgstr "استایل جدید صفحه آماره + افزودن تنظیمات صفحه"
80
 
81
+ #: ../admin/about.php:121
82
  msgid "New Statistics Page"
83
  msgstr "صفحه جدید آماره"
84
 
85
+ #: ../admin/about.php:129
86
  msgid "New Class-based programming"
87
  msgstr "کدنویسی جدید شیء گرا"
88
 
89
+ #: ../admin/about.php:134 ../admin/classes/class-widget.php:236
90
  #: ../inc/wp-strings.php:27
91
  msgid "Most Liked Comments"
92
  msgstr "پرلایک ترین دیدگاه ها"
93
 
94
+ #: ../admin/about.php:141 ../admin/classes/class-settings.php:54
 
95
  #: ../admin/classes/class-settings.php:63
96
  #: ../admin/classes/class-settings.php:71
97
+ #: ../admin/classes/tmp/settings.php:121 ../admin/classes/tmp/settings.php:203
98
+ #: ../admin/classes/tmp/settings.php:337 ../admin/classes/tmp/settings.php:440
99
  msgid "Logging Method"
100
  msgstr "روش وقایع نگاری"
101
 
102
+ #: ../admin/about.php:146
103
  msgid "New options in logs pages"
104
  msgstr "قابلیت های جدید در صفحات وقایع"
105
 
106
+ #: ../admin/about.php:151
107
  msgid "New setting panel"
108
  msgstr "صفحه تنظیمات جدید و پیشرفته"
109
 
110
+ #: ../admin/about.php:158
111
  msgid "Better coding on plugin files"
112
  msgstr "بهبود توابع و کدنویسی فایل های افزونه"
113
 
114
+ #: ../admin/about.php:163
115
  msgid "Buddypress likes support"
116
  msgstr "پشتیبانی وردپرس یولایک از بادی پرس"
117
 
118
+ #: ../admin/about.php:168
119
  msgid "Likes logs support"
120
  msgstr "پشتیبانی از نمایش آخرین وقایع در لایک ها"
121
 
122
+ #: ../admin/about.php:177
123
  msgid "WP ULike is created by many love and time. Enjoy it :)"
124
  msgstr ""
125
  "وردپرس یولایک با صرف کلی علاقه و زمان ساخته شده است. امیدواریم که از آن لذت "
126
  "ببرید :)"
127
 
128
+ #: ../admin/about.php:178
129
  msgid "Project Leaders"
130
  msgstr "سازندگان اصلی"
131
 
132
+ #: ../admin/about.php:183
133
  msgid "Project Lead & Developer"
134
  msgstr "راهبر پروژه، توسعه دهنده ارشد"
135
 
136
+ #: ../admin/about.php:187
137
  msgid "Translations"
138
  msgstr "ترجمه ها"
139
 
140
+ #: ../admin/about.php:226
141
+ msgid "Would you like to help translate the plugin into more languages?"
142
+ msgstr ""
143
+ "آیا علاقه ای دارید که در ترجمه این افزونه به زبانهای دیگر با ما همکاری "
144
+ "کنید؟!؟ "
145
+
146
+ #: ../admin/about.php:226
147
+ msgid "Join our WP-Translations Community"
148
+ msgstr "به شبکه مترجمان ما بپیوندید"
149
+
150
+ #: ../admin/about.php:228
151
  msgid "Other Plugins"
152
  msgstr "سایر افزونه ها"
153
 
154
+ #: ../admin/about.php:247
155
  msgid "Like this plugin?"
156
  msgstr "این پلاگین چندتا لایک داره؟!؟ :)"
157
 
158
+ #: ../admin/about.php:248
159
  msgid ""
160
  "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
161
  "wp-ulike\"> Plugin Directory reviews</a>"
174
  "\">وردپرس يولايک را</a> انتخاب کرده ايد. طراحي و کدنويسي توسط <a href=\"%s\" "
175
  "title=\"Wordpress ULike\" target=\"_blank\">علي ميرزائي</a>"
176
 
177
+ #: ../admin/admin.php:72
178
  msgid "WP ULike Settings"
179
  msgstr "تنظیمات وردپرس یولایک"
180
 
181
+ #: ../admin/admin.php:75
182
  msgid "WP ULike"
183
  msgstr "وردپرس یولایک"
184
 
185
+ #: ../admin/admin.php:83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgid "Settings saved."
187
  msgstr "تنظیمات ذخیره شد"
188
 
189
+ #: ../admin/admin.php:113 ../admin/admin.php:141
190
+ msgid "Failed! An Error Has Occurred While Deleting All ULike Logs/Data"
191
+ msgstr "خطا! مشکلی در عملیات حذف وقایع/داده ها وجود دارد"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
 
193
+ #: ../admin/admin.php:115 ../admin/admin.php:143
194
+ msgid "Success! All ULike Logs/Data Have Been Deleted"
195
+ msgstr "هووورا! همه وقایع/داده ها با موفقیت حذف شدند"
196
 
197
+ #: ../admin/admin.php:159 ../admin/logs.php:139 ../admin/stats.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  msgid "Post Likes Logs"
199
  msgstr "وقایع لایک در نوشتارها"
200
 
201
+ #: ../admin/admin.php:163 ../admin/logs.php:262 ../admin/stats.php:38
202
  msgid "Comment Likes Logs"
203
  msgstr "وقایع لایک در دیدگاه ها"
204
 
205
+ #: ../admin/admin.php:167 ../admin/logs.php:391 ../admin/stats.php:39
206
  msgid "Activity Likes Logs"
207
  msgstr "وقایع لایک در فعالیت ها"
208
 
209
+ #: ../admin/admin.php:171 ../admin/logs.php:515 ../admin/stats.php:40
210
+ msgid "Topics Likes Logs"
211
+ msgstr "وقایع لایک در تاپیک ها"
212
+
213
+ #: ../admin/admin.php:175 ../admin/stats.php:18
214
  msgid "WP ULike Statistics"
215
  msgstr "آماره وردپرس یولایک"
216
 
217
+ #: ../admin/admin.php:179 ../admin/stats.php:31
218
  msgid "About WP ULike"
219
  msgstr "درباره وردپرس یولایک"
220
 
222
  msgid "Custom Settings"
223
  msgstr "تنظیمات سفارشی"
224
 
225
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:297
226
  msgid "Save Settings"
227
  msgstr "ذخیره تغییرات"
228
 
248
  "سفارشی سازی استایل ها و… تمامی قابلیت های یک سیستم خوب و حرفه ای رو در "
249
  "اختیار شما قرار میده."
250
 
251
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:78
252
+ msgid "Posts"
253
+ msgstr "نوشته ها"
254
+
255
+ #: ../admin/classes/class-settings.php:54
256
+ #: ../admin/classes/class-settings.php:63
257
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:83
258
+ #: ../admin/classes/tmp/settings.php:180 ../admin/classes/tmp/settings.php:315
259
+ #: ../admin/classes/tmp/settings.php:418
260
+ msgid "Automatic display"
261
+ msgstr "نمایش خودکار"
262
+
263
  #: ../admin/classes/class-settings.php:54
264
  msgid ""
265
  "If you disable this option, you have to put manually this code on wordpress "
268
  "اگر این قابلیت را غیر فعال کنید، باید به صورت دستی این کد را در حلقه مطالب "
269
  "وردپرس قرار دهید "
270
 
271
+ #: ../admin/classes/class-settings.php:54
272
+ #: ../admin/classes/class-settings.php:63
273
+ #: ../admin/classes/class-settings.php:71
274
+ #: ../admin/classes/tmp/settings.php:152 ../admin/classes/tmp/settings.php:234
275
+ #: ../admin/classes/tmp/settings.php:368 ../admin/classes/tmp/settings.php:471
276
+ msgid "Users Like Box Template"
277
+ msgstr "قالب جعبه لایک کاربران"
278
+
279
  #: ../admin/classes/class-settings.php:54
280
  #: ../admin/classes/class-settings.php:63
281
  #: ../admin/classes/class-settings.php:71
282
  msgid "Default Template:"
283
  msgstr "قالب پیشفرض:"
284
 
285
+ #: ../admin/classes/class-settings.php:54
286
+ #: ../admin/classes/tmp/settings.php:151 ../inc/classes/class-ulike.php:411
287
+ msgid "Users who have LIKED this post:"
288
+ msgstr "کاربرانی که این مطلب را پسندیده اند:"
289
+
290
  #: ../admin/classes/class-settings.php:54
291
  #: ../admin/classes/class-settings.php:63
292
  #: ../admin/classes/class-settings.php:71
345
  "تنها برای کابران عضو ذخیره می شود، شرط بررسی لایک/دیسلایک توسط نام کاربری "
346
  "انجام میگیرد، کاربران مهمان اجازه لغو لایک/دیسلایک را نخواهند داشت"
347
 
348
+ #: ../admin/classes/class-settings.php:61
349
+ #: ../admin/classes/tmp/settings.php:175
350
+ msgid "Comments"
351
+ msgstr "دیدگاه ها"
352
+
353
  #: ../admin/classes/class-settings.php:63
354
  msgid ""
355
  "If you disable this option, you have to put manually this code on comments "
358
  "اگر این قابلیت را غیر فعال کنید، باید به صورت دستی این کد را در متن دیدگاه "
359
  "ها قرار دهید "
360
 
361
+ #: ../admin/classes/class-settings.php:63
362
+ #: ../admin/classes/tmp/settings.php:233
363
+ msgid "Users who have LIKED this comment:"
364
+ msgstr "کاربرانی که این دیدگاه را پسندیده اند:"
365
+
366
+ #: ../admin/classes/class-settings.php:69
367
+ #: ../admin/classes/tmp/settings.php:310
368
+ msgid "BuddyPress"
369
+ msgstr "بادی پرس"
370
+
371
  #: ../admin/classes/class-settings.php:71
372
  msgid ""
373
  "If you disable this option, you have to put manually this code on buddypres "
376
  "اگر این قابلیت را غیر فعال کنید، باید به صورت دستی این کد را در متن فعالیت "
377
  "ها قرار دهید "
378
 
379
+ #: ../admin/classes/class-settings.php:71
380
+ #: ../admin/classes/tmp/settings.php:367
381
+ msgid "Users who have liked this activity:"
382
+ msgstr "کاربرانی که این فعالیت را پسندیده اند:"
383
+
384
+ #: ../admin/classes/class-settings.php:71
385
+ #: ../admin/classes/tmp/settings.php:381
386
+ msgid "Post Activity Text"
387
+ msgstr "متن فعالیت مطالب"
388
+
389
+ #: ../admin/classes/class-settings.php:71
390
+ #: ../admin/classes/tmp/settings.php:387
391
+ msgid "Comment Activity Text"
392
+ msgstr "متن فعالیت دیدگاه ها"
393
+
394
  #: ../admin/classes/class-settings.php:76
395
  msgid "For more information:"
396
  msgstr "برای اطلاعات بیشتر:"
442
  msgid "on"
443
  msgstr "در"
444
 
445
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:23
446
+ msgid "Like"
447
+ msgstr "لایک"
448
+
449
  #: ../admin/classes/class-widget.php:224
450
  msgid "Most Liked"
451
  msgstr "بیشترین لایک شده ها"
486
  msgid "Activate Like Counter"
487
  msgstr "فعال سازی شمارنده"
488
 
489
+ #: ../admin/classes/tmp/settings.php:11
490
+ msgid "General"
491
+ msgstr "عمومی"
492
+
493
+ #: ../admin/classes/tmp/settings.php:15
494
+ msgid "Button Type"
495
+ msgstr "حالت دکمه"
496
+
497
+ #: ../admin/classes/tmp/settings.php:18
498
+ msgid "Icon"
499
+ msgstr "آیکن"
500
+
501
+ #: ../admin/classes/tmp/settings.php:19
502
+ msgid "Text"
503
+ msgstr "متن"
504
+
505
+ #: ../admin/classes/tmp/settings.php:24
506
+ msgid "Button Text"
507
+ msgstr "متن دکمه"
508
+
509
+ #: ../admin/classes/tmp/settings.php:28
510
+ msgid "Button Icon"
511
+ msgstr "آیکن دکمه"
512
+
513
+ #: ../admin/classes/tmp/settings.php:29 ../admin/classes/tmp/settings.php:298
514
+ msgid "Best size: 16x16"
515
+ msgstr "سایز مناسب : 16x16"
516
+
517
+ #: ../admin/classes/tmp/settings.php:32
518
+ msgid "Unlike"
519
+ msgstr " لغو پسندیدن"
520
+
521
+ #: ../admin/classes/tmp/settings.php:33
522
+ msgid "Text After Like"
523
+ msgstr "متن پس از لایک"
524
+
525
+ #: ../admin/classes/tmp/settings.php:38
526
+ msgid "Return To The Initial"
527
+ msgstr "بازگشت به حالت اولیه"
528
+
529
+ #: ../admin/classes/tmp/settings.php:39 ../admin/classes/tmp/settings.php:67
530
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:115
531
+ #: ../admin/classes/tmp/settings.php:134 ../admin/classes/tmp/settings.php:181
532
+ #: ../admin/classes/tmp/settings.php:197 ../admin/classes/tmp/settings.php:216
533
+ #: ../admin/classes/tmp/settings.php:263 ../admin/classes/tmp/settings.php:316
534
+ #: ../admin/classes/tmp/settings.php:331 ../admin/classes/tmp/settings.php:350
535
+ #: ../admin/classes/tmp/settings.php:375 ../admin/classes/tmp/settings.php:419
536
+ #: ../admin/classes/tmp/settings.php:434 ../admin/classes/tmp/settings.php:453
537
+ msgid "Activate"
538
+ msgstr "فعال سازی"
539
+
540
+ #: ../admin/classes/tmp/settings.php:40
541
+ msgid ""
542
+ "Return to the initial Like button after Unlike. (Not Showing text after "
543
+ "unlike)"
544
+ msgstr ""
545
+ "با فعال کردن این گزینه، پس از لغو پسنیدن (unlike) دکمه به حالت اولیه (آیکن/"
546
+ "متن) باز میگردد. (در این حالت، تنظیمات \"متن پس از لغو لایک\" نمایش داده نمی "
547
+ "شود)"
548
+
549
+ #: ../admin/classes/tmp/settings.php:43
550
+ msgid "Like Me Again!"
551
+ msgstr "پسندیدن مجدد!"
552
+
553
+ #: ../admin/classes/tmp/settings.php:44
554
+ msgid "Text After Unlike"
555
+ msgstr "متن پس از لغو لایک"
556
+
557
+ #: ../admin/classes/tmp/settings.php:47
558
+ msgid "You have not permission to unlike"
559
+ msgstr "شما اجازه لغو پسندیدن را ندارید"
560
+
561
+ #: ../admin/classes/tmp/settings.php:48
562
+ msgid "Permission Text"
563
+ msgstr "متن تولتیپ دسترسی"
564
+
565
+ #: ../admin/classes/tmp/settings.php:52
566
+ msgid "Users Login Type"
567
+ msgstr "متن ورود کاربران"
568
+
569
+ #: ../admin/classes/tmp/settings.php:55
570
+ msgid "Alert Box"
571
+ msgstr "جعبه پیغام"
572
+
573
+ #: ../admin/classes/tmp/settings.php:56
574
+ msgid "Like Button"
575
+ msgstr "دکمه لایک"
576
+
577
+ #: ../admin/classes/tmp/settings.php:60
578
+ msgid "You Should Login To Submit Your Like"
579
+ msgstr "برای ثبت لایک، باید وارد شوید"
580
+
581
+ #: ../admin/classes/tmp/settings.php:61
582
+ msgid "Users Login Text"
583
+ msgstr "متن ورود کاربران"
584
+
585
+ #: ../admin/classes/tmp/settings.php:66
586
+ msgid "Format Number"
587
+ msgstr "فرمت اعداد"
588
+
589
+ #: ../admin/classes/tmp/settings.php:68
590
+ msgid "Convert numbers of Likes with string (kilobyte) format."
591
+ msgstr ""
592
+ "با فعال سازی این گزینه، می توانید اعداد بالای 1000 را با فرمت رشته ای "
593
+ "(کیلوبایت) نمایش دهید."
594
+
595
+ #: ../admin/classes/tmp/settings.php:88 ../admin/classes/tmp/settings.php:185
596
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:423
597
+ msgid "Auto Display Position"
598
+ msgstr "محل قرار گیری در نمایش خودکار"
599
+
600
+ #: ../admin/classes/tmp/settings.php:91 ../admin/classes/tmp/settings.php:188
601
+ #: ../admin/classes/tmp/settings.php:426
602
+ msgid "Top of Content"
603
+ msgstr "بالای محتوا"
604
+
605
+ #: ../admin/classes/tmp/settings.php:92 ../admin/classes/tmp/settings.php:189
606
+ #: ../admin/classes/tmp/settings.php:427
607
+ msgid "Bottom of Content"
608
+ msgstr "پایین محتوا"
609
+
610
+ #: ../admin/classes/tmp/settings.php:93 ../admin/classes/tmp/settings.php:190
611
+ msgid "Top and Bottom"
612
+ msgstr "بالا و پایین"
613
+
614
+ #: ../admin/classes/tmp/settings.php:98
615
+ msgid "Auto Display Filter"
616
+ msgstr "فیلتر گذاری در نمایش خودکار"
617
+
618
+ #: ../admin/classes/tmp/settings.php:100
619
+ msgid "Home"
620
+ msgstr "خانه"
621
+
622
+ #: ../admin/classes/tmp/settings.php:101
623
+ msgid "Single Posts"
624
+ msgstr "تک نوشته ها"
625
+
626
+ #: ../admin/classes/tmp/settings.php:102
627
+ msgid "Pages"
628
+ msgstr "برگه ها"
629
+
630
+ #: ../admin/classes/tmp/settings.php:103
631
+ msgid "Archives"
632
+ msgstr "بایگانی"
633
+
634
+ #: ../admin/classes/tmp/settings.php:104
635
+ msgid "Categories"
636
+ msgstr "دسته بندی ها"
637
+
638
+ #: ../admin/classes/tmp/settings.php:105
639
+ msgid "Search Results"
640
+ msgstr "نتایج جستجوها"
641
+
642
+ #: ../admin/classes/tmp/settings.php:106
643
+ msgid "Tags"
644
+ msgstr "برچسب ها"
645
+
646
+ #: ../admin/classes/tmp/settings.php:107
647
+ msgid "Author Page"
648
+ msgstr "صفحه نویسنده"
649
+
650
+ #: ../admin/classes/tmp/settings.php:109
651
+ msgid "You can filter theses pages on auto display option."
652
+ msgstr ""
653
+ "شما می توانید بر روی این صفحات فیلتر گذاری کنید تا دکمه لایک نمایش داده نشود"
654
+
655
+ #: ../admin/classes/tmp/settings.php:114 ../admin/classes/tmp/settings.php:196
656
+ #: ../admin/classes/tmp/settings.php:330 ../admin/classes/tmp/settings.php:433
657
+ msgid "Only registered Users"
658
+ msgstr "محدودسازی لایک کاربران"
659
+
660
+ #: ../admin/classes/tmp/settings.php:116
661
+ msgid "<strong>Only</strong> registered users have permission to like posts."
662
+ msgstr ""
663
+ "با فعال سازی این گزینه، <strong>تنها</strong> کاربران عضو شده، می توانند "
664
+ "مطالب را لایک کنند."
665
+
666
+ #: ../admin/classes/tmp/settings.php:123 ../admin/classes/tmp/settings.php:205
667
+ #: ../admin/classes/tmp/settings.php:339 ../admin/classes/tmp/settings.php:442
668
+ msgid "Do Not Log"
669
+ msgstr "وقایع نگاری نکن"
670
+
671
+ #: ../admin/classes/tmp/settings.php:124 ../admin/classes/tmp/settings.php:206
672
+ #: ../admin/classes/tmp/settings.php:340 ../admin/classes/tmp/settings.php:443
673
+ msgid "Logged By Cookie"
674
+ msgstr "با کوکی"
675
+
676
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:207
677
+ #: ../admin/classes/tmp/settings.php:341 ../admin/classes/tmp/settings.php:444
678
+ msgid "Logged By IP"
679
+ msgstr "با آی پی"
680
+
681
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:208
682
+ #: ../admin/classes/tmp/settings.php:342 ../admin/classes/tmp/settings.php:445
683
+ msgid "Logged By Cookie & IP"
684
+ msgstr "با کوکی و آی پی"
685
+
686
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:209
687
+ #: ../admin/classes/tmp/settings.php:343 ../admin/classes/tmp/settings.php:446
688
+ msgid "Logged By Username"
689
+ msgstr "با نام کاربری"
690
+
691
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:215
692
+ #: ../admin/classes/tmp/settings.php:349 ../admin/classes/tmp/settings.php:452
693
+ msgid "Show Liked Users Box"
694
+ msgstr "نمایش باکس کاربران لایک کرده"
695
+
696
+ #: ../admin/classes/tmp/settings.php:135 ../admin/classes/tmp/settings.php:217
697
+ #: ../admin/classes/tmp/settings.php:351 ../admin/classes/tmp/settings.php:454
698
+ msgid ""
699
+ "Active this option to show liked users avatars in the bottom of button like."
700
+ msgstr ""
701
+ "با فعال سازی این گزینه، می توانید آواتار کاربران لایک کرده، را در زیر دکمه "
702
+ "لایک، نمایش دهید."
703
+
704
+ #: ../admin/classes/tmp/settings.php:140 ../admin/classes/tmp/settings.php:222
705
+ #: ../admin/classes/tmp/settings.php:356 ../admin/classes/tmp/settings.php:459
706
+ msgid "Size of Gravatars"
707
+ msgstr "سایز آوتار"
708
+
709
+ #: ../admin/classes/tmp/settings.php:141 ../admin/classes/tmp/settings.php:223
710
+ #: ../admin/classes/tmp/settings.php:357 ../admin/classes/tmp/settings.php:460
711
+ msgid "Size of Gravatars to return (max is 512)"
712
+ msgstr "سایز تصاویر گراواتار (بیشترین اندازه 512)"
713
+
714
+ #: ../admin/classes/tmp/settings.php:146 ../admin/classes/tmp/settings.php:228
715
+ #: ../admin/classes/tmp/settings.php:362 ../admin/classes/tmp/settings.php:465
716
+ msgid "Number Of The Users"
717
+ msgstr "تعداد کاربران قابل نمایش"
718
+
719
+ #: ../admin/classes/tmp/settings.php:147 ../admin/classes/tmp/settings.php:229
720
+ #: ../admin/classes/tmp/settings.php:363 ../admin/classes/tmp/settings.php:466
721
+ msgid "The number of users to show in the users liked box"
722
+ msgstr "حداکثر چند کاربر در باکس لایک کنندگان، نمایش داده شوند؟!؟"
723
+
724
+ #: ../admin/classes/tmp/settings.php:153 ../admin/classes/tmp/settings.php:235
725
+ #: ../admin/classes/tmp/settings.php:369 ../admin/classes/tmp/settings.php:382
726
+ #: ../admin/classes/tmp/settings.php:388 ../admin/classes/tmp/settings.php:472
727
+ msgid "Allowed Variables:"
728
+ msgstr "متغیرهای قابل استفاده:"
729
+
730
+ #: ../admin/classes/tmp/settings.php:157 ../admin/classes/tmp/settings.php:239
731
+ #: ../admin/classes/tmp/settings.php:392 ../admin/classes/tmp/settings.php:476
732
+ msgid "Delete All Logs"
733
+ msgstr "حذف تمام وقایع"
734
+
735
+ #: ../admin/classes/tmp/settings.php:158 ../admin/classes/tmp/settings.php:240
736
+ #: ../admin/classes/tmp/settings.php:393 ../admin/classes/tmp/settings.php:477
737
+ msgid "You Are About To Delete All Likes Logs. This Action Is Not Reversible."
738
+ msgstr ""
739
+ "شما قصد دارید که تمامی \"وقایع\" ثبت شده را حذف کنید! این عمل برگشت نا پذیر "
740
+ "است."
741
+
742
+ #: ../admin/classes/tmp/settings.php:163 ../admin/classes/tmp/settings.php:245
743
+ #: ../admin/classes/tmp/settings.php:398 ../admin/classes/tmp/settings.php:482
744
+ msgid "Delete All Data"
745
+ msgstr "حذف تمام داده ها"
746
+
747
+ #: ../admin/classes/tmp/settings.php:164 ../admin/classes/tmp/settings.php:246
748
+ #: ../admin/classes/tmp/settings.php:399 ../admin/classes/tmp/settings.php:483
749
+ msgid "You Are About To Delete All Likes Data. This Action Is Not Reversible."
750
+ msgstr ""
751
+ "شما قصد دارید که تمامی \"داده ها\" ثبت شده را حذف کنید! این عمل برگشت نا "
752
+ "پذیر است."
753
+
754
+ #: ../admin/classes/tmp/settings.php:198
755
+ msgid ""
756
+ "<strong>Only</strong> registered users have permission to like comments."
757
+ msgstr ""
758
+ "با فعال سازی این گزینه، <strong>تنها</strong> کاربران عضو شده، می توانند "
759
+ "دیدگاه ها را لایک کنند."
760
+
761
+ #: ../admin/classes/tmp/settings.php:257
762
+ msgid "Customize"
763
+ msgstr "سفارشی سازی"
764
+
765
+ #: ../admin/classes/tmp/settings.php:262
766
+ msgid "Custom Style"
767
+ msgstr "سفارشی سازی"
768
+
769
+ #: ../admin/classes/tmp/settings.php:267
770
+ msgid "Active this option to see the custom style settings."
771
+ msgstr ""
772
+ "با فعال سازی این گزینه، می توانید استایل سفارشی خود را در افزونه به کار "
773
+ "ببرید."
774
+
775
+ #: ../admin/classes/tmp/settings.php:271
776
+ msgid "Button style"
777
+ msgstr "دکمه لایک"
778
+
779
+ #: ../admin/classes/tmp/settings.php:272 ../admin/classes/tmp/settings.php:285
780
+ msgid "Background"
781
+ msgstr "رنگ پس زمینه"
782
+
783
+ #: ../admin/classes/tmp/settings.php:276 ../admin/classes/tmp/settings.php:289
784
+ msgid "Border Color"
785
+ msgstr "رنگ حاشیه"
786
+
787
+ #: ../admin/classes/tmp/settings.php:280 ../admin/classes/tmp/settings.php:293
788
+ msgid "Text Color"
789
+ msgstr "رنگ متن"
790
+
791
+ #: ../admin/classes/tmp/settings.php:284
792
+ msgid "Counter Style"
793
+ msgstr "باکس شمارنده"
794
+
795
+ #: ../admin/classes/tmp/settings.php:297
796
+ msgid "Loading Animation"
797
+ msgstr "انیمیشن بارگذاری"
798
+
799
+ #: ../admin/classes/tmp/settings.php:323
800
+ msgid "Activity Content"
801
+ msgstr "در متن فعالیت"
802
+
803
+ #: ../admin/classes/tmp/settings.php:324
804
+ msgid "Activity Meta"
805
+ msgstr "در متاباکس فعالیت"
806
+
807
+ #: ../admin/classes/tmp/settings.php:332
808
+ msgid ""
809
+ "<strong>Only</strong> registered users have permission to like activities."
810
+ msgstr ""
811
+ "با فعال سازی این گزینه، <strong>تنها</strong> کاربران عضو شده، می توانند "
812
+ "فعالیت های بادی پرس را لایک کنند."
813
+
814
+ #: ../admin/classes/tmp/settings.php:374
815
+ msgid "BuddyPress Activity"
816
+ msgstr "فعالیت های بادی پرس"
817
+
818
+ #: ../admin/classes/tmp/settings.php:376
819
+ msgid "insert new likes in buddyPress activity page"
820
+ msgstr ""
821
+ "با فعال سازی این گزینه، اطلاعات جدیدترین لایک ها به بخش فعالیت های بادی پرس "
822
+ "اضافه خواهد شد."
823
+
824
+ #: ../admin/classes/tmp/settings.php:413
825
+ msgid "bbPress"
826
+ msgstr "بی بی پرس"
827
+
828
+ #: ../admin/classes/tmp/settings.php:435
829
+ msgid "<strong>Only</strong> registered users have permission to like Topics."
830
+ msgstr ""
831
+ "با فعال سازی این گزینه، <strong>تنها</strong> کاربران عضو شده، می توانند "
832
+ "تاپیک ها را لایک کنند."
833
+
834
+ #: ../admin/classes/tmp/settings.php:470
835
+ msgid "Users who have liked this topic:"
836
+ msgstr "کاربرانی که این تاپیک را پسندیده اند:"
837
+
838
  #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
839
  #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
840
+ #: ../admin/logs.php:466 ../admin/logs.php:518 ../admin/logs.php:590
841
  msgid "Logs"
842
  msgstr "وقایع"
843
 
846
  msgstr "آیا از حذف این آیتم اطمینان دارید؟!"
847
 
848
  #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
849
+ #: ../admin/logs.php:514
850
  msgid "WP ULike Logs"
851
  msgstr "وقایع اتفاقیه در وردپرس یولایک"
852
 
853
  #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
854
+ #: ../admin/logs.php:525
855
  msgid "ID"
856
  msgstr "شناسه"
857
 
858
  #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
859
+ #: ../admin/logs.php:526
860
  msgid "Username"
861
  msgstr "نام کاربری"
862
 
863
  #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
864
+ #: ../admin/logs.php:527
865
  msgid "Status"
866
  msgstr "وضعیت"
867
 
874
  msgstr "عنوان نوشتار"
875
 
876
  #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
877
+ #: ../admin/logs.php:530
878
  msgid "Date / Time"
879
  msgstr "تاریخ / زمان"
880
 
881
  #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
882
+ #: ../admin/logs.php:531
883
  msgid "IP"
884
  msgstr "آدرس IP"
885
 
886
  #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
887
+ #: ../admin/logs.php:532
888
  msgid "Actions"
889
  msgstr "کارها"
890
 
891
  #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
892
+ #: ../admin/logs.php:550
893
  msgid "Guest User"
894
  msgstr "کاربر مهمان"
895
 
896
  #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
897
+ #: ../admin/logs.php:598
898
  msgid ""
899
  "<strong>ERROR:</strong> No Record Found. (This problem is created because "
900
  "you don't have any data on this table)"
927
  msgid "<a href=\"%1$s\">Activity Permalink</a>"
928
  msgstr "<a href=\"%1$s\">مشاهده فعالیت</a>"
929
 
930
+ #: ../admin/logs.php:528
931
+ msgid "Topic ID"
932
+ msgstr "شناسه تاپیک"
933
+
934
+ #: ../admin/logs.php:529
935
+ msgid "Topic Title"
936
+ msgstr "عنوان تاپیک"
937
+
938
  #: ../admin/stats.php:25
939
  msgid "Welcome to WP ULike Statistics!"
940
  msgstr "به آماره وردپرس یولایک خوش آمدید!"
956
  msgid "Other Tools"
957
  msgstr "سایر ابزارها"
958
 
959
+ #: ../admin/stats.php:44
960
  msgid "Documentation"
961
  msgstr "مستندات"
962
 
963
+ #: ../admin/stats.php:49
964
+ msgid "GitHub Repository"
965
+ msgstr "مخزن گیت هاب"
966
+
967
+ #: ../admin/stats.php:74
968
  msgid "Posts Likes Summary"
969
  msgstr "خلاصه لایک در نوشتارها"
970
 
971
+ #: ../admin/stats.php:81
972
  msgid "Comments Likes Summary"
973
  msgstr "خلاصه لایک در دیدگاه ها"
974
 
975
+ #: ../admin/stats.php:88
976
  msgid "Activities Likes Summary"
977
  msgstr "خلاصه لایک در فعالیت ها"
978
 
979
+ #: ../admin/stats.php:95
980
+ msgid "Topics Likes Summary"
981
+ msgstr "خلاصه لایک در تاپیک ها"
982
+
983
+ #: ../admin/stats.php:106 ../admin/stats.php:288
984
  msgid "Summary"
985
  msgstr "خلاصه"
986
 
987
+ #: ../admin/stats.php:115
988
  msgid "Total Likes"
989
  msgstr "مجموع کل لایک ها"
990
 
991
+ #: ../admin/stats.php:130
992
  msgid "Today"
993
  msgstr "امروز"
994
 
995
+ #: ../admin/stats.php:135
996
  msgid "Yesterday"
997
  msgstr "دیروز"
998
 
999
+ #: ../admin/stats.php:140
1000
  msgid "Week"
1001
  msgstr "هفته"
1002
 
1003
+ #: ../admin/stats.php:145
1004
  msgid "Month"
1005
  msgstr "ماه"
1006
 
1007
+ #: ../admin/stats.php:150
1008
  msgid "Total"
1009
  msgstr "کل"
1010
 
1011
+ #: ../admin/stats.php:164 ../admin/stats.php:293
1012
  msgid "Likes Percent"
1013
  msgstr "درصد تخصیص لایک ها"
1014
 
1015
+ #: ../admin/stats.php:164 ../admin/stats.php:189 ../admin/stats.php:195
1016
+ #: ../admin/stats.php:201 ../admin/stats.php:207
1017
  #, php-format
1018
  msgid "In The Last %s Days"
1019
  msgstr "در %s روز گذشته"
1020
 
1021
+ #: ../admin/stats.php:188 ../admin/stats.php:194 ../admin/stats.php:200
1022
+ #: ../admin/stats.php:206
1023
  msgid "View Logs"
1024
  msgstr "مشاهده وقایع"
1025
 
1026
+ #: ../admin/stats.php:189 ../admin/stats.php:289
1027
  msgid "Posts Likes Stats"
1028
  msgstr "نمودار لایک در نوشتارها"
1029
 
1030
+ #: ../admin/stats.php:195 ../admin/stats.php:290
1031
  msgid "Comments Likes Stats"
1032
  msgstr "نمودار لایک در دیدگاه ها"
1033
 
1034
+ #: ../admin/stats.php:201 ../admin/stats.php:291
1035
  msgid "Activities Likes Stats"
1036
  msgstr "نمودار لایک در فعالیت ها"
1037
 
1038
+ #: ../admin/stats.php:207 ../admin/stats.php:292
1039
+ msgid "Topics Likes Stats"
1040
+ msgstr "نمودار لایک در تاپیک ها"
1041
+
1042
+ #: ../admin/stats.php:285
1043
  msgid "Show on screen"
1044
  msgstr "تنظیمات صفحه"
1045
 
1046
+ #: ../admin/stats.php:287
1047
  msgid "Welcome"
1048
  msgstr "خوش آمدید"
1049
 
1050
+ #: ../admin/stats.php:296
1051
  msgid "Days"
1052
  msgstr "روزها"
1053
 
1167
  msgid "Downvote"
1168
  msgstr "امتیاز منفی"
1169
 
1170
+ #: ../inc/wp-ulike.php:69 ../inc/wp-ulike.php:286
1171
+ msgid "You need to login in order to like this post: "
1172
+ msgstr "برای امتیاز دهی به این مطلب، لطفا وارد شوید: "
1173
 
1174
+ #: ../inc/wp-ulike.php:69 ../inc/wp-ulike.php:140 ../inc/wp-ulike.php:216
1175
+ #: ../inc/wp-ulike.php:286
1176
  msgid "click here"
1177
  msgstr "برای ورود کلیک کنید"
1178
 
1179
+ #: ../inc/wp-ulike.php:140
1180
  msgid "You need to login in order to like this comment: "
1181
  msgstr "برای امتیاز دهی به این دیدگاه، لطفا وارد شوید: "
1182
 
1183
+ #: ../inc/wp-ulike.php:216
1184
+ msgid "You need to login in order to like this activity: "
1185
+ msgstr "برای امتیاز دهی به این فعالیت، لطفا وارد شوید: "
1186
+
1187
+ #: ../inc/wp-ulike.php:338
1188
+ msgid "Error: This Method Is Not Exist!"
1189
+ msgstr "خطا: این متد وجود خارجی ندارد!"
1190
 
1191
  #~ msgid "<strong>On all buddypress activities</strong> at the top of activity"
1192
  #~ msgstr ""
lang/alimir-fi.mo ADDED
Binary file
lang/alimir-fi.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Finnish (http://www.transifex.com/projects/p/wp-ulike/"
10
+ "language/fi/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: fi\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Versio"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Aloita tästä"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Tekijät"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Tuki"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "UKK"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Arvostelut"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Projektivastaavat"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Käännökset"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr ""
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Asetukset tallennettu."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Yleiskatsaus"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Artikkelit"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Kommentit"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Lisätietoja:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Valitse %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Otsikko:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Yleinen"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr ""
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Teksti"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Aktivoi"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Etusivu"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Sivut"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Arkistot"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Kategoriat"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Hakutulokset"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Avainsanat"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Kustomoi"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Tausta"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr ""
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Tekstin väri"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Lokit"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Käyttäjätunnus"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Tila"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr ""
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Tapahtumat"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "Pikalinkki"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Aloita tästä"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "tai"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Dokumentaatio"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Poiminta"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Tänään"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "Eilen"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Kuukausi"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Yhteensä"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Näytä"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Tervetuloa"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Teemat"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Asettelu"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Vasen"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Keskelle"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Oikea"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Oletus"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-fr_FR.mo CHANGED
Binary file
lang/alimir-fr_FR.po CHANGED
@@ -1,816 +1,1102 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP ULike\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-12-03 11:53+0330\n"
6
- "PO-Revision-Date: \n"
7
  "Last-Translator: Alimir <info@alimir.ir>\n"
8
- "Language-Team: \n"
9
- "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 1.6.10\n"
 
 
 
16
  "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-SearchPath-1: ..\n"
18
 
19
- #: ../admin/about.php:45
20
  msgid "Welcome to WP ULike"
21
- msgstr ""
22
 
23
- #: ../admin/about.php:47
24
  msgid ""
25
  "Thank you for choosing WP ULike! This version is our leanest and most "
26
  "powerful version yet."
27
  msgstr ""
 
 
28
 
29
- #: ../admin/about.php:48
30
  msgid "Visit our homepage"
31
- msgstr ""
 
 
 
 
32
 
33
- #: ../admin/about.php:53
34
  msgid "Getting Started"
35
- msgstr ""
36
 
37
- #: ../admin/about.php:54
38
  msgid "Credits"
39
- msgstr ""
40
 
41
- #: ../admin/about.php:55
 
42
  msgid "Support"
43
- msgstr ""
44
 
45
- #: ../admin/about.php:56
 
46
  msgid "FAQ"
47
- msgstr ""
48
 
49
- #: ../admin/about.php:57
50
  msgid "Reviews"
51
- msgstr ""
52
 
53
- #: ../admin/about.php:58
54
  msgid "Contact"
55
- msgstr ""
56
 
57
- #: ../admin/about.php:70
58
  msgid "Novelty Of WP ULike"
59
- msgstr ""
60
 
61
- #: ../admin/about.php:74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  msgid "New setting panel"
63
- msgstr ""
64
 
65
- #: ../admin/about.php:79
66
  msgid "Better coding on plugin files"
67
- msgstr ""
68
 
69
- #: ../admin/about.php:86
70
  msgid "Buddypress likes support"
71
- msgstr ""
72
 
73
- #: ../admin/about.php:91
74
  msgid "Likes logs support"
75
- msgstr ""
76
 
77
- #: ../admin/about.php:100
78
  msgid "WP ULike is created by many love and time. Enjoy it :)"
79
- msgstr ""
80
 
81
- #: ../admin/about.php:101
82
  msgid "Project Leaders"
83
- msgstr ""
84
 
85
- #: ../admin/about.php:106
86
  msgid "Project Lead & Developer"
87
- msgstr ""
88
 
89
- #: ../admin/about.php:110
90
  msgid "Translations"
91
- msgstr ""
92
 
93
- #: ../admin/about.php:120
 
 
 
 
94
  msgid "Like this plugin?"
95
- msgstr "Vous aimez ce plugin?"
96
 
97
- #: ../admin/about.php:121
98
  msgid ""
99
  "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
100
  "wp-ulike\"> Plugin Directory reviews</a>"
101
  msgstr ""
 
 
102
 
103
- #: ../admin/admin.php:36
104
- msgid "WP ULike Settings"
 
 
 
 
105
  msgstr ""
 
 
 
 
 
 
 
106
 
107
- #: ../admin/admin.php:39 ../wp-ulike.php:16
108
  msgid "WP ULike"
109
- msgstr ""
110
 
111
- #: ../admin/admin.php:44
112
- msgid "General"
113
- msgstr ""
114
 
115
- #: ../admin/admin.php:48
116
- msgid "Button Type"
117
- msgstr ""
118
 
119
- #: ../admin/admin.php:51
120
- msgid "Icon"
121
- msgstr ""
122
 
123
- #: ../admin/admin.php:52
124
- msgid "Text"
125
- msgstr ""
126
 
127
- #: ../admin/admin.php:56 ../admin/classes/class-widget.php:189
128
- msgid "Like"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  msgstr ""
 
 
 
 
130
 
131
- #: ../admin/admin.php:57
132
- msgid "Button Text"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
 
135
- #: ../admin/admin.php:61
136
- msgid "Button Icon"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  msgstr ""
 
 
 
 
138
 
139
- #: ../admin/admin.php:62 ../admin/admin.php:314
140
- msgid "Best size: 16x16"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  msgstr ""
 
 
142
 
143
- #: ../admin/admin.php:67
144
- msgid "Format Number"
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgstr ""
 
 
146
 
147
- #: ../admin/admin.php:68 ../admin/admin.php:79 ../admin/admin.php:108
148
- #: ../admin/admin.php:140 ../admin/admin.php:147 ../admin/admin.php:164
149
- #: ../admin/admin.php:176 ../admin/admin.php:193 ../admin/admin.php:200
150
- #: ../admin/admin.php:217 ../admin/admin.php:236 ../admin/admin.php:243
151
- #: ../admin/admin.php:250 ../admin/admin.php:267 ../admin/admin.php:279
152
- #: ../admin/admin.php:325 ../admin/admin.php:332 ../admin/admin.php:339
153
- msgid "Activate"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  msgstr ""
 
 
155
 
156
- #: ../admin/admin.php:69
157
- msgid "Convert numbers of Likes with string (kilobyte) format."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  msgstr ""
 
 
159
 
160
- #: ../admin/admin.php:72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  msgid "Unlike"
162
- msgstr ""
163
 
164
- #: ../admin/admin.php:73
165
  msgid "Text After Like"
166
- msgstr ""
167
 
168
- #: ../admin/admin.php:78
169
  msgid "Return To The Initial"
170
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
171
 
172
- #: ../admin/admin.php:80
173
  msgid ""
174
  "Return to the initial Like button after Unlike. (Not Showing text after "
175
  "unlike)"
176
  msgstr ""
 
 
177
 
178
- #: ../admin/admin.php:83
179
  msgid "Like Me Again!"
180
- msgstr ""
181
 
182
- #: ../admin/admin.php:84
183
  msgid "Text After Unlike"
184
- msgstr ""
185
 
186
- #: ../admin/admin.php:87
187
  msgid "You have not permission to unlike"
188
- msgstr ""
189
 
190
- #: ../admin/admin.php:88
191
  msgid "Permission Text"
192
- msgstr ""
193
 
194
- #: ../admin/admin.php:95
195
- msgid "Settings saved."
196
- msgstr ""
197
 
198
- #: ../admin/admin.php:102
199
- msgid "Posts"
200
- msgstr ""
201
 
202
- #: ../admin/admin.php:107 ../admin/admin.php:175 ../admin/admin.php:228
203
- msgid "Automatic display"
204
- msgstr "Affichage automatique"
205
 
206
- #: ../admin/admin.php:109
207
- msgid ""
208
- "If you disable this option, you have to put manually this code on wordpress "
209
- "while loop"
210
- msgstr ""
 
 
 
 
 
 
 
 
 
 
211
 
212
- #: ../admin/admin.php:113 ../admin/admin.php:181
 
213
  msgid "Auto Display Position"
214
- msgstr ""
215
 
216
- #: ../admin/admin.php:116 ../admin/admin.php:184
 
217
  msgid "Top of Content"
218
- msgstr ""
219
 
220
- #: ../admin/admin.php:117 ../admin/admin.php:185
221
  msgid "Bottom of Content"
222
- msgstr ""
223
 
224
- #: ../admin/admin.php:118 ../admin/admin.php:186
 
225
  msgid "Top and Bottom"
226
- msgstr ""
227
 
228
- #: ../admin/admin.php:123
229
  msgid "Auto Display Filter"
230
- msgstr ""
231
 
232
- #: ../admin/admin.php:125
233
  msgid "Home"
234
- msgstr ""
235
 
236
- #: ../admin/admin.php:126
237
  msgid "Single Posts"
238
- msgstr ""
239
 
240
- #: ../admin/admin.php:127
241
  msgid "Pages"
242
- msgstr ""
243
 
244
- #: ../admin/admin.php:128
245
  msgid "Archives"
246
- msgstr ""
247
 
248
- #: ../admin/admin.php:129
249
  msgid "Categories"
250
- msgstr ""
251
 
252
- #: ../admin/admin.php:130
253
  msgid "Search Results"
254
- msgstr ""
255
 
256
- #: ../admin/admin.php:131
257
  msgid "Tags"
258
- msgstr ""
259
 
260
- #: ../admin/admin.php:132
261
  msgid "Author Page"
262
- msgstr ""
263
 
264
- #: ../admin/admin.php:134
265
  msgid "You can filter theses pages on auto display option."
266
- msgstr ""
267
 
268
- #: ../admin/admin.php:139 ../admin/admin.php:192 ../admin/admin.php:235
 
269
  msgid "Only registered Users"
270
- msgstr ""
271
 
272
- #: ../admin/admin.php:141
273
  msgid "<strong>Only</strong> registered users have permission to like posts."
274
  msgstr ""
 
 
275
 
276
- #: ../admin/admin.php:146 ../admin/admin.php:199 ../admin/admin.php:249
277
- msgid "Show Liked Users Box"
278
- msgstr ""
279
-
280
- #: ../admin/admin.php:148 ../admin/admin.php:201 ../admin/admin.php:251
281
- msgid ""
282
- "Active this option to show liked users avatars in the bottom of button like."
283
- msgstr ""
284
 
285
- #: ../admin/admin.php:153 ../admin/admin.php:206 ../admin/admin.php:256
286
- msgid "Size of Gravatars"
287
- msgstr ""
 
288
 
289
- #: ../admin/admin.php:154 ../admin/admin.php:207 ../admin/admin.php:257
290
- msgid "Size of Gravatars to return (max is 512)"
291
- msgstr ""
 
292
 
293
- #: ../admin/admin.php:157
294
- msgid "Users who have LIKED this post:"
295
- msgstr ""
 
296
 
297
- #: ../admin/admin.php:158 ../admin/admin.php:211 ../admin/admin.php:261
298
- msgid "Users Like Box Title"
299
- msgstr ""
 
300
 
301
- #: ../admin/admin.php:163 ../admin/admin.php:216 ../admin/admin.php:266
302
- msgid "Add Guest Data"
303
- msgstr ""
 
304
 
305
- #: ../admin/admin.php:165 ../admin/admin.php:218 ../admin/admin.php:268
 
306
  msgid ""
307
- "Add guest data to the plugin database table. (If you activate this option, "
308
- "the guests has permission to unlike)"
309
- msgstr ""
310
-
311
- #: ../admin/admin.php:170
312
- msgid "Comments"
313
  msgstr ""
 
 
314
 
315
- #: ../admin/admin.php:177
316
- msgid ""
317
- "If you disable this option, you have to put manually this code on comments "
318
- "text"
319
- msgstr ""
320
 
321
- #: ../admin/admin.php:194
322
- msgid ""
323
- "<strong>Only</strong> registered users have permission to like comments."
324
- msgstr ""
325
 
326
- #: ../admin/admin.php:210
327
- msgid "Users who have LIKED this comment:"
328
- msgstr ""
 
329
 
330
- #: ../admin/admin.php:223
331
- msgid "BuddyPress"
 
332
  msgstr ""
 
333
 
334
- #: ../admin/admin.php:229
335
- msgid "<strong>On all buddypress activities</strong> at the top of activity"
336
- msgstr ""
 
 
337
 
338
- #: ../admin/admin.php:230
339
  msgid ""
340
- "If you disable this option, you have to put manually this code on buddypres "
341
- "activities content"
342
- msgstr ""
343
-
344
- #: ../admin/admin.php:237
345
- msgid ""
346
- "<strong>Only</strong> registered users have permission to like activities."
347
- msgstr ""
348
-
349
- #: ../admin/admin.php:242
350
- msgid "BuddyPress Activity"
351
- msgstr ""
352
-
353
- #: ../admin/admin.php:244
354
- msgid "insert new likes in buddyPress activity page"
355
- msgstr ""
356
-
357
- #: ../admin/admin.php:260
358
- msgid "Users who have liked this activity:"
359
  msgstr ""
 
 
360
 
361
- #: ../admin/admin.php:273
362
  msgid "Customize"
363
- msgstr ""
364
 
365
- #: ../admin/admin.php:278
366
  msgid "Custom Style"
367
- msgstr ""
368
 
369
- #: ../admin/admin.php:283
370
  msgid "Active this option to see the custom style settings."
371
- msgstr ""
372
 
373
- #: ../admin/admin.php:287
374
  msgid "Button style"
375
- msgstr ""
376
 
377
- #: ../admin/admin.php:288 ../admin/admin.php:301
378
  msgid "Background"
379
- msgstr ""
380
 
381
- #: ../admin/admin.php:292 ../admin/admin.php:305
382
  msgid "Border Color"
383
- msgstr ""
384
 
385
- #: ../admin/admin.php:296 ../admin/admin.php:309
386
  msgid "Text Color"
387
- msgstr ""
388
 
389
- #: ../admin/admin.php:300
390
  msgid "Counter Style"
391
- msgstr ""
392
 
393
- #: ../admin/admin.php:313
394
  msgid "Loading Animation"
395
- msgstr ""
396
-
397
- #: ../admin/admin.php:319
398
- msgid "Dashboard"
399
- msgstr ""
400
 
401
- #: ../admin/admin.php:324
402
- msgid "Visit Post Logs Menu"
403
- msgstr ""
404
 
405
- #: ../admin/admin.php:326
406
- msgid "If you deactivate this option, \"Post Likes Logs\" Menu will hidden."
407
- msgstr ""
408
-
409
- #: ../admin/admin.php:331
410
- msgid "Visit Comment Logs Menu"
411
- msgstr ""
412
-
413
- #: ../admin/admin.php:333
414
- msgid "If you deactivate this option, \"Comment Likes Logs\" Menu will hidden."
415
- msgstr ""
416
-
417
- #: ../admin/admin.php:338
418
- msgid "Visit Activity Logs Menu"
419
- msgstr ""
420
 
421
- #: ../admin/admin.php:340
422
  msgid ""
423
- "If you deactivate this option, \"Activity Likes Logs\" Menu will hidden."
424
- msgstr ""
425
-
426
- #: ../admin/admin.php:352 ../admin/logs.php:34
427
- msgid "Post Likes Logs"
428
- msgstr ""
429
-
430
- #: ../admin/admin.php:356 ../admin/logs.php:150
431
- msgid "Comment Likes Logs"
432
- msgstr ""
433
-
434
- #: ../admin/admin.php:360 ../admin/logs.php:266
435
- msgid "Activity Likes Logs"
436
  msgstr ""
 
 
437
 
438
- #: ../admin/admin.php:363
439
- msgid "About WP ULike"
440
- msgstr ""
441
 
442
- #: ../admin/classes/class-settings.php:16
443
- msgid "Custom Settings"
444
- msgstr ""
445
 
446
- #: ../admin/classes/class-settings.php:27
447
- msgid "Save Settings"
448
- msgstr ""
449
 
450
- #: ../admin/classes/class-settings.php:28
451
- msgid "Reset Settings"
452
- msgstr ""
453
 
454
- #: ../admin/classes/class-settings.php:91
455
- msgid "Default settings have been reset."
456
- msgstr ""
 
 
457
 
458
- #: ../admin/classes/class-settings.php:167
459
- msgid ""
460
- "Do you really want to reset all these settings to their default values ?"
461
- msgstr ""
462
 
463
- #: ../admin/classes/class-settings.php:232
464
- #: ../admin/classes/class-settings.php:243
465
- #: ../admin/classes/class-settings.php:267
466
- msgid "No options defined."
467
- msgstr ""
468
 
469
- #: ../admin/classes/class-settings.php:254
470
- #, php-format
471
- msgid "Select %s"
472
- msgstr ""
473
 
474
- #: ../admin/classes/class-settings.php:255
475
- #, php-format
476
- msgid "Remove %s"
477
- msgstr ""
478
 
479
- #: ../admin/classes/class-settings.php:279
480
- msgid "No action defined."
481
- msgstr ""
482
 
483
- #: ../admin/classes/class-widget.php:8
484
- msgid "WP Ulike - Most Liked Posts"
485
- msgstr ""
486
 
487
- #: ../admin/classes/class-widget.php:9
488
- msgid "This widget allows you to show most liked posts."
489
- msgstr ""
490
 
491
- #: ../admin/classes/class-widget.php:51
492
- msgid "Most Liked Posts"
493
- msgstr ""
494
 
495
- #: ../admin/classes/class-widget.php:55 ../admin/classes/class-widget.php:138
496
- #: ../admin/classes/class-widget.php:219
497
- msgid "Title:"
498
- msgstr "Titre:"
499
 
500
- #: ../admin/classes/class-widget.php:60
501
- msgid "Number of posts to show:"
502
- msgstr "Nombre d'articles à afficher:"
503
 
504
- #: ../admin/classes/class-widget.php:66 ../admin/classes/class-widget.php:149
505
- #: ../admin/classes/class-widget.php:235
506
- msgid "Activate Like Counter"
507
- msgstr ""
508
 
509
- #: ../admin/classes/class-widget.php:88
510
- msgid "WP ULike - Most Liked Comments"
 
 
511
  msgstr ""
 
 
512
 
513
- #: ../admin/classes/class-widget.php:89
514
- msgid "This widget allows you to show most liked comments."
515
- msgstr ""
516
 
517
- #: ../admin/classes/class-widget.php:109
518
- msgid "on"
519
- msgstr ""
520
 
521
- #: ../admin/classes/class-widget.php:134
522
- msgid "Most Liked Comments"
523
- msgstr ""
524
 
525
- #: ../admin/classes/class-widget.php:143
526
- msgid "Number of comments to show:"
527
- msgstr ""
528
 
529
- #: ../admin/classes/class-widget.php:170
530
- msgid "WP Ulike - Most Liked Users"
531
- msgstr ""
532
 
533
- #: ../admin/classes/class-widget.php:171
534
- msgid "This widget allows you to show most liked users avatars."
535
- msgstr ""
 
536
 
537
- #: ../admin/classes/class-widget.php:215
538
- msgid "Most Liked Users"
539
- msgstr ""
540
 
541
- #: ../admin/classes/class-widget.php:224
542
- msgid "Number of users to show:"
543
  msgstr ""
 
 
544
 
545
- #: ../admin/classes/class-widget.php:229
546
- msgid "User avatar size:"
547
- msgstr ""
548
 
549
- #: ../admin/logs.php:33 ../admin/logs.php:149 ../admin/logs.php:265
550
- msgid "WP ULike Logs"
551
- msgstr ""
552
 
553
- #: ../admin/logs.php:43 ../admin/logs.php:159 ../admin/logs.php:275
554
- msgid "ID"
555
- msgstr ""
556
 
557
- #: ../admin/logs.php:44 ../admin/logs.php:160 ../admin/logs.php:276
558
- msgid "Username"
559
- msgstr ""
560
 
561
- #: ../admin/logs.php:45 ../admin/logs.php:161 ../admin/logs.php:277
562
- msgid "Status"
563
- msgstr ""
564
 
565
- #: ../admin/logs.php:46
566
- msgid "Post ID"
567
- msgstr ""
568
 
569
- #: ../admin/logs.php:47
570
- msgid "Post Title"
571
- msgstr ""
572
 
573
- #: ../admin/logs.php:48 ../admin/logs.php:164 ../admin/logs.php:279
574
- msgid "Date / Time"
575
- msgstr ""
576
 
577
- #: ../admin/logs.php:49 ../admin/logs.php:165 ../admin/logs.php:280
578
- msgid "IP"
579
- msgstr ""
580
 
581
- #: ../admin/logs.php:99
582
- msgid "Post Likes Logs Stats"
583
- msgstr ""
584
 
585
- #: ../admin/logs.php:103 ../admin/logs.php:219 ../admin/logs.php:331
586
- msgid "Total Users Liked:"
587
- msgstr ""
588
 
589
- #: ../admin/logs.php:107
590
- msgid "Total Posts Liked:"
591
- msgstr ""
592
 
593
- #: ../admin/logs.php:111 ../admin/logs.php:227 ../admin/logs.php:339
594
- msgid "Total Likes Sum:"
595
- msgstr ""
596
 
597
- #: ../admin/logs.php:118 ../admin/logs.php:234 ../admin/logs.php:346
598
- msgid ""
599
- "<strong>ERROR:</strong> No Record Found. (This problem is created because "
600
- "you don't have any data on this table)"
601
- msgstr ""
602
 
603
- #: ../admin/logs.php:162
604
- msgid "Comment ID"
605
- msgstr ""
606
 
607
- #: ../admin/logs.php:163
608
- msgid "Comment Author"
609
- msgstr ""
 
 
610
 
611
- #: ../admin/logs.php:215
612
- msgid "Comment Likes Logs Stats"
613
- msgstr ""
614
 
615
- #: ../admin/logs.php:223
616
- msgid "Total Comments Liked:"
617
- msgstr ""
618
 
619
- #: ../admin/logs.php:278
620
- msgid "Activity ID"
621
- msgstr ""
622
 
623
- #: ../admin/logs.php:327
624
- msgid "Activity Likes Logs Stats"
625
- msgstr ""
626
 
627
- #: ../admin/logs.php:335
628
- msgid "Total Activities Liked:"
629
- msgstr ""
630
 
631
- #: ../inc/wp-functions.php:216
632
- msgid "WP ULike Activity"
633
- msgstr ""
634
 
635
- #: ../inc/wp-functions.php:226 ../inc/wp-functions.php:236
636
- msgid "liked"
637
- msgstr ""
638
 
639
- #: ../inc/wp-functions.php:226
640
- msgid "comment"
641
- msgstr ""
642
 
643
  #: ../inc/wp-strings.php:3
644
- msgid "WP ULike - Most Liked Activities"
645
- msgstr ""
646
 
647
  #: ../inc/wp-strings.php:4
648
- msgid "This widget allows you to show most liked activities."
649
- msgstr ""
650
 
651
  #: ../inc/wp-strings.php:5
652
- msgid "Most Liked Activities"
653
- msgstr ""
654
 
655
  #: ../inc/wp-strings.php:6
656
- msgid "Users Login Text"
657
- msgstr ""
658
 
659
  #: ../inc/wp-strings.php:7
660
- msgid "Allow To Like"
661
- msgstr ""
662
 
663
  #: ../inc/wp-strings.php:8
664
- msgid "Guests Only"
665
- msgstr ""
666
 
667
  #: ../inc/wp-strings.php:9
668
- msgid "Registered Users Only"
669
- msgstr ""
670
 
671
  #: ../inc/wp-strings.php:10
672
- msgid "Registered Users And Guests"
673
- msgstr ""
674
 
675
  #: ../inc/wp-strings.php:11
676
- msgid "Who Is Allowed To Like?"
677
- msgstr ""
678
 
679
  #: ../inc/wp-strings.php:12
680
- msgid "Filter Options:"
681
- msgstr ""
682
 
683
  #: ../inc/wp-strings.php:13
684
- msgid "Sort Options:"
685
- msgstr ""
686
 
687
  #: ../inc/wp-strings.php:14
688
- msgid "Logging Method"
689
- msgstr ""
690
 
691
  #: ../inc/wp-strings.php:15
692
- msgid "Do Not Log"
693
- msgstr ""
694
 
695
  #: ../inc/wp-strings.php:16
696
- msgid "Logged By Cookie"
697
- msgstr ""
698
 
699
  #: ../inc/wp-strings.php:17
700
- msgid "Logged By IP"
701
- msgstr ""
702
 
703
  #: ../inc/wp-strings.php:18
704
- msgid "Logged By Cookie & IP"
705
- msgstr ""
706
 
707
  #: ../inc/wp-strings.php:19
708
- msgid "Logged By Username"
709
- msgstr ""
710
 
711
  #: ../inc/wp-strings.php:20
712
- msgid "Themes"
713
- msgstr ""
714
 
715
  #: ../inc/wp-strings.php:21
716
- msgid "Dislike"
717
- msgstr ""
718
 
719
  #: ../inc/wp-strings.php:22
720
- msgid "Dislike Support"
721
- msgstr ""
722
 
723
  #: ../inc/wp-strings.php:23
724
- msgid "Text After Dislike"
725
- msgstr ""
726
 
727
  #: ../inc/wp-strings.php:24
728
- msgid "Show Counter"
729
- msgstr ""
730
 
731
  #: ../inc/wp-strings.php:25
732
- msgid "Show tooltips"
733
- msgstr ""
734
-
735
- #: ../inc/wp-strings.php:26
736
- msgid "Alignment"
737
- msgstr ""
738
-
739
- #: ../inc/wp-strings.php:27
740
- msgid "Left"
741
- msgstr ""
742
-
743
- #: ../inc/wp-strings.php:28
744
- msgid "Center"
745
- msgstr ""
746
 
747
  #: ../inc/wp-strings.php:29
748
- msgid "Right"
749
- msgstr ""
750
 
751
  #: ../inc/wp-strings.php:30
752
- msgid "Cookie Life time"
753
- msgstr ""
754
 
755
  #: ../inc/wp-strings.php:31
756
- msgid "BuddyPress Notifications"
757
- msgstr ""
758
 
759
- #: ../inc/wp-ulike-buddypress.php:83
760
- msgid "You need to login in order to like this activity: "
761
- msgstr ""
762
 
763
- #: ../inc/wp-ulike-buddypress.php:83 ../inc/wp-ulike-comments.php:83
764
- #: ../inc/wp-ulike-posts.php:37
765
- msgid "click here"
766
- msgstr ""
767
 
768
- #: ../inc/wp-ulike-comments.php:83
769
- msgid "You need to login in order to like this comment: "
770
- msgstr ""
771
-
772
- #: ../inc/wp-ulike-posts.php:37
773
  msgid "You need to login in order to like this post: "
774
- msgstr ""
775
-
776
- #: ../wp-ulike.php:17
777
- msgid ""
778
- "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
779
- "wordPress website to allow your visitors to like and unlike pages, posts, "
780
- "comments AND buddypress activities. Its very simple to use and supports many "
781
- "options."
782
- msgstr ""
783
-
784
- #~ msgid ""
785
- #~ "<strong>On all posts</strong> (home, archives, search) at the bottom of "
786
- #~ "the post"
787
- #~ msgstr ""
788
- #~ "<strong>Pour tous les articles</strong> (accueil, archives, recherche) au "
789
- #~ "fond de l'article."
790
-
791
- #~ msgid "<strong>On all comments</strong> at the bottom of the comment"
792
- #~ msgstr "<strong>Pour tous les commentaires</strong> au fond de commentaire."
793
 
794
- #~ msgid "Configuration"
795
- #~ msgstr "Configuration"
796
-
797
- #~ msgid "Image or text?"
798
- #~ msgstr "Image ou texte?"
799
-
800
- #~ msgid "wherever you want in your template."
801
- #~ msgstr "n'importe où vous le souhaitez dans votre thème."
802
-
803
- #~ msgid "jQuery framework"
804
- #~ msgstr "Librairie jQuery"
805
-
806
- #~ msgid "Enabled"
807
- #~ msgstr "Activé"
808
 
809
- #~ msgid "Disabled"
810
- #~ msgstr "Désactivé"
 
811
 
812
- #~ msgid ""
813
- #~ "Disable it if you already have the jQuery framework enabled in your theme."
814
- #~ msgstr ""
815
- #~ "Désactivez cette option si vous avez déjà la librairie jQuery activée "
816
- #~ "dans votre thème."
1
+ #
2
+ # Translators:
3
+ # Franck, 2015
4
+ # FxB <fxb@wp-translations.org>, 2015
5
+ # Jean-Christophe Brebion <pro@jcbrebion.com>, 2015
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WP ULike\n"
9
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
10
+ "PO-Revision-Date: 2015-03-20 18:11+0330\n"
 
11
  "Last-Translator: Alimir <info@alimir.ir>\n"
12
+ "Language-Team: French (France) (http://www.transifex.com/projects/p/wp-ulike/"
13
+ "language/fr_FR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: fr_FR\n"
18
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
  "X-Generator: Poedit 1.6.10\n"
20
+ "X-Poedit-Basepath: .\n"
21
+ "X-Poedit-KeywordsList: _e;__\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPath-1: ..\n"
25
 
26
+ #: ../admin/about.php:74
27
  msgid "Welcome to WP ULike"
28
+ msgstr "Bienvenue dans WP ULike"
29
 
30
+ #: ../admin/about.php:76
31
  msgid ""
32
  "Thank you for choosing WP ULike! This version is our leanest and most "
33
  "powerful version yet."
34
  msgstr ""
35
+ "Merci d'avoir choisi WP ULike&nbsp;! Cette version est la plus légère plus "
36
+ "et la plus puissante à ce jour."
37
 
38
+ #: ../admin/about.php:77 ../admin/stats.php:32
39
  msgid "Visit our homepage"
40
+ msgstr "Consulter notre page d'accueil"
41
+
42
+ #: ../admin/about.php:79
43
+ msgid "Version"
44
+ msgstr "Version"
45
 
46
+ #: ../admin/about.php:82
47
  msgid "Getting Started"
48
+ msgstr "Démarrer"
49
 
50
+ #: ../admin/about.php:83
51
  msgid "Credits"
52
+ msgstr "Crédits"
53
 
54
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:45
56
  msgid "Support"
57
+ msgstr "Aide"
58
 
59
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
60
+ #: ../admin/stats.php:46
61
  msgid "FAQ"
62
+ msgstr "FAQ"
63
 
64
+ #: ../admin/about.php:86
65
  msgid "Reviews"
66
+ msgstr "Avis"
67
 
68
+ #: ../admin/about.php:87 ../admin/stats.php:47
69
  msgid "Contact"
70
+ msgstr "Contact"
71
 
72
+ #: ../admin/about.php:99
73
  msgid "Novelty Of WP ULike"
74
+ msgstr "Nouveauté de WP Ulike"
75
 
76
+ #: ../admin/about.php:103
77
+ msgid "New Statistics Design + Screen Option"
78
+ msgstr "Nouveau design des statistiques + option d'écran"
79
+
80
+ #: ../admin/about.php:108
81
+ msgid "New Statistics Page"
82
+ msgstr "Nouvelle page de statistiques"
83
+
84
+ #: ../admin/about.php:116
85
+ msgid "New Class-based programming"
86
+ msgstr "Nouvelle programmation à base de classes"
87
+
88
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
89
+ #: ../inc/wp-strings.php:27
90
+ msgid "Most Liked Comments"
91
+ msgstr "Commentaires les plus aimés"
92
+
93
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
94
+ #: ../admin/classes/class-settings.php:63
95
+ #: ../admin/classes/class-settings.php:71
96
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
97
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
98
+ msgid "Logging Method"
99
+ msgstr "Méthode de journalisation"
100
+
101
+ #: ../admin/about.php:133
102
+ msgid "New options in logs pages"
103
+ msgstr "Nouvelles options dans les pages des journaux"
104
+
105
+ #: ../admin/about.php:138
106
  msgid "New setting panel"
107
+ msgstr "Nouveau panneau de configuration"
108
 
109
+ #: ../admin/about.php:145
110
  msgid "Better coding on plugin files"
111
+ msgstr "Meilleur codage sur les fichier de l'extension"
112
 
113
+ #: ../admin/about.php:150
114
  msgid "Buddypress likes support"
115
+ msgstr "Support des J'aime de BuddyPress"
116
 
117
+ #: ../admin/about.php:155
118
  msgid "Likes logs support"
119
+ msgstr "Support des journaux des J'aime"
120
 
121
+ #: ../admin/about.php:164
122
  msgid "WP ULike is created by many love and time. Enjoy it :)"
123
+ msgstr "WP Ulike a été créé par beaucoup d'amour et de temps. Profitez-en :)"
124
 
125
+ #: ../admin/about.php:165
126
  msgid "Project Leaders"
127
+ msgstr "Chefs de projet"
128
 
129
+ #: ../admin/about.php:170
130
  msgid "Project Lead & Developer"
131
+ msgstr "Gestion de projet et développeur"
132
 
133
+ #: ../admin/about.php:174
134
  msgid "Translations"
135
+ msgstr "Traductions"
136
 
137
+ #: ../admin/about.php:185
138
+ msgid "Other Plugins"
139
+ msgstr "Autres extensions"
140
+
141
+ #: ../admin/about.php:204
142
  msgid "Like this plugin?"
143
+ msgstr "Vous aimez ce plugin ?"
144
 
145
+ #: ../admin/about.php:205
146
  msgid ""
147
  "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
148
  "wp-ulike\"> Plugin Directory reviews</a>"
149
  msgstr ""
150
+ "Montrez votre soutien en attribuant 5 étoiles dans les <a href=\"http://"
151
+ "wordpress.org/plugins/wp-ulike\">avis de la galerie des extensions</a>"
152
 
153
+ #: ../admin/admin.php:39
154
+ #, php-format
155
+ msgid ""
156
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
157
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
158
+ "target=\"_blank\">Ali Mirzaei</a>"
159
  msgstr ""
160
+ "Merci d'avoir choisi <a href=\"%s\" title=\"Wordpress ULike\" target=\"_blank"
161
+ "\">WP ULike</a>. Créée par <a href=\"%s\" title=\"Wordpress ULike\" target="
162
+ "\"_blank\">Ali Mirzaei</a>"
163
+
164
+ #: ../admin/admin.php:72
165
+ msgid "WP ULike Settings"
166
+ msgstr "Réglages WP ULike"
167
 
168
+ #: ../admin/admin.php:75
169
  msgid "WP ULike"
170
+ msgstr "WP ULike"
171
 
172
+ #: ../admin/admin.php:83
173
+ msgid "Settings saved."
174
+ msgstr "Réglages enregistrés."
175
 
176
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
177
+ msgid "Post Likes Logs"
178
+ msgstr "Journaux des J'aime des articles"
179
 
180
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
181
+ msgid "Comment Likes Logs"
182
+ msgstr "Journaux des J'aime des commentaires"
183
 
184
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
185
+ msgid "Activity Likes Logs"
186
+ msgstr "Journaux des J'aime d'activité"
187
 
188
+ #: ../admin/admin.php:121 ../admin/stats.php:18
189
+ msgid "WP ULike Statistics"
190
+ msgstr "Statistiques WP ULike "
191
+
192
+ #: ../admin/admin.php:125 ../admin/stats.php:31
193
+ msgid "About WP ULike"
194
+ msgstr "À propos de WP Ulike"
195
+
196
+ #: ../admin/classes/class-settings.php:17
197
+ msgid "Custom Settings"
198
+ msgstr "Réglages personnalisés"
199
+
200
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
201
+ msgid "Save Settings"
202
+ msgstr "Enregistrer les réglages"
203
+
204
+ #: ../admin/classes/class-settings.php:29
205
+ msgid "Reset Settings"
206
+ msgstr "Réinitialiser les réglages"
207
+
208
+ #: ../admin/classes/class-settings.php:44
209
+ msgid "Overview"
210
+ msgstr "Vue générale"
211
+
212
+ #: ../admin/classes/class-settings.php:46
213
+ msgid ""
214
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
215
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
216
+ "comments AND buddypress activities. Its very simple to use and supports many "
217
+ "options."
218
  msgstr ""
219
+ "L'extension WP Ulike permet d'intégrer un joli bouton Ajax J'aime dans votre "
220
+ "site WordPress pour permettre à vos visiteurs d'aimer ou pas les pages, les "
221
+ "articles, les commentaires et les activités de BuddyPress. C'est très simple "
222
+ "à utiliser et prend en charge de nombreuses options."
223
 
224
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
225
+ msgid "Posts"
226
+ msgstr "Articles"
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
231
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
232
+ #: ../admin/classes/tmp/settings.php:360
233
+ msgid "Automatic display"
234
+ msgstr "Affichage automatique"
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ msgid ""
238
+ "If you disable this option, you have to put manually this code on wordpress "
239
+ "while loop"
240
  msgstr ""
241
+ "Si vous désactivez cette option, vous devrez mettre ce code dans votre "
242
+ "boucle while de WordPress"
243
+
244
+ #: ../admin/classes/class-settings.php:54
245
+ #: ../admin/classes/class-settings.php:63
246
+ #: ../admin/classes/class-settings.php:71
247
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
248
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
249
+ msgid "Users Like Box Template"
250
+ msgstr "Modèle de boîte J'aime des utilisateurs"
251
+
252
+ #: ../admin/classes/class-settings.php:54
253
+ #: ../admin/classes/class-settings.php:63
254
+ #: ../admin/classes/class-settings.php:71
255
+ msgid "Default Template:"
256
+ msgstr "Modèle par défaut :"
257
+
258
+ #: ../admin/classes/class-settings.php:54
259
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
260
+ msgid "Users who have LIKED this post:"
261
+ msgstr "Les utilisateurs qui ont aimé cet article&nbsp;:"
262
 
263
+ #: ../admin/classes/class-settings.php:54
264
+ #: ../admin/classes/class-settings.php:63
265
+ #: ../admin/classes/class-settings.php:71
266
+ msgid ""
267
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
268
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
269
+ "do not work"
270
+ msgstr ""
271
+ "Si vous sélectionnez la méthode <strong>\"Ne pas enregister\"</"
272
+ "strong>&nbsp;: Aucune donnée ne sera sauvegardée dans les journaux, il n'y a "
273
+ "pas de limitation des J'aime / J'aime pas, la capacité J'aime / J'aime pas "
274
+ "ne fonctionnera pas"
275
+
276
+ #: ../admin/classes/class-settings.php:54
277
+ #: ../admin/classes/class-settings.php:63
278
+ #: ../admin/classes/class-settings.php:71
279
+ msgid ""
280
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
281
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
282
+ "undislike capacity do not work"
283
+ msgstr ""
284
+ "Si vous sélectionnez la méthode <strong>\"Enregistrement par cookie\"</"
285
+ "strong>&nbsp;: aucune données ne sera sauvegardée dans les journaux, la "
286
+ "condition J'aime / J'aime pas sera limitée par SetCookie, la capacité "
287
+ "J'aime / J'aime pas ne fonctionnera pas"
288
+
289
+ #: ../admin/classes/class-settings.php:54
290
+ #: ../admin/classes/class-settings.php:63
291
+ #: ../admin/classes/class-settings.php:71
292
+ msgid ""
293
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
294
+ "for all users, the convey of like/dislike condition will check by user IP"
295
  msgstr ""
296
+ "Si vous sélectionnez la méthode <strong>\"Enregistrement par IP\"</"
297
+ "strong>&nbsp;: Les données s'enregistreront pour tous les utilisateurs, la "
298
+ "transmission de la condition J'aime / J'aime pas se fera par vérification de "
299
+ "l'IP de l'utilisateur"
300
 
301
+ #: ../admin/classes/class-settings.php:54
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/class-settings.php:71
304
+ msgid ""
305
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
306
+ "will save for all users, the convey of like/dislike condition will check by "
307
+ "user IP & SetCookie"
308
+ msgstr ""
309
+ "Si vous sélectionnez la méthode <strong>\"Enregistrement par cookie & IP\"</"
310
+ "strong>&nbsp;: Les données s'enregistreront pour tous les utilisateurs, la "
311
+ "transmission de la condition J'aime / J'aime pas se fera par vérification de "
312
+ "l'IP de l'utilisateur & SetCookie"
313
+
314
+ #: ../admin/classes/class-settings.php:54
315
+ #: ../admin/classes/class-settings.php:63
316
+ #: ../admin/classes/class-settings.php:71
317
+ msgid ""
318
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
319
+ "is saved for registered users, the convey of like/dislike condition will "
320
+ "check by username, There is no permission for guest users to unlike/undislike"
321
+ msgstr ""
322
+ "Si vous sélectionnez la méthode <strong>\"Enregistrement par nom "
323
+ "d'utilisateur\"</strong>&nbsp;: Les données s'enregistreront pour tous les "
324
+ "utilisateurs, la transmission de la condition J'aime/ J'aime pas se fera "
325
+ "par vérification du nom d'utilisateur, il n'est pas possible pour les "
326
+ "invités de faire de J'aime / J'aime pas"
327
+
328
+ #: ../admin/classes/class-settings.php:61
329
+ #: ../admin/classes/tmp/settings.php:151
330
+ msgid "Comments"
331
+ msgstr "Commentaires"
332
+
333
+ #: ../admin/classes/class-settings.php:63
334
+ msgid ""
335
+ "If you disable this option, you have to put manually this code on comments "
336
+ "text"
337
  msgstr ""
338
+ "Si vous désactivez cette option, vous devrez mettre manuellement ce code sur "
339
+ "le texte des commentaires"
340
 
341
+ #: ../admin/classes/class-settings.php:63
342
+ #: ../admin/classes/tmp/settings.php:209
343
+ msgid "Users who have LIKED this comment:"
344
+ msgstr "Utilisateurs qui ont aimé ce commentaire:"
345
+
346
+ #: ../admin/classes/class-settings.php:69
347
+ #: ../admin/classes/tmp/settings.php:268
348
+ msgid "BuddyPress"
349
+ msgstr "BuddyPress"
350
+
351
+ #: ../admin/classes/class-settings.php:71
352
+ msgid ""
353
+ "If you disable this option, you have to put manually this code on buddypres "
354
+ "activities content"
355
  msgstr ""
356
+ "Si vous désactivez cette option, vous devrez mettre manuellement ce code sur "
357
+ "le contenu des activités BuddyPress"
358
 
359
+ #: ../admin/classes/class-settings.php:71
360
+ #: ../admin/classes/tmp/settings.php:325
361
+ msgid "Users who have liked this activity:"
362
+ msgstr "Utilisateurs qui ont aimé cette activité:"
363
+
364
+ #: ../admin/classes/class-settings.php:71
365
+ #: ../admin/classes/tmp/settings.php:339
366
+ msgid "Post Activity Text"
367
+ msgstr "Texte d'activité d'article"
368
+
369
+ #: ../admin/classes/class-settings.php:71
370
+ #: ../admin/classes/tmp/settings.php:345
371
+ msgid "Comment Activity Text"
372
+ msgstr "Texte d'activité des commentaires"
373
+
374
+ #: ../admin/classes/class-settings.php:76
375
+ msgid "For more information:"
376
+ msgstr "Pour plus d'informations :"
377
+
378
+ #: ../admin/classes/class-settings.php:135
379
+ msgid "Default settings have been reset."
380
+ msgstr "Les réglages par défaut ont été réinitialisés."
381
+
382
+ #: ../admin/classes/class-settings.php:212
383
+ msgid ""
384
+ "Do you really want to reset all these settings to their default values ?"
385
  msgstr ""
386
+ "Voulez-vous vraiment réinitialiser tous ces réglages à leur valeur par "
387
+ "défaut ?"
388
 
389
+ #: ../admin/classes/class-settings.php:277
390
+ #: ../admin/classes/class-settings.php:288
391
+ #: ../admin/classes/class-settings.php:312
392
+ msgid "No options defined."
393
+ msgstr "Aucune option définie."
394
+
395
+ #: ../admin/classes/class-settings.php:299
396
+ #, php-format
397
+ msgid "Select %s"
398
+ msgstr "Sélectionnez %s"
399
+
400
+ #: ../admin/classes/class-settings.php:300
401
+ #, php-format
402
+ msgid "Remove %s"
403
+ msgstr "Supprimer %s"
404
+
405
+ #: ../admin/classes/class-settings.php:324
406
+ msgid "No action defined."
407
+ msgstr "Aucune action définie."
408
+
409
+ #: ../admin/classes/class-widget.php:11
410
+ msgid "WP Ulike Widget"
411
+ msgstr "Widget WP Ulike"
412
+
413
+ #: ../admin/classes/class-widget.php:12
414
+ msgid ""
415
+ "An advanced widget that gives you all most liked records with different types"
416
  msgstr ""
417
+ "Un widget qui vous donne la liste des \"plus aimé\" en fonction des "
418
+ "différents types"
419
 
420
+ #: ../admin/classes/class-widget.php:74
421
+ msgid "you haven't liked any post yet!"
422
+ msgstr "Vous n'avez encore aimé aucun article !"
423
+
424
+ #: ../admin/classes/class-widget.php:103
425
+ msgid "on"
426
+ msgstr "on"
427
+
428
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
429
+ msgid "Like"
430
+ msgstr "J'aime"
431
+
432
+ #: ../admin/classes/class-widget.php:224
433
+ msgid "Most Liked"
434
+ msgstr "Les plus aimés"
435
+
436
+ #: ../admin/classes/class-widget.php:228
437
+ msgid "Title:"
438
+ msgstr "Titre&nbsp;:"
439
+
440
+ #: ../admin/classes/class-widget.php:233
441
+ msgid "Type:"
442
+ msgstr "Type&nbsp;:"
443
+
444
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
445
+ msgid "Most Liked Posts"
446
+ msgstr "Articles les plus aimés"
447
+
448
+ #: ../admin/classes/class-widget.php:237
449
+ msgid "Most Liked Activities"
450
+ msgstr "Activités les plus aimées"
451
+
452
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
453
+ msgid "Most Liked Users"
454
+ msgstr "Utilisateurs les plus aimés"
455
+
456
+ #: ../admin/classes/class-widget.php:239
457
+ msgid "Last Posts Liked By User"
458
+ msgstr "Derniers articles aimés par l'utilisateur"
459
+
460
+ #: ../admin/classes/class-widget.php:244
461
+ msgid "Number of items to show:"
462
+ msgstr "Nombre d'éléments à afficher:"
463
+
464
+ #: ../admin/classes/class-widget.php:249
465
+ msgid "User avatar size:"
466
+ msgstr "Taille de l'avatar de l'utilisateur:"
467
+
468
+ #: ../admin/classes/class-widget.php:255
469
+ msgid "Activate Like Counter"
470
+ msgstr "Activer le compteur des J'aime"
471
+
472
+ #: ../admin/classes/tmp/settings.php:7
473
+ msgid "General"
474
+ msgstr "Réglages généraux"
475
+
476
+ #: ../admin/classes/tmp/settings.php:11
477
+ msgid "Button Type"
478
+ msgstr "Type de bouton"
479
+
480
+ #: ../admin/classes/tmp/settings.php:14
481
+ msgid "Icon"
482
+ msgstr "Icône"
483
+
484
+ #: ../admin/classes/tmp/settings.php:15
485
+ msgid "Text"
486
+ msgstr "Texte"
487
+
488
+ #: ../admin/classes/tmp/settings.php:20
489
+ msgid "Button Text"
490
+ msgstr "Libellé du bouton"
491
+
492
+ #: ../admin/classes/tmp/settings.php:24
493
+ msgid "Button Icon"
494
+ msgstr "Icône du bouton"
495
+
496
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
497
+ msgid "Best size: 16x16"
498
+ msgstr "Meilleure taille&nbsp;: 16x16"
499
+
500
+ #: ../admin/classes/tmp/settings.php:28
501
  msgid "Unlike"
502
+ msgstr "J'aime pas"
503
 
504
+ #: ../admin/classes/tmp/settings.php:29
505
  msgid "Text After Like"
506
+ msgstr "Texte après le J'aime"
507
 
508
+ #: ../admin/classes/tmp/settings.php:34
509
  msgid "Return To The Initial"
510
+ msgstr "Retourner à l'état initial"
511
+
512
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
513
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
514
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
515
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
516
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
517
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
518
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
519
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
520
+ msgid "Activate"
521
+ msgstr "Activer"
522
 
523
+ #: ../admin/classes/tmp/settings.php:36
524
  msgid ""
525
  "Return to the initial Like button after Unlike. (Not Showing text after "
526
  "unlike)"
527
  msgstr ""
528
+ "Retourner au bouton J'aime initial après un J'aime pas. (Ne montre pas le "
529
+ "texte après un J'aime pas)"
530
 
531
+ #: ../admin/classes/tmp/settings.php:39
532
  msgid "Like Me Again!"
533
+ msgstr "Aimez-moi à nouveau !"
534
 
535
+ #: ../admin/classes/tmp/settings.php:40
536
  msgid "Text After Unlike"
537
+ msgstr "Texte après le J'aime pas"
538
 
539
+ #: ../admin/classes/tmp/settings.php:43
540
  msgid "You have not permission to unlike"
541
+ msgstr "Vous n&rsquo;avez pas l&rsquo;autorisation de ne plus aimer."
542
 
543
+ #: ../admin/classes/tmp/settings.php:44
544
  msgid "Permission Text"
545
+ msgstr "Texte de l'autorisation"
546
 
547
+ #: ../admin/classes/tmp/settings.php:48
548
+ msgid "Users Login Type"
549
+ msgstr "Type de connexion des utilisateurs"
550
 
551
+ #: ../admin/classes/tmp/settings.php:51
552
+ msgid "Alert Box"
553
+ msgstr "Boîte d'alerte"
554
 
555
+ #: ../admin/classes/tmp/settings.php:52
556
+ msgid "Like Button"
557
+ msgstr "Bouton J'aime"
558
 
559
+ #: ../admin/classes/tmp/settings.php:56
560
+ msgid "You Should Login To Submit Your Like"
561
+ msgstr "Vous devez vous connecter pour soumettre votre J'aime"
562
+
563
+ #: ../admin/classes/tmp/settings.php:57
564
+ msgid "Users Login Text"
565
+ msgstr "Texte de connexion utilisateurs"
566
+
567
+ #: ../admin/classes/tmp/settings.php:62
568
+ msgid "Format Number"
569
+ msgstr "Format de nombre"
570
+
571
+ #: ../admin/classes/tmp/settings.php:64
572
+ msgid "Convert numbers of Likes with string (kilobyte) format."
573
+ msgstr "Convertit le nombre de J'aime sous forme de chaîne (Kilo-Octet)"
574
 
575
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
576
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
577
  msgid "Auto Display Position"
578
+ msgstr "Position de l'affichage auto"
579
 
580
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
581
+ #: ../admin/classes/tmp/settings.php:368
582
  msgid "Top of Content"
583
+ msgstr "Avant le contenu"
584
 
585
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
586
  msgid "Bottom of Content"
587
+ msgstr "Après le contenu"
588
 
589
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
590
+ #: ../admin/classes/tmp/settings.php:369
591
  msgid "Top and Bottom"
592
+ msgstr "En haut et en bas"
593
 
594
+ #: ../admin/classes/tmp/settings.php:90
595
  msgid "Auto Display Filter"
596
+ msgstr "Filtre d'affichage automatique"
597
 
598
+ #: ../admin/classes/tmp/settings.php:92
599
  msgid "Home"
600
+ msgstr "Accueil"
601
 
602
+ #: ../admin/classes/tmp/settings.php:93
603
  msgid "Single Posts"
604
+ msgstr "Articles uniques"
605
 
606
+ #: ../admin/classes/tmp/settings.php:94
607
  msgid "Pages"
608
+ msgstr "Pages"
609
 
610
+ #: ../admin/classes/tmp/settings.php:95
611
  msgid "Archives"
612
+ msgstr "Archives"
613
 
614
+ #: ../admin/classes/tmp/settings.php:96
615
  msgid "Categories"
616
+ msgstr "Catégories"
617
 
618
+ #: ../admin/classes/tmp/settings.php:97
619
  msgid "Search Results"
620
+ msgstr "Chercher les résultats"
621
 
622
+ #: ../admin/classes/tmp/settings.php:98
623
  msgid "Tags"
624
+ msgstr "Mots-clés"
625
 
626
+ #: ../admin/classes/tmp/settings.php:99
627
  msgid "Author Page"
628
+ msgstr "Page de l'auteur"
629
 
630
+ #: ../admin/classes/tmp/settings.php:101
631
  msgid "You can filter theses pages on auto display option."
632
+ msgstr "Vous pouvez filtrer ces pages avec l'option d'affichage auto."
633
 
634
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
635
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
636
  msgid "Only registered Users"
637
+ msgstr "Uniquement les utilisateurs enregistrés"
638
 
639
+ #: ../admin/classes/tmp/settings.php:108
640
  msgid "<strong>Only</strong> registered users have permission to like posts."
641
  msgstr ""
642
+ "<strong>Seuls</strong> les utilisateurs enregistrés ont la permission "
643
+ "d'Aimer les articles."
644
 
645
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
646
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
647
+ msgid "Do Not Log"
648
+ msgstr "Ne pas enregistrer"
 
 
 
 
649
 
650
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
651
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
652
+ msgid "Logged By Cookie"
653
+ msgstr "Enregistrement par cookie"
654
 
655
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
656
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
657
+ msgid "Logged By IP"
658
+ msgstr "Enregistrement par IP"
659
 
660
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
661
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
662
+ msgid "Logged By Cookie & IP"
663
+ msgstr "Enregistrement par cookie & IP"
664
 
665
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
666
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
667
+ msgid "Logged By Username"
668
+ msgstr "Enregistrement par nom d'utilisateur"
669
 
670
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
671
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
672
+ msgid "Show Liked Users Box"
673
+ msgstr "Afficher la boîte J'aime des utilisateurs"
674
 
675
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
676
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
677
  msgid ""
678
+ "Active this option to show liked users avatars in the bottom of button like."
 
 
 
 
 
679
  msgstr ""
680
+ "Activez cette option pour afficher les avatars des utilisateurs dans le fond "
681
+ "du bouton J'aime."
682
 
683
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
684
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
685
+ msgid "Size of Gravatars"
686
+ msgstr "Taille des Gravatars"
 
687
 
688
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
689
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
690
+ msgid "Size of Gravatars to return (max is 512)"
691
+ msgstr "Taille des Gravatars à renvoyer (le max est 512)"
692
 
693
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
694
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
695
+ msgid "Number Of The Users"
696
+ msgstr "Nombre d'utilisateurs"
697
 
698
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
699
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
700
+ msgid "The number of users to show in the users liked box"
701
  msgstr ""
702
+ "le nombre d'utilisateurs à afficher dans la boite des utilisateurs qui aime"
703
 
704
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
705
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
706
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
707
+ msgid "Allowed Variables:"
708
+ msgstr "Variables autorisées:"
709
 
710
+ #: ../admin/classes/tmp/settings.php:174
711
  msgid ""
712
+ "<strong>Only</strong> registered users have permission to like comments."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
713
  msgstr ""
714
+ "<strong>Seuls les utilisateurs enregistrés</strong> ont la permission "
715
+ "d'aimer des commentaires."
716
 
717
+ #: ../admin/classes/tmp/settings.php:218
718
  msgid "Customize"
719
+ msgstr "Personnaliser"
720
 
721
+ #: ../admin/classes/tmp/settings.php:223
722
  msgid "Custom Style"
723
+ msgstr "Style personnalisé"
724
 
725
+ #: ../admin/classes/tmp/settings.php:228
726
  msgid "Active this option to see the custom style settings."
727
+ msgstr "Activez cette options pour voir les réglages de style personnalisé."
728
 
729
+ #: ../admin/classes/tmp/settings.php:232
730
  msgid "Button style"
731
+ msgstr "Style de bouton"
732
 
733
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
734
  msgid "Background"
735
+ msgstr "Arrière plan"
736
 
737
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
738
  msgid "Border Color"
739
+ msgstr "Couleur de la bordure"
740
 
741
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
742
  msgid "Text Color"
743
+ msgstr "Couleur du texte"
744
 
745
+ #: ../admin/classes/tmp/settings.php:245
746
  msgid "Counter Style"
747
+ msgstr "Style de compteur"
748
 
749
+ #: ../admin/classes/tmp/settings.php:258
750
  msgid "Loading Animation"
751
+ msgstr "Animation de chargement"
 
 
 
 
752
 
753
+ #: ../admin/classes/tmp/settings.php:281
754
+ msgid "Activity Content"
755
+ msgstr "Contenu d'activité"
756
 
757
+ #: ../admin/classes/tmp/settings.php:282
758
+ msgid "Activity Meta"
759
+ msgstr "Méta activité"
 
 
 
 
 
 
 
 
 
 
 
 
760
 
761
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
762
  msgid ""
763
+ "<strong>Only</strong> registered users have permission to like activities."
 
 
 
 
 
 
 
 
 
 
 
 
764
  msgstr ""
765
+ "<strong>Seuls les utilisateurs enregistrés</strong> ont la permission "
766
+ "d'aimer des activités."
767
 
768
+ #: ../admin/classes/tmp/settings.php:332
769
+ msgid "BuddyPress Activity"
770
+ msgstr "Activité BuddyPress"
771
 
772
+ #: ../admin/classes/tmp/settings.php:334
773
+ msgid "insert new likes in buddyPress activity page"
774
+ msgstr "insérer de nouveaux J'aime dans la page d'activité BuddyPress"
775
 
776
+ #: ../admin/classes/tmp/settings.php:355
777
+ msgid "bbPress"
778
+ msgstr "bbPress"
779
 
780
+ #: ../admin/classes/tmp/settings.php:412
781
+ msgid "Users who have liked this topic:"
782
+ msgstr "Utilisateurs qui ont aimé ce sujet:"
783
 
784
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
785
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
786
+ #: ../admin/logs.php:466
787
+ msgid "Logs"
788
+ msgstr "Fichiers journaux"
789
 
790
+ #: ../admin/logs.php:80
791
+ msgid "Are you sure to remove this item?!"
792
+ msgstr "Voulez-vous vraiment supprimer cet élément ?"
 
793
 
794
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
795
+ msgid "WP ULike Logs"
796
+ msgstr "Journaux WP ULike"
 
 
797
 
798
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
799
+ msgid "ID"
800
+ msgstr "ID"
 
801
 
802
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
803
+ msgid "Username"
804
+ msgstr "Identifiant"
 
805
 
806
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
807
+ msgid "Status"
808
+ msgstr "Statut"
809
 
810
+ #: ../admin/logs.php:152
811
+ msgid "Post ID"
812
+ msgstr "ID de l'article"
813
 
814
+ #: ../admin/logs.php:153
815
+ msgid "Post Title"
816
+ msgstr "Titre d'article"
817
 
818
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
819
+ msgid "Date / Time"
820
+ msgstr "Date/Heure"
821
 
822
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
823
+ msgid "IP"
824
+ msgstr "IP"
 
825
 
826
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
827
+ msgid "Actions"
828
+ msgstr "Actions"
829
 
830
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
831
+ msgid "Guest User"
832
+ msgstr "Utilisateur invité"
 
833
 
834
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
835
+ msgid ""
836
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
837
+ "you don't have any data on this table)"
838
  msgstr ""
839
+ "<strong>ERREUR&nbsp;:</strong> Aucun enregistrement trouvé. (Ce problème "
840
+ "survient parce que vous n'avez pas de données dans cette table)"
841
 
842
+ #: ../admin/logs.php:275
843
+ msgid "Comment ID"
844
+ msgstr "ID du commentaire"
845
 
846
+ #: ../admin/logs.php:276
847
+ msgid "Comment Author"
848
+ msgstr "Auteur du commentaire"
849
 
850
+ #: ../admin/logs.php:277
851
+ msgid "Comment Text"
852
+ msgstr "Texte du commentaire"
853
 
854
+ #: ../admin/logs.php:404
855
+ msgid "Activity ID"
856
+ msgstr "ID de l'activité"
857
 
858
+ #: ../admin/logs.php:405
859
+ msgid "Permalink"
860
+ msgstr "Permalien"
861
 
862
+ #: ../admin/logs.php:442
863
+ #, php-format
864
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
865
+ msgstr "<a href=\"%1$s\">Permalien activité</a>"
866
 
867
+ #: ../admin/stats.php:25
868
+ msgid "Welcome to WP ULike Statistics!"
869
+ msgstr "Bienvenue dans les statistiques de WP ULike !"
870
 
871
+ #: ../admin/stats.php:26
872
+ msgid "We have provided some useful statistics tools in this page:"
873
  msgstr ""
874
+ "Nous avons fourni quelques outils de statistiques utiles dans cette "
875
+ "page&nbsp;:"
876
 
877
+ #: ../admin/stats.php:30
878
+ msgid "Get Started"
879
+ msgstr "Lancez-vous&nbsp;!"
880
 
881
+ #: ../admin/stats.php:32
882
+ msgid "or"
883
+ msgstr "ou"
884
 
885
+ #: ../admin/stats.php:35
886
+ msgid "Other Tools"
887
+ msgstr "Autres outils"
888
 
889
+ #: ../admin/stats.php:43
890
+ msgid "Documentation"
891
+ msgstr "Documentation"
892
 
893
+ #: ../admin/stats.php:72
894
+ msgid "Posts Likes Summary"
895
+ msgstr "Résumé des J'aime des articles"
896
 
897
+ #: ../admin/stats.php:79
898
+ msgid "Comments Likes Summary"
899
+ msgstr "Résumé des J'aime des commentaires"
900
 
901
+ #: ../admin/stats.php:86
902
+ msgid "Activities Likes Summary"
903
+ msgstr "Résumé des J'aime des activités"
904
 
905
+ #: ../admin/stats.php:97 ../admin/stats.php:272
906
+ msgid "Summary"
907
+ msgstr "Résumé"
908
 
909
+ #: ../admin/stats.php:106
910
+ msgid "Total Likes"
911
+ msgstr "Total des J'aime"
912
 
913
+ #: ../admin/stats.php:121
914
+ msgid "Today"
915
+ msgstr "Aujourd&rsquo;hui"
916
 
917
+ #: ../admin/stats.php:126
918
+ msgid "Yesterday"
919
+ msgstr "Hier"
920
 
921
+ #: ../admin/stats.php:131
922
+ msgid "Week"
923
+ msgstr "Semaine"
924
 
925
+ #: ../admin/stats.php:136
926
+ msgid "Month"
927
+ msgstr "Mois"
928
 
929
+ #: ../admin/stats.php:141
930
+ msgid "Total"
931
+ msgstr "Total"
 
 
932
 
933
+ #: ../admin/stats.php:155 ../admin/stats.php:276
934
+ msgid "Likes Percent"
935
+ msgstr "Pourcentage de J'aime"
936
 
937
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
938
+ #: ../admin/stats.php:192
939
+ #, php-format
940
+ msgid "In The Last %s Days"
941
+ msgstr "Dans les %s derniers jours"
942
 
943
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
944
+ msgid "View Logs"
945
+ msgstr "Voir le fichier journal"
946
 
947
+ #: ../admin/stats.php:180 ../admin/stats.php:273
948
+ msgid "Posts Likes Stats"
949
+ msgstr "Stats des articles aimés"
950
 
951
+ #: ../admin/stats.php:186 ../admin/stats.php:274
952
+ msgid "Comments Likes Stats"
953
+ msgstr "Stats des commentaires aimés"
954
 
955
+ #: ../admin/stats.php:192 ../admin/stats.php:275
956
+ msgid "Activities Likes Stats"
957
+ msgstr "Stats de l'activité des J'aime"
958
 
959
+ #: ../admin/stats.php:269
960
+ msgid "Show on screen"
961
+ msgstr "Afficher à l&rsquo;écran"
962
 
963
+ #: ../admin/stats.php:271
964
+ msgid "Welcome"
965
+ msgstr "Bienvenue"
966
 
967
+ #: ../admin/stats.php:279
968
+ msgid "Days"
969
+ msgstr "Jours"
970
 
971
+ #: ../inc/wp-functions.php:172
972
+ msgid "WP ULike Activity"
973
+ msgstr "Activités de WP Ulike"
974
 
975
  #: ../inc/wp-strings.php:3
976
+ msgid "Allow To Like"
977
+ msgstr "Autoriser à aimer"
978
 
979
  #: ../inc/wp-strings.php:4
980
+ msgid "Guests Only"
981
+ msgstr "Uniquement les invités"
982
 
983
  #: ../inc/wp-strings.php:5
984
+ msgid "Registered Users Only"
985
+ msgstr "Uniquement les utilisateurs enregistrés"
986
 
987
  #: ../inc/wp-strings.php:6
988
+ msgid "Registered Users And Guests"
989
+ msgstr "Utilisateurs enregistrés et les invités"
990
 
991
  #: ../inc/wp-strings.php:7
992
+ msgid "Who Is Allowed To Like?"
993
+ msgstr "Qui est autorisé à aimer ?"
994
 
995
  #: ../inc/wp-strings.php:8
996
+ msgid "Filter Options:"
997
+ msgstr "Options de filtrage&nbsp;:"
998
 
999
  #: ../inc/wp-strings.php:9
1000
+ msgid "Sort Options:"
1001
+ msgstr "Options de tri&nbsp;:"
1002
 
1003
  #: ../inc/wp-strings.php:10
1004
+ msgid "Themes"
1005
+ msgstr "Thèmes"
1006
 
1007
  #: ../inc/wp-strings.php:11
1008
+ msgid "Dislike"
1009
+ msgstr "J'aime pas"
1010
 
1011
  #: ../inc/wp-strings.php:12
1012
+ msgid "Dislike Support"
1013
+ msgstr "Support de J'aime pas"
1014
 
1015
  #: ../inc/wp-strings.php:13
1016
+ msgid "Text After Dislike"
1017
+ msgstr "Texte après J'aime pas"
1018
 
1019
  #: ../inc/wp-strings.php:14
1020
+ msgid "Show Counter"
1021
+ msgstr "Afficher le compteur"
1022
 
1023
  #: ../inc/wp-strings.php:15
1024
+ msgid "Show tooltips"
1025
+ msgstr " Afficher les info-bulles"
1026
 
1027
  #: ../inc/wp-strings.php:16
1028
+ msgid "Alignment"
1029
+ msgstr "Alignement"
1030
 
1031
  #: ../inc/wp-strings.php:17
1032
+ msgid "Left"
1033
+ msgstr "À gauche"
1034
 
1035
  #: ../inc/wp-strings.php:18
1036
+ msgid "Center"
1037
+ msgstr "Centré"
1038
 
1039
  #: ../inc/wp-strings.php:19
1040
+ msgid "Right"
1041
+ msgstr "À droite"
1042
 
1043
  #: ../inc/wp-strings.php:20
1044
+ msgid "Cookie Life time"
1045
+ msgstr "Durée de vie du cookie"
1046
 
1047
  #: ../inc/wp-strings.php:21
1048
+ msgid "BuddyPress Notifications"
1049
+ msgstr "Notifications BuddyPress"
1050
 
1051
  #: ../inc/wp-strings.php:22
1052
+ msgid "Liker Attempts"
1053
+ msgstr "Tentatives de J'aime"
1054
 
1055
  #: ../inc/wp-strings.php:23
1056
+ msgid "Liked Users Box Style"
1057
+ msgstr "Style de boîte utilisateurs J'aime"
1058
 
1059
  #: ../inc/wp-strings.php:24
1060
+ msgid "Tooltip"
1061
+ msgstr "Info-bulle"
1062
 
1063
  #: ../inc/wp-strings.php:25
1064
+ msgid "Default"
1065
+ msgstr "Par défaut"
 
 
 
 
 
 
 
 
 
 
 
 
1066
 
1067
  #: ../inc/wp-strings.php:29
1068
+ msgid "Total Users Liked"
1069
+ msgstr "Total des J'aime des utilisateurs"
1070
 
1071
  #: ../inc/wp-strings.php:30
1072
+ msgid "Total Posts Liked"
1073
+ msgstr "Total des J'aime des articles"
1074
 
1075
  #: ../inc/wp-strings.php:31
1076
+ msgid "Total Comments Liked"
1077
+ msgstr "Total des J'aime des commentaires"
1078
 
1079
+ #: ../inc/wp-strings.php:32
1080
+ msgid "Upvote"
1081
+ msgstr "Vote positif"
1082
 
1083
+ #: ../inc/wp-strings.php:33
1084
+ msgid "Downvote"
1085
+ msgstr "Vote négatif"
 
1086
 
1087
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
 
 
 
 
1088
  msgid "You need to login in order to like this post: "
1089
+ msgstr "Vous devez être connecté pour aimer cet article:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1090
 
1091
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1092
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1093
+ msgid "click here"
1094
+ msgstr "Cliquez ici"
 
 
 
 
 
 
 
 
 
 
1095
 
1096
+ #: ../inc/wp-ulike-buddypress.php:74
1097
+ msgid "You need to login in order to like this activity: "
1098
+ msgstr "Vous devez être connecté pour aimer cette activité:"
1099
 
1100
+ #: ../inc/wp-ulike-comments.php:69
1101
+ msgid "You need to login in order to like this comment: "
1102
+ msgstr "Vous devez être connecté pour aimer ce commentaire:"
 
 
lang/alimir-he_IL.mo ADDED
Binary file
lang/alimir-he_IL.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/wp-ulike/"
10
+ "language/he_IL/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: he_IL\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "גרסה"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "להתחיל עכשיו"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "קרדיטים"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "תמיכה"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "שאלות נפוצות"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "סקירות"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "מנהלים"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "תרגום"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr ""
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "הגדרות נשמרו."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "תצוגה"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "פוסטים"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "תגובות"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "לעוד מידע"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "בחר %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "כותרת:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "כללי"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr "אייקון"
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "טקסט"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr "טקסט כפתור"
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr "אייקון כפתור"
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "הפעל"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "ראשי"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "עמודים"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "ארכיון"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "קטגוריות"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "תוצאות חיפוש"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "תגיות"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "התאמה אישית"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "רקע"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "צבע גבול"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "צבע הטקסט"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "לוג"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "מזהה"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "שם משתמש"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "סטטוס"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr ""
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "פעולות"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr ""
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "התחל ב..."
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "או"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "תיעוד"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "תקצירים"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "היום"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "אתמול"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "חודש"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "סך הכל"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "הצג על המסך"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "ברוכים הבאים"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "ערכות עיצוב"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "יישור"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "לשמאל"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "למרכז"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "ימין"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "ברירת מחדל"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-hu_HU.mo ADDED
Binary file
lang/alimir-hu_HU.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/hu_HU/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: hu_HU\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Verzió"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Kezdjük el"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Köszönetnyilvánítás"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Support"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "GyIK"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Értékelés"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Projektvezetők"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Fordítás"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr ""
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Beállítások elmentve."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Áttekinntés"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "bejegyzés"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Hozzászólások"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "További információk:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "%s kiválasztása"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Cím:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Általános"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr ""
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Szöveg"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Bekapcsolás"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Home"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Oldalak"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Archívum"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Kategóriák"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Keresési eredmények"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Címke"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Testreszabás"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Háttér"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "Keret szín"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Szöveg színe"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Naplózások"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Felhasználói név"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Státusz"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr ""
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Műveletek"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "Közvetlen hivatkozás"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Kezdjük el"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr " vagy"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Dokumentáció"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "összegzése."
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "ma"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "Tegnap"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Hónap"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Összeg"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Legyen látható"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Üdvözlet!"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Sablonok"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Illesztés"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Balra"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Középen"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Jobbra"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Alapértelmezett"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-id_ID.mo ADDED
Binary file
lang/alimir-id_ID.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/"
10
+ "wp-ulike/language/id_ID/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: id_ID\n"
15
+ "Plural-Forms: nplurals=1; plural=0;\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Versi"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr ""
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Penghargaan"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Dukungan"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "FAQ"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Ulasan"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Para Kepala Projek"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Terjemahan"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr ""
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Pengaturan telah disimpan."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Ikhtisar"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Pos"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Komentar"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Untuk informasi lebih lanjut:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Pilih %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "di"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Judul:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Umum"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr ""
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Teks"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Aktifkan"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Beranda"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Laman"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Arsip"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Kategori"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Hasil Pencarian"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Tag"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Sesuaikan"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Latar belakang"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "Warna Pembatas"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Warna Teks"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Catatan"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Nama Pengguna"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Status"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr ""
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Aksi"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr ""
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Memulai"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "atau"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Dokumentasi"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Ringkasan"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Hari ini"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr ""
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Bulan"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr ""
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Tampilkan di layar"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Selamat datang"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Tema"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Perataan"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Kiri"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Tengah"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Kanan"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Bawaan"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-it_IT.mo ADDED
Binary file
lang/alimir-it_IT.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/wp-ulike/"
10
+ "language/it_IT/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: it_IT\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Versione"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Come iniziare"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Credits"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Supporto"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "FAQ"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Recensioni"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Leader di Progetto"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Traduzioni"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr "Ti piace questo plugin?"
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Impostazioni salvate."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr "Salva impostazioni"
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Panoramica"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Articoli"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Commenti"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Per altre informazioni:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Seleziona %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Titolo:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Impostazioni Generali"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr ""
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Testo"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Attiva"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Home"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Pagine"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Archivi"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Categorie File"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Risultati della ricerca"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Tag"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Personalizza"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Sfondo"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "Colore bordo"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Colore del testo"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Logs"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Nome Utente"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Stato"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr ""
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Azioni"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "Permalink"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Come iniziare"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "o"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Documentazione"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Sommario"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Oggi"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "Ieri"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Mese"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Tot"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Visualizza a schermo"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Benvenuto"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Temi"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Allineamento"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Sinistra"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Centro"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Destra"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Default"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-ja.mo ADDED
Binary file
lang/alimir-ja.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:10+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Japanese (http://www.transifex.com/projects/p/wp-ulike/"
10
+ "language/ja/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: ja\n"
15
+ "Plural-Forms: nplurals=1; plural=0;\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "バージョン"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "始めてみよう"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "クレジット"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "サポート"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "FAQ"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "レビュー"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "プロジェクトリーダー"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "翻訳"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr ""
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "設定を保存しました。"
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "大要"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "投稿"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "コメント"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "より詳しい情報:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "%sを選択"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "タイトル:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr "種類: "
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "一般"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr "アイコン"
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "テキスト"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "有効化"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "ホーム"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "固定ページ"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "アーカイブ"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "カテゴリー"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "検索結果"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "タグ"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "カスタマイズ"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "背景"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "ボーダー色"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "文字色"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "ログ"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "ユーザー名"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "ステータス"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr "投稿ID"
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "操作"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "パーマリンク"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "始めてみよう"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "または"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "ドキュメント"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "抜粋"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "今日"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "昨日"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "月"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "合計"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "表示する項目"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "ようこそ"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "テーマ"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "配置"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "左"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "中央"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "右"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr "ツールチップ"
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "デフォルト"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-km.mo ADDED
Binary file
lang/alimir-km.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Khmer (http://www.transifex.com/projects/p/wp-ulike/language/"
10
+ "km/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: km\n"
15
+ "Plural-Forms: nplurals=1; plural=0;\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr ""
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "ការ​ចាប់​ផ្ដើម"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "កិត្តិយស"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "ការគាំទ្រ"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "FAQ"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr ""
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "អ្នក​ដឹកនាំ​គម្រោង"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "ការបកប្រែ"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr "ចូល​ចិត្ត​កម្មវិធី​បន្ថែម​នេះ​ទេ?"
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "បាន​រក្សាទុក​ការ​កំណត់។"
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "ទិដ្ឋភាព​ទូទៅ"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "ប្រកាស"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "មតិ"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "សម្រាប់​ព័ត៌មាន​បន្ថែម:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "រើស %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "ចំណង​ជើង:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "ទូទៅ"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr ""
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "អក្សរ HTML"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "បើក​ដំណើរ​ការ"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "ទំព័រ​ដើម"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "ទំព័រ"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "បណ្ណសារ"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "ចំណាត់​ក្រុម"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "លទ្ធផល​ស្វែងរក"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "ស្លាក"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "កែ​តាម​តម្រូវ​ការ"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "ផ្ទៃ​ក្រោយ"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "ពណ៌​បន្ទាត់​ស៊ុម"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "ពណ៌​អក្សរ"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "កំណត់​ហេតុ"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "ឈ្មោះ​អ្នក​ប្រើ"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "ស្ថានភាព"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr ""
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "សកម្មភាព"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr ""
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "ចាប់​ផ្ដើម"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "ឬ"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "ឯកសារ​អត្ថបទ"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "សង្ខេប"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "ថ្ងៃនេះ"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "ម្សិល​មិញ"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "ខែ"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "សរុប"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "បង្ហាញ​លើ​អេក្រង់"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "សូមស្វាគមន៍"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "រូប​រាង"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "ការ​តម្រឹម"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "ឆ្វេង"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Center"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "ស្ដាំ"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "លំនាំដើម"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-lt_LT.mo ADDED
Binary file
lang/alimir-lt_LT.po ADDED
@@ -0,0 +1,1045 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ # Moo, 2015
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: WP ULike\n"
7
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
8
+ "PO-Revision-Date: 2015-03-21 20:10+0330\n"
9
+ "Last-Translator: Alimir <info@alimir.ir>\n"
10
+ "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/"
11
+ "wp-ulike/language/lt_LT/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: lt_LT\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
17
+ "%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Generator: Poedit 1.6.10\n"
19
+ "X-Poedit-Basepath: .\n"
20
+ "X-Poedit-KeywordsList: _e;__\n"
21
+ "X-Poedit-SourceCharset: UTF-8\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPath-1: ..\n"
24
+
25
+ #: ../admin/about.php:74
26
+ msgid "Welcome to WP ULike"
27
+ msgstr "Sveiki atvykę į WP ULike"
28
+
29
+ #: ../admin/about.php:76
30
+ msgid ""
31
+ "Thank you for choosing WP ULike! This version is our leanest and most "
32
+ "powerful version yet."
33
+ msgstr ""
34
+
35
+ #: ../admin/about.php:77 ../admin/stats.php:32
36
+ msgid "Visit our homepage"
37
+ msgstr ""
38
+
39
+ #: ../admin/about.php:79
40
+ msgid "Version"
41
+ msgstr "Versija"
42
+
43
+ #: ../admin/about.php:82
44
+ msgid "Getting Started"
45
+ msgstr ""
46
+
47
+ #: ../admin/about.php:83
48
+ msgid "Credits"
49
+ msgstr "Padėka"
50
+
51
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
52
+ #: ../admin/stats.php:45
53
+ msgid "Support"
54
+ msgstr "Pagalba"
55
+
56
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
57
+ #: ../admin/stats.php:46
58
+ msgid "FAQ"
59
+ msgstr "DUK"
60
+
61
+ #: ../admin/about.php:86
62
+ msgid "Reviews"
63
+ msgstr "Įvertinimai"
64
+
65
+ #: ../admin/about.php:87 ../admin/stats.php:47
66
+ msgid "Contact"
67
+ msgstr ""
68
+
69
+ #: ../admin/about.php:99
70
+ msgid "Novelty Of WP ULike"
71
+ msgstr ""
72
+
73
+ #: ../admin/about.php:103
74
+ msgid "New Statistics Design + Screen Option"
75
+ msgstr ""
76
+
77
+ #: ../admin/about.php:108
78
+ msgid "New Statistics Page"
79
+ msgstr ""
80
+
81
+ #: ../admin/about.php:116
82
+ msgid "New Class-based programming"
83
+ msgstr ""
84
+
85
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
86
+ #: ../inc/wp-strings.php:27
87
+ msgid "Most Liked Comments"
88
+ msgstr ""
89
+
90
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
91
+ #: ../admin/classes/class-settings.php:63
92
+ #: ../admin/classes/class-settings.php:71
93
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
94
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
95
+ msgid "Logging Method"
96
+ msgstr ""
97
+
98
+ #: ../admin/about.php:133
99
+ msgid "New options in logs pages"
100
+ msgstr ""
101
+
102
+ #: ../admin/about.php:138
103
+ msgid "New setting panel"
104
+ msgstr ""
105
+
106
+ #: ../admin/about.php:145
107
+ msgid "Better coding on plugin files"
108
+ msgstr ""
109
+
110
+ #: ../admin/about.php:150
111
+ msgid "Buddypress likes support"
112
+ msgstr ""
113
+
114
+ #: ../admin/about.php:155
115
+ msgid "Likes logs support"
116
+ msgstr ""
117
+
118
+ #: ../admin/about.php:164
119
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
120
+ msgstr ""
121
+
122
+ #: ../admin/about.php:165
123
+ msgid "Project Leaders"
124
+ msgstr "Projekto lyderiai"
125
+
126
+ #: ../admin/about.php:170
127
+ msgid "Project Lead & Developer"
128
+ msgstr ""
129
+
130
+ #: ../admin/about.php:174
131
+ msgid "Translations"
132
+ msgstr "Vertimai"
133
+
134
+ #: ../admin/about.php:185
135
+ msgid "Other Plugins"
136
+ msgstr ""
137
+
138
+ #: ../admin/about.php:204
139
+ msgid "Like this plugin?"
140
+ msgstr ""
141
+
142
+ #: ../admin/about.php:205
143
+ msgid ""
144
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
145
+ "wp-ulike\"> Plugin Directory reviews</a>"
146
+ msgstr ""
147
+
148
+ #: ../admin/admin.php:39
149
+ #, php-format
150
+ msgid ""
151
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
152
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
153
+ "target=\"_blank\">Ali Mirzaei</a>"
154
+ msgstr ""
155
+
156
+ #: ../admin/admin.php:72
157
+ msgid "WP ULike Settings"
158
+ msgstr "WP ULike Nustatymai"
159
+
160
+ #: ../admin/admin.php:75
161
+ msgid "WP ULike"
162
+ msgstr "WP ULike"
163
+
164
+ #: ../admin/admin.php:83
165
+ msgid "Settings saved."
166
+ msgstr "Nustatymai išsaugoti."
167
+
168
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
169
+ msgid "Post Likes Logs"
170
+ msgstr ""
171
+
172
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
173
+ msgid "Comment Likes Logs"
174
+ msgstr ""
175
+
176
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
177
+ msgid "Activity Likes Logs"
178
+ msgstr ""
179
+
180
+ #: ../admin/admin.php:121 ../admin/stats.php:18
181
+ msgid "WP ULike Statistics"
182
+ msgstr ""
183
+
184
+ #: ../admin/admin.php:125 ../admin/stats.php:31
185
+ msgid "About WP ULike"
186
+ msgstr "Apie WP ULike"
187
+
188
+ #: ../admin/classes/class-settings.php:17
189
+ msgid "Custom Settings"
190
+ msgstr ""
191
+
192
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
193
+ msgid "Save Settings"
194
+ msgstr "Išsaugoti Nustatymus"
195
+
196
+ #: ../admin/classes/class-settings.php:29
197
+ msgid "Reset Settings"
198
+ msgstr "Atstatyti Nustatymus"
199
+
200
+ #: ../admin/classes/class-settings.php:44
201
+ msgid "Overview"
202
+ msgstr "Apžvalga"
203
+
204
+ #: ../admin/classes/class-settings.php:46
205
+ msgid ""
206
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
207
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
208
+ "comments AND buddypress activities. Its very simple to use and supports many "
209
+ "options."
210
+ msgstr ""
211
+
212
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
213
+ msgid "Posts"
214
+ msgstr "Įrašai"
215
+
216
+ #: ../admin/classes/class-settings.php:54
217
+ #: ../admin/classes/class-settings.php:63
218
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
219
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
220
+ #: ../admin/classes/tmp/settings.php:360
221
+ msgid "Automatic display"
222
+ msgstr ""
223
+
224
+ #: ../admin/classes/class-settings.php:54
225
+ msgid ""
226
+ "If you disable this option, you have to put manually this code on wordpress "
227
+ "while loop"
228
+ msgstr ""
229
+
230
+ #: ../admin/classes/class-settings.php:54
231
+ #: ../admin/classes/class-settings.php:63
232
+ #: ../admin/classes/class-settings.php:71
233
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
234
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
235
+ msgid "Users Like Box Template"
236
+ msgstr ""
237
+
238
+ #: ../admin/classes/class-settings.php:54
239
+ #: ../admin/classes/class-settings.php:63
240
+ #: ../admin/classes/class-settings.php:71
241
+ msgid "Default Template:"
242
+ msgstr ""
243
+
244
+ #: ../admin/classes/class-settings.php:54
245
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
246
+ msgid "Users who have LIKED this post:"
247
+ msgstr ""
248
+
249
+ #: ../admin/classes/class-settings.php:54
250
+ #: ../admin/classes/class-settings.php:63
251
+ #: ../admin/classes/class-settings.php:71
252
+ msgid ""
253
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
254
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
255
+ "do not work"
256
+ msgstr ""
257
+
258
+ #: ../admin/classes/class-settings.php:54
259
+ #: ../admin/classes/class-settings.php:63
260
+ #: ../admin/classes/class-settings.php:71
261
+ msgid ""
262
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
263
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
264
+ "undislike capacity do not work"
265
+ msgstr ""
266
+
267
+ #: ../admin/classes/class-settings.php:54
268
+ #: ../admin/classes/class-settings.php:63
269
+ #: ../admin/classes/class-settings.php:71
270
+ msgid ""
271
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
272
+ "for all users, the convey of like/dislike condition will check by user IP"
273
+ msgstr ""
274
+
275
+ #: ../admin/classes/class-settings.php:54
276
+ #: ../admin/classes/class-settings.php:63
277
+ #: ../admin/classes/class-settings.php:71
278
+ msgid ""
279
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
280
+ "will save for all users, the convey of like/dislike condition will check by "
281
+ "user IP & SetCookie"
282
+ msgstr ""
283
+
284
+ #: ../admin/classes/class-settings.php:54
285
+ #: ../admin/classes/class-settings.php:63
286
+ #: ../admin/classes/class-settings.php:71
287
+ msgid ""
288
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
289
+ "is saved for registered users, the convey of like/dislike condition will "
290
+ "check by username, There is no permission for guest users to unlike/undislike"
291
+ msgstr ""
292
+
293
+ #: ../admin/classes/class-settings.php:61
294
+ #: ../admin/classes/tmp/settings.php:151
295
+ msgid "Comments"
296
+ msgstr "Komentarų"
297
+
298
+ #: ../admin/classes/class-settings.php:63
299
+ msgid ""
300
+ "If you disable this option, you have to put manually this code on comments "
301
+ "text"
302
+ msgstr ""
303
+
304
+ #: ../admin/classes/class-settings.php:63
305
+ #: ../admin/classes/tmp/settings.php:209
306
+ msgid "Users who have LIKED this comment:"
307
+ msgstr ""
308
+
309
+ #: ../admin/classes/class-settings.php:69
310
+ #: ../admin/classes/tmp/settings.php:268
311
+ msgid "BuddyPress"
312
+ msgstr "BuddyPress"
313
+
314
+ #: ../admin/classes/class-settings.php:71
315
+ msgid ""
316
+ "If you disable this option, you have to put manually this code on buddypres "
317
+ "activities content"
318
+ msgstr ""
319
+
320
+ #: ../admin/classes/class-settings.php:71
321
+ #: ../admin/classes/tmp/settings.php:325
322
+ msgid "Users who have liked this activity:"
323
+ msgstr ""
324
+
325
+ #: ../admin/classes/class-settings.php:71
326
+ #: ../admin/classes/tmp/settings.php:339
327
+ msgid "Post Activity Text"
328
+ msgstr ""
329
+
330
+ #: ../admin/classes/class-settings.php:71
331
+ #: ../admin/classes/tmp/settings.php:345
332
+ msgid "Comment Activity Text"
333
+ msgstr ""
334
+
335
+ #: ../admin/classes/class-settings.php:76
336
+ msgid "For more information:"
337
+ msgstr "Platesnei informacijai:"
338
+
339
+ #: ../admin/classes/class-settings.php:135
340
+ msgid "Default settings have been reset."
341
+ msgstr ""
342
+
343
+ #: ../admin/classes/class-settings.php:212
344
+ msgid ""
345
+ "Do you really want to reset all these settings to their default values ?"
346
+ msgstr ""
347
+ "Ar tikrai norite atstatyti visus šiuos nustatymus į jų pradinę būseną ?"
348
+
349
+ #: ../admin/classes/class-settings.php:277
350
+ #: ../admin/classes/class-settings.php:288
351
+ #: ../admin/classes/class-settings.php:312
352
+ msgid "No options defined."
353
+ msgstr ""
354
+
355
+ #: ../admin/classes/class-settings.php:299
356
+ #, php-format
357
+ msgid "Select %s"
358
+ msgstr "Pasirinkti %s"
359
+
360
+ #: ../admin/classes/class-settings.php:300
361
+ #, php-format
362
+ msgid "Remove %s"
363
+ msgstr ""
364
+
365
+ #: ../admin/classes/class-settings.php:324
366
+ msgid "No action defined."
367
+ msgstr ""
368
+
369
+ #: ../admin/classes/class-widget.php:11
370
+ msgid "WP Ulike Widget"
371
+ msgstr ""
372
+
373
+ #: ../admin/classes/class-widget.php:12
374
+ msgid ""
375
+ "An advanced widget that gives you all most liked records with different types"
376
+ msgstr ""
377
+
378
+ #: ../admin/classes/class-widget.php:74
379
+ msgid "you haven't liked any post yet!"
380
+ msgstr ""
381
+
382
+ #: ../admin/classes/class-widget.php:103
383
+ msgid "on"
384
+ msgstr "įjungta"
385
+
386
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
387
+ msgid "Like"
388
+ msgstr ""
389
+
390
+ #: ../admin/classes/class-widget.php:224
391
+ msgid "Most Liked"
392
+ msgstr ""
393
+
394
+ #: ../admin/classes/class-widget.php:228
395
+ msgid "Title:"
396
+ msgstr "Pavadinimas:"
397
+
398
+ #: ../admin/classes/class-widget.php:233
399
+ msgid "Type:"
400
+ msgstr ""
401
+
402
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
403
+ msgid "Most Liked Posts"
404
+ msgstr ""
405
+
406
+ #: ../admin/classes/class-widget.php:237
407
+ msgid "Most Liked Activities"
408
+ msgstr ""
409
+
410
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
411
+ msgid "Most Liked Users"
412
+ msgstr ""
413
+
414
+ #: ../admin/classes/class-widget.php:239
415
+ msgid "Last Posts Liked By User"
416
+ msgstr ""
417
+
418
+ #: ../admin/classes/class-widget.php:244
419
+ msgid "Number of items to show:"
420
+ msgstr ""
421
+
422
+ #: ../admin/classes/class-widget.php:249
423
+ msgid "User avatar size:"
424
+ msgstr ""
425
+
426
+ #: ../admin/classes/class-widget.php:255
427
+ msgid "Activate Like Counter"
428
+ msgstr ""
429
+
430
+ #: ../admin/classes/tmp/settings.php:7
431
+ msgid "General"
432
+ msgstr "Pagrindinės"
433
+
434
+ #: ../admin/classes/tmp/settings.php:11
435
+ msgid "Button Type"
436
+ msgstr ""
437
+
438
+ #: ../admin/classes/tmp/settings.php:14
439
+ msgid "Icon"
440
+ msgstr ""
441
+
442
+ #: ../admin/classes/tmp/settings.php:15
443
+ msgid "Text"
444
+ msgstr "Tekstinis"
445
+
446
+ #: ../admin/classes/tmp/settings.php:20
447
+ msgid "Button Text"
448
+ msgstr "Mygtuko tekstas"
449
+
450
+ #: ../admin/classes/tmp/settings.php:24
451
+ msgid "Button Icon"
452
+ msgstr "Mygtuko Piktograma"
453
+
454
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
455
+ msgid "Best size: 16x16"
456
+ msgstr "Geriausias dydis: 16x16"
457
+
458
+ #: ../admin/classes/tmp/settings.php:28
459
+ msgid "Unlike"
460
+ msgstr ""
461
+
462
+ #: ../admin/classes/tmp/settings.php:29
463
+ msgid "Text After Like"
464
+ msgstr ""
465
+
466
+ #: ../admin/classes/tmp/settings.php:34
467
+ msgid "Return To The Initial"
468
+ msgstr ""
469
+
470
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
471
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
472
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
473
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
474
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
475
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
476
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
477
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
478
+ msgid "Activate"
479
+ msgstr "Įjungti"
480
+
481
+ #: ../admin/classes/tmp/settings.php:36
482
+ msgid ""
483
+ "Return to the initial Like button after Unlike. (Not Showing text after "
484
+ "unlike)"
485
+ msgstr ""
486
+
487
+ #: ../admin/classes/tmp/settings.php:39
488
+ msgid "Like Me Again!"
489
+ msgstr ""
490
+
491
+ #: ../admin/classes/tmp/settings.php:40
492
+ msgid "Text After Unlike"
493
+ msgstr ""
494
+
495
+ #: ../admin/classes/tmp/settings.php:43
496
+ msgid "You have not permission to unlike"
497
+ msgstr ""
498
+
499
+ #: ../admin/classes/tmp/settings.php:44
500
+ msgid "Permission Text"
501
+ msgstr ""
502
+
503
+ #: ../admin/classes/tmp/settings.php:48
504
+ msgid "Users Login Type"
505
+ msgstr ""
506
+
507
+ #: ../admin/classes/tmp/settings.php:51
508
+ msgid "Alert Box"
509
+ msgstr ""
510
+
511
+ #: ../admin/classes/tmp/settings.php:52
512
+ msgid "Like Button"
513
+ msgstr ""
514
+
515
+ #: ../admin/classes/tmp/settings.php:56
516
+ msgid "You Should Login To Submit Your Like"
517
+ msgstr ""
518
+
519
+ #: ../admin/classes/tmp/settings.php:57
520
+ msgid "Users Login Text"
521
+ msgstr ""
522
+
523
+ #: ../admin/classes/tmp/settings.php:62
524
+ msgid "Format Number"
525
+ msgstr ""
526
+
527
+ #: ../admin/classes/tmp/settings.php:64
528
+ msgid "Convert numbers of Likes with string (kilobyte) format."
529
+ msgstr ""
530
+
531
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
532
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
533
+ msgid "Auto Display Position"
534
+ msgstr ""
535
+
536
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
537
+ #: ../admin/classes/tmp/settings.php:368
538
+ msgid "Top of Content"
539
+ msgstr ""
540
+
541
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
542
+ msgid "Bottom of Content"
543
+ msgstr ""
544
+
545
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
546
+ #: ../admin/classes/tmp/settings.php:369
547
+ msgid "Top and Bottom"
548
+ msgstr ""
549
+
550
+ #: ../admin/classes/tmp/settings.php:90
551
+ msgid "Auto Display Filter"
552
+ msgstr ""
553
+
554
+ #: ../admin/classes/tmp/settings.php:92
555
+ msgid "Home"
556
+ msgstr "Pradžia"
557
+
558
+ #: ../admin/classes/tmp/settings.php:93
559
+ msgid "Single Posts"
560
+ msgstr ""
561
+
562
+ #: ../admin/classes/tmp/settings.php:94
563
+ msgid "Pages"
564
+ msgstr "Puslapiai"
565
+
566
+ #: ../admin/classes/tmp/settings.php:95
567
+ msgid "Archives"
568
+ msgstr "Archyvai"
569
+
570
+ #: ../admin/classes/tmp/settings.php:96
571
+ msgid "Categories"
572
+ msgstr "Kategorijos"
573
+
574
+ #: ../admin/classes/tmp/settings.php:97
575
+ msgid "Search Results"
576
+ msgstr "Paieškos rezultatai"
577
+
578
+ #: ../admin/classes/tmp/settings.php:98
579
+ msgid "Tags"
580
+ msgstr "Žymos"
581
+
582
+ #: ../admin/classes/tmp/settings.php:99
583
+ msgid "Author Page"
584
+ msgstr ""
585
+
586
+ #: ../admin/classes/tmp/settings.php:101
587
+ msgid "You can filter theses pages on auto display option."
588
+ msgstr ""
589
+
590
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
591
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
592
+ msgid "Only registered Users"
593
+ msgstr ""
594
+
595
+ #: ../admin/classes/tmp/settings.php:108
596
+ msgid "<strong>Only</strong> registered users have permission to like posts."
597
+ msgstr ""
598
+
599
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
600
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
601
+ msgid "Do Not Log"
602
+ msgstr ""
603
+
604
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
605
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
606
+ msgid "Logged By Cookie"
607
+ msgstr ""
608
+
609
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
610
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
611
+ msgid "Logged By IP"
612
+ msgstr ""
613
+
614
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
615
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
616
+ msgid "Logged By Cookie & IP"
617
+ msgstr ""
618
+
619
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
620
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
621
+ msgid "Logged By Username"
622
+ msgstr ""
623
+
624
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
625
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
626
+ msgid "Show Liked Users Box"
627
+ msgstr ""
628
+
629
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
630
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
631
+ msgid ""
632
+ "Active this option to show liked users avatars in the bottom of button like."
633
+ msgstr ""
634
+
635
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
636
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
637
+ msgid "Size of Gravatars"
638
+ msgstr ""
639
+
640
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
641
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
642
+ msgid "Size of Gravatars to return (max is 512)"
643
+ msgstr ""
644
+
645
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
646
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
647
+ msgid "Number Of The Users"
648
+ msgstr ""
649
+
650
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
651
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
652
+ msgid "The number of users to show in the users liked box"
653
+ msgstr ""
654
+
655
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
656
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
657
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
658
+ msgid "Allowed Variables:"
659
+ msgstr ""
660
+
661
+ #: ../admin/classes/tmp/settings.php:174
662
+ msgid ""
663
+ "<strong>Only</strong> registered users have permission to like comments."
664
+ msgstr ""
665
+
666
+ #: ../admin/classes/tmp/settings.php:218
667
+ msgid "Customize"
668
+ msgstr "Konfigūruoti"
669
+
670
+ #: ../admin/classes/tmp/settings.php:223
671
+ msgid "Custom Style"
672
+ msgstr ""
673
+
674
+ #: ../admin/classes/tmp/settings.php:228
675
+ msgid "Active this option to see the custom style settings."
676
+ msgstr ""
677
+
678
+ #: ../admin/classes/tmp/settings.php:232
679
+ msgid "Button style"
680
+ msgstr ""
681
+
682
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
683
+ msgid "Background"
684
+ msgstr "Fono nustatymai"
685
+
686
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
687
+ msgid "Border Color"
688
+ msgstr "Rėmelio Spalva"
689
+
690
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
691
+ msgid "Text Color"
692
+ msgstr "Teksto spalva"
693
+
694
+ #: ../admin/classes/tmp/settings.php:245
695
+ msgid "Counter Style"
696
+ msgstr ""
697
+
698
+ #: ../admin/classes/tmp/settings.php:258
699
+ msgid "Loading Animation"
700
+ msgstr ""
701
+
702
+ #: ../admin/classes/tmp/settings.php:281
703
+ msgid "Activity Content"
704
+ msgstr ""
705
+
706
+ #: ../admin/classes/tmp/settings.php:282
707
+ msgid "Activity Meta"
708
+ msgstr ""
709
+
710
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
711
+ msgid ""
712
+ "<strong>Only</strong> registered users have permission to like activities."
713
+ msgstr ""
714
+
715
+ #: ../admin/classes/tmp/settings.php:332
716
+ msgid "BuddyPress Activity"
717
+ msgstr ""
718
+
719
+ #: ../admin/classes/tmp/settings.php:334
720
+ msgid "insert new likes in buddyPress activity page"
721
+ msgstr ""
722
+
723
+ #: ../admin/classes/tmp/settings.php:355
724
+ msgid "bbPress"
725
+ msgstr ""
726
+
727
+ #: ../admin/classes/tmp/settings.php:412
728
+ msgid "Users who have liked this topic:"
729
+ msgstr ""
730
+
731
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
732
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
733
+ #: ../admin/logs.php:466
734
+ msgid "Logs"
735
+ msgstr "Registras"
736
+
737
+ #: ../admin/logs.php:80
738
+ msgid "Are you sure to remove this item?!"
739
+ msgstr ""
740
+
741
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
742
+ msgid "WP ULike Logs"
743
+ msgstr ""
744
+
745
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
746
+ msgid "ID"
747
+ msgstr "ID"
748
+
749
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
750
+ msgid "Username"
751
+ msgstr "Vartotojo vardas"
752
+
753
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
754
+ msgid "Status"
755
+ msgstr "Būsena"
756
+
757
+ #: ../admin/logs.php:152
758
+ msgid "Post ID"
759
+ msgstr ""
760
+
761
+ #: ../admin/logs.php:153
762
+ msgid "Post Title"
763
+ msgstr ""
764
+
765
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
766
+ msgid "Date / Time"
767
+ msgstr "Data / Laikas"
768
+
769
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
770
+ msgid "IP"
771
+ msgstr "IP"
772
+
773
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
774
+ msgid "Actions"
775
+ msgstr "Veiksmai"
776
+
777
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
778
+ msgid "Guest User"
779
+ msgstr ""
780
+
781
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
782
+ msgid ""
783
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
784
+ "you don't have any data on this table)"
785
+ msgstr ""
786
+
787
+ #: ../admin/logs.php:275
788
+ msgid "Comment ID"
789
+ msgstr ""
790
+
791
+ #: ../admin/logs.php:276
792
+ msgid "Comment Author"
793
+ msgstr ""
794
+
795
+ #: ../admin/logs.php:277
796
+ msgid "Comment Text"
797
+ msgstr ""
798
+
799
+ #: ../admin/logs.php:404
800
+ msgid "Activity ID"
801
+ msgstr ""
802
+
803
+ #: ../admin/logs.php:405
804
+ msgid "Permalink"
805
+ msgstr ""
806
+
807
+ #: ../admin/logs.php:442
808
+ #, php-format
809
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
810
+ msgstr ""
811
+
812
+ #: ../admin/stats.php:25
813
+ msgid "Welcome to WP ULike Statistics!"
814
+ msgstr ""
815
+
816
+ #: ../admin/stats.php:26
817
+ msgid "We have provided some useful statistics tools in this page:"
818
+ msgstr ""
819
+
820
+ #: ../admin/stats.php:30
821
+ msgid "Get Started"
822
+ msgstr "Pradžia"
823
+
824
+ #: ../admin/stats.php:32
825
+ msgid "or"
826
+ msgstr "arba"
827
+
828
+ #: ../admin/stats.php:35
829
+ msgid "Other Tools"
830
+ msgstr ""
831
+
832
+ #: ../admin/stats.php:43
833
+ msgid "Documentation"
834
+ msgstr "Dokumentacija"
835
+
836
+ #: ../admin/stats.php:72
837
+ msgid "Posts Likes Summary"
838
+ msgstr ""
839
+
840
+ #: ../admin/stats.php:79
841
+ msgid "Comments Likes Summary"
842
+ msgstr ""
843
+
844
+ #: ../admin/stats.php:86
845
+ msgid "Activities Likes Summary"
846
+ msgstr ""
847
+
848
+ #: ../admin/stats.php:97 ../admin/stats.php:272
849
+ msgid "Summary"
850
+ msgstr "Santrauką"
851
+
852
+ #: ../admin/stats.php:106
853
+ msgid "Total Likes"
854
+ msgstr ""
855
+
856
+ #: ../admin/stats.php:121
857
+ msgid "Today"
858
+ msgstr "Šiandien"
859
+
860
+ #: ../admin/stats.php:126
861
+ msgid "Yesterday"
862
+ msgstr "Vakar"
863
+
864
+ #: ../admin/stats.php:131
865
+ msgid "Week"
866
+ msgstr ""
867
+
868
+ #: ../admin/stats.php:136
869
+ msgid "Month"
870
+ msgstr "Mėnuo"
871
+
872
+ #: ../admin/stats.php:141
873
+ msgid "Total"
874
+ msgstr "Iš viso"
875
+
876
+ #: ../admin/stats.php:155 ../admin/stats.php:276
877
+ msgid "Likes Percent"
878
+ msgstr ""
879
+
880
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
881
+ #: ../admin/stats.php:192
882
+ #, php-format
883
+ msgid "In The Last %s Days"
884
+ msgstr ""
885
+
886
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
887
+ msgid "View Logs"
888
+ msgstr ""
889
+
890
+ #: ../admin/stats.php:180 ../admin/stats.php:273
891
+ msgid "Posts Likes Stats"
892
+ msgstr ""
893
+
894
+ #: ../admin/stats.php:186 ../admin/stats.php:274
895
+ msgid "Comments Likes Stats"
896
+ msgstr ""
897
+
898
+ #: ../admin/stats.php:192 ../admin/stats.php:275
899
+ msgid "Activities Likes Stats"
900
+ msgstr ""
901
+
902
+ #: ../admin/stats.php:269
903
+ msgid "Show on screen"
904
+ msgstr "Rodyti ekrane"
905
+
906
+ #: ../admin/stats.php:271
907
+ msgid "Welcome"
908
+ msgstr "Sveiki"
909
+
910
+ #: ../admin/stats.php:279
911
+ msgid "Days"
912
+ msgstr ""
913
+
914
+ #: ../inc/wp-functions.php:172
915
+ msgid "WP ULike Activity"
916
+ msgstr ""
917
+
918
+ #: ../inc/wp-strings.php:3
919
+ msgid "Allow To Like"
920
+ msgstr ""
921
+
922
+ #: ../inc/wp-strings.php:4
923
+ msgid "Guests Only"
924
+ msgstr ""
925
+
926
+ #: ../inc/wp-strings.php:5
927
+ msgid "Registered Users Only"
928
+ msgstr ""
929
+
930
+ #: ../inc/wp-strings.php:6
931
+ msgid "Registered Users And Guests"
932
+ msgstr ""
933
+
934
+ #: ../inc/wp-strings.php:7
935
+ msgid "Who Is Allowed To Like?"
936
+ msgstr ""
937
+
938
+ #: ../inc/wp-strings.php:8
939
+ msgid "Filter Options:"
940
+ msgstr ""
941
+
942
+ #: ../inc/wp-strings.php:9
943
+ msgid "Sort Options:"
944
+ msgstr ""
945
+
946
+ #: ../inc/wp-strings.php:10
947
+ msgid "Themes"
948
+ msgstr "Temos"
949
+
950
+ #: ../inc/wp-strings.php:11
951
+ msgid "Dislike"
952
+ msgstr ""
953
+
954
+ #: ../inc/wp-strings.php:12
955
+ msgid "Dislike Support"
956
+ msgstr ""
957
+
958
+ #: ../inc/wp-strings.php:13
959
+ msgid "Text After Dislike"
960
+ msgstr ""
961
+
962
+ #: ../inc/wp-strings.php:14
963
+ msgid "Show Counter"
964
+ msgstr ""
965
+
966
+ #: ../inc/wp-strings.php:15
967
+ msgid "Show tooltips"
968
+ msgstr ""
969
+
970
+ #: ../inc/wp-strings.php:16
971
+ msgid "Alignment"
972
+ msgstr "Lygiuotė"
973
+
974
+ #: ../inc/wp-strings.php:17
975
+ msgid "Left"
976
+ msgstr "Kairėje"
977
+
978
+ #: ../inc/wp-strings.php:18
979
+ msgid "Center"
980
+ msgstr "Centrinė"
981
+
982
+ #: ../inc/wp-strings.php:19
983
+ msgid "Right"
984
+ msgstr "Dešinėje"
985
+
986
+ #: ../inc/wp-strings.php:20
987
+ msgid "Cookie Life time"
988
+ msgstr ""
989
+
990
+ #: ../inc/wp-strings.php:21
991
+ msgid "BuddyPress Notifications"
992
+ msgstr ""
993
+
994
+ #: ../inc/wp-strings.php:22
995
+ msgid "Liker Attempts"
996
+ msgstr ""
997
+
998
+ #: ../inc/wp-strings.php:23
999
+ msgid "Liked Users Box Style"
1000
+ msgstr ""
1001
+
1002
+ #: ../inc/wp-strings.php:24
1003
+ msgid "Tooltip"
1004
+ msgstr ""
1005
+
1006
+ #: ../inc/wp-strings.php:25
1007
+ msgid "Default"
1008
+ msgstr "Numatytoji"
1009
+
1010
+ #: ../inc/wp-strings.php:29
1011
+ msgid "Total Users Liked"
1012
+ msgstr ""
1013
+
1014
+ #: ../inc/wp-strings.php:30
1015
+ msgid "Total Posts Liked"
1016
+ msgstr ""
1017
+
1018
+ #: ../inc/wp-strings.php:31
1019
+ msgid "Total Comments Liked"
1020
+ msgstr ""
1021
+
1022
+ #: ../inc/wp-strings.php:32
1023
+ msgid "Upvote"
1024
+ msgstr ""
1025
+
1026
+ #: ../inc/wp-strings.php:33
1027
+ msgid "Downvote"
1028
+ msgstr ""
1029
+
1030
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1031
+ msgid "You need to login in order to like this post: "
1032
+ msgstr ""
1033
+
1034
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1035
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1036
+ msgid "click here"
1037
+ msgstr ""
1038
+
1039
+ #: ../inc/wp-ulike-buddypress.php:74
1040
+ msgid "You need to login in order to like this activity: "
1041
+ msgstr ""
1042
+
1043
+ #: ../inc/wp-ulike-comments.php:69
1044
+ msgid "You need to login in order to like this comment: "
1045
+ msgstr ""
lang/alimir-nl_NL.mo CHANGED
Binary file
lang/alimir-nl_NL.po CHANGED
@@ -1,17 +1,20 @@
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP ULike\n"
4
- "POT-Creation-Date: 2015-02-19 15:51+0330\n"
5
- "PO-Revision-Date: 2015-02-19 15:52+0330\n"
6
  "Last-Translator: Alimir <info@alimir.ir>\n"
7
- "Language-Team: \n"
8
- "Language: nl\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
 
 
12
  "X-Generator: Poedit 1.6.10\n"
13
  "X-Poedit-Basepath: .\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
@@ -78,15 +81,16 @@ msgstr ""
78
  msgid "New Class-based programming"
79
  msgstr ""
80
 
81
- #: ../admin/about.php:121 ../admin/classes/class-widget.php:240
82
  #: ../inc/wp-strings.php:27
83
  msgid "Most Liked Comments"
84
  msgstr "Meest gelikede reacties"
85
 
86
- #: ../admin/about.php:128 ../admin/admin.php:192 ../admin/admin.php:257
87
- #: ../admin/admin.php:312 ../admin/classes/class-settings.php:54
88
  #: ../admin/classes/class-settings.php:63
89
  #: ../admin/classes/class-settings.php:71
 
 
90
  msgid "Logging Method"
91
  msgstr "Logging methode"
92
 
@@ -150,565 +154,593 @@ msgid ""
150
  "target=\"_blank\">Ali Mirzaei</a>"
151
  msgstr ""
152
 
153
- #: ../admin/admin.php:70
154
  msgid "WP ULike Settings"
155
  msgstr "WP ULike Instellingen"
156
 
157
- #: ../admin/admin.php:73
158
  msgid "WP ULike"
159
  msgstr "WP ULike"
160
 
161
- #: ../admin/admin.php:78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  msgid "General"
163
  msgstr "Algemeen"
164
 
165
- #: ../admin/admin.php:82
166
  msgid "Button Type"
167
  msgstr "Type knop"
168
 
169
- #: ../admin/admin.php:85
170
  msgid "Icon"
171
  msgstr "Icoon"
172
 
173
- #: ../admin/admin.php:86
174
  msgid "Text"
175
  msgstr "Tekst"
176
 
177
- #: ../admin/admin.php:90 ../admin/classes/class-widget.php:177
178
- msgid "Like"
179
- msgstr "Vind ik leuk"
180
-
181
- #: ../admin/admin.php:91
182
  msgid "Button Text"
183
  msgstr "Knop tekst"
184
 
185
- #: ../admin/admin.php:95
186
  msgid "Button Icon"
187
  msgstr "Knop icoon"
188
 
189
- #: ../admin/admin.php:96 ../admin/admin.php:409
190
  msgid "Best size: 16x16"
191
  msgstr "Beste formaat: 16x16 px"
192
 
193
- #: ../admin/admin.php:99
194
  msgid "Unlike"
195
  msgstr "Unlike"
196
 
197
- #: ../admin/admin.php:100
198
  msgid "Text After Like"
199
  msgstr "Tekst na like"
200
 
201
- #: ../admin/admin.php:105
202
  msgid "Return To The Initial"
203
  msgstr ""
204
 
205
- #: ../admin/admin.php:106 ../admin/admin.php:134 ../admin/admin.php:155
206
- #: ../admin/admin.php:186 ../admin/admin.php:205 ../admin/admin.php:235
207
- #: ../admin/admin.php:251 ../admin/admin.php:270 ../admin/admin.php:306
208
- #: ../admin/admin.php:325 ../admin/admin.php:350 ../admin/admin.php:374
 
 
 
 
209
  msgid "Activate"
210
  msgstr "Activeren"
211
 
212
- #: ../admin/admin.php:107
213
  msgid ""
214
  "Return to the initial Like button after Unlike. (Not Showing text after "
215
  "unlike)"
216
  msgstr ""
217
 
218
- #: ../admin/admin.php:110
219
  msgid "Like Me Again!"
220
  msgstr "Like me opnieuw!"
221
 
222
- #: ../admin/admin.php:111
223
  msgid "Text After Unlike"
224
  msgstr "Tekst na unlike"
225
 
226
- #: ../admin/admin.php:114
227
  msgid "You have not permission to unlike"
228
  msgstr "Je hebt geen toestemming om te unliken"
229
 
230
- #: ../admin/admin.php:115
231
  msgid "Permission Text"
232
  msgstr "Toestemming tekst"
233
 
234
- #: ../admin/admin.php:119
235
  msgid "Users Login Type"
236
  msgstr "Login tekst type"
237
 
238
- #: ../admin/admin.php:122
239
- #, fuzzy
240
  msgid "Alert Box"
241
- msgstr "Like box titel"
242
 
243
- #: ../admin/admin.php:123
244
  msgid "Like Button"
245
  msgstr "Like Knoop"
246
 
247
- #: ../admin/admin.php:127
248
  msgid "You Should Login To Submit Your Like"
249
  msgstr ""
250
 
251
- #: ../admin/admin.php:128
252
  msgid "Users Login Text"
253
  msgstr "Login tekst gebruikers"
254
 
255
- #: ../admin/admin.php:133
256
  msgid "Format Number"
257
  msgstr "Formaat van aantal likes"
258
 
259
- #: ../admin/admin.php:135
260
  msgid "Convert numbers of Likes with string (kilobyte) format."
261
  msgstr "Zet aantal likes om naar string (kilobyte) formaat."
262
 
263
- #: ../admin/admin.php:142
264
- msgid "Settings saved."
265
- msgstr "Instellingen opgeslagen."
266
-
267
- #: ../admin/admin.php:149 ../admin/classes/class-settings.php:52
268
- msgid "Posts"
269
- msgstr "Berichten"
270
-
271
- #: ../admin/admin.php:154 ../admin/admin.php:234 ../admin/admin.php:299
272
- #: ../admin/classes/class-settings.php:54
273
- #: ../admin/classes/class-settings.php:63
274
- #: ../admin/classes/class-settings.php:71
275
- msgid "Automatic display"
276
- msgstr "Automatisch tonen"
277
-
278
- #: ../admin/admin.php:159 ../admin/admin.php:239
279
  msgid "Auto Display Position"
280
  msgstr "Automatische positie"
281
 
282
- #: ../admin/admin.php:162 ../admin/admin.php:242
 
283
  msgid "Top of Content"
284
  msgstr "Boven bericht"
285
 
286
- #: ../admin/admin.php:163 ../admin/admin.php:243
287
  msgid "Bottom of Content"
288
  msgstr "Onder bericht"
289
 
290
- #: ../admin/admin.php:164 ../admin/admin.php:244
 
291
  msgid "Top and Bottom"
292
  msgstr "Boven en onder"
293
 
294
- #: ../admin/admin.php:169
295
  msgid "Auto Display Filter"
296
  msgstr "Automatisch weergave filter"
297
 
298
- #: ../admin/admin.php:171
299
  msgid "Home"
300
  msgstr "Home"
301
 
302
- #: ../admin/admin.php:172
303
  msgid "Single Posts"
304
  msgstr "Enkel bericht"
305
 
306
- #: ../admin/admin.php:173
307
  msgid "Pages"
308
  msgstr "Pagina's"
309
 
310
- #: ../admin/admin.php:174
311
  msgid "Archives"
312
  msgstr "Archief"
313
 
314
- #: ../admin/admin.php:175
315
  msgid "Categories"
316
  msgstr "Categorieen"
317
 
318
- #: ../admin/admin.php:176
319
  msgid "Search Results"
320
  msgstr "Zoekresultaten"
321
 
322
- #: ../admin/admin.php:177
323
  msgid "Tags"
324
- msgstr "Tags"
325
-
326
- #: ../admin/admin.php:178
327
- msgid "Author Page"
328
- msgstr "Auteur-pagina"
329
-
330
- #: ../admin/admin.php:180
331
- msgid "You can filter theses pages on auto display option."
332
- msgstr "Je kan deze pagina's automatisch filteren."
333
-
334
- #: ../admin/admin.php:185 ../admin/admin.php:250 ../admin/admin.php:305
335
- msgid "Only registered Users"
336
- msgstr "Alleen geregistreerde gebruikers"
337
-
338
- #: ../admin/admin.php:187
339
- msgid "<strong>Only</strong> registered users have permission to like posts."
340
- msgstr ""
341
- "<strong>Alleen</strong> geregistreerde gebruikers mogen deze post likes."
342
-
343
- #: ../admin/admin.php:194 ../admin/admin.php:259 ../admin/admin.php:314
344
- msgid "Do Not Log"
345
- msgstr "Niet loggen"
346
-
347
- #: ../admin/admin.php:195 ../admin/admin.php:260 ../admin/admin.php:315
348
- msgid "Logged By Cookie"
349
- msgstr "Loggen met een cookie"
350
-
351
- #: ../admin/admin.php:196 ../admin/admin.php:261 ../admin/admin.php:316
352
- msgid "Logged By IP"
353
- msgstr "Loggen door IP"
354
-
355
- #: ../admin/admin.php:197 ../admin/admin.php:262 ../admin/admin.php:317
356
- msgid "Logged By Cookie & IP"
357
- msgstr "Loggen met cookie en IP"
358
-
359
- #: ../admin/admin.php:198 ../admin/admin.php:263 ../admin/admin.php:318
360
- msgid "Logged By Username"
361
- msgstr "Loggen met gebruikersnaam"
362
-
363
- #: ../admin/admin.php:204 ../admin/admin.php:269 ../admin/admin.php:324
364
- msgid "Show Liked Users Box"
365
- msgstr "Laat aantal likes zien"
366
-
367
- #: ../admin/admin.php:206 ../admin/admin.php:271 ../admin/admin.php:326
368
- msgid ""
369
- "Active this option to show liked users avatars in the bottom of button like."
370
- msgstr "Selecteer deze optie om avatars weer te geven naar de like knop"
371
-
372
- #: ../admin/admin.php:211 ../admin/admin.php:276 ../admin/admin.php:331
373
- msgid "Size of Gravatars"
374
- msgstr "Formaat avatars"
375
-
376
- #: ../admin/admin.php:212 ../admin/admin.php:277 ../admin/admin.php:332
377
- msgid "Size of Gravatars to return (max is 512)"
378
- msgstr "Grootte van avatars om weer te geven (max 512 px)"
379
-
380
- #: ../admin/admin.php:217 ../admin/admin.php:282 ../admin/admin.php:337
381
- msgid "Number Of The Users"
382
- msgstr "Nummer van de gebruikers"
383
-
384
- #: ../admin/admin.php:218 ../admin/admin.php:283 ../admin/admin.php:338
385
- #, fuzzy
386
- msgid "The number of users to show in the users liked box"
387
- msgstr "Laat aantal likes zien"
388
-
389
- #: ../admin/admin.php:222 ../admin/classes/class-settings.php:54
390
- #: ../inc/classes/class-ulike.php:409
391
- msgid "Users who have LIKED this post:"
392
- msgstr "Gebruikers die dit bericht leuk vinden:"
393
-
394
- #: ../admin/admin.php:223 ../admin/admin.php:288 ../admin/admin.php:343
395
- #: ../admin/classes/class-settings.php:54
396
- #: ../admin/classes/class-settings.php:63
397
- #: ../admin/classes/class-settings.php:71
398
- #, fuzzy
399
- msgid "Users Like Box Template"
400
- msgstr "Like box titel"
401
-
402
- #: ../admin/admin.php:224 ../admin/admin.php:289 ../admin/admin.php:344
403
- #: ../admin/admin.php:357 ../admin/admin.php:363
404
- #, fuzzy
405
- msgid "Allowed Variables:"
406
- msgstr "Wie mag like?"
407
-
408
- #: ../admin/admin.php:229 ../admin/classes/class-settings.php:61
409
- msgid "Comments"
410
- msgstr "Reacties"
411
-
412
- #: ../admin/admin.php:252
413
- msgid ""
414
- "<strong>Only</strong> registered users have permission to like comments."
415
- msgstr "Alleen geregistreerde gebruikers mogen reacties liken."
416
-
417
- #: ../admin/admin.php:287 ../admin/classes/class-settings.php:63
418
- msgid "Users who have LIKED this comment:"
419
- msgstr "Gebruikers die deze reactie leuk vinden:"
420
-
421
- #: ../admin/admin.php:294 ../admin/classes/class-settings.php:69
422
- msgid "BuddyPress"
423
- msgstr "BuddyPress"
424
-
425
- #: ../admin/admin.php:300
426
- msgid "<strong>On all buddypress activities</strong> at the top of activity"
427
- msgstr ""
428
- "<strong>Bij alle buddypress activiteiten</strong> onderaan de activiteit"
429
-
430
- #: ../admin/admin.php:307
431
- msgid ""
432
- "<strong>Only</strong> registered users have permission to like activities."
433
- msgstr "Alleen geregistreerde gebruikers mogen activiteiten liken."
434
-
435
- #: ../admin/admin.php:342 ../admin/classes/class-settings.php:71
436
- msgid "Users who have liked this activity:"
437
- msgstr "Gebruikers die deze activiteit leuk vinden:"
438
-
439
- #: ../admin/admin.php:349
440
- msgid "BuddyPress Activity"
441
- msgstr "BuddyPress activiteiten"
442
-
443
- #: ../admin/admin.php:351
444
- msgid "insert new likes in buddyPress activity page"
445
- msgstr "nieuwe likes toevoegen aan buddyprefs activiteiten pagina"
446
-
447
- #: ../admin/admin.php:356 ../admin/classes/class-settings.php:71
448
- #, fuzzy
449
- msgid "Post Activity Text"
450
- msgstr "Tekst"
451
-
452
- #: ../admin/admin.php:362 ../admin/classes/class-settings.php:71
453
- #, fuzzy
454
- msgid "Comment Activity Text"
455
- msgstr "reactie"
456
-
457
- #: ../admin/admin.php:368
458
- msgid "Customize"
459
- msgstr "Aanpassen"
460
-
461
- #: ../admin/admin.php:373
462
- msgid "Custom Style"
463
- msgstr "Aangepaste stijl"
464
-
465
- #: ../admin/admin.php:378
466
- msgid "Active this option to see the custom style settings."
467
- msgstr "Aangepaste stijlen activeren"
468
-
469
- #: ../admin/admin.php:382
470
- msgid "Button style"
471
- msgstr "Button stijl"
472
-
473
- #: ../admin/admin.php:383 ../admin/admin.php:396
474
- msgid "Background"
475
- msgstr "Achtergrond"
476
-
477
- #: ../admin/admin.php:387 ../admin/admin.php:400
478
- msgid "Border Color"
479
- msgstr "Kleur lijn"
480
-
481
- #: ../admin/admin.php:391 ../admin/admin.php:404
482
- msgid "Text Color"
483
- msgstr "Kleur tekst"
484
-
485
- #: ../admin/admin.php:395
486
- msgid "Counter Style"
487
- msgstr "Teller stijl"
488
-
489
- #: ../admin/admin.php:408
490
- msgid "Loading Animation"
491
- msgstr "Animatie laden"
492
-
493
- #: ../admin/admin.php:428 ../admin/logs.php:139 ../admin/stats.php:37
494
- msgid "Post Likes Logs"
495
- msgstr "Berichten likes log"
496
-
497
- #: ../admin/admin.php:432 ../admin/logs.php:262 ../admin/stats.php:38
498
- msgid "Comment Likes Logs"
499
- msgstr "Reactie likes log"
500
-
501
- #: ../admin/admin.php:436 ../admin/logs.php:391 ../admin/stats.php:39
502
- msgid "Activity Likes Logs"
503
- msgstr "Evenementen likes log"
504
-
505
- #: ../admin/admin.php:440 ../admin/stats.php:18
506
- msgid "WP ULike Statistics"
507
- msgstr "WP ULike statistiek"
508
-
509
- #: ../admin/admin.php:444 ../admin/stats.php:31
510
- msgid "About WP ULike"
511
- msgstr "Over WP ULike"
512
-
513
- #: ../admin/classes/class-settings.php:17
514
- msgid "Custom Settings"
515
- msgstr "Aangepaste instellingen"
516
-
517
- #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
518
- msgid "Save Settings"
519
- msgstr "Instellingen opslaan"
520
-
521
- #: ../admin/classes/class-settings.php:29
522
- msgid "Reset Settings"
523
- msgstr "Instellingen resetten"
524
-
525
- #: ../admin/classes/class-settings.php:44
526
- #, fuzzy
527
- msgid "Overview"
528
- msgstr "Beoordelingen"
529
-
530
- #: ../admin/classes/class-settings.php:46
531
- msgid ""
532
- "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
533
- "wordPress website to allow your visitors to like and unlike pages, posts, "
534
- "comments AND buddypress activities. Its very simple to use and supports many "
535
- "options."
536
- msgstr ""
537
- "Met WP ULike kun je een Ajax like-button weergeven bij pagina's, berichten, "
538
- "reacties en BuddyPress activiteiten."
539
-
540
- #: ../admin/classes/class-settings.php:54
541
- msgid ""
542
- "If you disable this option, you have to put manually this code on wordpress "
543
- "while loop"
544
- msgstr ""
545
- "Deze optie uitzetten om handmatig code toe te voegen aan de WP While-loop"
546
 
547
- #: ../admin/classes/class-settings.php:54
548
- #: ../admin/classes/class-settings.php:63
549
- #: ../admin/classes/class-settings.php:71
550
- msgid "Default Template:"
551
- msgstr ""
552
 
553
- #: ../admin/classes/class-settings.php:54
554
- #: ../admin/classes/class-settings.php:63
555
- #: ../admin/classes/class-settings.php:71
556
- msgid ""
557
- "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
558
- "save, There is no limitation in the like/dislike, unlike/undislike capacity "
559
- "do not work"
560
- msgstr ""
561
 
562
- #: ../admin/classes/class-settings.php:54
563
- #: ../admin/classes/class-settings.php:63
564
- #: ../admin/classes/class-settings.php:71
565
- msgid ""
566
- "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
567
- "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
568
- "undislike capacity do not work"
569
- msgstr ""
570
 
571
- #: ../admin/classes/class-settings.php:54
572
- #: ../admin/classes/class-settings.php:63
573
- #: ../admin/classes/class-settings.php:71
574
- msgid ""
575
- "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
576
- "for all users, the convey of like/dislike condition will check by user IP"
577
  msgstr ""
 
578
 
579
- #: ../admin/classes/class-settings.php:54
580
- #: ../admin/classes/class-settings.php:63
581
- #: ../admin/classes/class-settings.php:71
582
- msgid ""
583
- "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
584
- "will save for all users, the convey of like/dislike condition will check by "
585
- "user IP & SetCookie"
586
- msgstr ""
587
 
588
- #: ../admin/classes/class-settings.php:54
589
- #: ../admin/classes/class-settings.php:63
590
- #: ../admin/classes/class-settings.php:71
591
- msgid ""
592
- "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
593
- "is saved for registered users, the convey of like/dislike condition will "
594
- "check by username, There is no permission for guest users to unlike/undislike"
595
- msgstr ""
596
 
597
- #: ../admin/classes/class-settings.php:63
598
- msgid ""
599
- "If you disable this option, you have to put manually this code on comments "
600
- "text"
601
- msgstr ""
602
- "Wanneer je deze optie uitschakelt, moet je handmatig code invoeren bij de "
603
- "reacties"
604
 
605
- #: ../admin/classes/class-settings.php:71
606
- msgid ""
607
- "If you disable this option, you have to put manually this code on buddypres "
608
- "activities content"
609
- msgstr ""
610
- "Wanneer je deze optie uitschakelt, moet je handmatig code invoeren bij de "
611
- "evenementen"
612
 
613
- #: ../admin/classes/class-settings.php:76
614
- msgid "For more information:"
615
- msgstr ""
 
616
 
617
- #: ../admin/classes/class-settings.php:135
618
- msgid "Default settings have been reset."
619
- msgstr "Standaardinstellingen zijn teruggezet."
 
620
 
621
- #: ../admin/classes/class-settings.php:212
 
622
  msgid ""
623
- "Do you really want to reset all these settings to their default values ?"
624
- msgstr "Wil je echt alle instellingen verwijderen?"
625
 
626
- #: ../admin/classes/class-settings.php:277
627
- #: ../admin/classes/class-settings.php:288
628
- #: ../admin/classes/class-settings.php:312
629
- msgid "No options defined."
630
- msgstr "Geen opties gedefinieerd."
631
 
632
- #: ../admin/classes/class-settings.php:299
633
- #, php-format
634
- msgid "Select %s"
635
- msgstr "Selecteer %s"
636
 
637
- #: ../admin/classes/class-settings.php:300
638
- #, php-format
639
- msgid "Remove %s"
640
- msgstr "Verwijder %s"
641
 
642
- #: ../admin/classes/class-settings.php:324
643
- msgid "No action defined."
644
- msgstr "Geen acties gedefinieerd."
 
645
 
646
- #: ../admin/classes/class-widget.php:11
647
- msgid "WP Ulike Widget"
648
- msgstr "WP ULike widget"
 
 
649
 
650
- #: ../admin/classes/class-widget.php:12
651
  msgid ""
652
- "An advanced widget that gives you all most liked records with different types"
653
- msgstr ""
654
 
655
- #: ../admin/classes/class-widget.php:78
656
- msgid "you haven't liked any post yet!"
657
- msgstr ""
658
 
659
- #: ../admin/classes/class-widget.php:107
660
- msgid "on"
661
- msgstr "op"
662
 
663
- #: ../admin/classes/class-widget.php:228
664
- msgid "Most Liked"
665
- msgstr "De meeste bevallen"
666
 
667
- #: ../admin/classes/class-widget.php:232
668
- msgid "Title:"
669
- msgstr "Titel:"
670
 
671
- #: ../admin/classes/class-widget.php:237
672
- #, fuzzy
673
- msgid "Type:"
674
- msgstr "Type knop"
675
 
676
- #: ../admin/classes/class-widget.php:239 ../inc/wp-strings.php:26
677
- msgid "Most Liked Posts"
678
- msgstr "Berichten met meeste likes"
679
 
680
- #: ../admin/classes/class-widget.php:241
681
- msgid "Most Liked Activities"
682
- msgstr "Meest gelikede activiteiten"
683
 
684
- #: ../admin/classes/class-widget.php:242 ../inc/wp-strings.php:28
685
- msgid "Most Liked Users"
686
- msgstr "Gebruikers met meeste likes"
687
 
688
- #: ../admin/classes/class-widget.php:243
689
- #, fuzzy
690
- msgid "Last Posts Liked By User"
691
- msgstr "Aantal berichten die gebruikers leuk vinden:"
692
 
693
- #: ../admin/classes/class-widget.php:248
694
- #, fuzzy
695
- msgid "Number of items to show:"
696
- msgstr "Aantal weer te geven berichten:"
697
 
698
- #: ../admin/classes/class-widget.php:253
699
- msgid "User avatar size:"
700
- msgstr "Grootte van avatar:"
701
 
702
- #: ../admin/classes/class-widget.php:259
703
- msgid "Activate Like Counter"
704
- msgstr "Activeer like teller"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
705
 
706
  #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
707
  #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
708
  #: ../admin/logs.php:466
709
- #, fuzzy
710
  msgid "Logs"
711
- msgstr "Bezoek berichten logs"
712
 
713
  #: ../admin/logs.php:80
714
  msgid "Are you sure to remove this item?!"
@@ -748,12 +780,11 @@ msgstr "IP"
748
 
749
  #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
750
  msgid "Actions"
751
- msgstr ""
752
 
753
  #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
754
- #, fuzzy
755
  msgid "Guest User"
756
- msgstr "Laat aantal likes zien"
757
 
758
  #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
759
  msgid ""
@@ -770,9 +801,8 @@ msgid "Comment Author"
770
  msgstr "Reactie auteur"
771
 
772
  #: ../admin/logs.php:277
773
- #, fuzzy
774
  msgid "Comment Text"
775
- msgstr "reactie"
776
 
777
  #: ../admin/logs.php:404
778
  msgid "Activity ID"
@@ -780,7 +810,7 @@ msgstr "Evenementen ID"
780
 
781
  #: ../admin/logs.php:405
782
  msgid "Permalink"
783
- msgstr ""
784
 
785
  #: ../admin/logs.php:442
786
  #, php-format
@@ -796,13 +826,12 @@ msgid "We have provided some useful statistics tools in this page:"
796
  msgstr ""
797
 
798
  #: ../admin/stats.php:30
799
- #, fuzzy
800
  msgid "Get Started"
801
  msgstr "Aan de slag"
802
 
803
  #: ../admin/stats.php:32
804
  msgid "or"
805
- msgstr ""
806
 
807
  #: ../admin/stats.php:35
808
  msgid "Other Tools"
@@ -810,39 +839,35 @@ msgstr ""
810
 
811
  #: ../admin/stats.php:43
812
  msgid "Documentation"
813
- msgstr ""
814
 
815
  #: ../admin/stats.php:72
816
- #, fuzzy
817
  msgid "Posts Likes Summary"
818
- msgstr "Berichten"
819
 
820
  #: ../admin/stats.php:79
821
- #, fuzzy
822
  msgid "Comments Likes Summary"
823
- msgstr "Reacties"
824
 
825
  #: ../admin/stats.php:86
826
- #, fuzzy
827
  msgid "Activities Likes Summary"
828
- msgstr "Aantal evenementen dat men leuk vindt:"
829
 
830
  #: ../admin/stats.php:97 ../admin/stats.php:272
831
  msgid "Summary"
832
- msgstr ""
833
 
834
  #: ../admin/stats.php:106
835
- #, fuzzy
836
  msgid "Total Likes"
837
- msgstr "Totaal aantal likes:"
838
 
839
  #: ../admin/stats.php:121
840
  msgid "Today"
841
- msgstr ""
842
 
843
  #: ../admin/stats.php:126
844
  msgid "Yesterday"
845
- msgstr ""
846
 
847
  #: ../admin/stats.php:131
848
  msgid "Week"
@@ -850,59 +875,51 @@ msgstr ""
850
 
851
  #: ../admin/stats.php:136
852
  msgid "Month"
853
- msgstr ""
854
 
855
  #: ../admin/stats.php:141
856
- #, fuzzy
857
  msgid "Total"
858
- msgstr "Aantal gebruikers die iets leuk vinden:"
859
 
860
  #: ../admin/stats.php:155 ../admin/stats.php:276
861
- #, fuzzy
862
  msgid "Likes Percent"
863
- msgstr "Statistieken van likes op berichten"
864
 
865
  #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
866
  #: ../admin/stats.php:192
867
- #, fuzzy, php-format
868
  msgid "In The Last %s Days"
869
- msgstr "Selecteer %s"
870
 
871
  #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
872
- #, fuzzy
873
  msgid "View Logs"
874
- msgstr "Bezoek berichten logs"
875
 
876
  #: ../admin/stats.php:180 ../admin/stats.php:273
877
- #, fuzzy
878
  msgid "Posts Likes Stats"
879
- msgstr "Statistieken van likes op berichten"
880
 
881
  #: ../admin/stats.php:186 ../admin/stats.php:274
882
- #, fuzzy
883
  msgid "Comments Likes Stats"
884
- msgstr "Statistieken van likes op berichten"
885
 
886
  #: ../admin/stats.php:192 ../admin/stats.php:275
887
- #, fuzzy
888
  msgid "Activities Likes Stats"
889
- msgstr "Statistieken van likes op berichten"
890
 
891
  #: ../admin/stats.php:269
892
- #, fuzzy
893
  msgid "Show on screen"
894
- msgstr "Laat teller zien"
895
 
896
  #: ../admin/stats.php:271
897
- #, fuzzy
898
  msgid "Welcome"
899
- msgstr "Welkom bij WP ULike"
900
 
901
  #: ../admin/stats.php:279
902
  msgid "Days"
903
- msgstr ""
904
 
905
- #: ../inc/wp-functions.php:168
906
  msgid "WP ULike Activity"
907
  msgstr "WP ULike activiteiten"
908
 
@@ -987,34 +1004,28 @@ msgid "Liker Attempts"
987
  msgstr ""
988
 
989
  #: ../inc/wp-strings.php:23
990
- #, fuzzy
991
  msgid "Liked Users Box Style"
992
- msgstr "Laat aantal likes zien"
993
 
994
  #: ../inc/wp-strings.php:24
995
- #, fuzzy
996
  msgid "Tooltip"
997
- msgstr "Tooltips weergeven"
998
 
999
  #: ../inc/wp-strings.php:25
1000
- #, fuzzy
1001
  msgid "Default"
1002
- msgstr "Standaardinstellingen zijn teruggezet."
1003
 
1004
  #: ../inc/wp-strings.php:29
1005
- #, fuzzy
1006
  msgid "Total Users Liked"
1007
- msgstr "Aantal gebruikers die iets leuk vinden:"
1008
 
1009
  #: ../inc/wp-strings.php:30
1010
- #, fuzzy
1011
  msgid "Total Posts Liked"
1012
- msgstr "Aantal berichten die gebruikers leuk vinden:"
1013
 
1014
  #: ../inc/wp-strings.php:31
1015
- #, fuzzy
1016
  msgid "Total Comments Liked"
1017
- msgstr "Aantal reactie die men leuk vindt:"
1018
 
1019
  #: ../inc/wp-strings.php:32
1020
  msgid "Upvote"
@@ -1024,133 +1035,19 @@ msgstr ""
1024
  msgid "Downvote"
1025
  msgstr ""
1026
 
1027
- #: ../inc/wp-ulike-buddypress.php:69
1028
- msgid "You need to login in order to like this activity: "
1029
- msgstr "Je moet inloggen om deze activiteit te linken."
1030
 
1031
- #: ../inc/wp-ulike-buddypress.php:69 ../inc/wp-ulike-comments.php:69
1032
- #: ../inc/wp-ulike-posts.php:69
1033
  msgid "click here"
1034
  msgstr "klik hier"
1035
 
 
 
 
 
1036
  #: ../inc/wp-ulike-comments.php:69
1037
  msgid "You need to login in order to like this comment: "
1038
  msgstr "Je moet inloggen om deze reactie leuk te vinden:"
1039
-
1040
- #: ../inc/wp-ulike-posts.php:69
1041
- msgid "You need to login in order to like this post: "
1042
- msgstr "Je moet inloggen om dit bericht leuk te vinden:"
1043
-
1044
- #~ msgid "Dashboard"
1045
- #~ msgstr "Dashboard"
1046
-
1047
- #~ msgid "Visit Post Logs Menu"
1048
- #~ msgstr "Bezoek berichten logs"
1049
-
1050
- #~ msgid "If you deactivate this option, \"Post Likes Logs\" Menu will hidden."
1051
- #~ msgstr "Logs berichten verbergen"
1052
-
1053
- #~ msgid "Visit Comment Logs Menu"
1054
- #~ msgstr "Bezoek reacties logs"
1055
-
1056
- #~ msgid ""
1057
- #~ "If you deactivate this option, \"Comment Likes Logs\" Menu will hidden."
1058
- #~ msgstr "Logs reacties verbergen"
1059
-
1060
- #~ msgid "Visit Activity Logs Menu"
1061
- #~ msgstr "Bezoek activiteiten logs"
1062
-
1063
- #~ msgid ""
1064
- #~ "If you deactivate this option, \"Activity Likes Logs\" Menu will hidden."
1065
- #~ msgstr "Logs activiteiten verbergen"
1066
-
1067
- #~ msgid "WP Ulike - Most Liked Posts"
1068
- #~ msgstr "WP ULike - Berichten met meeste likes"
1069
-
1070
- #~ msgid "This widget allows you to show most liked posts."
1071
- #~ msgstr "Deze widget laat je de berichten met meeste likes zien."
1072
-
1073
- #~ msgid "WP ULike - Most Liked Comments"
1074
- #~ msgstr "WP ULike - Meeste gelikede commentaar"
1075
-
1076
- #~ msgid "This widget allows you to show most liked comments."
1077
- #~ msgstr "Met deze widget kun je de populairste reacties weergeven."
1078
-
1079
- #~ msgid "Number of comments to show:"
1080
- #~ msgstr "Aantal reacties wat weergegeven moet worden:"
1081
-
1082
- #~ msgid "WP Ulike - Most Liked Users"
1083
- #~ msgstr "WP ULike - Gebruikers met meeste likes"
1084
-
1085
- #~ msgid "This widget allows you to show most liked users avatars."
1086
- #~ msgstr ""
1087
- #~ "Deze widget laat de avatars zien van de gebruikers die de meeste "
1088
- #~ "berichten leuk vinden."
1089
-
1090
- #~ msgid "Total Activities Liked:"
1091
- #~ msgstr "Aantal evenementen dat men leuk vindt:"
1092
-
1093
- #~ msgid "liked"
1094
- #~ msgstr "vind ik leuk"
1095
-
1096
- #~ msgid "comment"
1097
- #~ msgstr "reactie"
1098
-
1099
- #~ msgid "WP ULike - Most Liked Activities"
1100
- #~ msgstr "WP ULike - Meest gelikede acitiviteiten"
1101
-
1102
- #~ msgid "This widget allows you to show most liked activities."
1103
- #~ msgstr "Met deze widget kun je de populairste activiteiten weergeven."
1104
-
1105
- #~ msgid ""
1106
- #~ "<strong>On all posts</strong> (home, archives, search) at the bottom of "
1107
- #~ "the post"
1108
- #~ msgstr ""
1109
- #~ "<strong>Bij alle berichten</strong> (home, archief, zoeken) onderaan het "
1110
- #~ "bericht"
1111
-
1112
- #~ msgid "<strong>On all comments</strong> at the bottom of the comment"
1113
- #~ msgstr "<strong>Bij alle reacties</strong> onderaan de reactie"
1114
-
1115
- #~ msgid "Activate user like count"
1116
- #~ msgstr "Laat aantal likes zien"
1117
-
1118
- #~ msgid "What’s New"
1119
- #~ msgstr "Wat is er nieuw?"
1120
-
1121
- #~ msgid ""
1122
- #~ "WP ULike enables you to add Ajax Like button into your WordPress site and "
1123
- #~ "allowing your visitors to like and dislike posts, pages, comments AND "
1124
- #~ "buddypress activities. It features: Clean Design, Ajax feature to update "
1125
- #~ "the data without reloading, Custom Like-Dislike Texts, Simple custom "
1126
- #~ "style with color picker settings, BuddyPress activity support, Widget to "
1127
- #~ "show Most Liked Posts And Most Liked Users avatars, Added automatically, "
1128
- #~ "RTL language support, Simple configuration panel and many more..."
1129
- #~ msgstr ""
1130
- #~ "Met WP ULike kun je een Ajax Like-button toevoegen aan je WordPress site, "
1131
- #~ "zodat bezoekers posts, pagina's, reacties en BuddyPress-acitiviteiten "
1132
- #~ "kunnen liken en disliken. "
1133
-
1134
- #~ msgid "New Administrative Tools"
1135
- #~ msgstr "Nieuwe administratie tools"
1136
-
1137
- #~ msgid "Configuration"
1138
- #~ msgstr "Instellingen"
1139
-
1140
- #~ msgid "Image or text?"
1141
- #~ msgstr "Plaatje of tekst?"
1142
-
1143
- #~ msgid "wherever you want in your template."
1144
- #~ msgstr "waar je wilt in het template."
1145
-
1146
- #~ msgid "Comment likes"
1147
- #~ msgstr "Reactie likes"
1148
-
1149
- #~ msgid "Already Voted"
1150
- #~ msgstr "Reeds gestemd"
1151
-
1152
- #~ msgid "You Like This"
1153
- #~ msgstr "Je vindt dit leuk"
1154
-
1155
- #~ msgid "You Dislike This"
1156
- #~ msgstr "Je vindt dit niet leuk"
1
+ #
2
+ # Translators:
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:10+0330\n"
8
  "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/nl_NL/)\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: nl_NL\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Generator: Poedit 1.6.10\n"
17
  "X-Poedit-Basepath: .\n"
 
18
  "X-Poedit-KeywordsList: _e;__\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
  "X-Poedit-SearchPath-0: .\n"
81
  msgid "New Class-based programming"
82
  msgstr ""
83
 
84
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
85
  #: ../inc/wp-strings.php:27
86
  msgid "Most Liked Comments"
87
  msgstr "Meest gelikede reacties"
88
 
89
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
 
90
  #: ../admin/classes/class-settings.php:63
91
  #: ../admin/classes/class-settings.php:71
92
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
93
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
94
  msgid "Logging Method"
95
  msgstr "Logging methode"
96
 
154
  "target=\"_blank\">Ali Mirzaei</a>"
155
  msgstr ""
156
 
157
+ #: ../admin/admin.php:72
158
  msgid "WP ULike Settings"
159
  msgstr "WP ULike Instellingen"
160
 
161
+ #: ../admin/admin.php:75
162
  msgid "WP ULike"
163
  msgstr "WP ULike"
164
 
165
+ #: ../admin/admin.php:83
166
+ msgid "Settings saved."
167
+ msgstr "Instellingen opgeslagen."
168
+
169
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
170
+ msgid "Post Likes Logs"
171
+ msgstr "Berichten likes log"
172
+
173
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
174
+ msgid "Comment Likes Logs"
175
+ msgstr "Reactie likes log"
176
+
177
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
178
+ msgid "Activity Likes Logs"
179
+ msgstr "Evenementen likes log"
180
+
181
+ #: ../admin/admin.php:121 ../admin/stats.php:18
182
+ msgid "WP ULike Statistics"
183
+ msgstr "WP ULike statistiek"
184
+
185
+ #: ../admin/admin.php:125 ../admin/stats.php:31
186
+ msgid "About WP ULike"
187
+ msgstr "Over WP ULike"
188
+
189
+ #: ../admin/classes/class-settings.php:17
190
+ msgid "Custom Settings"
191
+ msgstr "Aangepaste instellingen"
192
+
193
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
194
+ msgid "Save Settings"
195
+ msgstr "Instellingen opslaan"
196
+
197
+ #: ../admin/classes/class-settings.php:29
198
+ msgid "Reset Settings"
199
+ msgstr "Instellingen resetten"
200
+
201
+ #: ../admin/classes/class-settings.php:44
202
+ msgid "Overview"
203
+ msgstr "Overzicht"
204
+
205
+ #: ../admin/classes/class-settings.php:46
206
+ msgid ""
207
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
208
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
209
+ "comments AND buddypress activities. Its very simple to use and supports many "
210
+ "options."
211
+ msgstr ""
212
+ "Met WP ULike kun je een Ajax like-button weergeven bij pagina's, berichten, "
213
+ "reacties en BuddyPress activiteiten."
214
+
215
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
216
+ msgid "Posts"
217
+ msgstr "Berichten"
218
+
219
+ #: ../admin/classes/class-settings.php:54
220
+ #: ../admin/classes/class-settings.php:63
221
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
222
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
223
+ #: ../admin/classes/tmp/settings.php:360
224
+ msgid "Automatic display"
225
+ msgstr "Automatisch tonen"
226
+
227
+ #: ../admin/classes/class-settings.php:54
228
+ msgid ""
229
+ "If you disable this option, you have to put manually this code on wordpress "
230
+ "while loop"
231
+ msgstr ""
232
+ "Deze optie uitzetten om handmatig code toe te voegen aan de WP While-loop"
233
+
234
+ #: ../admin/classes/class-settings.php:54
235
+ #: ../admin/classes/class-settings.php:63
236
+ #: ../admin/classes/class-settings.php:71
237
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
238
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
239
+ msgid "Users Like Box Template"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/class-settings.php:63
244
+ #: ../admin/classes/class-settings.php:71
245
+ msgid "Default Template:"
246
+ msgstr ""
247
+
248
+ #: ../admin/classes/class-settings.php:54
249
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
250
+ msgid "Users who have LIKED this post:"
251
+ msgstr "Gebruikers die dit bericht leuk vinden:"
252
+
253
+ #: ../admin/classes/class-settings.php:54
254
+ #: ../admin/classes/class-settings.php:63
255
+ #: ../admin/classes/class-settings.php:71
256
+ msgid ""
257
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
258
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
259
+ "do not work"
260
+ msgstr ""
261
+
262
+ #: ../admin/classes/class-settings.php:54
263
+ #: ../admin/classes/class-settings.php:63
264
+ #: ../admin/classes/class-settings.php:71
265
+ msgid ""
266
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
267
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
268
+ "undislike capacity do not work"
269
+ msgstr ""
270
+
271
+ #: ../admin/classes/class-settings.php:54
272
+ #: ../admin/classes/class-settings.php:63
273
+ #: ../admin/classes/class-settings.php:71
274
+ msgid ""
275
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
276
+ "for all users, the convey of like/dislike condition will check by user IP"
277
+ msgstr ""
278
+
279
+ #: ../admin/classes/class-settings.php:54
280
+ #: ../admin/classes/class-settings.php:63
281
+ #: ../admin/classes/class-settings.php:71
282
+ msgid ""
283
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
284
+ "will save for all users, the convey of like/dislike condition will check by "
285
+ "user IP & SetCookie"
286
+ msgstr ""
287
+
288
+ #: ../admin/classes/class-settings.php:54
289
+ #: ../admin/classes/class-settings.php:63
290
+ #: ../admin/classes/class-settings.php:71
291
+ msgid ""
292
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
293
+ "is saved for registered users, the convey of like/dislike condition will "
294
+ "check by username, There is no permission for guest users to unlike/undislike"
295
+ msgstr ""
296
+
297
+ #: ../admin/classes/class-settings.php:61
298
+ #: ../admin/classes/tmp/settings.php:151
299
+ msgid "Comments"
300
+ msgstr "Reacties"
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ msgid ""
304
+ "If you disable this option, you have to put manually this code on comments "
305
+ "text"
306
+ msgstr ""
307
+ "Wanneer je deze optie uitschakelt, moet je handmatig code invoeren bij de "
308
+ "reacties"
309
+
310
+ #: ../admin/classes/class-settings.php:63
311
+ #: ../admin/classes/tmp/settings.php:209
312
+ msgid "Users who have LIKED this comment:"
313
+ msgstr "Gebruikers die deze reactie leuk vinden:"
314
+
315
+ #: ../admin/classes/class-settings.php:69
316
+ #: ../admin/classes/tmp/settings.php:268
317
+ msgid "BuddyPress"
318
+ msgstr "BuddyPress"
319
+
320
+ #: ../admin/classes/class-settings.php:71
321
+ msgid ""
322
+ "If you disable this option, you have to put manually this code on buddypres "
323
+ "activities content"
324
+ msgstr ""
325
+ "Wanneer je deze optie uitschakelt, moet je handmatig code invoeren bij de "
326
+ "evenementen"
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:325
330
+ msgid "Users who have liked this activity:"
331
+ msgstr "Gebruikers die deze activiteit leuk vinden:"
332
+
333
+ #: ../admin/classes/class-settings.php:71
334
+ #: ../admin/classes/tmp/settings.php:339
335
+ msgid "Post Activity Text"
336
+ msgstr ""
337
+
338
+ #: ../admin/classes/class-settings.php:71
339
+ #: ../admin/classes/tmp/settings.php:345
340
+ msgid "Comment Activity Text"
341
+ msgstr ""
342
+
343
+ #: ../admin/classes/class-settings.php:76
344
+ msgid "For more information:"
345
+ msgstr "Voor meer informatie:"
346
+
347
+ #: ../admin/classes/class-settings.php:135
348
+ msgid "Default settings have been reset."
349
+ msgstr "Standaardinstellingen zijn teruggezet."
350
+
351
+ #: ../admin/classes/class-settings.php:212
352
+ msgid ""
353
+ "Do you really want to reset all these settings to their default values ?"
354
+ msgstr "Wil je echt alle instellingen verwijderen?"
355
+
356
+ #: ../admin/classes/class-settings.php:277
357
+ #: ../admin/classes/class-settings.php:288
358
+ #: ../admin/classes/class-settings.php:312
359
+ msgid "No options defined."
360
+ msgstr "Geen opties gedefinieerd."
361
+
362
+ #: ../admin/classes/class-settings.php:299
363
+ #, php-format
364
+ msgid "Select %s"
365
+ msgstr "Selecteer %s"
366
+
367
+ #: ../admin/classes/class-settings.php:300
368
+ #, php-format
369
+ msgid "Remove %s"
370
+ msgstr "Verwijder %s"
371
+
372
+ #: ../admin/classes/class-settings.php:324
373
+ msgid "No action defined."
374
+ msgstr "Geen acties gedefinieerd."
375
+
376
+ #: ../admin/classes/class-widget.php:11
377
+ msgid "WP Ulike Widget"
378
+ msgstr "WP ULike widget"
379
+
380
+ #: ../admin/classes/class-widget.php:12
381
+ msgid ""
382
+ "An advanced widget that gives you all most liked records with different types"
383
+ msgstr ""
384
+
385
+ #: ../admin/classes/class-widget.php:74
386
+ msgid "you haven't liked any post yet!"
387
+ msgstr ""
388
+
389
+ #: ../admin/classes/class-widget.php:103
390
+ msgid "on"
391
+ msgstr "op"
392
+
393
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
394
+ msgid "Like"
395
+ msgstr "Vind ik leuk"
396
+
397
+ #: ../admin/classes/class-widget.php:224
398
+ msgid "Most Liked"
399
+ msgstr "De meeste bevallen"
400
+
401
+ #: ../admin/classes/class-widget.php:228
402
+ msgid "Title:"
403
+ msgstr "Titel:"
404
+
405
+ #: ../admin/classes/class-widget.php:233
406
+ msgid "Type:"
407
+ msgstr "Type:"
408
+
409
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
410
+ msgid "Most Liked Posts"
411
+ msgstr "Berichten met meeste likes"
412
+
413
+ #: ../admin/classes/class-widget.php:237
414
+ msgid "Most Liked Activities"
415
+ msgstr "Meest gelikede activiteiten"
416
+
417
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
418
+ msgid "Most Liked Users"
419
+ msgstr "Gebruikers met meeste likes"
420
+
421
+ #: ../admin/classes/class-widget.php:239
422
+ msgid "Last Posts Liked By User"
423
+ msgstr ""
424
+
425
+ #: ../admin/classes/class-widget.php:244
426
+ msgid "Number of items to show:"
427
+ msgstr ""
428
+
429
+ #: ../admin/classes/class-widget.php:249
430
+ msgid "User avatar size:"
431
+ msgstr "Grootte van avatar:"
432
+
433
+ #: ../admin/classes/class-widget.php:255
434
+ msgid "Activate Like Counter"
435
+ msgstr "Activeer like teller"
436
+
437
+ #: ../admin/classes/tmp/settings.php:7
438
  msgid "General"
439
  msgstr "Algemeen"
440
 
441
+ #: ../admin/classes/tmp/settings.php:11
442
  msgid "Button Type"
443
  msgstr "Type knop"
444
 
445
+ #: ../admin/classes/tmp/settings.php:14
446
  msgid "Icon"
447
  msgstr "Icoon"
448
 
449
+ #: ../admin/classes/tmp/settings.php:15
450
  msgid "Text"
451
  msgstr "Tekst"
452
 
453
+ #: ../admin/classes/tmp/settings.php:20
 
 
 
 
454
  msgid "Button Text"
455
  msgstr "Knop tekst"
456
 
457
+ #: ../admin/classes/tmp/settings.php:24
458
  msgid "Button Icon"
459
  msgstr "Knop icoon"
460
 
461
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
462
  msgid "Best size: 16x16"
463
  msgstr "Beste formaat: 16x16 px"
464
 
465
+ #: ../admin/classes/tmp/settings.php:28
466
  msgid "Unlike"
467
  msgstr "Unlike"
468
 
469
+ #: ../admin/classes/tmp/settings.php:29
470
  msgid "Text After Like"
471
  msgstr "Tekst na like"
472
 
473
+ #: ../admin/classes/tmp/settings.php:34
474
  msgid "Return To The Initial"
475
  msgstr ""
476
 
477
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
478
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
479
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
480
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
481
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
482
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
483
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
484
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
485
  msgid "Activate"
486
  msgstr "Activeren"
487
 
488
+ #: ../admin/classes/tmp/settings.php:36
489
  msgid ""
490
  "Return to the initial Like button after Unlike. (Not Showing text after "
491
  "unlike)"
492
  msgstr ""
493
 
494
+ #: ../admin/classes/tmp/settings.php:39
495
  msgid "Like Me Again!"
496
  msgstr "Like me opnieuw!"
497
 
498
+ #: ../admin/classes/tmp/settings.php:40
499
  msgid "Text After Unlike"
500
  msgstr "Tekst na unlike"
501
 
502
+ #: ../admin/classes/tmp/settings.php:43
503
  msgid "You have not permission to unlike"
504
  msgstr "Je hebt geen toestemming om te unliken"
505
 
506
+ #: ../admin/classes/tmp/settings.php:44
507
  msgid "Permission Text"
508
  msgstr "Toestemming tekst"
509
 
510
+ #: ../admin/classes/tmp/settings.php:48
511
  msgid "Users Login Type"
512
  msgstr "Login tekst type"
513
 
514
+ #: ../admin/classes/tmp/settings.php:51
 
515
  msgid "Alert Box"
516
+ msgstr ""
517
 
518
+ #: ../admin/classes/tmp/settings.php:52
519
  msgid "Like Button"
520
  msgstr "Like Knoop"
521
 
522
+ #: ../admin/classes/tmp/settings.php:56
523
  msgid "You Should Login To Submit Your Like"
524
  msgstr ""
525
 
526
+ #: ../admin/classes/tmp/settings.php:57
527
  msgid "Users Login Text"
528
  msgstr "Login tekst gebruikers"
529
 
530
+ #: ../admin/classes/tmp/settings.php:62
531
  msgid "Format Number"
532
  msgstr "Formaat van aantal likes"
533
 
534
+ #: ../admin/classes/tmp/settings.php:64
535
  msgid "Convert numbers of Likes with string (kilobyte) format."
536
  msgstr "Zet aantal likes om naar string (kilobyte) formaat."
537
 
538
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
539
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
 
 
 
 
 
 
 
 
 
 
 
 
 
 
540
  msgid "Auto Display Position"
541
  msgstr "Automatische positie"
542
 
543
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
544
+ #: ../admin/classes/tmp/settings.php:368
545
  msgid "Top of Content"
546
  msgstr "Boven bericht"
547
 
548
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
549
  msgid "Bottom of Content"
550
  msgstr "Onder bericht"
551
 
552
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
553
+ #: ../admin/classes/tmp/settings.php:369
554
  msgid "Top and Bottom"
555
  msgstr "Boven en onder"
556
 
557
+ #: ../admin/classes/tmp/settings.php:90
558
  msgid "Auto Display Filter"
559
  msgstr "Automatisch weergave filter"
560
 
561
+ #: ../admin/classes/tmp/settings.php:92
562
  msgid "Home"
563
  msgstr "Home"
564
 
565
+ #: ../admin/classes/tmp/settings.php:93
566
  msgid "Single Posts"
567
  msgstr "Enkel bericht"
568
 
569
+ #: ../admin/classes/tmp/settings.php:94
570
  msgid "Pages"
571
  msgstr "Pagina's"
572
 
573
+ #: ../admin/classes/tmp/settings.php:95
574
  msgid "Archives"
575
  msgstr "Archief"
576
 
577
+ #: ../admin/classes/tmp/settings.php:96
578
  msgid "Categories"
579
  msgstr "Categorieen"
580
 
581
+ #: ../admin/classes/tmp/settings.php:97
582
  msgid "Search Results"
583
  msgstr "Zoekresultaten"
584
 
585
+ #: ../admin/classes/tmp/settings.php:98
586
  msgid "Tags"
587
+ msgstr "Tags"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
588
 
589
+ #: ../admin/classes/tmp/settings.php:99
590
+ msgid "Author Page"
591
+ msgstr "Auteur-pagina"
 
 
592
 
593
+ #: ../admin/classes/tmp/settings.php:101
594
+ msgid "You can filter theses pages on auto display option."
595
+ msgstr "Je kan deze pagina's automatisch filteren."
 
 
 
 
 
596
 
597
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
598
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
599
+ msgid "Only registered Users"
600
+ msgstr "Alleen geregistreerde gebruikers"
 
 
 
 
601
 
602
+ #: ../admin/classes/tmp/settings.php:108
603
+ msgid "<strong>Only</strong> registered users have permission to like posts."
 
 
 
 
604
  msgstr ""
605
+ "<strong>Alleen</strong> geregistreerde gebruikers mogen deze post likes."
606
 
607
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
608
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
609
+ msgid "Do Not Log"
610
+ msgstr "Niet loggen"
 
 
 
 
611
 
612
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
613
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
614
+ msgid "Logged By Cookie"
615
+ msgstr "Loggen met een cookie"
 
 
 
 
616
 
617
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
618
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
619
+ msgid "Logged By IP"
620
+ msgstr "Loggen door IP"
 
 
 
621
 
622
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
623
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
624
+ msgid "Logged By Cookie & IP"
625
+ msgstr "Loggen met cookie en IP"
 
 
 
626
 
627
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
628
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
629
+ msgid "Logged By Username"
630
+ msgstr "Loggen met gebruikersnaam"
631
 
632
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
633
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
634
+ msgid "Show Liked Users Box"
635
+ msgstr "Laat aantal likes zien"
636
 
637
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
638
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
639
  msgid ""
640
+ "Active this option to show liked users avatars in the bottom of button like."
641
+ msgstr "Selecteer deze optie om avatars weer te geven naar de like knop"
642
 
643
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
644
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
645
+ msgid "Size of Gravatars"
646
+ msgstr "Formaat avatars"
 
647
 
648
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
649
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
650
+ msgid "Size of Gravatars to return (max is 512)"
651
+ msgstr "Grootte van avatars om weer te geven (max 512 px)"
652
 
653
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
654
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
655
+ msgid "Number Of The Users"
656
+ msgstr "Nummer van de gebruikers"
657
 
658
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
659
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
660
+ msgid "The number of users to show in the users liked box"
661
+ msgstr ""
662
 
663
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
664
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
665
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
666
+ msgid "Allowed Variables:"
667
+ msgstr ""
668
 
669
+ #: ../admin/classes/tmp/settings.php:174
670
  msgid ""
671
+ "<strong>Only</strong> registered users have permission to like comments."
672
+ msgstr "Alleen geregistreerde gebruikers mogen reacties liken."
673
 
674
+ #: ../admin/classes/tmp/settings.php:218
675
+ msgid "Customize"
676
+ msgstr "Aanpassen"
677
 
678
+ #: ../admin/classes/tmp/settings.php:223
679
+ msgid "Custom Style"
680
+ msgstr "Aangepaste stijl"
681
 
682
+ #: ../admin/classes/tmp/settings.php:228
683
+ msgid "Active this option to see the custom style settings."
684
+ msgstr "Aangepaste stijlen activeren"
685
 
686
+ #: ../admin/classes/tmp/settings.php:232
687
+ msgid "Button style"
688
+ msgstr "Button stijl"
689
 
690
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
691
+ msgid "Background"
692
+ msgstr "Achtergrond"
 
693
 
694
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
695
+ msgid "Border Color"
696
+ msgstr "Kleur lijn"
697
 
698
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
699
+ msgid "Text Color"
700
+ msgstr "Kleur tekst"
701
 
702
+ #: ../admin/classes/tmp/settings.php:245
703
+ msgid "Counter Style"
704
+ msgstr "Teller stijl"
705
 
706
+ #: ../admin/classes/tmp/settings.php:258
707
+ msgid "Loading Animation"
708
+ msgstr "Animatie laden"
 
709
 
710
+ #: ../admin/classes/tmp/settings.php:281
711
+ msgid "Activity Content"
712
+ msgstr ""
 
713
 
714
+ #: ../admin/classes/tmp/settings.php:282
715
+ msgid "Activity Meta"
716
+ msgstr ""
717
 
718
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
719
+ msgid ""
720
+ "<strong>Only</strong> registered users have permission to like activities."
721
+ msgstr "Alleen geregistreerde gebruikers mogen activiteiten liken."
722
+
723
+ #: ../admin/classes/tmp/settings.php:332
724
+ msgid "BuddyPress Activity"
725
+ msgstr "BuddyPress activiteiten"
726
+
727
+ #: ../admin/classes/tmp/settings.php:334
728
+ msgid "insert new likes in buddyPress activity page"
729
+ msgstr "nieuwe likes toevoegen aan buddyprefs activiteiten pagina"
730
+
731
+ #: ../admin/classes/tmp/settings.php:355
732
+ msgid "bbPress"
733
+ msgstr ""
734
+
735
+ #: ../admin/classes/tmp/settings.php:412
736
+ msgid "Users who have liked this topic:"
737
+ msgstr ""
738
 
739
  #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
740
  #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
741
  #: ../admin/logs.php:466
 
742
  msgid "Logs"
743
+ msgstr "Logboeken"
744
 
745
  #: ../admin/logs.php:80
746
  msgid "Are you sure to remove this item?!"
780
 
781
  #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
782
  msgid "Actions"
783
+ msgstr "Acties"
784
 
785
  #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
 
786
  msgid "Guest User"
787
+ msgstr ""
788
 
789
  #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
790
  msgid ""
801
  msgstr "Reactie auteur"
802
 
803
  #: ../admin/logs.php:277
 
804
  msgid "Comment Text"
805
+ msgstr ""
806
 
807
  #: ../admin/logs.php:404
808
  msgid "Activity ID"
810
 
811
  #: ../admin/logs.php:405
812
  msgid "Permalink"
813
+ msgstr "Permalink"
814
 
815
  #: ../admin/logs.php:442
816
  #, php-format
826
  msgstr ""
827
 
828
  #: ../admin/stats.php:30
 
829
  msgid "Get Started"
830
  msgstr "Aan de slag"
831
 
832
  #: ../admin/stats.php:32
833
  msgid "or"
834
+ msgstr "of"
835
 
836
  #: ../admin/stats.php:35
837
  msgid "Other Tools"
839
 
840
  #: ../admin/stats.php:43
841
  msgid "Documentation"
842
+ msgstr "Documentatie"
843
 
844
  #: ../admin/stats.php:72
 
845
  msgid "Posts Likes Summary"
846
+ msgstr ""
847
 
848
  #: ../admin/stats.php:79
 
849
  msgid "Comments Likes Summary"
850
+ msgstr ""
851
 
852
  #: ../admin/stats.php:86
 
853
  msgid "Activities Likes Summary"
854
+ msgstr ""
855
 
856
  #: ../admin/stats.php:97 ../admin/stats.php:272
857
  msgid "Summary"
858
+ msgstr "Samenvatting"
859
 
860
  #: ../admin/stats.php:106
 
861
  msgid "Total Likes"
862
+ msgstr ""
863
 
864
  #: ../admin/stats.php:121
865
  msgid "Today"
866
+ msgstr "Vandaag"
867
 
868
  #: ../admin/stats.php:126
869
  msgid "Yesterday"
870
+ msgstr "Gisteren"
871
 
872
  #: ../admin/stats.php:131
873
  msgid "Week"
875
 
876
  #: ../admin/stats.php:136
877
  msgid "Month"
878
+ msgstr "Maand"
879
 
880
  #: ../admin/stats.php:141
 
881
  msgid "Total"
882
+ msgstr "Totaal"
883
 
884
  #: ../admin/stats.php:155 ../admin/stats.php:276
 
885
  msgid "Likes Percent"
886
+ msgstr ""
887
 
888
  #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
889
  #: ../admin/stats.php:192
890
+ #, php-format
891
  msgid "In The Last %s Days"
892
+ msgstr ""
893
 
894
  #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
 
895
  msgid "View Logs"
896
+ msgstr "Logboeken tonen"
897
 
898
  #: ../admin/stats.php:180 ../admin/stats.php:273
 
899
  msgid "Posts Likes Stats"
900
+ msgstr ""
901
 
902
  #: ../admin/stats.php:186 ../admin/stats.php:274
 
903
  msgid "Comments Likes Stats"
904
+ msgstr ""
905
 
906
  #: ../admin/stats.php:192 ../admin/stats.php:275
 
907
  msgid "Activities Likes Stats"
908
+ msgstr ""
909
 
910
  #: ../admin/stats.php:269
 
911
  msgid "Show on screen"
912
+ msgstr "Op het scherm tonen"
913
 
914
  #: ../admin/stats.php:271
 
915
  msgid "Welcome"
916
+ msgstr "Welkom"
917
 
918
  #: ../admin/stats.php:279
919
  msgid "Days"
920
+ msgstr "Dagen"
921
 
922
+ #: ../inc/wp-functions.php:172
923
  msgid "WP ULike Activity"
924
  msgstr "WP ULike activiteiten"
925
 
1004
  msgstr ""
1005
 
1006
  #: ../inc/wp-strings.php:23
 
1007
  msgid "Liked Users Box Style"
1008
+ msgstr ""
1009
 
1010
  #: ../inc/wp-strings.php:24
 
1011
  msgid "Tooltip"
1012
+ msgstr "Tooltip"
1013
 
1014
  #: ../inc/wp-strings.php:25
 
1015
  msgid "Default"
1016
+ msgstr "Standaard"
1017
 
1018
  #: ../inc/wp-strings.php:29
 
1019
  msgid "Total Users Liked"
1020
+ msgstr ""
1021
 
1022
  #: ../inc/wp-strings.php:30
 
1023
  msgid "Total Posts Liked"
1024
+ msgstr ""
1025
 
1026
  #: ../inc/wp-strings.php:31
 
1027
  msgid "Total Comments Liked"
1028
+ msgstr ""
1029
 
1030
  #: ../inc/wp-strings.php:32
1031
  msgid "Upvote"
1035
  msgid "Downvote"
1036
  msgstr ""
1037
 
1038
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1039
+ msgid "You need to login in order to like this post: "
1040
+ msgstr "Je moet inloggen om dit bericht leuk te vinden:"
1041
 
1042
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1043
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1044
  msgid "click here"
1045
  msgstr "klik hier"
1046
 
1047
+ #: ../inc/wp-ulike-buddypress.php:74
1048
+ msgid "You need to login in order to like this activity: "
1049
+ msgstr "Je moet inloggen om deze activiteit te linken."
1050
+
1051
  #: ../inc/wp-ulike-comments.php:69
1052
  msgid "You need to login in order to like this comment: "
1053
  msgstr "Je moet inloggen om deze reactie leuk te vinden:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/alimir-pl_PL.mo ADDED
Binary file
lang/alimir-pl_PL.po ADDED
@@ -0,0 +1,1043 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/wp-ulike/"
10
+ "language/pl_PL/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: pl_PL\n"
15
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
16
+ "|| n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.6.10\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: _e;__\n"
20
+ "X-Poedit-SourceCharset: UTF-8\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPath-1: ..\n"
23
+
24
+ #: ../admin/about.php:74
25
+ msgid "Welcome to WP ULike"
26
+ msgstr ""
27
+
28
+ #: ../admin/about.php:76
29
+ msgid ""
30
+ "Thank you for choosing WP ULike! This version is our leanest and most "
31
+ "powerful version yet."
32
+ msgstr ""
33
+
34
+ #: ../admin/about.php:77 ../admin/stats.php:32
35
+ msgid "Visit our homepage"
36
+ msgstr ""
37
+
38
+ #: ../admin/about.php:79
39
+ msgid "Version"
40
+ msgstr "Wersja"
41
+
42
+ #: ../admin/about.php:82
43
+ msgid "Getting Started"
44
+ msgstr "Rozpocznij tutaj"
45
+
46
+ #: ../admin/about.php:83
47
+ msgid "Credits"
48
+ msgstr "Podziękowania"
49
+
50
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
51
+ #: ../admin/stats.php:45
52
+ msgid "Support"
53
+ msgstr "Wsparcie"
54
+
55
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
56
+ #: ../admin/stats.php:46
57
+ msgid "FAQ"
58
+ msgstr "FAQ"
59
+
60
+ #: ../admin/about.php:86
61
+ msgid "Reviews"
62
+ msgstr "Oceny"
63
+
64
+ #: ../admin/about.php:87 ../admin/stats.php:47
65
+ msgid "Contact"
66
+ msgstr ""
67
+
68
+ #: ../admin/about.php:99
69
+ msgid "Novelty Of WP ULike"
70
+ msgstr ""
71
+
72
+ #: ../admin/about.php:103
73
+ msgid "New Statistics Design + Screen Option"
74
+ msgstr ""
75
+
76
+ #: ../admin/about.php:108
77
+ msgid "New Statistics Page"
78
+ msgstr ""
79
+
80
+ #: ../admin/about.php:116
81
+ msgid "New Class-based programming"
82
+ msgstr ""
83
+
84
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
85
+ #: ../inc/wp-strings.php:27
86
+ msgid "Most Liked Comments"
87
+ msgstr ""
88
+
89
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
90
+ #: ../admin/classes/class-settings.php:63
91
+ #: ../admin/classes/class-settings.php:71
92
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
93
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
94
+ msgid "Logging Method"
95
+ msgstr ""
96
+
97
+ #: ../admin/about.php:133
98
+ msgid "New options in logs pages"
99
+ msgstr ""
100
+
101
+ #: ../admin/about.php:138
102
+ msgid "New setting panel"
103
+ msgstr ""
104
+
105
+ #: ../admin/about.php:145
106
+ msgid "Better coding on plugin files"
107
+ msgstr ""
108
+
109
+ #: ../admin/about.php:150
110
+ msgid "Buddypress likes support"
111
+ msgstr ""
112
+
113
+ #: ../admin/about.php:155
114
+ msgid "Likes logs support"
115
+ msgstr ""
116
+
117
+ #: ../admin/about.php:164
118
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
119
+ msgstr ""
120
+
121
+ #: ../admin/about.php:165
122
+ msgid "Project Leaders"
123
+ msgstr "Zarządcy projektu"
124
+
125
+ #: ../admin/about.php:170
126
+ msgid "Project Lead & Developer"
127
+ msgstr ""
128
+
129
+ #: ../admin/about.php:174
130
+ msgid "Translations"
131
+ msgstr "Tłumaczenia"
132
+
133
+ #: ../admin/about.php:185
134
+ msgid "Other Plugins"
135
+ msgstr ""
136
+
137
+ #: ../admin/about.php:204
138
+ msgid "Like this plugin?"
139
+ msgstr "Lubisz tę wtyczkę?"
140
+
141
+ #: ../admin/about.php:205
142
+ msgid ""
143
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
144
+ "wp-ulike\"> Plugin Directory reviews</a>"
145
+ msgstr ""
146
+
147
+ #: ../admin/admin.php:39
148
+ #, php-format
149
+ msgid ""
150
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
151
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
152
+ "target=\"_blank\">Ali Mirzaei</a>"
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:72
156
+ msgid "WP ULike Settings"
157
+ msgstr ""
158
+
159
+ #: ../admin/admin.php:75
160
+ msgid "WP ULike"
161
+ msgstr ""
162
+
163
+ #: ../admin/admin.php:83
164
+ msgid "Settings saved."
165
+ msgstr "Ustawienia zostały zapisane."
166
+
167
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
168
+ msgid "Post Likes Logs"
169
+ msgstr ""
170
+
171
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
172
+ msgid "Comment Likes Logs"
173
+ msgstr ""
174
+
175
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
176
+ msgid "Activity Likes Logs"
177
+ msgstr ""
178
+
179
+ #: ../admin/admin.php:121 ../admin/stats.php:18
180
+ msgid "WP ULike Statistics"
181
+ msgstr ""
182
+
183
+ #: ../admin/admin.php:125 ../admin/stats.php:31
184
+ msgid "About WP ULike"
185
+ msgstr ""
186
+
187
+ #: ../admin/classes/class-settings.php:17
188
+ msgid "Custom Settings"
189
+ msgstr ""
190
+
191
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
192
+ msgid "Save Settings"
193
+ msgstr "Zapisz ustawnienia"
194
+
195
+ #: ../admin/classes/class-settings.php:29
196
+ msgid "Reset Settings"
197
+ msgstr ""
198
+
199
+ #: ../admin/classes/class-settings.php:44
200
+ msgid "Overview"
201
+ msgstr "Przegląd"
202
+
203
+ #: ../admin/classes/class-settings.php:46
204
+ msgid ""
205
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
206
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
207
+ "comments AND buddypress activities. Its very simple to use and supports many "
208
+ "options."
209
+ msgstr ""
210
+
211
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
212
+ msgid "Posts"
213
+ msgstr "Wpisy"
214
+
215
+ #: ../admin/classes/class-settings.php:54
216
+ #: ../admin/classes/class-settings.php:63
217
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
218
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
219
+ #: ../admin/classes/tmp/settings.php:360
220
+ msgid "Automatic display"
221
+ msgstr ""
222
+
223
+ #: ../admin/classes/class-settings.php:54
224
+ msgid ""
225
+ "If you disable this option, you have to put manually this code on wordpress "
226
+ "while loop"
227
+ msgstr ""
228
+
229
+ #: ../admin/classes/class-settings.php:54
230
+ #: ../admin/classes/class-settings.php:63
231
+ #: ../admin/classes/class-settings.php:71
232
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
233
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
234
+ msgid "Users Like Box Template"
235
+ msgstr ""
236
+
237
+ #: ../admin/classes/class-settings.php:54
238
+ #: ../admin/classes/class-settings.php:63
239
+ #: ../admin/classes/class-settings.php:71
240
+ msgid "Default Template:"
241
+ msgstr ""
242
+
243
+ #: ../admin/classes/class-settings.php:54
244
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
245
+ msgid "Users who have LIKED this post:"
246
+ msgstr ""
247
+
248
+ #: ../admin/classes/class-settings.php:54
249
+ #: ../admin/classes/class-settings.php:63
250
+ #: ../admin/classes/class-settings.php:71
251
+ msgid ""
252
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
253
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
254
+ "do not work"
255
+ msgstr ""
256
+
257
+ #: ../admin/classes/class-settings.php:54
258
+ #: ../admin/classes/class-settings.php:63
259
+ #: ../admin/classes/class-settings.php:71
260
+ msgid ""
261
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
262
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
263
+ "undislike capacity do not work"
264
+ msgstr ""
265
+
266
+ #: ../admin/classes/class-settings.php:54
267
+ #: ../admin/classes/class-settings.php:63
268
+ #: ../admin/classes/class-settings.php:71
269
+ msgid ""
270
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
271
+ "for all users, the convey of like/dislike condition will check by user IP"
272
+ msgstr ""
273
+
274
+ #: ../admin/classes/class-settings.php:54
275
+ #: ../admin/classes/class-settings.php:63
276
+ #: ../admin/classes/class-settings.php:71
277
+ msgid ""
278
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
279
+ "will save for all users, the convey of like/dislike condition will check by "
280
+ "user IP & SetCookie"
281
+ msgstr ""
282
+
283
+ #: ../admin/classes/class-settings.php:54
284
+ #: ../admin/classes/class-settings.php:63
285
+ #: ../admin/classes/class-settings.php:71
286
+ msgid ""
287
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
288
+ "is saved for registered users, the convey of like/dislike condition will "
289
+ "check by username, There is no permission for guest users to unlike/undislike"
290
+ msgstr ""
291
+
292
+ #: ../admin/classes/class-settings.php:61
293
+ #: ../admin/classes/tmp/settings.php:151
294
+ msgid "Comments"
295
+ msgstr "Komentarze"
296
+
297
+ #: ../admin/classes/class-settings.php:63
298
+ msgid ""
299
+ "If you disable this option, you have to put manually this code on comments "
300
+ "text"
301
+ msgstr ""
302
+
303
+ #: ../admin/classes/class-settings.php:63
304
+ #: ../admin/classes/tmp/settings.php:209
305
+ msgid "Users who have LIKED this comment:"
306
+ msgstr ""
307
+
308
+ #: ../admin/classes/class-settings.php:69
309
+ #: ../admin/classes/tmp/settings.php:268
310
+ msgid "BuddyPress"
311
+ msgstr "BuddyPress"
312
+
313
+ #: ../admin/classes/class-settings.php:71
314
+ msgid ""
315
+ "If you disable this option, you have to put manually this code on buddypres "
316
+ "activities content"
317
+ msgstr ""
318
+
319
+ #: ../admin/classes/class-settings.php:71
320
+ #: ../admin/classes/tmp/settings.php:325
321
+ msgid "Users who have liked this activity:"
322
+ msgstr ""
323
+
324
+ #: ../admin/classes/class-settings.php:71
325
+ #: ../admin/classes/tmp/settings.php:339
326
+ msgid "Post Activity Text"
327
+ msgstr ""
328
+
329
+ #: ../admin/classes/class-settings.php:71
330
+ #: ../admin/classes/tmp/settings.php:345
331
+ msgid "Comment Activity Text"
332
+ msgstr ""
333
+
334
+ #: ../admin/classes/class-settings.php:76
335
+ msgid "For more information:"
336
+ msgstr "Więcej informacji:"
337
+
338
+ #: ../admin/classes/class-settings.php:135
339
+ msgid "Default settings have been reset."
340
+ msgstr ""
341
+
342
+ #: ../admin/classes/class-settings.php:212
343
+ msgid ""
344
+ "Do you really want to reset all these settings to their default values ?"
345
+ msgstr ""
346
+
347
+ #: ../admin/classes/class-settings.php:277
348
+ #: ../admin/classes/class-settings.php:288
349
+ #: ../admin/classes/class-settings.php:312
350
+ msgid "No options defined."
351
+ msgstr ""
352
+
353
+ #: ../admin/classes/class-settings.php:299
354
+ #, php-format
355
+ msgid "Select %s"
356
+ msgstr "Wybierz %s"
357
+
358
+ #: ../admin/classes/class-settings.php:300
359
+ #, php-format
360
+ msgid "Remove %s"
361
+ msgstr ""
362
+
363
+ #: ../admin/classes/class-settings.php:324
364
+ msgid "No action defined."
365
+ msgstr ""
366
+
367
+ #: ../admin/classes/class-widget.php:11
368
+ msgid "WP Ulike Widget"
369
+ msgstr ""
370
+
371
+ #: ../admin/classes/class-widget.php:12
372
+ msgid ""
373
+ "An advanced widget that gives you all most liked records with different types"
374
+ msgstr ""
375
+
376
+ #: ../admin/classes/class-widget.php:74
377
+ msgid "you haven't liked any post yet!"
378
+ msgstr ""
379
+
380
+ #: ../admin/classes/class-widget.php:103
381
+ msgid "on"
382
+ msgstr "włączony"
383
+
384
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
385
+ msgid "Like"
386
+ msgstr ""
387
+
388
+ #: ../admin/classes/class-widget.php:224
389
+ msgid "Most Liked"
390
+ msgstr ""
391
+
392
+ #: ../admin/classes/class-widget.php:228
393
+ msgid "Title:"
394
+ msgstr "Tytuł:"
395
+
396
+ #: ../admin/classes/class-widget.php:233
397
+ msgid "Type:"
398
+ msgstr "Typ:"
399
+
400
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
401
+ msgid "Most Liked Posts"
402
+ msgstr ""
403
+
404
+ #: ../admin/classes/class-widget.php:237
405
+ msgid "Most Liked Activities"
406
+ msgstr ""
407
+
408
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
409
+ msgid "Most Liked Users"
410
+ msgstr ""
411
+
412
+ #: ../admin/classes/class-widget.php:239
413
+ msgid "Last Posts Liked By User"
414
+ msgstr ""
415
+
416
+ #: ../admin/classes/class-widget.php:244
417
+ msgid "Number of items to show:"
418
+ msgstr ""
419
+
420
+ #: ../admin/classes/class-widget.php:249
421
+ msgid "User avatar size:"
422
+ msgstr ""
423
+
424
+ #: ../admin/classes/class-widget.php:255
425
+ msgid "Activate Like Counter"
426
+ msgstr ""
427
+
428
+ #: ../admin/classes/tmp/settings.php:7
429
+ msgid "General"
430
+ msgstr "Podstawowe"
431
+
432
+ #: ../admin/classes/tmp/settings.php:11
433
+ msgid "Button Type"
434
+ msgstr ""
435
+
436
+ #: ../admin/classes/tmp/settings.php:14
437
+ msgid "Icon"
438
+ msgstr ""
439
+
440
+ #: ../admin/classes/tmp/settings.php:15
441
+ msgid "Text"
442
+ msgstr "Tekst"
443
+
444
+ #: ../admin/classes/tmp/settings.php:20
445
+ msgid "Button Text"
446
+ msgstr ""
447
+
448
+ #: ../admin/classes/tmp/settings.php:24
449
+ msgid "Button Icon"
450
+ msgstr ""
451
+
452
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
453
+ msgid "Best size: 16x16"
454
+ msgstr ""
455
+
456
+ #: ../admin/classes/tmp/settings.php:28
457
+ msgid "Unlike"
458
+ msgstr ""
459
+
460
+ #: ../admin/classes/tmp/settings.php:29
461
+ msgid "Text After Like"
462
+ msgstr ""
463
+
464
+ #: ../admin/classes/tmp/settings.php:34
465
+ msgid "Return To The Initial"
466
+ msgstr ""
467
+
468
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
469
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
470
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
471
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
472
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
473
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
474
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
475
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
476
+ msgid "Activate"
477
+ msgstr "Włącz"
478
+
479
+ #: ../admin/classes/tmp/settings.php:36
480
+ msgid ""
481
+ "Return to the initial Like button after Unlike. (Not Showing text after "
482
+ "unlike)"
483
+ msgstr ""
484
+
485
+ #: ../admin/classes/tmp/settings.php:39
486
+ msgid "Like Me Again!"
487
+ msgstr ""
488
+
489
+ #: ../admin/classes/tmp/settings.php:40
490
+ msgid "Text After Unlike"
491
+ msgstr ""
492
+
493
+ #: ../admin/classes/tmp/settings.php:43
494
+ msgid "You have not permission to unlike"
495
+ msgstr ""
496
+
497
+ #: ../admin/classes/tmp/settings.php:44
498
+ msgid "Permission Text"
499
+ msgstr ""
500
+
501
+ #: ../admin/classes/tmp/settings.php:48
502
+ msgid "Users Login Type"
503
+ msgstr ""
504
+
505
+ #: ../admin/classes/tmp/settings.php:51
506
+ msgid "Alert Box"
507
+ msgstr ""
508
+
509
+ #: ../admin/classes/tmp/settings.php:52
510
+ msgid "Like Button"
511
+ msgstr ""
512
+
513
+ #: ../admin/classes/tmp/settings.php:56
514
+ msgid "You Should Login To Submit Your Like"
515
+ msgstr ""
516
+
517
+ #: ../admin/classes/tmp/settings.php:57
518
+ msgid "Users Login Text"
519
+ msgstr ""
520
+
521
+ #: ../admin/classes/tmp/settings.php:62
522
+ msgid "Format Number"
523
+ msgstr ""
524
+
525
+ #: ../admin/classes/tmp/settings.php:64
526
+ msgid "Convert numbers of Likes with string (kilobyte) format."
527
+ msgstr ""
528
+
529
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
530
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
531
+ msgid "Auto Display Position"
532
+ msgstr ""
533
+
534
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
535
+ #: ../admin/classes/tmp/settings.php:368
536
+ msgid "Top of Content"
537
+ msgstr ""
538
+
539
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
540
+ msgid "Bottom of Content"
541
+ msgstr ""
542
+
543
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
544
+ #: ../admin/classes/tmp/settings.php:369
545
+ msgid "Top and Bottom"
546
+ msgstr ""
547
+
548
+ #: ../admin/classes/tmp/settings.php:90
549
+ msgid "Auto Display Filter"
550
+ msgstr ""
551
+
552
+ #: ../admin/classes/tmp/settings.php:92
553
+ msgid "Home"
554
+ msgstr "Strona główna"
555
+
556
+ #: ../admin/classes/tmp/settings.php:93
557
+ msgid "Single Posts"
558
+ msgstr ""
559
+
560
+ #: ../admin/classes/tmp/settings.php:94
561
+ msgid "Pages"
562
+ msgstr "Strony"
563
+
564
+ #: ../admin/classes/tmp/settings.php:95
565
+ msgid "Archives"
566
+ msgstr "Archiwa"
567
+
568
+ #: ../admin/classes/tmp/settings.php:96
569
+ msgid "Categories"
570
+ msgstr "Kategorie"
571
+
572
+ #: ../admin/classes/tmp/settings.php:97
573
+ msgid "Search Results"
574
+ msgstr "Wyniki wyszukiwania"
575
+
576
+ #: ../admin/classes/tmp/settings.php:98
577
+ msgid "Tags"
578
+ msgstr "Tagi"
579
+
580
+ #: ../admin/classes/tmp/settings.php:99
581
+ msgid "Author Page"
582
+ msgstr ""
583
+
584
+ #: ../admin/classes/tmp/settings.php:101
585
+ msgid "You can filter theses pages on auto display option."
586
+ msgstr ""
587
+
588
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
589
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
590
+ msgid "Only registered Users"
591
+ msgstr ""
592
+
593
+ #: ../admin/classes/tmp/settings.php:108
594
+ msgid "<strong>Only</strong> registered users have permission to like posts."
595
+ msgstr ""
596
+
597
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
598
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
599
+ msgid "Do Not Log"
600
+ msgstr ""
601
+
602
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
603
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
604
+ msgid "Logged By Cookie"
605
+ msgstr ""
606
+
607
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
608
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
609
+ msgid "Logged By IP"
610
+ msgstr ""
611
+
612
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
613
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
614
+ msgid "Logged By Cookie & IP"
615
+ msgstr ""
616
+
617
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
618
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
619
+ msgid "Logged By Username"
620
+ msgstr ""
621
+
622
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
623
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
624
+ msgid "Show Liked Users Box"
625
+ msgstr ""
626
+
627
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
628
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
629
+ msgid ""
630
+ "Active this option to show liked users avatars in the bottom of button like."
631
+ msgstr ""
632
+
633
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
634
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
635
+ msgid "Size of Gravatars"
636
+ msgstr ""
637
+
638
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
639
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
640
+ msgid "Size of Gravatars to return (max is 512)"
641
+ msgstr ""
642
+
643
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
644
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
645
+ msgid "Number Of The Users"
646
+ msgstr ""
647
+
648
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
649
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
650
+ msgid "The number of users to show in the users liked box"
651
+ msgstr ""
652
+
653
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
654
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
655
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
656
+ msgid "Allowed Variables:"
657
+ msgstr ""
658
+
659
+ #: ../admin/classes/tmp/settings.php:174
660
+ msgid ""
661
+ "<strong>Only</strong> registered users have permission to like comments."
662
+ msgstr ""
663
+
664
+ #: ../admin/classes/tmp/settings.php:218
665
+ msgid "Customize"
666
+ msgstr "Personalizacja"
667
+
668
+ #: ../admin/classes/tmp/settings.php:223
669
+ msgid "Custom Style"
670
+ msgstr ""
671
+
672
+ #: ../admin/classes/tmp/settings.php:228
673
+ msgid "Active this option to see the custom style settings."
674
+ msgstr ""
675
+
676
+ #: ../admin/classes/tmp/settings.php:232
677
+ msgid "Button style"
678
+ msgstr ""
679
+
680
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
681
+ msgid "Background"
682
+ msgstr "Tło"
683
+
684
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
685
+ msgid "Border Color"
686
+ msgstr ""
687
+
688
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
689
+ msgid "Text Color"
690
+ msgstr "Kolor tekstu"
691
+
692
+ #: ../admin/classes/tmp/settings.php:245
693
+ msgid "Counter Style"
694
+ msgstr ""
695
+
696
+ #: ../admin/classes/tmp/settings.php:258
697
+ msgid "Loading Animation"
698
+ msgstr ""
699
+
700
+ #: ../admin/classes/tmp/settings.php:281
701
+ msgid "Activity Content"
702
+ msgstr ""
703
+
704
+ #: ../admin/classes/tmp/settings.php:282
705
+ msgid "Activity Meta"
706
+ msgstr ""
707
+
708
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
709
+ msgid ""
710
+ "<strong>Only</strong> registered users have permission to like activities."
711
+ msgstr ""
712
+
713
+ #: ../admin/classes/tmp/settings.php:332
714
+ msgid "BuddyPress Activity"
715
+ msgstr ""
716
+
717
+ #: ../admin/classes/tmp/settings.php:334
718
+ msgid "insert new likes in buddyPress activity page"
719
+ msgstr ""
720
+
721
+ #: ../admin/classes/tmp/settings.php:355
722
+ msgid "bbPress"
723
+ msgstr ""
724
+
725
+ #: ../admin/classes/tmp/settings.php:412
726
+ msgid "Users who have liked this topic:"
727
+ msgstr ""
728
+
729
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
730
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
731
+ #: ../admin/logs.php:466
732
+ msgid "Logs"
733
+ msgstr "Logi"
734
+
735
+ #: ../admin/logs.php:80
736
+ msgid "Are you sure to remove this item?!"
737
+ msgstr ""
738
+
739
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
740
+ msgid "WP ULike Logs"
741
+ msgstr ""
742
+
743
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
744
+ msgid "ID"
745
+ msgstr "ID"
746
+
747
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
748
+ msgid "Username"
749
+ msgstr "Nazwa użytkownika"
750
+
751
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
752
+ msgid "Status"
753
+ msgstr "Status"
754
+
755
+ #: ../admin/logs.php:152
756
+ msgid "Post ID"
757
+ msgstr ""
758
+
759
+ #: ../admin/logs.php:153
760
+ msgid "Post Title"
761
+ msgstr ""
762
+
763
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
764
+ msgid "Date / Time"
765
+ msgstr ""
766
+
767
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
768
+ msgid "IP"
769
+ msgstr ""
770
+
771
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
772
+ msgid "Actions"
773
+ msgstr "Akcje"
774
+
775
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
776
+ msgid "Guest User"
777
+ msgstr ""
778
+
779
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
780
+ msgid ""
781
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
782
+ "you don't have any data on this table)"
783
+ msgstr ""
784
+
785
+ #: ../admin/logs.php:275
786
+ msgid "Comment ID"
787
+ msgstr ""
788
+
789
+ #: ../admin/logs.php:276
790
+ msgid "Comment Author"
791
+ msgstr ""
792
+
793
+ #: ../admin/logs.php:277
794
+ msgid "Comment Text"
795
+ msgstr ""
796
+
797
+ #: ../admin/logs.php:404
798
+ msgid "Activity ID"
799
+ msgstr ""
800
+
801
+ #: ../admin/logs.php:405
802
+ msgid "Permalink"
803
+ msgstr "Permalink"
804
+
805
+ #: ../admin/logs.php:442
806
+ #, php-format
807
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
808
+ msgstr ""
809
+
810
+ #: ../admin/stats.php:25
811
+ msgid "Welcome to WP ULike Statistics!"
812
+ msgstr ""
813
+
814
+ #: ../admin/stats.php:26
815
+ msgid "We have provided some useful statistics tools in this page:"
816
+ msgstr ""
817
+
818
+ #: ../admin/stats.php:30
819
+ msgid "Get Started"
820
+ msgstr "Zaczynamy"
821
+
822
+ #: ../admin/stats.php:32
823
+ msgid "or"
824
+ msgstr "lub"
825
+
826
+ #: ../admin/stats.php:35
827
+ msgid "Other Tools"
828
+ msgstr ""
829
+
830
+ #: ../admin/stats.php:43
831
+ msgid "Documentation"
832
+ msgstr "Dokumentacja"
833
+
834
+ #: ../admin/stats.php:72
835
+ msgid "Posts Likes Summary"
836
+ msgstr ""
837
+
838
+ #: ../admin/stats.php:79
839
+ msgid "Comments Likes Summary"
840
+ msgstr ""
841
+
842
+ #: ../admin/stats.php:86
843
+ msgid "Activities Likes Summary"
844
+ msgstr ""
845
+
846
+ #: ../admin/stats.php:97 ../admin/stats.php:272
847
+ msgid "Summary"
848
+ msgstr "wypisy"
849
+
850
+ #: ../admin/stats.php:106
851
+ msgid "Total Likes"
852
+ msgstr ""
853
+
854
+ #: ../admin/stats.php:121
855
+ msgid "Today"
856
+ msgstr "Dzisiaj"
857
+
858
+ #: ../admin/stats.php:126
859
+ msgid "Yesterday"
860
+ msgstr "Wczoraj"
861
+
862
+ #: ../admin/stats.php:131
863
+ msgid "Week"
864
+ msgstr ""
865
+
866
+ #: ../admin/stats.php:136
867
+ msgid "Month"
868
+ msgstr " Miesiąc"
869
+
870
+ #: ../admin/stats.php:141
871
+ msgid "Total"
872
+ msgstr "Łącznie"
873
+
874
+ #: ../admin/stats.php:155 ../admin/stats.php:276
875
+ msgid "Likes Percent"
876
+ msgstr ""
877
+
878
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
879
+ #: ../admin/stats.php:192
880
+ #, php-format
881
+ msgid "In The Last %s Days"
882
+ msgstr ""
883
+
884
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
885
+ msgid "View Logs"
886
+ msgstr ""
887
+
888
+ #: ../admin/stats.php:180 ../admin/stats.php:273
889
+ msgid "Posts Likes Stats"
890
+ msgstr ""
891
+
892
+ #: ../admin/stats.php:186 ../admin/stats.php:274
893
+ msgid "Comments Likes Stats"
894
+ msgstr ""
895
+
896
+ #: ../admin/stats.php:192 ../admin/stats.php:275
897
+ msgid "Activities Likes Stats"
898
+ msgstr ""
899
+
900
+ #: ../admin/stats.php:269
901
+ msgid "Show on screen"
902
+ msgstr "Wyświetlaj na ekranie"
903
+
904
+ #: ../admin/stats.php:271
905
+ msgid "Welcome"
906
+ msgstr "Powitanie"
907
+
908
+ #: ../admin/stats.php:279
909
+ msgid "Days"
910
+ msgstr ""
911
+
912
+ #: ../inc/wp-functions.php:172
913
+ msgid "WP ULike Activity"
914
+ msgstr ""
915
+
916
+ #: ../inc/wp-strings.php:3
917
+ msgid "Allow To Like"
918
+ msgstr ""
919
+
920
+ #: ../inc/wp-strings.php:4
921
+ msgid "Guests Only"
922
+ msgstr ""
923
+
924
+ #: ../inc/wp-strings.php:5
925
+ msgid "Registered Users Only"
926
+ msgstr ""
927
+
928
+ #: ../inc/wp-strings.php:6
929
+ msgid "Registered Users And Guests"
930
+ msgstr ""
931
+
932
+ #: ../inc/wp-strings.php:7
933
+ msgid "Who Is Allowed To Like?"
934
+ msgstr ""
935
+
936
+ #: ../inc/wp-strings.php:8
937
+ msgid "Filter Options:"
938
+ msgstr ""
939
+
940
+ #: ../inc/wp-strings.php:9
941
+ msgid "Sort Options:"
942
+ msgstr ""
943
+
944
+ #: ../inc/wp-strings.php:10
945
+ msgid "Themes"
946
+ msgstr "Motywy"
947
+
948
+ #: ../inc/wp-strings.php:11
949
+ msgid "Dislike"
950
+ msgstr ""
951
+
952
+ #: ../inc/wp-strings.php:12
953
+ msgid "Dislike Support"
954
+ msgstr ""
955
+
956
+ #: ../inc/wp-strings.php:13
957
+ msgid "Text After Dislike"
958
+ msgstr ""
959
+
960
+ #: ../inc/wp-strings.php:14
961
+ msgid "Show Counter"
962
+ msgstr ""
963
+
964
+ #: ../inc/wp-strings.php:15
965
+ msgid "Show tooltips"
966
+ msgstr ""
967
+
968
+ #: ../inc/wp-strings.php:16
969
+ msgid "Alignment"
970
+ msgstr "Wyrównanie"
971
+
972
+ #: ../inc/wp-strings.php:17
973
+ msgid "Left"
974
+ msgstr "Do lewej"
975
+
976
+ #: ../inc/wp-strings.php:18
977
+ msgid "Center"
978
+ msgstr "Do środka"
979
+
980
+ #: ../inc/wp-strings.php:19
981
+ msgid "Right"
982
+ msgstr "Do prawej"
983
+
984
+ #: ../inc/wp-strings.php:20
985
+ msgid "Cookie Life time"
986
+ msgstr ""
987
+
988
+ #: ../inc/wp-strings.php:21
989
+ msgid "BuddyPress Notifications"
990
+ msgstr ""
991
+
992
+ #: ../inc/wp-strings.php:22
993
+ msgid "Liker Attempts"
994
+ msgstr ""
995
+
996
+ #: ../inc/wp-strings.php:23
997
+ msgid "Liked Users Box Style"
998
+ msgstr ""
999
+
1000
+ #: ../inc/wp-strings.php:24
1001
+ msgid "Tooltip"
1002
+ msgstr ""
1003
+
1004
+ #: ../inc/wp-strings.php:25
1005
+ msgid "Default"
1006
+ msgstr "Domyślny"
1007
+
1008
+ #: ../inc/wp-strings.php:29
1009
+ msgid "Total Users Liked"
1010
+ msgstr ""
1011
+
1012
+ #: ../inc/wp-strings.php:30
1013
+ msgid "Total Posts Liked"
1014
+ msgstr ""
1015
+
1016
+ #: ../inc/wp-strings.php:31
1017
+ msgid "Total Comments Liked"
1018
+ msgstr ""
1019
+
1020
+ #: ../inc/wp-strings.php:32
1021
+ msgid "Upvote"
1022
+ msgstr ""
1023
+
1024
+ #: ../inc/wp-strings.php:33
1025
+ msgid "Downvote"
1026
+ msgstr ""
1027
+
1028
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1029
+ msgid "You need to login in order to like this post: "
1030
+ msgstr ""
1031
+
1032
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1033
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1034
+ msgid "click here"
1035
+ msgstr ""
1036
+
1037
+ #: ../inc/wp-ulike-buddypress.php:74
1038
+ msgid "You need to login in order to like this activity: "
1039
+ msgstr ""
1040
+
1041
+ #: ../inc/wp-ulike-comments.php:69
1042
+ msgid "You need to login in order to like this comment: "
1043
+ msgstr ""
lang/alimir-pt_BR.mo ADDED
Binary file
lang/alimir-pt_BR.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/pt_BR/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: pt_BR\n"
15
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Versão"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Primeiros passos"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Créditos"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Suporte"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "FAQ"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Comentários"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr "Contato"
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Líderes do Projeto"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Traduções"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr "Gostou desse plugin?"
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Configurações salvas."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr "Salvar Configurações"
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "VIsão Geral"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Posts"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Comentários"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Para mais informações:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Selecionar %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "ativa"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Título:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr "Tipo:"
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Geral"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr "Ícone"
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Texto"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr "Ícone do Botão"
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Activar"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr "Botão Curtir"
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Home"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Páginas"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Archives"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Categorias"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Resultados da pesquisa"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Tags"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Personalizar"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Fundo"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "Cor da Borda"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Cor do texto"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Históricos"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Nome de utilizador"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Estado"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr "ID do Post"
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Ações"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "Link Permanente"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Comece a Usar"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "ou"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Documentação"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Resumo"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Hoje"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "Ontem"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Mês"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Total"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr "Ver Histórico"
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Mostrar na tela"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Bem-vind@"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr "Dias"
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Temas"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Alinhamento"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Esquerda"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Centro"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Direita"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Padrão"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-pt_PT.mo ADDED
Binary file
lang/{defualt.po → alimir-pt_PT.po} RENAMED
@@ -1,17 +1,20 @@
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP ULike\n"
4
- "POT-Creation-Date: 2015-02-17 12:41+0330\n"
5
- "PO-Revision-Date: 2015-02-17 12:41+0330\n"
6
  "Last-Translator: Alimir <info@alimir.ir>\n"
7
- "Language-Team: \n"
8
- "Language: en_PW\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
 
 
12
  "X-Generator: Poedit 1.6.10\n"
13
  "X-Poedit-Basepath: .\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
@@ -33,7 +36,7 @@ msgstr ""
33
 
34
  #: ../admin/about.php:79
35
  msgid "Version"
36
- msgstr ""
37
 
38
  #: ../admin/about.php:82
39
  msgid "Getting Started"
@@ -41,17 +44,17 @@ msgstr ""
41
 
42
  #: ../admin/about.php:83
43
  msgid "Credits"
44
- msgstr ""
45
 
46
  #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
47
  #: ../admin/stats.php:45
48
  msgid "Support"
49
- msgstr ""
50
 
51
  #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
52
  #: ../admin/stats.php:46
53
  msgid "FAQ"
54
- msgstr ""
55
 
56
  #: ../admin/about.php:86
57
  msgid "Reviews"
@@ -59,7 +62,7 @@ msgstr ""
59
 
60
  #: ../admin/about.php:87 ../admin/stats.php:47
61
  msgid "Contact"
62
- msgstr ""
63
 
64
  #: ../admin/about.php:99
65
  msgid "Novelty Of WP ULike"
@@ -77,15 +80,16 @@ msgstr ""
77
  msgid "New Class-based programming"
78
  msgstr ""
79
 
80
- #: ../admin/about.php:121 ../admin/classes/class-widget.php:240
81
  #: ../inc/wp-strings.php:27
82
  msgid "Most Liked Comments"
83
  msgstr ""
84
 
85
- #: ../admin/about.php:128 ../admin/admin.php:192 ../admin/admin.php:257
86
- #: ../admin/admin.php:312 ../admin/classes/class-settings.php:54
87
  #: ../admin/classes/class-settings.php:63
88
  #: ../admin/classes/class-settings.php:71
 
 
89
  msgid "Logging Method"
90
  msgstr ""
91
 
@@ -115,7 +119,7 @@ msgstr ""
115
 
116
  #: ../admin/about.php:165
117
  msgid "Project Leaders"
118
- msgstr ""
119
 
120
  #: ../admin/about.php:170
121
  msgid "Project Lead & Developer"
@@ -123,7 +127,7 @@ msgstr ""
123
 
124
  #: ../admin/about.php:174
125
  msgid "Translations"
126
- msgstr ""
127
 
128
  #: ../admin/about.php:185
129
  msgid "Other Plugins"
@@ -147,607 +151,657 @@ msgid ""
147
  "target=\"_blank\">Ali Mirzaei</a>"
148
  msgstr ""
149
 
150
- #: ../admin/admin.php:70
151
  msgid "WP ULike Settings"
152
  msgstr ""
153
 
154
- #: ../admin/admin.php:73
155
  msgid "WP ULike"
156
  msgstr ""
157
 
158
- #: ../admin/admin.php:78
159
- msgid "General"
160
- msgstr ""
161
 
162
- #: ../admin/admin.php:82
163
- msgid "Button Type"
164
  msgstr ""
165
 
166
- #: ../admin/admin.php:85
167
- msgid "Icon"
168
  msgstr ""
169
 
170
- #: ../admin/admin.php:86
171
- msgid "Text"
172
  msgstr ""
173
 
174
- #: ../admin/admin.php:90 ../admin/classes/class-widget.php:177
175
- msgid "Like"
176
  msgstr ""
177
 
178
- #: ../admin/admin.php:91
179
- msgid "Button Text"
180
  msgstr ""
181
 
182
- #: ../admin/admin.php:95
183
- msgid "Button Icon"
184
  msgstr ""
185
 
186
- #: ../admin/admin.php:96 ../admin/admin.php:409
187
- msgid "Best size: 16x16"
188
  msgstr ""
189
 
190
- #: ../admin/admin.php:99
191
- msgid "Unlike"
192
  msgstr ""
193
 
194
- #: ../admin/admin.php:100
195
- msgid "Text After Like"
196
- msgstr ""
197
 
198
- #: ../admin/admin.php:105
199
- msgid "Return To The Initial"
 
 
 
 
200
  msgstr ""
201
 
202
- #: ../admin/admin.php:106 ../admin/admin.php:134 ../admin/admin.php:155
203
- #: ../admin/admin.php:186 ../admin/admin.php:205 ../admin/admin.php:235
204
- #: ../admin/admin.php:251 ../admin/admin.php:270 ../admin/admin.php:306
205
- #: ../admin/admin.php:325 ../admin/admin.php:350 ../admin/admin.php:374
206
- msgid "Activate"
 
 
 
 
 
207
  msgstr ""
208
 
209
- #: ../admin/admin.php:107
210
  msgid ""
211
- "Return to the initial Like button after Unlike. (Not Showing text after "
212
- "unlike)"
213
  msgstr ""
214
 
215
- #: ../admin/admin.php:110
216
- msgid "Like Me Again!"
 
 
 
 
217
  msgstr ""
218
 
219
- #: ../admin/admin.php:111
220
- msgid "Text After Unlike"
 
 
221
  msgstr ""
222
 
223
- #: ../admin/admin.php:114
224
- msgid "You have not permission to unlike"
 
225
  msgstr ""
226
 
227
- #: ../admin/admin.php:115
228
- msgid "Permission Text"
 
 
 
 
 
229
  msgstr ""
230
 
231
- #: ../admin/admin.php:119
232
- msgid "Users Login Type"
 
 
 
 
 
233
  msgstr ""
234
 
235
- #: ../admin/admin.php:122
236
- msgid "Alert Box"
 
 
 
 
237
  msgstr ""
238
 
239
- #: ../admin/admin.php:123
240
- msgid "Like Button"
 
 
 
 
 
241
  msgstr ""
242
 
243
- #: ../admin/admin.php:127
244
- msgid "You Should Login To Submit Your Like"
 
 
 
 
 
245
  msgstr ""
246
 
247
- #: ../admin/admin.php:128
248
- msgid "Users Login Text"
249
- msgstr ""
 
250
 
251
- #: ../admin/admin.php:133
252
- msgid "Format Number"
 
 
253
  msgstr ""
254
 
255
- #: ../admin/admin.php:135
256
- msgid "Convert numbers of Likes with string (kilobyte) format."
 
257
  msgstr ""
258
 
259
- #: ../admin/admin.php:142
260
- msgid "Settings saved."
261
- msgstr ""
 
262
 
263
- #: ../admin/admin.php:149 ../admin/classes/class-settings.php:52
264
- msgid "Posts"
 
 
265
  msgstr ""
266
 
267
- #: ../admin/admin.php:154 ../admin/admin.php:234 ../admin/admin.php:299
268
- #: ../admin/classes/class-settings.php:54
269
- #: ../admin/classes/class-settings.php:63
270
  #: ../admin/classes/class-settings.php:71
271
- msgid "Automatic display"
 
272
  msgstr ""
273
 
274
- #: ../admin/admin.php:159 ../admin/admin.php:239
275
- msgid "Auto Display Position"
 
276
  msgstr ""
277
 
278
- #: ../admin/admin.php:162 ../admin/admin.php:242
279
- msgid "Top of Content"
 
280
  msgstr ""
281
 
282
- #: ../admin/admin.php:163 ../admin/admin.php:243
283
- msgid "Bottom of Content"
284
- msgstr ""
285
 
286
- #: ../admin/admin.php:164 ../admin/admin.php:244
287
- msgid "Top and Bottom"
288
  msgstr ""
289
 
290
- #: ../admin/admin.php:169
291
- msgid "Auto Display Filter"
 
292
  msgstr ""
293
 
294
- #: ../admin/admin.php:171
295
- msgid "Home"
 
 
296
  msgstr ""
297
 
298
- #: ../admin/admin.php:172
299
- msgid "Single Posts"
300
- msgstr ""
 
301
 
302
- #: ../admin/admin.php:173
303
- msgid "Pages"
 
304
  msgstr ""
305
 
306
- #: ../admin/admin.php:174
307
- msgid "Archives"
308
  msgstr ""
309
 
310
- #: ../admin/admin.php:175
311
- msgid "Categories"
312
  msgstr ""
313
 
314
- #: ../admin/admin.php:176
315
- msgid "Search Results"
 
316
  msgstr ""
317
 
318
- #: ../admin/admin.php:177
319
- msgid "Tags"
320
  msgstr ""
321
 
322
- #: ../admin/admin.php:178
323
- msgid "Author Page"
324
- msgstr ""
325
 
326
- #: ../admin/admin.php:180
327
- msgid "You can filter theses pages on auto display option."
328
  msgstr ""
329
 
330
- #: ../admin/admin.php:185 ../admin/admin.php:250 ../admin/admin.php:305
331
- msgid "Only registered Users"
332
  msgstr ""
333
 
334
- #: ../admin/admin.php:187
335
- msgid "<strong>Only</strong> registered users have permission to like posts."
336
- msgstr ""
337
 
338
- #: ../admin/admin.php:194 ../admin/admin.php:259 ../admin/admin.php:314
339
- msgid "Do Not Log"
340
  msgstr ""
341
 
342
- #: ../admin/admin.php:195 ../admin/admin.php:260 ../admin/admin.php:315
343
- msgid "Logged By Cookie"
344
  msgstr ""
345
 
346
- #: ../admin/admin.php:196 ../admin/admin.php:261 ../admin/admin.php:316
347
- msgid "Logged By IP"
348
  msgstr ""
349
 
350
- #: ../admin/admin.php:197 ../admin/admin.php:262 ../admin/admin.php:317
351
- msgid "Logged By Cookie & IP"
352
  msgstr ""
353
 
354
- #: ../admin/admin.php:198 ../admin/admin.php:263 ../admin/admin.php:318
355
- msgid "Logged By Username"
356
  msgstr ""
357
 
358
- #: ../admin/admin.php:204 ../admin/admin.php:269 ../admin/admin.php:324
359
- msgid "Show Liked Users Box"
360
  msgstr ""
361
 
362
- #: ../admin/admin.php:206 ../admin/admin.php:271 ../admin/admin.php:326
363
- msgid ""
364
- "Active this option to show liked users avatars in the bottom of button like."
365
  msgstr ""
366
 
367
- #: ../admin/admin.php:211 ../admin/admin.php:276 ../admin/admin.php:331
368
- msgid "Size of Gravatars"
369
  msgstr ""
370
 
371
- #: ../admin/admin.php:212 ../admin/admin.php:277 ../admin/admin.php:332
372
- msgid "Size of Gravatars to return (max is 512)"
373
- msgstr ""
374
 
375
- #: ../admin/admin.php:217 ../admin/admin.php:282 ../admin/admin.php:337
376
- msgid "Number Of The Users"
377
  msgstr ""
378
 
379
- #: ../admin/admin.php:218 ../admin/admin.php:283 ../admin/admin.php:338
380
- msgid "The number of users to show in the users liked box"
381
  msgstr ""
382
 
383
- #: ../admin/admin.php:222 ../admin/classes/class-settings.php:54
384
- #: ../inc/classes/class-ulike.php:409
385
- msgid "Users who have LIKED this post:"
386
- msgstr ""
387
 
388
- #: ../admin/admin.php:223 ../admin/admin.php:288 ../admin/admin.php:343
389
- #: ../admin/classes/class-settings.php:54
390
- #: ../admin/classes/class-settings.php:63
391
- #: ../admin/classes/class-settings.php:71
392
- msgid "Users Like Box Template"
393
  msgstr ""
394
 
395
- #: ../admin/admin.php:224 ../admin/admin.php:289 ../admin/admin.php:344
396
- #: ../admin/admin.php:357 ../admin/admin.php:363
397
- msgid "Allowed Variables:"
398
  msgstr ""
399
 
400
- #: ../admin/admin.php:229 ../admin/classes/class-settings.php:61
401
- msgid "Comments"
402
  msgstr ""
403
 
404
- #: ../admin/admin.php:252
405
- msgid ""
406
- "<strong>Only</strong> registered users have permission to like comments."
407
  msgstr ""
408
 
409
- #: ../admin/admin.php:287 ../admin/classes/class-settings.php:63
410
- msgid "Users who have LIKED this comment:"
411
  msgstr ""
412
 
413
- #: ../admin/admin.php:294 ../admin/classes/class-settings.php:69
414
- msgid "BuddyPress"
415
  msgstr ""
416
 
417
- #: ../admin/admin.php:300
418
- msgid "<strong>On all buddypress activities</strong> at the top of activity"
419
- msgstr ""
 
 
 
 
 
 
 
420
 
421
- #: ../admin/admin.php:307
422
  msgid ""
423
- "<strong>Only</strong> registered users have permission to like activities."
 
424
  msgstr ""
425
 
426
- #: ../admin/admin.php:342 ../admin/classes/class-settings.php:71
427
- msgid "Users who have liked this activity:"
428
  msgstr ""
429
 
430
- #: ../admin/admin.php:349
431
- msgid "BuddyPress Activity"
432
  msgstr ""
433
 
434
- #: ../admin/admin.php:351
435
- msgid "insert new likes in buddyPress activity page"
436
  msgstr ""
437
 
438
- #: ../admin/admin.php:356 ../admin/classes/class-settings.php:71
439
- msgid "Post Activity Text"
440
  msgstr ""
441
 
442
- #: ../admin/admin.php:362 ../admin/classes/class-settings.php:71
443
- msgid "Comment Activity Text"
444
  msgstr ""
445
 
446
- #: ../admin/admin.php:368
447
- msgid "Customize"
448
  msgstr ""
449
 
450
- #: ../admin/admin.php:373
451
- msgid "Custom Style"
452
- msgstr ""
453
 
454
- #: ../admin/admin.php:378
455
- msgid "Active this option to see the custom style settings."
456
  msgstr ""
457
 
458
- #: ../admin/admin.php:382
459
- msgid "Button style"
460
  msgstr ""
461
 
462
- #: ../admin/admin.php:383 ../admin/admin.php:396
463
- msgid "Background"
464
  msgstr ""
465
 
466
- #: ../admin/admin.php:387 ../admin/admin.php:400
467
- msgid "Border Color"
468
  msgstr ""
469
 
470
- #: ../admin/admin.php:391 ../admin/admin.php:404
471
- msgid "Text Color"
 
472
  msgstr ""
473
 
474
- #: ../admin/admin.php:395
475
- msgid "Counter Style"
 
476
  msgstr ""
477
 
478
- #: ../admin/admin.php:408
479
- msgid "Loading Animation"
480
  msgstr ""
481
 
482
- #: ../admin/admin.php:428 ../admin/logs.php:95 ../admin/stats.php:37
483
- msgid "Post Likes Logs"
 
484
  msgstr ""
485
 
486
- #: ../admin/admin.php:432 ../admin/logs.php:212 ../admin/stats.php:38
487
- msgid "Comment Likes Logs"
488
  msgstr ""
489
 
490
- #: ../admin/admin.php:436 ../admin/logs.php:335 ../admin/stats.php:39
491
- msgid "Activity Likes Logs"
492
- msgstr ""
493
 
494
- #: ../admin/admin.php:440 ../admin/stats.php:18
495
- msgid "WP ULike Statistics"
496
  msgstr ""
497
 
498
- #: ../admin/admin.php:444 ../admin/stats.php:31
499
- msgid "About WP ULike"
500
- msgstr ""
501
 
502
- #: ../admin/classes/class-settings.php:17
503
- msgid "Custom Settings"
504
- msgstr ""
505
 
506
- #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
507
- msgid "Save Settings"
508
- msgstr ""
509
 
510
- #: ../admin/classes/class-settings.php:29
511
- msgid "Reset Settings"
512
- msgstr ""
513
 
514
- #: ../admin/classes/class-settings.php:44
515
- msgid "Overview"
 
 
 
 
516
  msgstr ""
517
 
518
- #: ../admin/classes/class-settings.php:46
519
- msgid ""
520
- "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
521
- "wordPress website to allow your visitors to like and unlike pages, posts, "
522
- "comments AND buddypress activities. Its very simple to use and supports many "
523
- "options."
524
  msgstr ""
525
 
526
- #: ../admin/classes/class-settings.php:54
527
- msgid ""
528
- "If you disable this option, you have to put manually this code on wordpress "
529
- "while loop"
530
  msgstr ""
531
 
532
- #: ../admin/classes/class-settings.php:54
533
- #: ../admin/classes/class-settings.php:63
534
- #: ../admin/classes/class-settings.php:71
535
- msgid "Default Template:"
536
  msgstr ""
537
 
538
- #: ../admin/classes/class-settings.php:54
539
- #: ../admin/classes/class-settings.php:63
540
- #: ../admin/classes/class-settings.php:71
541
- msgid ""
542
- "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
543
- "save, There is no limitation in the like/dislike, unlike/undislike capacity "
544
- "do not work"
545
  msgstr ""
546
 
547
- #: ../admin/classes/class-settings.php:54
548
- #: ../admin/classes/class-settings.php:63
549
- #: ../admin/classes/class-settings.php:71
550
- msgid ""
551
- "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
552
- "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
553
- "undislike capacity do not work"
554
  msgstr ""
555
 
556
- #: ../admin/classes/class-settings.php:54
557
- #: ../admin/classes/class-settings.php:63
558
- #: ../admin/classes/class-settings.php:71
559
- msgid ""
560
- "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
561
- "for all users, the convey of like/dislike condition will check by user IP"
562
  msgstr ""
563
 
564
- #: ../admin/classes/class-settings.php:54
565
- #: ../admin/classes/class-settings.php:63
566
- #: ../admin/classes/class-settings.php:71
567
- msgid ""
568
- "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
569
- "will save for all users, the convey of like/dislike condition will check by "
570
- "user IP & SetCookie"
571
  msgstr ""
572
 
573
- #: ../admin/classes/class-settings.php:54
574
- #: ../admin/classes/class-settings.php:63
575
- #: ../admin/classes/class-settings.php:71
576
- msgid ""
577
- "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
578
- "is saved for registered users, the convey of like/dislike condition will "
579
- "check by username, There is no permission for guest users to unlike/undislike"
580
  msgstr ""
581
 
582
- #: ../admin/classes/class-settings.php:63
583
- msgid ""
584
- "If you disable this option, you have to put manually this code on comments "
585
- "text"
586
  msgstr ""
587
 
588
- #: ../admin/classes/class-settings.php:71
 
589
  msgid ""
590
- "If you disable this option, you have to put manually this code on buddypres "
591
- "activities content"
592
  msgstr ""
593
 
594
- #: ../admin/classes/class-settings.php:76
595
- msgid "For more information:"
 
596
  msgstr ""
597
 
598
- #: ../admin/classes/class-settings.php:135
599
- msgid "Default settings have been reset."
 
600
  msgstr ""
601
 
602
- #: ../admin/classes/class-settings.php:212
603
- msgid ""
604
- "Do you really want to reset all these settings to their default values ?"
605
  msgstr ""
606
 
607
- #: ../admin/classes/class-settings.php:277
608
- #: ../admin/classes/class-settings.php:288
609
- #: ../admin/classes/class-settings.php:312
610
- msgid "No options defined."
611
  msgstr ""
612
 
613
- #: ../admin/classes/class-settings.php:299
614
- #, php-format
615
- msgid "Select %s"
 
616
  msgstr ""
617
 
618
- #: ../admin/classes/class-settings.php:300
619
- #, php-format
620
- msgid "Remove %s"
621
  msgstr ""
622
 
623
- #: ../admin/classes/class-settings.php:324
624
- msgid "No action defined."
625
- msgstr ""
626
 
627
- #: ../admin/classes/class-widget.php:11
628
- msgid "WP Ulike Widget"
629
  msgstr ""
630
 
631
- #: ../admin/classes/class-widget.php:12
632
- msgid ""
633
- "An advanced widget that gives you all most liked records with different types"
634
  msgstr ""
635
 
636
- #: ../admin/classes/class-widget.php:78
637
- msgid "you haven't liked any post yet!"
638
  msgstr ""
639
 
640
- #: ../admin/classes/class-widget.php:107
641
- msgid "on"
642
- msgstr ""
643
 
644
- #: ../admin/classes/class-widget.php:228
645
- msgid "Most Liked"
646
  msgstr ""
647
 
648
- #: ../admin/classes/class-widget.php:232
649
- msgid "Title:"
 
 
 
 
650
  msgstr ""
651
 
652
- #: ../admin/classes/class-widget.php:237
653
- msgid "Type:"
654
  msgstr ""
655
 
656
- #: ../admin/classes/class-widget.php:239 ../inc/wp-strings.php:26
657
- msgid "Most Liked Posts"
658
  msgstr ""
659
 
660
- #: ../admin/classes/class-widget.php:241
661
- msgid "Most Liked Activities"
662
  msgstr ""
663
 
664
- #: ../admin/classes/class-widget.php:242 ../inc/wp-strings.php:28
665
- msgid "Most Liked Users"
 
666
  msgstr ""
667
 
668
- #: ../admin/classes/class-widget.php:243
669
- msgid "Last Posts Liked By User"
670
  msgstr ""
671
 
672
- #: ../admin/classes/class-widget.php:248
673
- msgid "Number of items to show:"
674
  msgstr ""
675
 
676
- #: ../admin/classes/class-widget.php:253
677
- msgid "User avatar size:"
678
  msgstr ""
679
 
680
- #: ../admin/classes/class-widget.php:259
681
- msgid "Activate Like Counter"
682
  msgstr ""
683
 
684
- #: ../admin/logs.php:17
 
 
685
  msgid "Logs"
 
 
 
 
686
  msgstr ""
687
 
688
- #: ../admin/logs.php:94 ../admin/logs.php:211 ../admin/logs.php:334
689
  msgid "WP ULike Logs"
690
  msgstr ""
691
 
692
- #: ../admin/logs.php:104 ../admin/logs.php:221 ../admin/logs.php:344
693
  msgid "ID"
694
- msgstr ""
695
 
696
- #: ../admin/logs.php:105 ../admin/logs.php:222 ../admin/logs.php:345
697
  msgid "Username"
698
- msgstr ""
699
 
700
- #: ../admin/logs.php:106 ../admin/logs.php:223 ../admin/logs.php:346
701
  msgid "Status"
702
- msgstr ""
703
 
704
- #: ../admin/logs.php:107
705
  msgid "Post ID"
706
  msgstr ""
707
 
708
- #: ../admin/logs.php:108
709
  msgid "Post Title"
710
  msgstr ""
711
 
712
- #: ../admin/logs.php:109 ../admin/logs.php:227 ../admin/logs.php:349
713
  msgid "Date / Time"
714
  msgstr ""
715
 
716
- #: ../admin/logs.php:110 ../admin/logs.php:228 ../admin/logs.php:350
717
  msgid "IP"
718
  msgstr ""
719
 
720
- #: ../admin/logs.php:128 ../admin/logs.php:246 ../admin/logs.php:368
 
 
 
 
721
  msgid "Guest User"
722
  msgstr ""
723
 
724
- #: ../admin/logs.php:171 ../admin/logs.php:293 ../admin/logs.php:412
725
  msgid ""
726
  "<strong>ERROR:</strong> No Record Found. (This problem is created because "
727
  "you don't have any data on this table)"
728
  msgstr ""
729
 
730
- #: ../admin/logs.php:224
731
  msgid "Comment ID"
732
  msgstr ""
733
 
734
- #: ../admin/logs.php:225
735
  msgid "Comment Author"
736
  msgstr ""
737
 
738
- #: ../admin/logs.php:226
739
  msgid "Comment Text"
740
  msgstr ""
741
 
742
- #: ../admin/logs.php:347
743
  msgid "Activity ID"
744
  msgstr ""
745
 
746
- #: ../admin/logs.php:348
747
  msgid "Permalink"
748
  msgstr ""
749
 
750
- #: ../admin/logs.php:384
751
  #, php-format
752
  msgid "<a href=\"%1$s\">Activity Permalink</a>"
753
  msgstr ""
@@ -762,11 +816,11 @@ msgstr ""
762
 
763
  #: ../admin/stats.php:30
764
  msgid "Get Started"
765
- msgstr ""
766
 
767
  #: ../admin/stats.php:32
768
  msgid "or"
769
- msgstr ""
770
 
771
  #: ../admin/stats.php:35
772
  msgid "Other Tools"
@@ -774,7 +828,7 @@ msgstr ""
774
 
775
  #: ../admin/stats.php:43
776
  msgid "Documentation"
777
- msgstr ""
778
 
779
  #: ../admin/stats.php:72
780
  msgid "Posts Likes Summary"
@@ -790,7 +844,7 @@ msgstr ""
790
 
791
  #: ../admin/stats.php:97 ../admin/stats.php:272
792
  msgid "Summary"
793
- msgstr ""
794
 
795
  #: ../admin/stats.php:106
796
  msgid "Total Likes"
@@ -798,7 +852,7 @@ msgstr ""
798
 
799
  #: ../admin/stats.php:121
800
  msgid "Today"
801
- msgstr ""
802
 
803
  #: ../admin/stats.php:126
804
  msgid "Yesterday"
@@ -814,7 +868,7 @@ msgstr ""
814
 
815
  #: ../admin/stats.php:141
816
  msgid "Total"
817
- msgstr ""
818
 
819
  #: ../admin/stats.php:155 ../admin/stats.php:276
820
  msgid "Likes Percent"
@@ -844,17 +898,17 @@ msgstr ""
844
 
845
  #: ../admin/stats.php:269
846
  msgid "Show on screen"
847
- msgstr ""
848
 
849
  #: ../admin/stats.php:271
850
  msgid "Welcome"
851
- msgstr ""
852
 
853
  #: ../admin/stats.php:279
854
  msgid "Days"
855
  msgstr ""
856
 
857
- #: ../inc/wp-functions.php:168
858
  msgid "WP ULike Activity"
859
  msgstr ""
860
 
@@ -888,7 +942,7 @@ msgstr ""
888
 
889
  #: ../inc/wp-strings.php:10
890
  msgid "Themes"
891
- msgstr ""
892
 
893
  #: ../inc/wp-strings.php:11
894
  msgid "Dislike"
@@ -912,19 +966,19 @@ msgstr ""
912
 
913
  #: ../inc/wp-strings.php:16
914
  msgid "Alignment"
915
- msgstr ""
916
 
917
  #: ../inc/wp-strings.php:17
918
  msgid "Left"
919
- msgstr ""
920
 
921
  #: ../inc/wp-strings.php:18
922
  msgid "Center"
923
- msgstr ""
924
 
925
  #: ../inc/wp-strings.php:19
926
  msgid "Right"
927
- msgstr ""
928
 
929
  #: ../inc/wp-strings.php:20
930
  msgid "Cookie Life time"
@@ -948,7 +1002,7 @@ msgstr ""
948
 
949
  #: ../inc/wp-strings.php:25
950
  msgid "Default"
951
- msgstr ""
952
 
953
  #: ../inc/wp-strings.php:29
954
  msgid "Total Users Liked"
@@ -962,19 +1016,27 @@ msgstr ""
962
  msgid "Total Comments Liked"
963
  msgstr ""
964
 
965
- #: ../inc/wp-ulike-buddypress.php:69
966
- msgid "You need to login in order to like this activity: "
 
 
 
 
 
 
 
 
967
  msgstr ""
968
 
969
- #: ../inc/wp-ulike-buddypress.php:69 ../inc/wp-ulike-comments.php:69
970
- #: ../inc/wp-ulike-posts.php:69
971
  msgid "click here"
972
  msgstr ""
973
 
974
- #: ../inc/wp-ulike-comments.php:69
975
- msgid "You need to login in order to like this comment: "
976
  msgstr ""
977
 
978
- #: ../inc/wp-ulike-posts.php:69
979
- msgid "You need to login in order to like this post: "
980
  msgstr ""
1
+ #
2
+ # Translators:
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:18+0330\n"
8
  "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/pt_PT/)\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: pt_PT\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Generator: Poedit 1.6.10\n"
17
  "X-Poedit-Basepath: .\n"
 
18
  "X-Poedit-KeywordsList: _e;__\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
  "X-Poedit-SearchPath-0: .\n"
36
 
37
  #: ../admin/about.php:79
38
  msgid "Version"
39
+ msgstr "Versão"
40
 
41
  #: ../admin/about.php:82
42
  msgid "Getting Started"
44
 
45
  #: ../admin/about.php:83
46
  msgid "Credits"
47
+ msgstr "Créditos"
48
 
49
  #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
  #: ../admin/stats.php:45
51
  msgid "Support"
52
+ msgstr "Suporte"
53
 
54
  #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
  #: ../admin/stats.php:46
56
  msgid "FAQ"
57
+ msgstr "FAQ"
58
 
59
  #: ../admin/about.php:86
60
  msgid "Reviews"
62
 
63
  #: ../admin/about.php:87 ../admin/stats.php:47
64
  msgid "Contact"
65
+ msgstr "Contacto"
66
 
67
  #: ../admin/about.php:99
68
  msgid "Novelty Of WP ULike"
80
  msgid "New Class-based programming"
81
  msgstr ""
82
 
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
  #: ../inc/wp-strings.php:27
85
  msgid "Most Liked Comments"
86
  msgstr ""
87
 
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
 
89
  #: ../admin/classes/class-settings.php:63
90
  #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
  msgid "Logging Method"
94
  msgstr ""
95
 
119
 
120
  #: ../admin/about.php:165
121
  msgid "Project Leaders"
122
+ msgstr "Chefes de projecto"
123
 
124
  #: ../admin/about.php:170
125
  msgid "Project Lead & Developer"
127
 
128
  #: ../admin/about.php:174
129
  msgid "Translations"
130
+ msgstr "Traduções"
131
 
132
  #: ../admin/about.php:185
133
  msgid "Other Plugins"
151
  "target=\"_blank\">Ali Mirzaei</a>"
152
  msgstr ""
153
 
154
+ #: ../admin/admin.php:72
155
  msgid "WP ULike Settings"
156
  msgstr ""
157
 
158
+ #: ../admin/admin.php:75
159
  msgid "WP ULike"
160
  msgstr ""
161
 
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Definições guardadas"
165
 
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
  msgstr ""
169
 
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
  msgstr ""
173
 
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
  msgstr ""
177
 
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
  msgstr ""
181
 
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
  msgstr ""
185
 
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
  msgstr ""
189
 
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
  msgstr ""
193
 
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
  msgstr ""
197
 
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Visão geral"
201
 
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
  msgstr ""
209
 
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Artigos"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
  msgstr ""
221
 
222
+ #: ../admin/classes/class-settings.php:54
223
  msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
  msgstr ""
227
 
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
  msgstr ""
235
 
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
  msgstr ""
241
 
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
  msgstr ""
246
 
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
  msgstr ""
255
 
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
  msgstr ""
264
 
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
  msgstr ""
272
 
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
  msgstr ""
281
 
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
  msgstr ""
290
 
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Comentários"
295
 
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
  msgstr ""
301
 
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
  msgstr ""
306
 
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
 
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
  msgstr ""
317
 
 
 
 
318
  #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
  msgstr ""
322
 
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
  msgstr ""
327
 
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
  msgstr ""
332
 
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Para mais informação:"
336
 
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
  msgstr ""
340
 
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
  msgstr ""
345
 
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
  msgstr ""
351
 
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Seleccionar %s"
356
 
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
  msgstr ""
361
 
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
  msgstr ""
365
 
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
  msgstr ""
369
 
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
  msgstr ""
374
 
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
  msgstr ""
378
 
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
 
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
  msgstr ""
386
 
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
  msgstr ""
390
 
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Título:"
394
 
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
  msgstr ""
398
 
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
  msgstr ""
402
 
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
  msgstr ""
406
 
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
  msgstr ""
410
 
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
  msgstr ""
414
 
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
  msgstr ""
418
 
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
 
421
  msgstr ""
422
 
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
  msgstr ""
426
 
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Geral"
430
 
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
  msgstr ""
434
 
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
  msgstr ""
438
 
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Texto"
 
442
 
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
 
 
 
445
  msgstr ""
446
 
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
 
449
  msgstr ""
450
 
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
  msgstr ""
454
 
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
 
457
  msgstr ""
458
 
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
  msgstr ""
462
 
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
  msgstr ""
466
 
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Ativar"
477
 
478
+ #: ../admin/classes/tmp/settings.php:36
479
  msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
  msgstr ""
483
 
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
  msgstr ""
487
 
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
  msgstr ""
491
 
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
  msgstr ""
495
 
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
  msgstr ""
499
 
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
  msgstr ""
503
 
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
  msgstr ""
507
 
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr "Botão de Like"
511
 
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
  msgstr ""
515
 
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
  msgstr ""
519
 
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
  msgstr ""
523
 
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
  msgstr ""
527
 
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
  msgstr ""
532
 
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
  msgstr ""
537
 
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
  msgstr ""
541
 
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
  msgstr ""
546
 
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
  msgstr ""
550
 
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Início"
554
 
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
  msgstr ""
558
 
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Páginas"
562
 
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Arquivo"
566
 
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Categorias"
570
 
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Resultados da pesquisa"
574
 
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Etiquetas"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
  msgstr ""
582
 
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
 
 
 
 
585
  msgstr ""
586
 
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
 
590
  msgstr ""
591
 
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
 
 
594
  msgstr ""
595
 
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
 
 
 
 
599
  msgstr ""
600
 
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
 
 
 
 
604
  msgstr ""
605
 
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
 
 
 
609
  msgstr ""
610
 
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
 
 
 
 
614
  msgstr ""
615
 
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
 
 
 
 
619
  msgstr ""
620
 
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
 
624
  msgstr ""
625
 
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
  msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
 
630
  msgstr ""
631
 
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
  msgstr ""
636
 
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
  msgstr ""
641
 
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
  msgstr ""
646
 
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
 
650
  msgstr ""
651
 
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
  msgstr ""
657
 
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
  msgstr ""
662
 
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Personalizar"
666
 
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
  msgstr ""
670
 
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
 
673
  msgstr ""
674
 
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
  msgstr ""
678
 
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Fundo"
682
 
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
  msgstr ""
686
 
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Cor do texto"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
  msgstr ""
694
 
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
  msgstr ""
698
 
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
  msgstr ""
702
 
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
  msgstr ""
706
 
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
  msgstr ""
711
 
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
  msgstr ""
715
 
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
  msgstr ""
719
 
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
  msgstr ""
723
 
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
  msgstr ""
727
 
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
  msgid "Logs"
732
+ msgstr "Registos"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
  msgstr ""
737
 
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
  msgid "WP ULike Logs"
740
  msgstr ""
741
 
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
  msgid "ID"
744
+ msgstr "Id."
745
 
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
  msgid "Username"
748
+ msgstr "Nome de utilizador"
749
 
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
  msgid "Status"
752
+ msgstr "Estado"
753
 
754
+ #: ../admin/logs.php:152
755
  msgid "Post ID"
756
  msgstr ""
757
 
758
+ #: ../admin/logs.php:153
759
  msgid "Post Title"
760
  msgstr ""
761
 
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
  msgid "Date / Time"
764
  msgstr ""
765
 
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
  msgid "IP"
768
  msgstr ""
769
 
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Ações"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
  msgid "Guest User"
776
  msgstr ""
777
 
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
  msgid ""
780
  "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
  "you don't have any data on this table)"
782
  msgstr ""
783
 
784
+ #: ../admin/logs.php:275
785
  msgid "Comment ID"
786
  msgstr ""
787
 
788
+ #: ../admin/logs.php:276
789
  msgid "Comment Author"
790
  msgstr ""
791
 
792
+ #: ../admin/logs.php:277
793
  msgid "Comment Text"
794
  msgstr ""
795
 
796
+ #: ../admin/logs.php:404
797
  msgid "Activity ID"
798
  msgstr ""
799
 
800
+ #: ../admin/logs.php:405
801
  msgid "Permalink"
802
  msgstr ""
803
 
804
+ #: ../admin/logs.php:442
805
  #, php-format
806
  msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
  msgstr ""
816
 
817
  #: ../admin/stats.php:30
818
  msgid "Get Started"
819
+ msgstr "Começa aqui"
820
 
821
  #: ../admin/stats.php:32
822
  msgid "or"
823
+ msgstr "ou"
824
 
825
  #: ../admin/stats.php:35
826
  msgid "Other Tools"
828
 
829
  #: ../admin/stats.php:43
830
  msgid "Documentation"
831
+ msgstr "Documentação"
832
 
833
  #: ../admin/stats.php:72
834
  msgid "Posts Likes Summary"
844
 
845
  #: ../admin/stats.php:97 ../admin/stats.php:272
846
  msgid "Summary"
847
+ msgstr "Um resumo"
848
 
849
  #: ../admin/stats.php:106
850
  msgid "Total Likes"
852
 
853
  #: ../admin/stats.php:121
854
  msgid "Today"
855
+ msgstr "Hoje"
856
 
857
  #: ../admin/stats.php:126
858
  msgid "Yesterday"
868
 
869
  #: ../admin/stats.php:141
870
  msgid "Total"
871
+ msgstr "Total"
872
 
873
  #: ../admin/stats.php:155 ../admin/stats.php:276
874
  msgid "Likes Percent"
898
 
899
  #: ../admin/stats.php:269
900
  msgid "Show on screen"
901
+ msgstr "Mostrar na página"
902
 
903
  #: ../admin/stats.php:271
904
  msgid "Welcome"
905
+ msgstr "Bem-vindo"
906
 
907
  #: ../admin/stats.php:279
908
  msgid "Days"
909
  msgstr ""
910
 
911
+ #: ../inc/wp-functions.php:172
912
  msgid "WP ULike Activity"
913
  msgstr ""
914
 
942
 
943
  #: ../inc/wp-strings.php:10
944
  msgid "Themes"
945
+ msgstr "Temas"
946
 
947
  #: ../inc/wp-strings.php:11
948
  msgid "Dislike"
966
 
967
  #: ../inc/wp-strings.php:16
968
  msgid "Alignment"
969
+ msgstr "Alinhamento"
970
 
971
  #: ../inc/wp-strings.php:17
972
  msgid "Left"
973
+ msgstr "Links"
974
 
975
  #: ../inc/wp-strings.php:18
976
  msgid "Center"
977
+ msgstr "Center"
978
 
979
  #: ../inc/wp-strings.php:19
980
  msgid "Right"
981
+ msgstr "Direita"
982
 
983
  #: ../inc/wp-strings.php:20
984
  msgid "Cookie Life time"
1002
 
1003
  #: ../inc/wp-strings.php:25
1004
  msgid "Default"
1005
+ msgstr "Omissão"
1006
 
1007
  #: ../inc/wp-strings.php:29
1008
  msgid "Total Users Liked"
1016
  msgid "Total Comments Liked"
1017
  msgstr ""
1018
 
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
  msgstr ""
1030
 
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
  msgid "click here"
1034
  msgstr ""
1035
 
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
  msgstr ""
1039
 
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
  msgstr ""
lang/alimir-ro_RO.mo ADDED
Binary file
lang/alimir-ro_RO.po ADDED
@@ -0,0 +1,1043 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:10+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/ro_RO/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: ro_RO\n"
15
+ "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
16
+ "2:1));\n"
17
+ "X-Generator: Poedit 1.6.10\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: _e;__\n"
20
+ "X-Poedit-SourceCharset: UTF-8\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPath-1: ..\n"
23
+
24
+ #: ../admin/about.php:74
25
+ msgid "Welcome to WP ULike"
26
+ msgstr ""
27
+
28
+ #: ../admin/about.php:76
29
+ msgid ""
30
+ "Thank you for choosing WP ULike! This version is our leanest and most "
31
+ "powerful version yet."
32
+ msgstr ""
33
+
34
+ #: ../admin/about.php:77 ../admin/stats.php:32
35
+ msgid "Visit our homepage"
36
+ msgstr ""
37
+
38
+ #: ../admin/about.php:79
39
+ msgid "Version"
40
+ msgstr "Versiune"
41
+
42
+ #: ../admin/about.php:82
43
+ msgid "Getting Started"
44
+ msgstr "Noțiuni de bază"
45
+
46
+ #: ../admin/about.php:83
47
+ msgid "Credits"
48
+ msgstr "Echipă"
49
+
50
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
51
+ #: ../admin/stats.php:45
52
+ msgid "Support"
53
+ msgstr "Asistenţă"
54
+
55
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
56
+ #: ../admin/stats.php:46
57
+ msgid "FAQ"
58
+ msgstr "Întrebări/Răspunsuri"
59
+
60
+ #: ../admin/about.php:86
61
+ msgid "Reviews"
62
+ msgstr "Recenzii"
63
+
64
+ #: ../admin/about.php:87 ../admin/stats.php:47
65
+ msgid "Contact"
66
+ msgstr ""
67
+
68
+ #: ../admin/about.php:99
69
+ msgid "Novelty Of WP ULike"
70
+ msgstr ""
71
+
72
+ #: ../admin/about.php:103
73
+ msgid "New Statistics Design + Screen Option"
74
+ msgstr ""
75
+
76
+ #: ../admin/about.php:108
77
+ msgid "New Statistics Page"
78
+ msgstr ""
79
+
80
+ #: ../admin/about.php:116
81
+ msgid "New Class-based programming"
82
+ msgstr ""
83
+
84
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
85
+ #: ../inc/wp-strings.php:27
86
+ msgid "Most Liked Comments"
87
+ msgstr ""
88
+
89
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
90
+ #: ../admin/classes/class-settings.php:63
91
+ #: ../admin/classes/class-settings.php:71
92
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
93
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
94
+ msgid "Logging Method"
95
+ msgstr ""
96
+
97
+ #: ../admin/about.php:133
98
+ msgid "New options in logs pages"
99
+ msgstr ""
100
+
101
+ #: ../admin/about.php:138
102
+ msgid "New setting panel"
103
+ msgstr ""
104
+
105
+ #: ../admin/about.php:145
106
+ msgid "Better coding on plugin files"
107
+ msgstr ""
108
+
109
+ #: ../admin/about.php:150
110
+ msgid "Buddypress likes support"
111
+ msgstr ""
112
+
113
+ #: ../admin/about.php:155
114
+ msgid "Likes logs support"
115
+ msgstr ""
116
+
117
+ #: ../admin/about.php:164
118
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
119
+ msgstr ""
120
+
121
+ #: ../admin/about.php:165
122
+ msgid "Project Leaders"
123
+ msgstr "Lideri de proiect"
124
+
125
+ #: ../admin/about.php:170
126
+ msgid "Project Lead & Developer"
127
+ msgstr ""
128
+
129
+ #: ../admin/about.php:174
130
+ msgid "Translations"
131
+ msgstr "Traduceri"
132
+
133
+ #: ../admin/about.php:185
134
+ msgid "Other Plugins"
135
+ msgstr ""
136
+
137
+ #: ../admin/about.php:204
138
+ msgid "Like this plugin?"
139
+ msgstr "Apreciaţi acest modul?"
140
+
141
+ #: ../admin/about.php:205
142
+ msgid ""
143
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
144
+ "wp-ulike\"> Plugin Directory reviews</a>"
145
+ msgstr ""
146
+
147
+ #: ../admin/admin.php:39
148
+ #, php-format
149
+ msgid ""
150
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
151
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
152
+ "target=\"_blank\">Ali Mirzaei</a>"
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:72
156
+ msgid "WP ULike Settings"
157
+ msgstr ""
158
+
159
+ #: ../admin/admin.php:75
160
+ msgid "WP ULike"
161
+ msgstr ""
162
+
163
+ #: ../admin/admin.php:83
164
+ msgid "Settings saved."
165
+ msgstr "Setările au fost salvate."
166
+
167
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
168
+ msgid "Post Likes Logs"
169
+ msgstr ""
170
+
171
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
172
+ msgid "Comment Likes Logs"
173
+ msgstr ""
174
+
175
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
176
+ msgid "Activity Likes Logs"
177
+ msgstr ""
178
+
179
+ #: ../admin/admin.php:121 ../admin/stats.php:18
180
+ msgid "WP ULike Statistics"
181
+ msgstr ""
182
+
183
+ #: ../admin/admin.php:125 ../admin/stats.php:31
184
+ msgid "About WP ULike"
185
+ msgstr ""
186
+
187
+ #: ../admin/classes/class-settings.php:17
188
+ msgid "Custom Settings"
189
+ msgstr ""
190
+
191
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
192
+ msgid "Save Settings"
193
+ msgstr ""
194
+
195
+ #: ../admin/classes/class-settings.php:29
196
+ msgid "Reset Settings"
197
+ msgstr ""
198
+
199
+ #: ../admin/classes/class-settings.php:44
200
+ msgid "Overview"
201
+ msgstr "Prezentare generală"
202
+
203
+ #: ../admin/classes/class-settings.php:46
204
+ msgid ""
205
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
206
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
207
+ "comments AND buddypress activities. Its very simple to use and supports many "
208
+ "options."
209
+ msgstr ""
210
+
211
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
212
+ msgid "Posts"
213
+ msgstr "Articole"
214
+
215
+ #: ../admin/classes/class-settings.php:54
216
+ #: ../admin/classes/class-settings.php:63
217
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
218
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
219
+ #: ../admin/classes/tmp/settings.php:360
220
+ msgid "Automatic display"
221
+ msgstr ""
222
+
223
+ #: ../admin/classes/class-settings.php:54
224
+ msgid ""
225
+ "If you disable this option, you have to put manually this code on wordpress "
226
+ "while loop"
227
+ msgstr ""
228
+
229
+ #: ../admin/classes/class-settings.php:54
230
+ #: ../admin/classes/class-settings.php:63
231
+ #: ../admin/classes/class-settings.php:71
232
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
233
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
234
+ msgid "Users Like Box Template"
235
+ msgstr ""
236
+
237
+ #: ../admin/classes/class-settings.php:54
238
+ #: ../admin/classes/class-settings.php:63
239
+ #: ../admin/classes/class-settings.php:71
240
+ msgid "Default Template:"
241
+ msgstr ""
242
+
243
+ #: ../admin/classes/class-settings.php:54
244
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
245
+ msgid "Users who have LIKED this post:"
246
+ msgstr ""
247
+
248
+ #: ../admin/classes/class-settings.php:54
249
+ #: ../admin/classes/class-settings.php:63
250
+ #: ../admin/classes/class-settings.php:71
251
+ msgid ""
252
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
253
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
254
+ "do not work"
255
+ msgstr ""
256
+
257
+ #: ../admin/classes/class-settings.php:54
258
+ #: ../admin/classes/class-settings.php:63
259
+ #: ../admin/classes/class-settings.php:71
260
+ msgid ""
261
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
262
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
263
+ "undislike capacity do not work"
264
+ msgstr ""
265
+
266
+ #: ../admin/classes/class-settings.php:54
267
+ #: ../admin/classes/class-settings.php:63
268
+ #: ../admin/classes/class-settings.php:71
269
+ msgid ""
270
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
271
+ "for all users, the convey of like/dislike condition will check by user IP"
272
+ msgstr ""
273
+
274
+ #: ../admin/classes/class-settings.php:54
275
+ #: ../admin/classes/class-settings.php:63
276
+ #: ../admin/classes/class-settings.php:71
277
+ msgid ""
278
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
279
+ "will save for all users, the convey of like/dislike condition will check by "
280
+ "user IP & SetCookie"
281
+ msgstr ""
282
+
283
+ #: ../admin/classes/class-settings.php:54
284
+ #: ../admin/classes/class-settings.php:63
285
+ #: ../admin/classes/class-settings.php:71
286
+ msgid ""
287
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
288
+ "is saved for registered users, the convey of like/dislike condition will "
289
+ "check by username, There is no permission for guest users to unlike/undislike"
290
+ msgstr ""
291
+
292
+ #: ../admin/classes/class-settings.php:61
293
+ #: ../admin/classes/tmp/settings.php:151
294
+ msgid "Comments"
295
+ msgstr "Comentarii"
296
+
297
+ #: ../admin/classes/class-settings.php:63
298
+ msgid ""
299
+ "If you disable this option, you have to put manually this code on comments "
300
+ "text"
301
+ msgstr ""
302
+
303
+ #: ../admin/classes/class-settings.php:63
304
+ #: ../admin/classes/tmp/settings.php:209
305
+ msgid "Users who have LIKED this comment:"
306
+ msgstr ""
307
+
308
+ #: ../admin/classes/class-settings.php:69
309
+ #: ../admin/classes/tmp/settings.php:268
310
+ msgid "BuddyPress"
311
+ msgstr "BuddyPress"
312
+
313
+ #: ../admin/classes/class-settings.php:71
314
+ msgid ""
315
+ "If you disable this option, you have to put manually this code on buddypres "
316
+ "activities content"
317
+ msgstr ""
318
+
319
+ #: ../admin/classes/class-settings.php:71
320
+ #: ../admin/classes/tmp/settings.php:325
321
+ msgid "Users who have liked this activity:"
322
+ msgstr ""
323
+
324
+ #: ../admin/classes/class-settings.php:71
325
+ #: ../admin/classes/tmp/settings.php:339
326
+ msgid "Post Activity Text"
327
+ msgstr ""
328
+
329
+ #: ../admin/classes/class-settings.php:71
330
+ #: ../admin/classes/tmp/settings.php:345
331
+ msgid "Comment Activity Text"
332
+ msgstr ""
333
+
334
+ #: ../admin/classes/class-settings.php:76
335
+ msgid "For more information:"
336
+ msgstr "Pentru mai multe informații:"
337
+
338
+ #: ../admin/classes/class-settings.php:135
339
+ msgid "Default settings have been reset."
340
+ msgstr ""
341
+
342
+ #: ../admin/classes/class-settings.php:212
343
+ msgid ""
344
+ "Do you really want to reset all these settings to their default values ?"
345
+ msgstr ""
346
+
347
+ #: ../admin/classes/class-settings.php:277
348
+ #: ../admin/classes/class-settings.php:288
349
+ #: ../admin/classes/class-settings.php:312
350
+ msgid "No options defined."
351
+ msgstr ""
352
+
353
+ #: ../admin/classes/class-settings.php:299
354
+ #, php-format
355
+ msgid "Select %s"
356
+ msgstr "Selectează %s"
357
+
358
+ #: ../admin/classes/class-settings.php:300
359
+ #, php-format
360
+ msgid "Remove %s"
361
+ msgstr ""
362
+
363
+ #: ../admin/classes/class-settings.php:324
364
+ msgid "No action defined."
365
+ msgstr ""
366
+
367
+ #: ../admin/classes/class-widget.php:11
368
+ msgid "WP Ulike Widget"
369
+ msgstr ""
370
+
371
+ #: ../admin/classes/class-widget.php:12
372
+ msgid ""
373
+ "An advanced widget that gives you all most liked records with different types"
374
+ msgstr ""
375
+
376
+ #: ../admin/classes/class-widget.php:74
377
+ msgid "you haven't liked any post yet!"
378
+ msgstr ""
379
+
380
+ #: ../admin/classes/class-widget.php:103
381
+ msgid "on"
382
+ msgstr "on"
383
+
384
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
385
+ msgid "Like"
386
+ msgstr ""
387
+
388
+ #: ../admin/classes/class-widget.php:224
389
+ msgid "Most Liked"
390
+ msgstr ""
391
+
392
+ #: ../admin/classes/class-widget.php:228
393
+ msgid "Title:"
394
+ msgstr "Titlu:"
395
+
396
+ #: ../admin/classes/class-widget.php:233
397
+ msgid "Type:"
398
+ msgstr ""
399
+
400
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
401
+ msgid "Most Liked Posts"
402
+ msgstr ""
403
+
404
+ #: ../admin/classes/class-widget.php:237
405
+ msgid "Most Liked Activities"
406
+ msgstr ""
407
+
408
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
409
+ msgid "Most Liked Users"
410
+ msgstr ""
411
+
412
+ #: ../admin/classes/class-widget.php:239
413
+ msgid "Last Posts Liked By User"
414
+ msgstr ""
415
+
416
+ #: ../admin/classes/class-widget.php:244
417
+ msgid "Number of items to show:"
418
+ msgstr ""
419
+
420
+ #: ../admin/classes/class-widget.php:249
421
+ msgid "User avatar size:"
422
+ msgstr ""
423
+
424
+ #: ../admin/classes/class-widget.php:255
425
+ msgid "Activate Like Counter"
426
+ msgstr ""
427
+
428
+ #: ../admin/classes/tmp/settings.php:7
429
+ msgid "General"
430
+ msgstr "General"
431
+
432
+ #: ../admin/classes/tmp/settings.php:11
433
+ msgid "Button Type"
434
+ msgstr ""
435
+
436
+ #: ../admin/classes/tmp/settings.php:14
437
+ msgid "Icon"
438
+ msgstr "Pictogramă"
439
+
440
+ #: ../admin/classes/tmp/settings.php:15
441
+ msgid "Text"
442
+ msgstr "Text"
443
+
444
+ #: ../admin/classes/tmp/settings.php:20
445
+ msgid "Button Text"
446
+ msgstr "Text Buton"
447
+
448
+ #: ../admin/classes/tmp/settings.php:24
449
+ msgid "Button Icon"
450
+ msgstr "Pictogramă Buton"
451
+
452
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
453
+ msgid "Best size: 16x16"
454
+ msgstr ""
455
+
456
+ #: ../admin/classes/tmp/settings.php:28
457
+ msgid "Unlike"
458
+ msgstr ""
459
+
460
+ #: ../admin/classes/tmp/settings.php:29
461
+ msgid "Text After Like"
462
+ msgstr ""
463
+
464
+ #: ../admin/classes/tmp/settings.php:34
465
+ msgid "Return To The Initial"
466
+ msgstr ""
467
+
468
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
469
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
470
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
471
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
472
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
473
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
474
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
475
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
476
+ msgid "Activate"
477
+ msgstr "Activează"
478
+
479
+ #: ../admin/classes/tmp/settings.php:36
480
+ msgid ""
481
+ "Return to the initial Like button after Unlike. (Not Showing text after "
482
+ "unlike)"
483
+ msgstr ""
484
+
485
+ #: ../admin/classes/tmp/settings.php:39
486
+ msgid "Like Me Again!"
487
+ msgstr ""
488
+
489
+ #: ../admin/classes/tmp/settings.php:40
490
+ msgid "Text After Unlike"
491
+ msgstr ""
492
+
493
+ #: ../admin/classes/tmp/settings.php:43
494
+ msgid "You have not permission to unlike"
495
+ msgstr ""
496
+
497
+ #: ../admin/classes/tmp/settings.php:44
498
+ msgid "Permission Text"
499
+ msgstr ""
500
+
501
+ #: ../admin/classes/tmp/settings.php:48
502
+ msgid "Users Login Type"
503
+ msgstr ""
504
+
505
+ #: ../admin/classes/tmp/settings.php:51
506
+ msgid "Alert Box"
507
+ msgstr ""
508
+
509
+ #: ../admin/classes/tmp/settings.php:52
510
+ msgid "Like Button"
511
+ msgstr ""
512
+
513
+ #: ../admin/classes/tmp/settings.php:56
514
+ msgid "You Should Login To Submit Your Like"
515
+ msgstr ""
516
+
517
+ #: ../admin/classes/tmp/settings.php:57
518
+ msgid "Users Login Text"
519
+ msgstr ""
520
+
521
+ #: ../admin/classes/tmp/settings.php:62
522
+ msgid "Format Number"
523
+ msgstr ""
524
+
525
+ #: ../admin/classes/tmp/settings.php:64
526
+ msgid "Convert numbers of Likes with string (kilobyte) format."
527
+ msgstr ""
528
+
529
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
530
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
531
+ msgid "Auto Display Position"
532
+ msgstr ""
533
+
534
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
535
+ #: ../admin/classes/tmp/settings.php:368
536
+ msgid "Top of Content"
537
+ msgstr ""
538
+
539
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
540
+ msgid "Bottom of Content"
541
+ msgstr ""
542
+
543
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
544
+ #: ../admin/classes/tmp/settings.php:369
545
+ msgid "Top and Bottom"
546
+ msgstr ""
547
+
548
+ #: ../admin/classes/tmp/settings.php:90
549
+ msgid "Auto Display Filter"
550
+ msgstr ""
551
+
552
+ #: ../admin/classes/tmp/settings.php:92
553
+ msgid "Home"
554
+ msgstr "Ecranul de start"
555
+
556
+ #: ../admin/classes/tmp/settings.php:93
557
+ msgid "Single Posts"
558
+ msgstr ""
559
+
560
+ #: ../admin/classes/tmp/settings.php:94
561
+ msgid "Pages"
562
+ msgstr "Pagini"
563
+
564
+ #: ../admin/classes/tmp/settings.php:95
565
+ msgid "Archives"
566
+ msgstr "Arhive"
567
+
568
+ #: ../admin/classes/tmp/settings.php:96
569
+ msgid "Categories"
570
+ msgstr "Categorii"
571
+
572
+ #: ../admin/classes/tmp/settings.php:97
573
+ msgid "Search Results"
574
+ msgstr "Rezultatele căutării"
575
+
576
+ #: ../admin/classes/tmp/settings.php:98
577
+ msgid "Tags"
578
+ msgstr "Etichete"
579
+
580
+ #: ../admin/classes/tmp/settings.php:99
581
+ msgid "Author Page"
582
+ msgstr ""
583
+
584
+ #: ../admin/classes/tmp/settings.php:101
585
+ msgid "You can filter theses pages on auto display option."
586
+ msgstr ""
587
+
588
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
589
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
590
+ msgid "Only registered Users"
591
+ msgstr ""
592
+
593
+ #: ../admin/classes/tmp/settings.php:108
594
+ msgid "<strong>Only</strong> registered users have permission to like posts."
595
+ msgstr ""
596
+
597
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
598
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
599
+ msgid "Do Not Log"
600
+ msgstr ""
601
+
602
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
603
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
604
+ msgid "Logged By Cookie"
605
+ msgstr ""
606
+
607
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
608
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
609
+ msgid "Logged By IP"
610
+ msgstr ""
611
+
612
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
613
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
614
+ msgid "Logged By Cookie & IP"
615
+ msgstr ""
616
+
617
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
618
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
619
+ msgid "Logged By Username"
620
+ msgstr ""
621
+
622
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
623
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
624
+ msgid "Show Liked Users Box"
625
+ msgstr ""
626
+
627
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
628
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
629
+ msgid ""
630
+ "Active this option to show liked users avatars in the bottom of button like."
631
+ msgstr ""
632
+
633
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
634
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
635
+ msgid "Size of Gravatars"
636
+ msgstr ""
637
+
638
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
639
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
640
+ msgid "Size of Gravatars to return (max is 512)"
641
+ msgstr ""
642
+
643
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
644
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
645
+ msgid "Number Of The Users"
646
+ msgstr ""
647
+
648
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
649
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
650
+ msgid "The number of users to show in the users liked box"
651
+ msgstr ""
652
+
653
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
654
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
655
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
656
+ msgid "Allowed Variables:"
657
+ msgstr ""
658
+
659
+ #: ../admin/classes/tmp/settings.php:174
660
+ msgid ""
661
+ "<strong>Only</strong> registered users have permission to like comments."
662
+ msgstr ""
663
+
664
+ #: ../admin/classes/tmp/settings.php:218
665
+ msgid "Customize"
666
+ msgstr "Personalizează"
667
+
668
+ #: ../admin/classes/tmp/settings.php:223
669
+ msgid "Custom Style"
670
+ msgstr ""
671
+
672
+ #: ../admin/classes/tmp/settings.php:228
673
+ msgid "Active this option to see the custom style settings."
674
+ msgstr ""
675
+
676
+ #: ../admin/classes/tmp/settings.php:232
677
+ msgid "Button style"
678
+ msgstr ""
679
+
680
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
681
+ msgid "Background"
682
+ msgstr "Fundal"
683
+
684
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
685
+ msgid "Border Color"
686
+ msgstr "Culoare Margine"
687
+
688
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
689
+ msgid "Text Color"
690
+ msgstr "Culoare text"
691
+
692
+ #: ../admin/classes/tmp/settings.php:245
693
+ msgid "Counter Style"
694
+ msgstr ""
695
+
696
+ #: ../admin/classes/tmp/settings.php:258
697
+ msgid "Loading Animation"
698
+ msgstr ""
699
+
700
+ #: ../admin/classes/tmp/settings.php:281
701
+ msgid "Activity Content"
702
+ msgstr ""
703
+
704
+ #: ../admin/classes/tmp/settings.php:282
705
+ msgid "Activity Meta"
706
+ msgstr ""
707
+
708
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
709
+ msgid ""
710
+ "<strong>Only</strong> registered users have permission to like activities."
711
+ msgstr ""
712
+
713
+ #: ../admin/classes/tmp/settings.php:332
714
+ msgid "BuddyPress Activity"
715
+ msgstr ""
716
+
717
+ #: ../admin/classes/tmp/settings.php:334
718
+ msgid "insert new likes in buddyPress activity page"
719
+ msgstr ""
720
+
721
+ #: ../admin/classes/tmp/settings.php:355
722
+ msgid "bbPress"
723
+ msgstr ""
724
+
725
+ #: ../admin/classes/tmp/settings.php:412
726
+ msgid "Users who have liked this topic:"
727
+ msgstr ""
728
+
729
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
730
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
731
+ #: ../admin/logs.php:466
732
+ msgid "Logs"
733
+ msgstr "Registre"
734
+
735
+ #: ../admin/logs.php:80
736
+ msgid "Are you sure to remove this item?!"
737
+ msgstr ""
738
+
739
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
740
+ msgid "WP ULike Logs"
741
+ msgstr ""
742
+
743
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
744
+ msgid "ID"
745
+ msgstr "ID"
746
+
747
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
748
+ msgid "Username"
749
+ msgstr "Nume utilizator"
750
+
751
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
752
+ msgid "Status"
753
+ msgstr "Stare"
754
+
755
+ #: ../admin/logs.php:152
756
+ msgid "Post ID"
757
+ msgstr ""
758
+
759
+ #: ../admin/logs.php:153
760
+ msgid "Post Title"
761
+ msgstr ""
762
+
763
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
764
+ msgid "Date / Time"
765
+ msgstr ""
766
+
767
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
768
+ msgid "IP"
769
+ msgstr ""
770
+
771
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
772
+ msgid "Actions"
773
+ msgstr "Acțiuni"
774
+
775
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
776
+ msgid "Guest User"
777
+ msgstr ""
778
+
779
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
780
+ msgid ""
781
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
782
+ "you don't have any data on this table)"
783
+ msgstr ""
784
+
785
+ #: ../admin/logs.php:275
786
+ msgid "Comment ID"
787
+ msgstr ""
788
+
789
+ #: ../admin/logs.php:276
790
+ msgid "Comment Author"
791
+ msgstr ""
792
+
793
+ #: ../admin/logs.php:277
794
+ msgid "Comment Text"
795
+ msgstr ""
796
+
797
+ #: ../admin/logs.php:404
798
+ msgid "Activity ID"
799
+ msgstr ""
800
+
801
+ #: ../admin/logs.php:405
802
+ msgid "Permalink"
803
+ msgstr ""
804
+
805
+ #: ../admin/logs.php:442
806
+ #, php-format
807
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
808
+ msgstr ""
809
+
810
+ #: ../admin/stats.php:25
811
+ msgid "Welcome to WP ULike Statistics!"
812
+ msgstr ""
813
+
814
+ #: ../admin/stats.php:26
815
+ msgid "We have provided some useful statistics tools in this page:"
816
+ msgstr ""
817
+
818
+ #: ../admin/stats.php:30
819
+ msgid "Get Started"
820
+ msgstr "Pentru început"
821
+
822
+ #: ../admin/stats.php:32
823
+ msgid "or"
824
+ msgstr "sau"
825
+
826
+ #: ../admin/stats.php:35
827
+ msgid "Other Tools"
828
+ msgstr ""
829
+
830
+ #: ../admin/stats.php:43
831
+ msgid "Documentation"
832
+ msgstr "Documentație"
833
+
834
+ #: ../admin/stats.php:72
835
+ msgid "Posts Likes Summary"
836
+ msgstr ""
837
+
838
+ #: ../admin/stats.php:79
839
+ msgid "Comments Likes Summary"
840
+ msgstr ""
841
+
842
+ #: ../admin/stats.php:86
843
+ msgid "Activities Likes Summary"
844
+ msgstr ""
845
+
846
+ #: ../admin/stats.php:97 ../admin/stats.php:272
847
+ msgid "Summary"
848
+ msgstr "Rezumat / descriere scurtă"
849
+
850
+ #: ../admin/stats.php:106
851
+ msgid "Total Likes"
852
+ msgstr ""
853
+
854
+ #: ../admin/stats.php:121
855
+ msgid "Today"
856
+ msgstr "Azi"
857
+
858
+ #: ../admin/stats.php:126
859
+ msgid "Yesterday"
860
+ msgstr "Ieri"
861
+
862
+ #: ../admin/stats.php:131
863
+ msgid "Week"
864
+ msgstr ""
865
+
866
+ #: ../admin/stats.php:136
867
+ msgid "Month"
868
+ msgstr "Lună"
869
+
870
+ #: ../admin/stats.php:141
871
+ msgid "Total"
872
+ msgstr "Total"
873
+
874
+ #: ../admin/stats.php:155 ../admin/stats.php:276
875
+ msgid "Likes Percent"
876
+ msgstr ""
877
+
878
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
879
+ #: ../admin/stats.php:192
880
+ #, php-format
881
+ msgid "In The Last %s Days"
882
+ msgstr ""
883
+
884
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
885
+ msgid "View Logs"
886
+ msgstr ""
887
+
888
+ #: ../admin/stats.php:180 ../admin/stats.php:273
889
+ msgid "Posts Likes Stats"
890
+ msgstr ""
891
+
892
+ #: ../admin/stats.php:186 ../admin/stats.php:274
893
+ msgid "Comments Likes Stats"
894
+ msgstr ""
895
+
896
+ #: ../admin/stats.php:192 ../admin/stats.php:275
897
+ msgid "Activities Likes Stats"
898
+ msgstr ""
899
+
900
+ #: ../admin/stats.php:269
901
+ msgid "Show on screen"
902
+ msgstr "Afișează pe ecran"
903
+
904
+ #: ../admin/stats.php:271
905
+ msgid "Welcome"
906
+ msgstr "Salut"
907
+
908
+ #: ../admin/stats.php:279
909
+ msgid "Days"
910
+ msgstr ""
911
+
912
+ #: ../inc/wp-functions.php:172
913
+ msgid "WP ULike Activity"
914
+ msgstr ""
915
+
916
+ #: ../inc/wp-strings.php:3
917
+ msgid "Allow To Like"
918
+ msgstr ""
919
+
920
+ #: ../inc/wp-strings.php:4
921
+ msgid "Guests Only"
922
+ msgstr ""
923
+
924
+ #: ../inc/wp-strings.php:5
925
+ msgid "Registered Users Only"
926
+ msgstr ""
927
+
928
+ #: ../inc/wp-strings.php:6
929
+ msgid "Registered Users And Guests"
930
+ msgstr ""
931
+
932
+ #: ../inc/wp-strings.php:7
933
+ msgid "Who Is Allowed To Like?"
934
+ msgstr ""
935
+
936
+ #: ../inc/wp-strings.php:8
937
+ msgid "Filter Options:"
938
+ msgstr ""
939
+
940
+ #: ../inc/wp-strings.php:9
941
+ msgid "Sort Options:"
942
+ msgstr ""
943
+
944
+ #: ../inc/wp-strings.php:10
945
+ msgid "Themes"
946
+ msgstr "Teme"
947
+
948
+ #: ../inc/wp-strings.php:11
949
+ msgid "Dislike"
950
+ msgstr ""
951
+
952
+ #: ../inc/wp-strings.php:12
953
+ msgid "Dislike Support"
954
+ msgstr ""
955
+
956
+ #: ../inc/wp-strings.php:13
957
+ msgid "Text After Dislike"
958
+ msgstr ""
959
+
960
+ #: ../inc/wp-strings.php:14
961
+ msgid "Show Counter"
962
+ msgstr ""
963
+
964
+ #: ../inc/wp-strings.php:15
965
+ msgid "Show tooltips"
966
+ msgstr ""
967
+
968
+ #: ../inc/wp-strings.php:16
969
+ msgid "Alignment"
970
+ msgstr "Aliniere"
971
+
972
+ #: ../inc/wp-strings.php:17
973
+ msgid "Left"
974
+ msgstr "Stănga"
975
+
976
+ #: ../inc/wp-strings.php:18
977
+ msgid "Center"
978
+ msgstr "Centru"
979
+
980
+ #: ../inc/wp-strings.php:19
981
+ msgid "Right"
982
+ msgstr "Dreapta"
983
+
984
+ #: ../inc/wp-strings.php:20
985
+ msgid "Cookie Life time"
986
+ msgstr ""
987
+
988
+ #: ../inc/wp-strings.php:21
989
+ msgid "BuddyPress Notifications"
990
+ msgstr ""
991
+
992
+ #: ../inc/wp-strings.php:22
993
+ msgid "Liker Attempts"
994
+ msgstr ""
995
+
996
+ #: ../inc/wp-strings.php:23
997
+ msgid "Liked Users Box Style"
998
+ msgstr ""
999
+
1000
+ #: ../inc/wp-strings.php:24
1001
+ msgid "Tooltip"
1002
+ msgstr ""
1003
+
1004
+ #: ../inc/wp-strings.php:25
1005
+ msgid "Default"
1006
+ msgstr "Implicit"
1007
+
1008
+ #: ../inc/wp-strings.php:29
1009
+ msgid "Total Users Liked"
1010
+ msgstr ""
1011
+
1012
+ #: ../inc/wp-strings.php:30
1013
+ msgid "Total Posts Liked"
1014
+ msgstr ""
1015
+
1016
+ #: ../inc/wp-strings.php:31
1017
+ msgid "Total Comments Liked"
1018
+ msgstr ""
1019
+
1020
+ #: ../inc/wp-strings.php:32
1021
+ msgid "Upvote"
1022
+ msgstr ""
1023
+
1024
+ #: ../inc/wp-strings.php:33
1025
+ msgid "Downvote"
1026
+ msgstr ""
1027
+
1028
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1029
+ msgid "You need to login in order to like this post: "
1030
+ msgstr ""
1031
+
1032
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1033
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1034
+ msgid "click here"
1035
+ msgstr ""
1036
+
1037
+ #: ../inc/wp-ulike-buddypress.php:74
1038
+ msgid "You need to login in order to like this activity: "
1039
+ msgstr ""
1040
+
1041
+ #: ../inc/wp-ulike-comments.php:69
1042
+ msgid "You need to login in order to like this comment: "
1043
+ msgstr ""
lang/alimir-ru_RU.mo ADDED
Binary file
lang/alimir-ru_RU.po ADDED
@@ -0,0 +1,1043 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:10+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/ru_RU/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: ru_RU\n"
15
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
16
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.6.10\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-KeywordsList: _e;__\n"
20
+ "X-Poedit-SourceCharset: UTF-8\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPath-1: ..\n"
23
+
24
+ #: ../admin/about.php:74
25
+ msgid "Welcome to WP ULike"
26
+ msgstr ""
27
+
28
+ #: ../admin/about.php:76
29
+ msgid ""
30
+ "Thank you for choosing WP ULike! This version is our leanest and most "
31
+ "powerful version yet."
32
+ msgstr ""
33
+
34
+ #: ../admin/about.php:77 ../admin/stats.php:32
35
+ msgid "Visit our homepage"
36
+ msgstr ""
37
+
38
+ #: ../admin/about.php:79
39
+ msgid "Version"
40
+ msgstr "Версия"
41
+
42
+ #: ../admin/about.php:82
43
+ msgid "Getting Started"
44
+ msgstr "Приступая к работе"
45
+
46
+ #: ../admin/about.php:83
47
+ msgid "Credits"
48
+ msgstr "Кредиты"
49
+
50
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
51
+ #: ../admin/stats.php:45
52
+ msgid "Support"
53
+ msgstr "Поддержка"
54
+
55
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
56
+ #: ../admin/stats.php:46
57
+ msgid "FAQ"
58
+ msgstr "Часто задаваемые вопросы"
59
+
60
+ #: ../admin/about.php:86
61
+ msgid "Reviews"
62
+ msgstr "Отзывы"
63
+
64
+ #: ../admin/about.php:87 ../admin/stats.php:47
65
+ msgid "Contact"
66
+ msgstr "Контакт"
67
+
68
+ #: ../admin/about.php:99
69
+ msgid "Novelty Of WP ULike"
70
+ msgstr ""
71
+
72
+ #: ../admin/about.php:103
73
+ msgid "New Statistics Design + Screen Option"
74
+ msgstr ""
75
+
76
+ #: ../admin/about.php:108
77
+ msgid "New Statistics Page"
78
+ msgstr ""
79
+
80
+ #: ../admin/about.php:116
81
+ msgid "New Class-based programming"
82
+ msgstr ""
83
+
84
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
85
+ #: ../inc/wp-strings.php:27
86
+ msgid "Most Liked Comments"
87
+ msgstr ""
88
+
89
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
90
+ #: ../admin/classes/class-settings.php:63
91
+ #: ../admin/classes/class-settings.php:71
92
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
93
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
94
+ msgid "Logging Method"
95
+ msgstr ""
96
+
97
+ #: ../admin/about.php:133
98
+ msgid "New options in logs pages"
99
+ msgstr ""
100
+
101
+ #: ../admin/about.php:138
102
+ msgid "New setting panel"
103
+ msgstr ""
104
+
105
+ #: ../admin/about.php:145
106
+ msgid "Better coding on plugin files"
107
+ msgstr ""
108
+
109
+ #: ../admin/about.php:150
110
+ msgid "Buddypress likes support"
111
+ msgstr ""
112
+
113
+ #: ../admin/about.php:155
114
+ msgid "Likes logs support"
115
+ msgstr ""
116
+
117
+ #: ../admin/about.php:164
118
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
119
+ msgstr ""
120
+
121
+ #: ../admin/about.php:165
122
+ msgid "Project Leaders"
123
+ msgstr "Руководители проекта"
124
+
125
+ #: ../admin/about.php:170
126
+ msgid "Project Lead & Developer"
127
+ msgstr ""
128
+
129
+ #: ../admin/about.php:174
130
+ msgid "Translations"
131
+ msgstr "Переводы"
132
+
133
+ #: ../admin/about.php:185
134
+ msgid "Other Plugins"
135
+ msgstr ""
136
+
137
+ #: ../admin/about.php:204
138
+ msgid "Like this plugin?"
139
+ msgstr "Нравится этот плагин?"
140
+
141
+ #: ../admin/about.php:205
142
+ msgid ""
143
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
144
+ "wp-ulike\"> Plugin Directory reviews</a>"
145
+ msgstr ""
146
+
147
+ #: ../admin/admin.php:39
148
+ #, php-format
149
+ msgid ""
150
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
151
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
152
+ "target=\"_blank\">Ali Mirzaei</a>"
153
+ msgstr ""
154
+
155
+ #: ../admin/admin.php:72
156
+ msgid "WP ULike Settings"
157
+ msgstr ""
158
+
159
+ #: ../admin/admin.php:75
160
+ msgid "WP ULike"
161
+ msgstr ""
162
+
163
+ #: ../admin/admin.php:83
164
+ msgid "Settings saved."
165
+ msgstr "Настройки сохранены."
166
+
167
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
168
+ msgid "Post Likes Logs"
169
+ msgstr ""
170
+
171
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
172
+ msgid "Comment Likes Logs"
173
+ msgstr ""
174
+
175
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
176
+ msgid "Activity Likes Logs"
177
+ msgstr ""
178
+
179
+ #: ../admin/admin.php:121 ../admin/stats.php:18
180
+ msgid "WP ULike Statistics"
181
+ msgstr ""
182
+
183
+ #: ../admin/admin.php:125 ../admin/stats.php:31
184
+ msgid "About WP ULike"
185
+ msgstr ""
186
+
187
+ #: ../admin/classes/class-settings.php:17
188
+ msgid "Custom Settings"
189
+ msgstr ""
190
+
191
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
192
+ msgid "Save Settings"
193
+ msgstr "Сохранить настройки"
194
+
195
+ #: ../admin/classes/class-settings.php:29
196
+ msgid "Reset Settings"
197
+ msgstr ""
198
+
199
+ #: ../admin/classes/class-settings.php:44
200
+ msgid "Overview"
201
+ msgstr "Общая информация"
202
+
203
+ #: ../admin/classes/class-settings.php:46
204
+ msgid ""
205
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
206
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
207
+ "comments AND buddypress activities. Its very simple to use and supports many "
208
+ "options."
209
+ msgstr ""
210
+
211
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
212
+ msgid "Posts"
213
+ msgstr "Записи"
214
+
215
+ #: ../admin/classes/class-settings.php:54
216
+ #: ../admin/classes/class-settings.php:63
217
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
218
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
219
+ #: ../admin/classes/tmp/settings.php:360
220
+ msgid "Automatic display"
221
+ msgstr ""
222
+
223
+ #: ../admin/classes/class-settings.php:54
224
+ msgid ""
225
+ "If you disable this option, you have to put manually this code on wordpress "
226
+ "while loop"
227
+ msgstr ""
228
+
229
+ #: ../admin/classes/class-settings.php:54
230
+ #: ../admin/classes/class-settings.php:63
231
+ #: ../admin/classes/class-settings.php:71
232
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
233
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
234
+ msgid "Users Like Box Template"
235
+ msgstr ""
236
+
237
+ #: ../admin/classes/class-settings.php:54
238
+ #: ../admin/classes/class-settings.php:63
239
+ #: ../admin/classes/class-settings.php:71
240
+ msgid "Default Template:"
241
+ msgstr ""
242
+
243
+ #: ../admin/classes/class-settings.php:54
244
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
245
+ msgid "Users who have LIKED this post:"
246
+ msgstr ""
247
+
248
+ #: ../admin/classes/class-settings.php:54
249
+ #: ../admin/classes/class-settings.php:63
250
+ #: ../admin/classes/class-settings.php:71
251
+ msgid ""
252
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
253
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
254
+ "do not work"
255
+ msgstr ""
256
+
257
+ #: ../admin/classes/class-settings.php:54
258
+ #: ../admin/classes/class-settings.php:63
259
+ #: ../admin/classes/class-settings.php:71
260
+ msgid ""
261
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
262
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
263
+ "undislike capacity do not work"
264
+ msgstr ""
265
+
266
+ #: ../admin/classes/class-settings.php:54
267
+ #: ../admin/classes/class-settings.php:63
268
+ #: ../admin/classes/class-settings.php:71
269
+ msgid ""
270
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
271
+ "for all users, the convey of like/dislike condition will check by user IP"
272
+ msgstr ""
273
+
274
+ #: ../admin/classes/class-settings.php:54
275
+ #: ../admin/classes/class-settings.php:63
276
+ #: ../admin/classes/class-settings.php:71
277
+ msgid ""
278
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
279
+ "will save for all users, the convey of like/dislike condition will check by "
280
+ "user IP & SetCookie"
281
+ msgstr ""
282
+
283
+ #: ../admin/classes/class-settings.php:54
284
+ #: ../admin/classes/class-settings.php:63
285
+ #: ../admin/classes/class-settings.php:71
286
+ msgid ""
287
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
288
+ "is saved for registered users, the convey of like/dislike condition will "
289
+ "check by username, There is no permission for guest users to unlike/undislike"
290
+ msgstr ""
291
+
292
+ #: ../admin/classes/class-settings.php:61
293
+ #: ../admin/classes/tmp/settings.php:151
294
+ msgid "Comments"
295
+ msgstr "комментариев"
296
+
297
+ #: ../admin/classes/class-settings.php:63
298
+ msgid ""
299
+ "If you disable this option, you have to put manually this code on comments "
300
+ "text"
301
+ msgstr ""
302
+
303
+ #: ../admin/classes/class-settings.php:63
304
+ #: ../admin/classes/tmp/settings.php:209
305
+ msgid "Users who have LIKED this comment:"
306
+ msgstr ""
307
+
308
+ #: ../admin/classes/class-settings.php:69
309
+ #: ../admin/classes/tmp/settings.php:268
310
+ msgid "BuddyPress"
311
+ msgstr "BuddyPress"
312
+
313
+ #: ../admin/classes/class-settings.php:71
314
+ msgid ""
315
+ "If you disable this option, you have to put manually this code on buddypres "
316
+ "activities content"
317
+ msgstr ""
318
+
319
+ #: ../admin/classes/class-settings.php:71
320
+ #: ../admin/classes/tmp/settings.php:325
321
+ msgid "Users who have liked this activity:"
322
+ msgstr ""
323
+
324
+ #: ../admin/classes/class-settings.php:71
325
+ #: ../admin/classes/tmp/settings.php:339
326
+ msgid "Post Activity Text"
327
+ msgstr ""
328
+
329
+ #: ../admin/classes/class-settings.php:71
330
+ #: ../admin/classes/tmp/settings.php:345
331
+ msgid "Comment Activity Text"
332
+ msgstr ""
333
+
334
+ #: ../admin/classes/class-settings.php:76
335
+ msgid "For more information:"
336
+ msgstr "Для дополнительной информации:"
337
+
338
+ #: ../admin/classes/class-settings.php:135
339
+ msgid "Default settings have been reset."
340
+ msgstr ""
341
+
342
+ #: ../admin/classes/class-settings.php:212
343
+ msgid ""
344
+ "Do you really want to reset all these settings to their default values ?"
345
+ msgstr ""
346
+
347
+ #: ../admin/classes/class-settings.php:277
348
+ #: ../admin/classes/class-settings.php:288
349
+ #: ../admin/classes/class-settings.php:312
350
+ msgid "No options defined."
351
+ msgstr ""
352
+
353
+ #: ../admin/classes/class-settings.php:299
354
+ #, php-format
355
+ msgid "Select %s"
356
+ msgstr "Выбор %s"
357
+
358
+ #: ../admin/classes/class-settings.php:300
359
+ #, php-format
360
+ msgid "Remove %s"
361
+ msgstr ""
362
+
363
+ #: ../admin/classes/class-settings.php:324
364
+ msgid "No action defined."
365
+ msgstr ""
366
+
367
+ #: ../admin/classes/class-widget.php:11
368
+ msgid "WP Ulike Widget"
369
+ msgstr ""
370
+
371
+ #: ../admin/classes/class-widget.php:12
372
+ msgid ""
373
+ "An advanced widget that gives you all most liked records with different types"
374
+ msgstr ""
375
+
376
+ #: ../admin/classes/class-widget.php:74
377
+ msgid "you haven't liked any post yet!"
378
+ msgstr ""
379
+
380
+ #: ../admin/classes/class-widget.php:103
381
+ msgid "on"
382
+ msgstr "on"
383
+
384
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
385
+ msgid "Like"
386
+ msgstr ""
387
+
388
+ #: ../admin/classes/class-widget.php:224
389
+ msgid "Most Liked"
390
+ msgstr ""
391
+
392
+ #: ../admin/classes/class-widget.php:228
393
+ msgid "Title:"
394
+ msgstr "Заголовок:"
395
+
396
+ #: ../admin/classes/class-widget.php:233
397
+ msgid "Type:"
398
+ msgstr ""
399
+
400
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
401
+ msgid "Most Liked Posts"
402
+ msgstr ""
403
+
404
+ #: ../admin/classes/class-widget.php:237
405
+ msgid "Most Liked Activities"
406
+ msgstr ""
407
+
408
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
409
+ msgid "Most Liked Users"
410
+ msgstr ""
411
+
412
+ #: ../admin/classes/class-widget.php:239
413
+ msgid "Last Posts Liked By User"
414
+ msgstr ""
415
+
416
+ #: ../admin/classes/class-widget.php:244
417
+ msgid "Number of items to show:"
418
+ msgstr ""
419
+
420
+ #: ../admin/classes/class-widget.php:249
421
+ msgid "User avatar size:"
422
+ msgstr ""
423
+
424
+ #: ../admin/classes/class-widget.php:255
425
+ msgid "Activate Like Counter"
426
+ msgstr ""
427
+
428
+ #: ../admin/classes/tmp/settings.php:7
429
+ msgid "General"
430
+ msgstr "Общие"
431
+
432
+ #: ../admin/classes/tmp/settings.php:11
433
+ msgid "Button Type"
434
+ msgstr ""
435
+
436
+ #: ../admin/classes/tmp/settings.php:14
437
+ msgid "Icon"
438
+ msgstr "Иконка"
439
+
440
+ #: ../admin/classes/tmp/settings.php:15
441
+ msgid "Text"
442
+ msgstr "Текст"
443
+
444
+ #: ../admin/classes/tmp/settings.php:20
445
+ msgid "Button Text"
446
+ msgstr ""
447
+
448
+ #: ../admin/classes/tmp/settings.php:24
449
+ msgid "Button Icon"
450
+ msgstr ""
451
+
452
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
453
+ msgid "Best size: 16x16"
454
+ msgstr ""
455
+
456
+ #: ../admin/classes/tmp/settings.php:28
457
+ msgid "Unlike"
458
+ msgstr ""
459
+
460
+ #: ../admin/classes/tmp/settings.php:29
461
+ msgid "Text After Like"
462
+ msgstr ""
463
+
464
+ #: ../admin/classes/tmp/settings.php:34
465
+ msgid "Return To The Initial"
466
+ msgstr ""
467
+
468
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
469
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
470
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
471
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
472
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
473
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
474
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
475
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
476
+ msgid "Activate"
477
+ msgstr "Активировать"
478
+
479
+ #: ../admin/classes/tmp/settings.php:36
480
+ msgid ""
481
+ "Return to the initial Like button after Unlike. (Not Showing text after "
482
+ "unlike)"
483
+ msgstr ""
484
+
485
+ #: ../admin/classes/tmp/settings.php:39
486
+ msgid "Like Me Again!"
487
+ msgstr ""
488
+
489
+ #: ../admin/classes/tmp/settings.php:40
490
+ msgid "Text After Unlike"
491
+ msgstr ""
492
+
493
+ #: ../admin/classes/tmp/settings.php:43
494
+ msgid "You have not permission to unlike"
495
+ msgstr ""
496
+
497
+ #: ../admin/classes/tmp/settings.php:44
498
+ msgid "Permission Text"
499
+ msgstr ""
500
+
501
+ #: ../admin/classes/tmp/settings.php:48
502
+ msgid "Users Login Type"
503
+ msgstr ""
504
+
505
+ #: ../admin/classes/tmp/settings.php:51
506
+ msgid "Alert Box"
507
+ msgstr ""
508
+
509
+ #: ../admin/classes/tmp/settings.php:52
510
+ msgid "Like Button"
511
+ msgstr ""
512
+
513
+ #: ../admin/classes/tmp/settings.php:56
514
+ msgid "You Should Login To Submit Your Like"
515
+ msgstr ""
516
+
517
+ #: ../admin/classes/tmp/settings.php:57
518
+ msgid "Users Login Text"
519
+ msgstr ""
520
+
521
+ #: ../admin/classes/tmp/settings.php:62
522
+ msgid "Format Number"
523
+ msgstr ""
524
+
525
+ #: ../admin/classes/tmp/settings.php:64
526
+ msgid "Convert numbers of Likes with string (kilobyte) format."
527
+ msgstr ""
528
+
529
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
530
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
531
+ msgid "Auto Display Position"
532
+ msgstr ""
533
+
534
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
535
+ #: ../admin/classes/tmp/settings.php:368
536
+ msgid "Top of Content"
537
+ msgstr ""
538
+
539
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
540
+ msgid "Bottom of Content"
541
+ msgstr ""
542
+
543
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
544
+ #: ../admin/classes/tmp/settings.php:369
545
+ msgid "Top and Bottom"
546
+ msgstr ""
547
+
548
+ #: ../admin/classes/tmp/settings.php:90
549
+ msgid "Auto Display Filter"
550
+ msgstr ""
551
+
552
+ #: ../admin/classes/tmp/settings.php:92
553
+ msgid "Home"
554
+ msgstr "Главная"
555
+
556
+ #: ../admin/classes/tmp/settings.php:93
557
+ msgid "Single Posts"
558
+ msgstr ""
559
+
560
+ #: ../admin/classes/tmp/settings.php:94
561
+ msgid "Pages"
562
+ msgstr "Страницы"
563
+
564
+ #: ../admin/classes/tmp/settings.php:95
565
+ msgid "Archives"
566
+ msgstr "Архивы"
567
+
568
+ #: ../admin/classes/tmp/settings.php:96
569
+ msgid "Categories"
570
+ msgstr "Рубрики"
571
+
572
+ #: ../admin/classes/tmp/settings.php:97
573
+ msgid "Search Results"
574
+ msgstr "Поиск результатов"
575
+
576
+ #: ../admin/classes/tmp/settings.php:98
577
+ msgid "Tags"
578
+ msgstr "Метки"
579
+
580
+ #: ../admin/classes/tmp/settings.php:99
581
+ msgid "Author Page"
582
+ msgstr ""
583
+
584
+ #: ../admin/classes/tmp/settings.php:101
585
+ msgid "You can filter theses pages on auto display option."
586
+ msgstr ""
587
+
588
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
589
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
590
+ msgid "Only registered Users"
591
+ msgstr ""
592
+
593
+ #: ../admin/classes/tmp/settings.php:108
594
+ msgid "<strong>Only</strong> registered users have permission to like posts."
595
+ msgstr ""
596
+
597
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
598
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
599
+ msgid "Do Not Log"
600
+ msgstr ""
601
+
602
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
603
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
604
+ msgid "Logged By Cookie"
605
+ msgstr ""
606
+
607
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
608
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
609
+ msgid "Logged By IP"
610
+ msgstr ""
611
+
612
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
613
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
614
+ msgid "Logged By Cookie & IP"
615
+ msgstr ""
616
+
617
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
618
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
619
+ msgid "Logged By Username"
620
+ msgstr ""
621
+
622
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
623
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
624
+ msgid "Show Liked Users Box"
625
+ msgstr ""
626
+
627
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
628
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
629
+ msgid ""
630
+ "Active this option to show liked users avatars in the bottom of button like."
631
+ msgstr ""
632
+
633
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
634
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
635
+ msgid "Size of Gravatars"
636
+ msgstr ""
637
+
638
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
639
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
640
+ msgid "Size of Gravatars to return (max is 512)"
641
+ msgstr ""
642
+
643
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
644
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
645
+ msgid "Number Of The Users"
646
+ msgstr ""
647
+
648
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
649
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
650
+ msgid "The number of users to show in the users liked box"
651
+ msgstr ""
652
+
653
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
654
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
655
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
656
+ msgid "Allowed Variables:"
657
+ msgstr ""
658
+
659
+ #: ../admin/classes/tmp/settings.php:174
660
+ msgid ""
661
+ "<strong>Only</strong> registered users have permission to like comments."
662
+ msgstr ""
663
+
664
+ #: ../admin/classes/tmp/settings.php:218
665
+ msgid "Customize"
666
+ msgstr "Настроить"
667
+
668
+ #: ../admin/classes/tmp/settings.php:223
669
+ msgid "Custom Style"
670
+ msgstr ""
671
+
672
+ #: ../admin/classes/tmp/settings.php:228
673
+ msgid "Active this option to see the custom style settings."
674
+ msgstr ""
675
+
676
+ #: ../admin/classes/tmp/settings.php:232
677
+ msgid "Button style"
678
+ msgstr ""
679
+
680
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
681
+ msgid "Background"
682
+ msgstr "Фон"
683
+
684
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
685
+ msgid "Border Color"
686
+ msgstr "Цвет рамки"
687
+
688
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
689
+ msgid "Text Color"
690
+ msgstr "Цвет текста"
691
+
692
+ #: ../admin/classes/tmp/settings.php:245
693
+ msgid "Counter Style"
694
+ msgstr ""
695
+
696
+ #: ../admin/classes/tmp/settings.php:258
697
+ msgid "Loading Animation"
698
+ msgstr ""
699
+
700
+ #: ../admin/classes/tmp/settings.php:281
701
+ msgid "Activity Content"
702
+ msgstr ""
703
+
704
+ #: ../admin/classes/tmp/settings.php:282
705
+ msgid "Activity Meta"
706
+ msgstr ""
707
+
708
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
709
+ msgid ""
710
+ "<strong>Only</strong> registered users have permission to like activities."
711
+ msgstr ""
712
+
713
+ #: ../admin/classes/tmp/settings.php:332
714
+ msgid "BuddyPress Activity"
715
+ msgstr ""
716
+
717
+ #: ../admin/classes/tmp/settings.php:334
718
+ msgid "insert new likes in buddyPress activity page"
719
+ msgstr ""
720
+
721
+ #: ../admin/classes/tmp/settings.php:355
722
+ msgid "bbPress"
723
+ msgstr ""
724
+
725
+ #: ../admin/classes/tmp/settings.php:412
726
+ msgid "Users who have liked this topic:"
727
+ msgstr ""
728
+
729
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
730
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
731
+ #: ../admin/logs.php:466
732
+ msgid "Logs"
733
+ msgstr "Логи"
734
+
735
+ #: ../admin/logs.php:80
736
+ msgid "Are you sure to remove this item?!"
737
+ msgstr ""
738
+
739
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
740
+ msgid "WP ULike Logs"
741
+ msgstr ""
742
+
743
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
744
+ msgid "ID"
745
+ msgstr "ID"
746
+
747
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
748
+ msgid "Username"
749
+ msgstr "Имя пользователя"
750
+
751
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
752
+ msgid "Status"
753
+ msgstr "Статус"
754
+
755
+ #: ../admin/logs.php:152
756
+ msgid "Post ID"
757
+ msgstr "ID записи"
758
+
759
+ #: ../admin/logs.php:153
760
+ msgid "Post Title"
761
+ msgstr ""
762
+
763
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
764
+ msgid "Date / Time"
765
+ msgstr ""
766
+
767
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
768
+ msgid "IP"
769
+ msgstr ""
770
+
771
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
772
+ msgid "Actions"
773
+ msgstr "Действия"
774
+
775
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
776
+ msgid "Guest User"
777
+ msgstr ""
778
+
779
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
780
+ msgid ""
781
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
782
+ "you don't have any data on this table)"
783
+ msgstr ""
784
+
785
+ #: ../admin/logs.php:275
786
+ msgid "Comment ID"
787
+ msgstr ""
788
+
789
+ #: ../admin/logs.php:276
790
+ msgid "Comment Author"
791
+ msgstr ""
792
+
793
+ #: ../admin/logs.php:277
794
+ msgid "Comment Text"
795
+ msgstr ""
796
+
797
+ #: ../admin/logs.php:404
798
+ msgid "Activity ID"
799
+ msgstr ""
800
+
801
+ #: ../admin/logs.php:405
802
+ msgid "Permalink"
803
+ msgstr "Постоянная ссылка"
804
+
805
+ #: ../admin/logs.php:442
806
+ #, php-format
807
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
808
+ msgstr ""
809
+
810
+ #: ../admin/stats.php:25
811
+ msgid "Welcome to WP ULike Statistics!"
812
+ msgstr ""
813
+
814
+ #: ../admin/stats.php:26
815
+ msgid "We have provided some useful statistics tools in this page:"
816
+ msgstr ""
817
+
818
+ #: ../admin/stats.php:30
819
+ msgid "Get Started"
820
+ msgstr "Для начала"
821
+
822
+ #: ../admin/stats.php:32
823
+ msgid "or"
824
+ msgstr "или"
825
+
826
+ #: ../admin/stats.php:35
827
+ msgid "Other Tools"
828
+ msgstr ""
829
+
830
+ #: ../admin/stats.php:43
831
+ msgid "Documentation"
832
+ msgstr "Документация"
833
+
834
+ #: ../admin/stats.php:72
835
+ msgid "Posts Likes Summary"
836
+ msgstr ""
837
+
838
+ #: ../admin/stats.php:79
839
+ msgid "Comments Likes Summary"
840
+ msgstr ""
841
+
842
+ #: ../admin/stats.php:86
843
+ msgid "Activities Likes Summary"
844
+ msgstr ""
845
+
846
+ #: ../admin/stats.php:97 ../admin/stats.php:272
847
+ msgid "Summary"
848
+ msgstr "Суммарно"
849
+
850
+ #: ../admin/stats.php:106
851
+ msgid "Total Likes"
852
+ msgstr ""
853
+
854
+ #: ../admin/stats.php:121
855
+ msgid "Today"
856
+ msgstr "Сегодня"
857
+
858
+ #: ../admin/stats.php:126
859
+ msgid "Yesterday"
860
+ msgstr "Вчера"
861
+
862
+ #: ../admin/stats.php:131
863
+ msgid "Week"
864
+ msgstr ""
865
+
866
+ #: ../admin/stats.php:136
867
+ msgid "Month"
868
+ msgstr "Месяц"
869
+
870
+ #: ../admin/stats.php:141
871
+ msgid "Total"
872
+ msgstr "Общая стоимость"
873
+
874
+ #: ../admin/stats.php:155 ../admin/stats.php:276
875
+ msgid "Likes Percent"
876
+ msgstr ""
877
+
878
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
879
+ #: ../admin/stats.php:192
880
+ #, php-format
881
+ msgid "In The Last %s Days"
882
+ msgstr ""
883
+
884
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
885
+ msgid "View Logs"
886
+ msgstr ""
887
+
888
+ #: ../admin/stats.php:180 ../admin/stats.php:273
889
+ msgid "Posts Likes Stats"
890
+ msgstr ""
891
+
892
+ #: ../admin/stats.php:186 ../admin/stats.php:274
893
+ msgid "Comments Likes Stats"
894
+ msgstr ""
895
+
896
+ #: ../admin/stats.php:192 ../admin/stats.php:275
897
+ msgid "Activities Likes Stats"
898
+ msgstr ""
899
+
900
+ #: ../admin/stats.php:269
901
+ msgid "Show on screen"
902
+ msgstr "На экране отображаются"
903
+
904
+ #: ../admin/stats.php:271
905
+ msgid "Welcome"
906
+ msgstr "Добро пожаловать"
907
+
908
+ #: ../admin/stats.php:279
909
+ msgid "Days"
910
+ msgstr "Дней"
911
+
912
+ #: ../inc/wp-functions.php:172
913
+ msgid "WP ULike Activity"
914
+ msgstr ""
915
+
916
+ #: ../inc/wp-strings.php:3
917
+ msgid "Allow To Like"
918
+ msgstr ""
919
+
920
+ #: ../inc/wp-strings.php:4
921
+ msgid "Guests Only"
922
+ msgstr ""
923
+
924
+ #: ../inc/wp-strings.php:5
925
+ msgid "Registered Users Only"
926
+ msgstr ""
927
+
928
+ #: ../inc/wp-strings.php:6
929
+ msgid "Registered Users And Guests"
930
+ msgstr ""
931
+
932
+ #: ../inc/wp-strings.php:7
933
+ msgid "Who Is Allowed To Like?"
934
+ msgstr ""
935
+
936
+ #: ../inc/wp-strings.php:8
937
+ msgid "Filter Options:"
938
+ msgstr ""
939
+
940
+ #: ../inc/wp-strings.php:9
941
+ msgid "Sort Options:"
942
+ msgstr ""
943
+
944
+ #: ../inc/wp-strings.php:10
945
+ msgid "Themes"
946
+ msgstr "Темы"
947
+
948
+ #: ../inc/wp-strings.php:11
949
+ msgid "Dislike"
950
+ msgstr ""
951
+
952
+ #: ../inc/wp-strings.php:12
953
+ msgid "Dislike Support"
954
+ msgstr ""
955
+
956
+ #: ../inc/wp-strings.php:13
957
+ msgid "Text After Dislike"
958
+ msgstr ""
959
+
960
+ #: ../inc/wp-strings.php:14
961
+ msgid "Show Counter"
962
+ msgstr ""
963
+
964
+ #: ../inc/wp-strings.php:15
965
+ msgid "Show tooltips"
966
+ msgstr ""
967
+
968
+ #: ../inc/wp-strings.php:16
969
+ msgid "Alignment"
970
+ msgstr "Выравнивание"
971
+
972
+ #: ../inc/wp-strings.php:17
973
+ msgid "Left"
974
+ msgstr "Слева"
975
+
976
+ #: ../inc/wp-strings.php:18
977
+ msgid "Center"
978
+ msgstr "По центру"
979
+
980
+ #: ../inc/wp-strings.php:19
981
+ msgid "Right"
982
+ msgstr "Справа"
983
+
984
+ #: ../inc/wp-strings.php:20
985
+ msgid "Cookie Life time"
986
+ msgstr ""
987
+
988
+ #: ../inc/wp-strings.php:21
989
+ msgid "BuddyPress Notifications"
990
+ msgstr ""
991
+
992
+ #: ../inc/wp-strings.php:22
993
+ msgid "Liker Attempts"
994
+ msgstr ""
995
+
996
+ #: ../inc/wp-strings.php:23
997
+ msgid "Liked Users Box Style"
998
+ msgstr ""
999
+
1000
+ #: ../inc/wp-strings.php:24
1001
+ msgid "Tooltip"
1002
+ msgstr "Подсказка"
1003
+
1004
+ #: ../inc/wp-strings.php:25
1005
+ msgid "Default"
1006
+ msgstr "По умолчанию"
1007
+
1008
+ #: ../inc/wp-strings.php:29
1009
+ msgid "Total Users Liked"
1010
+ msgstr ""
1011
+
1012
+ #: ../inc/wp-strings.php:30
1013
+ msgid "Total Posts Liked"
1014
+ msgstr ""
1015
+
1016
+ #: ../inc/wp-strings.php:31
1017
+ msgid "Total Comments Liked"
1018
+ msgstr ""
1019
+
1020
+ #: ../inc/wp-strings.php:32
1021
+ msgid "Upvote"
1022
+ msgstr ""
1023
+
1024
+ #: ../inc/wp-strings.php:33
1025
+ msgid "Downvote"
1026
+ msgstr ""
1027
+
1028
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1029
+ msgid "You need to login in order to like this post: "
1030
+ msgstr ""
1031
+
1032
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1033
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1034
+ msgid "click here"
1035
+ msgstr ""
1036
+
1037
+ #: ../inc/wp-ulike-buddypress.php:74
1038
+ msgid "You need to login in order to like this activity: "
1039
+ msgstr ""
1040
+
1041
+ #: ../inc/wp-ulike-comments.php:69
1042
+ msgid "You need to login in order to like this comment: "
1043
+ msgstr ""
lang/alimir-sk_SK.mo ADDED
Binary file
lang/alimir-sk_SK.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:19+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/sk_SK/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: sk_SK\n"
15
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Verzia"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Začíname"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Tvorcovia"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Podpora"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "FAQ"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Recenzie"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr "Kontakt"
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Vedúci projektu"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Preklady"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr "Páči sa vám tento modul?"
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Nastavenia boli uložené."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Prehľad"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Príspevky"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Komentárov"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Viac informácií:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Vybrať %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "on"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Nadpis:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Hlavné"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr "Ikona"
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Text"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Aktivovať"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Domov"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Stránok"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Archívy"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Kategórie"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Výsledky vyhľadávania"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Značky"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Prispôsobiť"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Pozadie"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr ""
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Farba textu"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Záznamy"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Meno užívateľa"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Stav"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr "ID príspevku"
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Akcie"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "Trvalý odkaz"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Začíname"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "alebo"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Dokumentácia"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Súhrn"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Dnes"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "Včera"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Mesiac"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Celkom"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Zobraziť na obrazovke"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Vitajte"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr "Dní"
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Témy"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Zarovnanie"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Vľavo"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Stred"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Vpravo"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Štandardná"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-sv_SE.mo ADDED
Binary file
lang/alimir-sv_SE.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:17+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/sv_SE/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: sv_SE\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Version"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Komma igång!"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Credits"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Support"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "FAQ"
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "Omdömen"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr ""
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Projektledare"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Översättningar"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr ""
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Inställningarna sparade."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr ""
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Översikt"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Inlägg"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Kommentarer"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "För mer information:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Välj %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "på"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Titel:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr ""
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Allmänna"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr ""
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Text"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Aktivera"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr ""
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Hem"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Sidor"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Arkiv"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Kategorier"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Sökresultat"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Etiketter"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Anpassa"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Bakgrund"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr ""
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Textfärg"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Loggar"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Användarnamn"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Status"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr ""
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Åtgärd"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr ""
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Kom igång"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "eller"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Dokumentation"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Sammanfattning"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Idag"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr "Igår"
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Månad"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Totalt"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Visa på skärmen"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Välkommen"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr ""
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Teman"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Justering"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Länkar"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Center"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Höger"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr ""
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Standard"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-tr_TR.mo ADDED
Binary file
lang/alimir-tr_TR.po ADDED
@@ -0,0 +1,1042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:10+0330\n"
8
+ "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/tr_TR/)\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: tr_TR\n"
15
+ "Plural-Forms: nplurals=1; plural=0;\n"
16
+ "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPath-1: ..\n"
22
+
23
+ #: ../admin/about.php:74
24
+ msgid "Welcome to WP ULike"
25
+ msgstr ""
26
+
27
+ #: ../admin/about.php:76
28
+ msgid ""
29
+ "Thank you for choosing WP ULike! This version is our leanest and most "
30
+ "powerful version yet."
31
+ msgstr ""
32
+
33
+ #: ../admin/about.php:77 ../admin/stats.php:32
34
+ msgid "Visit our homepage"
35
+ msgstr ""
36
+
37
+ #: ../admin/about.php:79
38
+ msgid "Version"
39
+ msgstr "Sürüm"
40
+
41
+ #: ../admin/about.php:82
42
+ msgid "Getting Started"
43
+ msgstr "Başlarken"
44
+
45
+ #: ../admin/about.php:83
46
+ msgid "Credits"
47
+ msgstr "Krediler"
48
+
49
+ #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
+ #: ../admin/stats.php:45
51
+ msgid "Support"
52
+ msgstr "Destek"
53
+
54
+ #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
+ #: ../admin/stats.php:46
56
+ msgid "FAQ"
57
+ msgstr "S.S.S."
58
+
59
+ #: ../admin/about.php:86
60
+ msgid "Reviews"
61
+ msgstr "İncelemeler"
62
+
63
+ #: ../admin/about.php:87 ../admin/stats.php:47
64
+ msgid "Contact"
65
+ msgstr "İletişim"
66
+
67
+ #: ../admin/about.php:99
68
+ msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
+
71
+ #: ../admin/about.php:103
72
+ msgid "New Statistics Design + Screen Option"
73
+ msgstr ""
74
+
75
+ #: ../admin/about.php:108
76
+ msgid "New Statistics Page"
77
+ msgstr ""
78
+
79
+ #: ../admin/about.php:116
80
+ msgid "New Class-based programming"
81
+ msgstr ""
82
+
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
+ #: ../inc/wp-strings.php:27
85
+ msgid "Most Liked Comments"
86
+ msgstr ""
87
+
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
89
+ #: ../admin/classes/class-settings.php:63
90
+ #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
+ msgid "Logging Method"
94
+ msgstr ""
95
+
96
+ #: ../admin/about.php:133
97
+ msgid "New options in logs pages"
98
+ msgstr ""
99
+
100
+ #: ../admin/about.php:138
101
+ msgid "New setting panel"
102
+ msgstr ""
103
+
104
+ #: ../admin/about.php:145
105
+ msgid "Better coding on plugin files"
106
+ msgstr ""
107
+
108
+ #: ../admin/about.php:150
109
+ msgid "Buddypress likes support"
110
+ msgstr ""
111
+
112
+ #: ../admin/about.php:155
113
+ msgid "Likes logs support"
114
+ msgstr ""
115
+
116
+ #: ../admin/about.php:164
117
+ msgid "WP ULike is created by many love and time. Enjoy it :)"
118
+ msgstr ""
119
+
120
+ #: ../admin/about.php:165
121
+ msgid "Project Leaders"
122
+ msgstr "Proje liderleri"
123
+
124
+ #: ../admin/about.php:170
125
+ msgid "Project Lead & Developer"
126
+ msgstr ""
127
+
128
+ #: ../admin/about.php:174
129
+ msgid "Translations"
130
+ msgstr "Çeviriler"
131
+
132
+ #: ../admin/about.php:185
133
+ msgid "Other Plugins"
134
+ msgstr ""
135
+
136
+ #: ../admin/about.php:204
137
+ msgid "Like this plugin?"
138
+ msgstr "Bu eklentiyi beğendin mi?"
139
+
140
+ #: ../admin/about.php:205
141
+ msgid ""
142
+ "Show your support by Rating 5 Star in <a href=\"http://wordpress.org/plugins/"
143
+ "wp-ulike\"> Plugin Directory reviews</a>"
144
+ msgstr ""
145
+
146
+ #: ../admin/admin.php:39
147
+ #, php-format
148
+ msgid ""
149
+ " Thank you for choosing <a href=\"%s\" title=\"Wordpress ULike\" target="
150
+ "\"_blank\">WP ULike</a>. Created by <a href=\"%s\" title=\"Wordpress ULike\" "
151
+ "target=\"_blank\">Ali Mirzaei</a>"
152
+ msgstr ""
153
+
154
+ #: ../admin/admin.php:72
155
+ msgid "WP ULike Settings"
156
+ msgstr ""
157
+
158
+ #: ../admin/admin.php:75
159
+ msgid "WP ULike"
160
+ msgstr ""
161
+
162
+ #: ../admin/admin.php:83
163
+ msgid "Settings saved."
164
+ msgstr "Ayarlar kaydedildi."
165
+
166
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
167
+ msgid "Post Likes Logs"
168
+ msgstr ""
169
+
170
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
171
+ msgid "Comment Likes Logs"
172
+ msgstr ""
173
+
174
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
175
+ msgid "Activity Likes Logs"
176
+ msgstr ""
177
+
178
+ #: ../admin/admin.php:121 ../admin/stats.php:18
179
+ msgid "WP ULike Statistics"
180
+ msgstr ""
181
+
182
+ #: ../admin/admin.php:125 ../admin/stats.php:31
183
+ msgid "About WP ULike"
184
+ msgstr ""
185
+
186
+ #: ../admin/classes/class-settings.php:17
187
+ msgid "Custom Settings"
188
+ msgstr ""
189
+
190
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
191
+ msgid "Save Settings"
192
+ msgstr "Ayarları Sakla"
193
+
194
+ #: ../admin/classes/class-settings.php:29
195
+ msgid "Reset Settings"
196
+ msgstr ""
197
+
198
+ #: ../admin/classes/class-settings.php:44
199
+ msgid "Overview"
200
+ msgstr "Anahatlar"
201
+
202
+ #: ../admin/classes/class-settings.php:46
203
+ msgid ""
204
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
205
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
206
+ "comments AND buddypress activities. Its very simple to use and supports many "
207
+ "options."
208
+ msgstr ""
209
+
210
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
211
+ msgid "Posts"
212
+ msgstr "Gönderiler"
213
+
214
+ #: ../admin/classes/class-settings.php:54
215
+ #: ../admin/classes/class-settings.php:63
216
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
217
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
218
+ #: ../admin/classes/tmp/settings.php:360
219
+ msgid "Automatic display"
220
+ msgstr ""
221
+
222
+ #: ../admin/classes/class-settings.php:54
223
+ msgid ""
224
+ "If you disable this option, you have to put manually this code on wordpress "
225
+ "while loop"
226
+ msgstr ""
227
+
228
+ #: ../admin/classes/class-settings.php:54
229
+ #: ../admin/classes/class-settings.php:63
230
+ #: ../admin/classes/class-settings.php:71
231
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
232
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
233
+ msgid "Users Like Box Template"
234
+ msgstr ""
235
+
236
+ #: ../admin/classes/class-settings.php:54
237
+ #: ../admin/classes/class-settings.php:63
238
+ #: ../admin/classes/class-settings.php:71
239
+ msgid "Default Template:"
240
+ msgstr ""
241
+
242
+ #: ../admin/classes/class-settings.php:54
243
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
244
+ msgid "Users who have LIKED this post:"
245
+ msgstr ""
246
+
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/class-settings.php:63
249
+ #: ../admin/classes/class-settings.php:71
250
+ msgid ""
251
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
252
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
253
+ "do not work"
254
+ msgstr ""
255
+
256
+ #: ../admin/classes/class-settings.php:54
257
+ #: ../admin/classes/class-settings.php:63
258
+ #: ../admin/classes/class-settings.php:71
259
+ msgid ""
260
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
261
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
262
+ "undislike capacity do not work"
263
+ msgstr ""
264
+
265
+ #: ../admin/classes/class-settings.php:54
266
+ #: ../admin/classes/class-settings.php:63
267
+ #: ../admin/classes/class-settings.php:71
268
+ msgid ""
269
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
270
+ "for all users, the convey of like/dislike condition will check by user IP"
271
+ msgstr ""
272
+
273
+ #: ../admin/classes/class-settings.php:54
274
+ #: ../admin/classes/class-settings.php:63
275
+ #: ../admin/classes/class-settings.php:71
276
+ msgid ""
277
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
278
+ "will save for all users, the convey of like/dislike condition will check by "
279
+ "user IP & SetCookie"
280
+ msgstr ""
281
+
282
+ #: ../admin/classes/class-settings.php:54
283
+ #: ../admin/classes/class-settings.php:63
284
+ #: ../admin/classes/class-settings.php:71
285
+ msgid ""
286
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
287
+ "is saved for registered users, the convey of like/dislike condition will "
288
+ "check by username, There is no permission for guest users to unlike/undislike"
289
+ msgstr ""
290
+
291
+ #: ../admin/classes/class-settings.php:61
292
+ #: ../admin/classes/tmp/settings.php:151
293
+ msgid "Comments"
294
+ msgstr "Yorumlar"
295
+
296
+ #: ../admin/classes/class-settings.php:63
297
+ msgid ""
298
+ "If you disable this option, you have to put manually this code on comments "
299
+ "text"
300
+ msgstr ""
301
+
302
+ #: ../admin/classes/class-settings.php:63
303
+ #: ../admin/classes/tmp/settings.php:209
304
+ msgid "Users who have LIKED this comment:"
305
+ msgstr ""
306
+
307
+ #: ../admin/classes/class-settings.php:69
308
+ #: ../admin/classes/tmp/settings.php:268
309
+ msgid "BuddyPress"
310
+ msgstr "BuddyPress"
311
+
312
+ #: ../admin/classes/class-settings.php:71
313
+ msgid ""
314
+ "If you disable this option, you have to put manually this code on buddypres "
315
+ "activities content"
316
+ msgstr ""
317
+
318
+ #: ../admin/classes/class-settings.php:71
319
+ #: ../admin/classes/tmp/settings.php:325
320
+ msgid "Users who have liked this activity:"
321
+ msgstr ""
322
+
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:339
325
+ msgid "Post Activity Text"
326
+ msgstr ""
327
+
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:345
330
+ msgid "Comment Activity Text"
331
+ msgstr ""
332
+
333
+ #: ../admin/classes/class-settings.php:76
334
+ msgid "For more information:"
335
+ msgstr "Daha fazla bilgi için:"
336
+
337
+ #: ../admin/classes/class-settings.php:135
338
+ msgid "Default settings have been reset."
339
+ msgstr ""
340
+
341
+ #: ../admin/classes/class-settings.php:212
342
+ msgid ""
343
+ "Do you really want to reset all these settings to their default values ?"
344
+ msgstr ""
345
+
346
+ #: ../admin/classes/class-settings.php:277
347
+ #: ../admin/classes/class-settings.php:288
348
+ #: ../admin/classes/class-settings.php:312
349
+ msgid "No options defined."
350
+ msgstr ""
351
+
352
+ #: ../admin/classes/class-settings.php:299
353
+ #, php-format
354
+ msgid "Select %s"
355
+ msgstr "Seç %s"
356
+
357
+ #: ../admin/classes/class-settings.php:300
358
+ #, php-format
359
+ msgid "Remove %s"
360
+ msgstr ""
361
+
362
+ #: ../admin/classes/class-settings.php:324
363
+ msgid "No action defined."
364
+ msgstr ""
365
+
366
+ #: ../admin/classes/class-widget.php:11
367
+ msgid "WP Ulike Widget"
368
+ msgstr ""
369
+
370
+ #: ../admin/classes/class-widget.php:12
371
+ msgid ""
372
+ "An advanced widget that gives you all most liked records with different types"
373
+ msgstr ""
374
+
375
+ #: ../admin/classes/class-widget.php:74
376
+ msgid "you haven't liked any post yet!"
377
+ msgstr ""
378
+
379
+ #: ../admin/classes/class-widget.php:103
380
+ msgid "on"
381
+ msgstr "off"
382
+
383
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
384
+ msgid "Like"
385
+ msgstr ""
386
+
387
+ #: ../admin/classes/class-widget.php:224
388
+ msgid "Most Liked"
389
+ msgstr ""
390
+
391
+ #: ../admin/classes/class-widget.php:228
392
+ msgid "Title:"
393
+ msgstr "Başlık:"
394
+
395
+ #: ../admin/classes/class-widget.php:233
396
+ msgid "Type:"
397
+ msgstr "Tip:"
398
+
399
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
400
+ msgid "Most Liked Posts"
401
+ msgstr ""
402
+
403
+ #: ../admin/classes/class-widget.php:237
404
+ msgid "Most Liked Activities"
405
+ msgstr ""
406
+
407
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
408
+ msgid "Most Liked Users"
409
+ msgstr ""
410
+
411
+ #: ../admin/classes/class-widget.php:239
412
+ msgid "Last Posts Liked By User"
413
+ msgstr ""
414
+
415
+ #: ../admin/classes/class-widget.php:244
416
+ msgid "Number of items to show:"
417
+ msgstr ""
418
+
419
+ #: ../admin/classes/class-widget.php:249
420
+ msgid "User avatar size:"
421
+ msgstr ""
422
+
423
+ #: ../admin/classes/class-widget.php:255
424
+ msgid "Activate Like Counter"
425
+ msgstr ""
426
+
427
+ #: ../admin/classes/tmp/settings.php:7
428
+ msgid "General"
429
+ msgstr "Genel"
430
+
431
+ #: ../admin/classes/tmp/settings.php:11
432
+ msgid "Button Type"
433
+ msgstr ""
434
+
435
+ #: ../admin/classes/tmp/settings.php:14
436
+ msgid "Icon"
437
+ msgstr "Simge"
438
+
439
+ #: ../admin/classes/tmp/settings.php:15
440
+ msgid "Text"
441
+ msgstr "Metin"
442
+
443
+ #: ../admin/classes/tmp/settings.php:20
444
+ msgid "Button Text"
445
+ msgstr ""
446
+
447
+ #: ../admin/classes/tmp/settings.php:24
448
+ msgid "Button Icon"
449
+ msgstr ""
450
+
451
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
452
+ msgid "Best size: 16x16"
453
+ msgstr ""
454
+
455
+ #: ../admin/classes/tmp/settings.php:28
456
+ msgid "Unlike"
457
+ msgstr ""
458
+
459
+ #: ../admin/classes/tmp/settings.php:29
460
+ msgid "Text After Like"
461
+ msgstr ""
462
+
463
+ #: ../admin/classes/tmp/settings.php:34
464
+ msgid "Return To The Initial"
465
+ msgstr ""
466
+
467
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
468
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
469
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
470
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
471
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
472
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
473
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
474
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
475
+ msgid "Activate"
476
+ msgstr "Etkinleştir"
477
+
478
+ #: ../admin/classes/tmp/settings.php:36
479
+ msgid ""
480
+ "Return to the initial Like button after Unlike. (Not Showing text after "
481
+ "unlike)"
482
+ msgstr ""
483
+
484
+ #: ../admin/classes/tmp/settings.php:39
485
+ msgid "Like Me Again!"
486
+ msgstr ""
487
+
488
+ #: ../admin/classes/tmp/settings.php:40
489
+ msgid "Text After Unlike"
490
+ msgstr ""
491
+
492
+ #: ../admin/classes/tmp/settings.php:43
493
+ msgid "You have not permission to unlike"
494
+ msgstr ""
495
+
496
+ #: ../admin/classes/tmp/settings.php:44
497
+ msgid "Permission Text"
498
+ msgstr ""
499
+
500
+ #: ../admin/classes/tmp/settings.php:48
501
+ msgid "Users Login Type"
502
+ msgstr ""
503
+
504
+ #: ../admin/classes/tmp/settings.php:51
505
+ msgid "Alert Box"
506
+ msgstr ""
507
+
508
+ #: ../admin/classes/tmp/settings.php:52
509
+ msgid "Like Button"
510
+ msgstr "Beğen Butonu"
511
+
512
+ #: ../admin/classes/tmp/settings.php:56
513
+ msgid "You Should Login To Submit Your Like"
514
+ msgstr ""
515
+
516
+ #: ../admin/classes/tmp/settings.php:57
517
+ msgid "Users Login Text"
518
+ msgstr ""
519
+
520
+ #: ../admin/classes/tmp/settings.php:62
521
+ msgid "Format Number"
522
+ msgstr ""
523
+
524
+ #: ../admin/classes/tmp/settings.php:64
525
+ msgid "Convert numbers of Likes with string (kilobyte) format."
526
+ msgstr ""
527
+
528
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
529
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
530
+ msgid "Auto Display Position"
531
+ msgstr ""
532
+
533
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
534
+ #: ../admin/classes/tmp/settings.php:368
535
+ msgid "Top of Content"
536
+ msgstr ""
537
+
538
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
539
+ msgid "Bottom of Content"
540
+ msgstr ""
541
+
542
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
543
+ #: ../admin/classes/tmp/settings.php:369
544
+ msgid "Top and Bottom"
545
+ msgstr ""
546
+
547
+ #: ../admin/classes/tmp/settings.php:90
548
+ msgid "Auto Display Filter"
549
+ msgstr ""
550
+
551
+ #: ../admin/classes/tmp/settings.php:92
552
+ msgid "Home"
553
+ msgstr "Anasayfa"
554
+
555
+ #: ../admin/classes/tmp/settings.php:93
556
+ msgid "Single Posts"
557
+ msgstr ""
558
+
559
+ #: ../admin/classes/tmp/settings.php:94
560
+ msgid "Pages"
561
+ msgstr "Sayfalar"
562
+
563
+ #: ../admin/classes/tmp/settings.php:95
564
+ msgid "Archives"
565
+ msgstr "Arşiv"
566
+
567
+ #: ../admin/classes/tmp/settings.php:96
568
+ msgid "Categories"
569
+ msgstr "Kategoriler"
570
+
571
+ #: ../admin/classes/tmp/settings.php:97
572
+ msgid "Search Results"
573
+ msgstr "Arama Sonuçları"
574
+
575
+ #: ../admin/classes/tmp/settings.php:98
576
+ msgid "Tags"
577
+ msgstr "Etiketler"
578
+
579
+ #: ../admin/classes/tmp/settings.php:99
580
+ msgid "Author Page"
581
+ msgstr ""
582
+
583
+ #: ../admin/classes/tmp/settings.php:101
584
+ msgid "You can filter theses pages on auto display option."
585
+ msgstr ""
586
+
587
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
588
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
589
+ msgid "Only registered Users"
590
+ msgstr ""
591
+
592
+ #: ../admin/classes/tmp/settings.php:108
593
+ msgid "<strong>Only</strong> registered users have permission to like posts."
594
+ msgstr ""
595
+
596
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
597
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
598
+ msgid "Do Not Log"
599
+ msgstr ""
600
+
601
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
602
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
603
+ msgid "Logged By Cookie"
604
+ msgstr ""
605
+
606
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
607
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
608
+ msgid "Logged By IP"
609
+ msgstr ""
610
+
611
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
612
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
613
+ msgid "Logged By Cookie & IP"
614
+ msgstr ""
615
+
616
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
617
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
618
+ msgid "Logged By Username"
619
+ msgstr ""
620
+
621
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
622
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
623
+ msgid "Show Liked Users Box"
624
+ msgstr ""
625
+
626
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
627
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
628
+ msgid ""
629
+ "Active this option to show liked users avatars in the bottom of button like."
630
+ msgstr ""
631
+
632
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
633
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
634
+ msgid "Size of Gravatars"
635
+ msgstr ""
636
+
637
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
638
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
639
+ msgid "Size of Gravatars to return (max is 512)"
640
+ msgstr ""
641
+
642
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
643
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
644
+ msgid "Number Of The Users"
645
+ msgstr ""
646
+
647
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
648
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
649
+ msgid "The number of users to show in the users liked box"
650
+ msgstr ""
651
+
652
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
653
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
654
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
655
+ msgid "Allowed Variables:"
656
+ msgstr ""
657
+
658
+ #: ../admin/classes/tmp/settings.php:174
659
+ msgid ""
660
+ "<strong>Only</strong> registered users have permission to like comments."
661
+ msgstr ""
662
+
663
+ #: ../admin/classes/tmp/settings.php:218
664
+ msgid "Customize"
665
+ msgstr "Özelleştir"
666
+
667
+ #: ../admin/classes/tmp/settings.php:223
668
+ msgid "Custom Style"
669
+ msgstr ""
670
+
671
+ #: ../admin/classes/tmp/settings.php:228
672
+ msgid "Active this option to see the custom style settings."
673
+ msgstr ""
674
+
675
+ #: ../admin/classes/tmp/settings.php:232
676
+ msgid "Button style"
677
+ msgstr ""
678
+
679
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
680
+ msgid "Background"
681
+ msgstr "Arkaplan"
682
+
683
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
684
+ msgid "Border Color"
685
+ msgstr "Kenar Rengi"
686
+
687
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
688
+ msgid "Text Color"
689
+ msgstr "Metin Rengi"
690
+
691
+ #: ../admin/classes/tmp/settings.php:245
692
+ msgid "Counter Style"
693
+ msgstr ""
694
+
695
+ #: ../admin/classes/tmp/settings.php:258
696
+ msgid "Loading Animation"
697
+ msgstr ""
698
+
699
+ #: ../admin/classes/tmp/settings.php:281
700
+ msgid "Activity Content"
701
+ msgstr ""
702
+
703
+ #: ../admin/classes/tmp/settings.php:282
704
+ msgid "Activity Meta"
705
+ msgstr ""
706
+
707
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
708
+ msgid ""
709
+ "<strong>Only</strong> registered users have permission to like activities."
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:332
713
+ msgid "BuddyPress Activity"
714
+ msgstr ""
715
+
716
+ #: ../admin/classes/tmp/settings.php:334
717
+ msgid "insert new likes in buddyPress activity page"
718
+ msgstr ""
719
+
720
+ #: ../admin/classes/tmp/settings.php:355
721
+ msgid "bbPress"
722
+ msgstr ""
723
+
724
+ #: ../admin/classes/tmp/settings.php:412
725
+ msgid "Users who have liked this topic:"
726
+ msgstr ""
727
+
728
+ #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
729
+ #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
730
+ #: ../admin/logs.php:466
731
+ msgid "Logs"
732
+ msgstr "Günlükler"
733
+
734
+ #: ../admin/logs.php:80
735
+ msgid "Are you sure to remove this item?!"
736
+ msgstr ""
737
+
738
+ #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
739
+ msgid "WP ULike Logs"
740
+ msgstr ""
741
+
742
+ #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
743
+ msgid "ID"
744
+ msgstr "ID"
745
+
746
+ #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
747
+ msgid "Username"
748
+ msgstr "Kullanıcıadı"
749
+
750
+ #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
751
+ msgid "Status"
752
+ msgstr "Durum"
753
+
754
+ #: ../admin/logs.php:152
755
+ msgid "Post ID"
756
+ msgstr "Gönderi ID'si"
757
+
758
+ #: ../admin/logs.php:153
759
+ msgid "Post Title"
760
+ msgstr ""
761
+
762
+ #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
763
+ msgid "Date / Time"
764
+ msgstr ""
765
+
766
+ #: ../admin/logs.php:155 ../admin/logs.php:279 ../admin/logs.php:407
767
+ msgid "IP"
768
+ msgstr ""
769
+
770
+ #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
771
+ msgid "Actions"
772
+ msgstr "Eylemler"
773
+
774
+ #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
775
+ msgid "Guest User"
776
+ msgstr ""
777
+
778
+ #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
779
+ msgid ""
780
+ "<strong>ERROR:</strong> No Record Found. (This problem is created because "
781
+ "you don't have any data on this table)"
782
+ msgstr ""
783
+
784
+ #: ../admin/logs.php:275
785
+ msgid "Comment ID"
786
+ msgstr ""
787
+
788
+ #: ../admin/logs.php:276
789
+ msgid "Comment Author"
790
+ msgstr ""
791
+
792
+ #: ../admin/logs.php:277
793
+ msgid "Comment Text"
794
+ msgstr ""
795
+
796
+ #: ../admin/logs.php:404
797
+ msgid "Activity ID"
798
+ msgstr ""
799
+
800
+ #: ../admin/logs.php:405
801
+ msgid "Permalink"
802
+ msgstr "Kalıcı bağlantı"
803
+
804
+ #: ../admin/logs.php:442
805
+ #, php-format
806
+ msgid "<a href=\"%1$s\">Activity Permalink</a>"
807
+ msgstr ""
808
+
809
+ #: ../admin/stats.php:25
810
+ msgid "Welcome to WP ULike Statistics!"
811
+ msgstr ""
812
+
813
+ #: ../admin/stats.php:26
814
+ msgid "We have provided some useful statistics tools in this page:"
815
+ msgstr ""
816
+
817
+ #: ../admin/stats.php:30
818
+ msgid "Get Started"
819
+ msgstr "Başlangıç"
820
+
821
+ #: ../admin/stats.php:32
822
+ msgid "or"
823
+ msgstr "ya da"
824
+
825
+ #: ../admin/stats.php:35
826
+ msgid "Other Tools"
827
+ msgstr ""
828
+
829
+ #: ../admin/stats.php:43
830
+ msgid "Documentation"
831
+ msgstr "Belgeler"
832
+
833
+ #: ../admin/stats.php:72
834
+ msgid "Posts Likes Summary"
835
+ msgstr ""
836
+
837
+ #: ../admin/stats.php:79
838
+ msgid "Comments Likes Summary"
839
+ msgstr ""
840
+
841
+ #: ../admin/stats.php:86
842
+ msgid "Activities Likes Summary"
843
+ msgstr ""
844
+
845
+ #: ../admin/stats.php:97 ../admin/stats.php:272
846
+ msgid "Summary"
847
+ msgstr "Özet"
848
+
849
+ #: ../admin/stats.php:106
850
+ msgid "Total Likes"
851
+ msgstr ""
852
+
853
+ #: ../admin/stats.php:121
854
+ msgid "Today"
855
+ msgstr "Bugün"
856
+
857
+ #: ../admin/stats.php:126
858
+ msgid "Yesterday"
859
+ msgstr ""
860
+
861
+ #: ../admin/stats.php:131
862
+ msgid "Week"
863
+ msgstr ""
864
+
865
+ #: ../admin/stats.php:136
866
+ msgid "Month"
867
+ msgstr "Ay"
868
+
869
+ #: ../admin/stats.php:141
870
+ msgid "Total"
871
+ msgstr "Toplam"
872
+
873
+ #: ../admin/stats.php:155 ../admin/stats.php:276
874
+ msgid "Likes Percent"
875
+ msgstr ""
876
+
877
+ #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
878
+ #: ../admin/stats.php:192
879
+ #, php-format
880
+ msgid "In The Last %s Days"
881
+ msgstr ""
882
+
883
+ #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
884
+ msgid "View Logs"
885
+ msgstr ""
886
+
887
+ #: ../admin/stats.php:180 ../admin/stats.php:273
888
+ msgid "Posts Likes Stats"
889
+ msgstr ""
890
+
891
+ #: ../admin/stats.php:186 ../admin/stats.php:274
892
+ msgid "Comments Likes Stats"
893
+ msgstr ""
894
+
895
+ #: ../admin/stats.php:192 ../admin/stats.php:275
896
+ msgid "Activities Likes Stats"
897
+ msgstr ""
898
+
899
+ #: ../admin/stats.php:269
900
+ msgid "Show on screen"
901
+ msgstr "Ekranda göster"
902
+
903
+ #: ../admin/stats.php:271
904
+ msgid "Welcome"
905
+ msgstr "Hoşgeldiniz"
906
+
907
+ #: ../admin/stats.php:279
908
+ msgid "Days"
909
+ msgstr "Gün"
910
+
911
+ #: ../inc/wp-functions.php:172
912
+ msgid "WP ULike Activity"
913
+ msgstr ""
914
+
915
+ #: ../inc/wp-strings.php:3
916
+ msgid "Allow To Like"
917
+ msgstr ""
918
+
919
+ #: ../inc/wp-strings.php:4
920
+ msgid "Guests Only"
921
+ msgstr ""
922
+
923
+ #: ../inc/wp-strings.php:5
924
+ msgid "Registered Users Only"
925
+ msgstr ""
926
+
927
+ #: ../inc/wp-strings.php:6
928
+ msgid "Registered Users And Guests"
929
+ msgstr ""
930
+
931
+ #: ../inc/wp-strings.php:7
932
+ msgid "Who Is Allowed To Like?"
933
+ msgstr ""
934
+
935
+ #: ../inc/wp-strings.php:8
936
+ msgid "Filter Options:"
937
+ msgstr ""
938
+
939
+ #: ../inc/wp-strings.php:9
940
+ msgid "Sort Options:"
941
+ msgstr ""
942
+
943
+ #: ../inc/wp-strings.php:10
944
+ msgid "Themes"
945
+ msgstr "Temalar"
946
+
947
+ #: ../inc/wp-strings.php:11
948
+ msgid "Dislike"
949
+ msgstr ""
950
+
951
+ #: ../inc/wp-strings.php:12
952
+ msgid "Dislike Support"
953
+ msgstr ""
954
+
955
+ #: ../inc/wp-strings.php:13
956
+ msgid "Text After Dislike"
957
+ msgstr ""
958
+
959
+ #: ../inc/wp-strings.php:14
960
+ msgid "Show Counter"
961
+ msgstr ""
962
+
963
+ #: ../inc/wp-strings.php:15
964
+ msgid "Show tooltips"
965
+ msgstr ""
966
+
967
+ #: ../inc/wp-strings.php:16
968
+ msgid "Alignment"
969
+ msgstr "Hizalama"
970
+
971
+ #: ../inc/wp-strings.php:17
972
+ msgid "Left"
973
+ msgstr "Sol"
974
+
975
+ #: ../inc/wp-strings.php:18
976
+ msgid "Center"
977
+ msgstr "Orta"
978
+
979
+ #: ../inc/wp-strings.php:19
980
+ msgid "Right"
981
+ msgstr "Sağ"
982
+
983
+ #: ../inc/wp-strings.php:20
984
+ msgid "Cookie Life time"
985
+ msgstr ""
986
+
987
+ #: ../inc/wp-strings.php:21
988
+ msgid "BuddyPress Notifications"
989
+ msgstr ""
990
+
991
+ #: ../inc/wp-strings.php:22
992
+ msgid "Liker Attempts"
993
+ msgstr ""
994
+
995
+ #: ../inc/wp-strings.php:23
996
+ msgid "Liked Users Box Style"
997
+ msgstr ""
998
+
999
+ #: ../inc/wp-strings.php:24
1000
+ msgid "Tooltip"
1001
+ msgstr "Baloncuk"
1002
+
1003
+ #: ../inc/wp-strings.php:25
1004
+ msgid "Default"
1005
+ msgstr "Varsayılan"
1006
+
1007
+ #: ../inc/wp-strings.php:29
1008
+ msgid "Total Users Liked"
1009
+ msgstr ""
1010
+
1011
+ #: ../inc/wp-strings.php:30
1012
+ msgid "Total Posts Liked"
1013
+ msgstr ""
1014
+
1015
+ #: ../inc/wp-strings.php:31
1016
+ msgid "Total Comments Liked"
1017
+ msgstr ""
1018
+
1019
+ #: ../inc/wp-strings.php:32
1020
+ msgid "Upvote"
1021
+ msgstr ""
1022
+
1023
+ #: ../inc/wp-strings.php:33
1024
+ msgid "Downvote"
1025
+ msgstr ""
1026
+
1027
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1028
+ msgid "You need to login in order to like this post: "
1029
+ msgstr ""
1030
+
1031
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1032
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1033
+ msgid "click here"
1034
+ msgstr ""
1035
+
1036
+ #: ../inc/wp-ulike-buddypress.php:74
1037
+ msgid "You need to login in order to like this activity: "
1038
+ msgstr ""
1039
+
1040
+ #: ../inc/wp-ulike-comments.php:69
1041
+ msgid "You need to login in order to like this comment: "
1042
+ msgstr ""
lang/alimir-zh_CN.mo CHANGED
Binary file
lang/alimir-zh_CN.po CHANGED
@@ -1,18 +1,21 @@
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP ULike\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-19 15:52+0330\n"
6
- "PO-Revision-Date: \n"
7
  "Last-Translator: Alimir <info@alimir.ir>\n"
8
- "Language-Team: 倡萌@WordPress大学 <admin@cmhello.com>\n"
9
- "Language: zh_CN\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 1.6.10\n"
 
 
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPath-1: ..\n"
@@ -32,9 +35,8 @@ msgid "Visit our homepage"
32
  msgstr "访问我们的主页"
33
 
34
  #: ../admin/about.php:79
35
- #, fuzzy
36
  msgid "Version"
37
- msgstr "感谢您的更新!这个版本是我们最精简,最强大的版本呢。"
38
 
39
  #: ../admin/about.php:82
40
  msgid "Getting Started"
@@ -78,15 +80,16 @@ msgstr ""
78
  msgid "New Class-based programming"
79
  msgstr ""
80
 
81
- #: ../admin/about.php:121 ../admin/classes/class-widget.php:240
82
  #: ../inc/wp-strings.php:27
83
  msgid "Most Liked Comments"
84
  msgstr "最多人喜欢的评论"
85
 
86
- #: ../admin/about.php:128 ../admin/admin.php:192 ../admin/admin.php:257
87
- #: ../admin/admin.php:312 ../admin/classes/class-settings.php:54
88
  #: ../admin/classes/class-settings.php:63
89
  #: ../admin/classes/class-settings.php:71
 
 
90
  msgid "Logging Method"
91
  msgstr "记录方法"
92
 
@@ -150,575 +153,588 @@ msgid ""
150
  "target=\"_blank\">Ali Mirzaei</a>"
151
  msgstr ""
152
 
153
- #: ../admin/admin.php:70
154
  msgid "WP ULike Settings"
155
  msgstr "WP ULike 设置"
156
 
157
- #: ../admin/admin.php:73
158
  msgid "WP ULike"
159
  msgstr "WP ULike"
160
 
161
- #: ../admin/admin.php:78
162
- msgid "General"
163
- msgstr "常规"
164
-
165
- #: ../admin/admin.php:82
166
- msgid "Button Type"
167
- msgstr "按钮样式"
168
-
169
- #: ../admin/admin.php:85
170
- msgid "Icon"
171
- msgstr "图标"
172
 
173
- #: ../admin/admin.php:86
174
- msgid "Text"
175
- msgstr "文本"
176
 
177
- #: ../admin/admin.php:90 ../admin/classes/class-widget.php:177
178
- msgid "Like"
179
- msgstr "喜欢"
180
 
181
- #: ../admin/admin.php:91
182
- msgid "Button Text"
183
- msgstr "按钮文本"
184
 
185
- #: ../admin/admin.php:95
186
- msgid "Button Icon"
187
- msgstr "按钮图标"
188
 
189
- #: ../admin/admin.php:96 ../admin/admin.php:409
190
- msgid "Best size: 16x16"
191
- msgstr "最适合的大小: 16x16"
192
 
193
- #: ../admin/admin.php:99
194
- msgid "Unlike"
195
- msgstr "不喜欢"
196
 
197
- #: ../admin/admin.php:100
198
- msgid "Text After Like"
199
- msgstr "[喜欢]后的文字"
200
 
201
- #: ../admin/admin.php:105
202
- msgid "Return To The Initial"
203
- msgstr ""
204
 
205
- #: ../admin/admin.php:106 ../admin/admin.php:134 ../admin/admin.php:155
206
- #: ../admin/admin.php:186 ../admin/admin.php:205 ../admin/admin.php:235
207
- #: ../admin/admin.php:251 ../admin/admin.php:270 ../admin/admin.php:306
208
- #: ../admin/admin.php:325 ../admin/admin.php:350 ../admin/admin.php:374
209
- msgid "Activate"
210
- msgstr "激活"
211
 
212
- #: ../admin/admin.php:107
213
  msgid ""
214
- "Return to the initial Like button after Unlike. (Not Showing text after "
215
- "unlike)"
 
 
216
  msgstr ""
 
 
 
217
 
218
- #: ../admin/admin.php:110
219
- msgid "Like Me Again!"
220
- msgstr "再喜欢一次!"
221
-
222
- #: ../admin/admin.php:111
223
- msgid "Text After Unlike"
224
- msgstr "[不喜欢]后的文字"
225
-
226
- #: ../admin/admin.php:114
227
- msgid "You have not permission to unlike"
228
- msgstr "您没有权限选择不喜欢"
229
-
230
- #: ../admin/admin.php:115
231
- msgid "Permission Text"
232
- msgstr "权限文本"
233
 
234
- #: ../admin/admin.php:119
235
- #, fuzzy
236
- msgid "Users Login Type"
237
- msgstr "用户登录文本"
 
 
 
238
 
239
- #: ../admin/admin.php:122
240
- #, fuzzy
241
- msgid "Alert Box"
242
- msgstr "显示用户喜欢盒子"
 
243
 
244
- #: ../admin/admin.php:123
245
- #, fuzzy
246
- msgid "Like Button"
 
 
 
247
  msgstr ""
248
- "WP ULike 插件允许集成喜欢按钮到你的WordPress站点,让你的访客可以喜欢页面和文"
249
- "章。它非常简单易用,还支持通过小工具显示最多人喜欢的文章。"
250
 
251
- #: ../admin/admin.php:127
252
- msgid "You Should Login To Submit Your Like"
 
 
253
  msgstr ""
254
 
255
- #: ../admin/admin.php:128
256
- msgid "Users Login Text"
257
- msgstr "用户登录文本"
258
-
259
- #: ../admin/admin.php:133
260
- msgid "Format Number"
261
- msgstr "格式化数字"
262
-
263
- #: ../admin/admin.php:135
264
- msgid "Convert numbers of Likes with string (kilobyte) format."
265
- msgstr "使用字符串(千字节)格式化喜欢数目"
266
-
267
- #: ../admin/admin.php:142
268
- msgid "Settings saved."
269
- msgstr "设置已保存"
270
-
271
- #: ../admin/admin.php:149 ../admin/classes/class-settings.php:52
272
- msgid "Posts"
273
- msgstr "文章"
274
 
275
- #: ../admin/admin.php:154 ../admin/admin.php:234 ../admin/admin.php:299
276
  #: ../admin/classes/class-settings.php:54
277
  #: ../admin/classes/class-settings.php:63
278
  #: ../admin/classes/class-settings.php:71
279
- msgid "Automatic display"
280
- msgstr "自动显示"
281
-
282
- #: ../admin/admin.php:159 ../admin/admin.php:239
283
- #, fuzzy
284
- msgid "Auto Display Position"
285
- msgstr "自动显示"
286
 
287
- #: ../admin/admin.php:162 ../admin/admin.php:242
288
- msgid "Top of Content"
 
 
 
 
 
289
  msgstr ""
290
 
291
- #: ../admin/admin.php:163 ../admin/admin.php:243
292
- msgid "Bottom of Content"
 
 
 
 
293
  msgstr ""
294
 
295
- #: ../admin/admin.php:164 ../admin/admin.php:244
296
- msgid "Top and Bottom"
 
 
 
 
 
297
  msgstr ""
298
 
299
- #: ../admin/admin.php:169
300
- #, fuzzy
301
- msgid "Auto Display Filter"
302
- msgstr "过滤选项:"
 
 
 
 
303
 
304
- #: ../admin/admin.php:171
305
- #, fuzzy
306
- msgid "Home"
307
- msgstr "<strong>在所有文章</strong>(首页、存档、搜索)文章的底部"
308
 
309
- #: ../admin/admin.php:172
310
- #, fuzzy
311
- msgid "Single Posts"
312
- msgstr "文章"
 
313
 
314
- #: ../admin/admin.php:173
315
- #, fuzzy
316
- msgid "Pages"
317
- msgstr ""
318
- "WP ULike 插件允许集成喜欢按钮到你的WordPress站点,让你的访客可以喜欢页面和文"
319
- "章。它非常简单易用,还支持通过小工具显示最多人喜欢的文章。"
320
 
321
- #: ../admin/admin.php:174
322
- #, fuzzy
323
- msgid "Archives"
324
- msgstr "<strong>在所有文章</strong>(首页、存档、搜索)文章的底部"
325
 
326
- #: ../admin/admin.php:175
327
- msgid "Categories"
328
- msgstr ""
 
 
329
 
330
- #: ../admin/admin.php:176
331
- msgid "Search Results"
332
- msgstr ""
 
333
 
334
- #: ../admin/admin.php:177
335
- msgid "Tags"
 
336
  msgstr ""
337
 
338
- #: ../admin/admin.php:178
339
- #, fuzzy
340
- msgid "Author Page"
341
- msgstr "评论作者"
342
-
343
- #: ../admin/admin.php:180
344
- msgid "You can filter theses pages on auto display option."
345
  msgstr ""
346
 
347
- #: ../admin/admin.php:185 ../admin/admin.php:250 ../admin/admin.php:305
348
- msgid "Only registered Users"
349
- msgstr "只有已注册的用户"
350
 
351
- #: ../admin/admin.php:187
352
- msgid "<strong>Only</strong> registered users have permission to like posts."
353
- msgstr "<strong>只有</strong> 已注册的用户才有权限喜欢文章。"
354
 
355
- #: ../admin/admin.php:194 ../admin/admin.php:259 ../admin/admin.php:314
356
- msgid "Do Not Log"
357
- msgstr "不记录"
 
358
 
359
- #: ../admin/admin.php:195 ../admin/admin.php:260 ../admin/admin.php:315
360
- msgid "Logged By Cookie"
361
- msgstr "通过 Cookie 记录"
 
 
362
 
363
- #: ../admin/admin.php:196 ../admin/admin.php:261 ../admin/admin.php:316
364
- msgid "Logged By IP"
365
- msgstr "通过 IP 记录"
 
366
 
367
- #: ../admin/admin.php:197 ../admin/admin.php:262 ../admin/admin.php:317
368
- msgid "Logged By Cookie & IP"
369
- msgstr "通过 Cookie 和 IP 记录"
 
370
 
371
- #: ../admin/admin.php:198 ../admin/admin.php:263 ../admin/admin.php:318
372
- msgid "Logged By Username"
373
- msgstr "通过用户名记录"
374
 
375
- #: ../admin/admin.php:204 ../admin/admin.php:269 ../admin/admin.php:324
376
- msgid "Show Liked Users Box"
377
- msgstr "显示已喜欢的用户盒子"
378
 
379
- #: ../admin/admin.php:206 ../admin/admin.php:271 ../admin/admin.php:326
380
  msgid ""
381
- "Active this option to show liked users avatars in the bottom of button like."
382
- msgstr "启用这个选项,可以在喜欢按钮的底部显示已喜欢的用户头像"
383
 
384
- #: ../admin/admin.php:211 ../admin/admin.php:276 ../admin/admin.php:331
385
- msgid "Size of Gravatars"
386
- msgstr "头像大小"
387
 
388
- #: ../admin/admin.php:212 ../admin/admin.php:277 ../admin/admin.php:332
389
- msgid "Size of Gravatars to return (max is 512)"
390
- msgstr "头像大小(最大为 512)"
391
 
392
- #: ../admin/admin.php:217 ../admin/admin.php:282 ../admin/admin.php:337
393
- #, fuzzy
394
- msgid "Number Of The Users"
395
- msgstr "要显示的用户数:"
396
 
397
- #: ../admin/admin.php:218 ../admin/admin.php:283 ../admin/admin.php:338
398
- #, fuzzy
399
- msgid "The number of users to show in the users liked box"
400
- msgstr "显示已喜欢的用户盒子"
401
 
402
- #: ../admin/admin.php:222 ../admin/classes/class-settings.php:54
403
- #: ../inc/classes/class-ulike.php:409
404
- msgid "Users who have LIKED this post:"
405
- msgstr "喜欢该文章的用户:"
406
 
407
- #: ../admin/admin.php:223 ../admin/admin.php:288 ../admin/admin.php:343
408
- #: ../admin/classes/class-settings.php:54
409
- #: ../admin/classes/class-settings.php:63
410
- #: ../admin/classes/class-settings.php:71
411
- #, fuzzy
412
- msgid "Users Like Box Template"
413
- msgstr "显示用户喜欢盒子"
414
 
415
- #: ../admin/admin.php:224 ../admin/admin.php:289 ../admin/admin.php:344
416
- #: ../admin/admin.php:357 ../admin/admin.php:363
417
- #, fuzzy
418
- msgid "Allowed Variables:"
419
- msgstr "谁将被允许喜欢?"
420
 
421
- #: ../admin/admin.php:229 ../admin/classes/class-settings.php:61
422
- msgid "Comments"
423
- msgstr "评论"
424
 
425
- #: ../admin/admin.php:252
426
- msgid ""
427
- "<strong>Only</strong> registered users have permission to like comments."
428
- msgstr "<strong>只有</strong> 已注册的用户才有权限喜欢评论。"
429
 
430
- #: ../admin/admin.php:287 ../admin/classes/class-settings.php:63
431
- msgid "Users who have LIKED this comment:"
432
- msgstr "谁也喜欢这个评论用户:"
433
 
434
- #: ../admin/admin.php:294 ../admin/classes/class-settings.php:69
435
- msgid "BuddyPress"
436
- msgstr "BuddyPress"
437
 
438
- #: ../admin/admin.php:300
439
- msgid "<strong>On all buddypress activities</strong> at the top of activity"
440
- msgstr "<strong>在所有 buddypress 活动</strong>的活动顶部"
441
 
442
- #: ../admin/admin.php:307
443
- msgid ""
444
- "<strong>Only</strong> registered users have permission to like activities."
445
- msgstr "<strong>只有</strong> 已注册的用户才有权限喜欢活动。"
446
 
447
- #: ../admin/admin.php:342 ../admin/classes/class-settings.php:71
448
- msgid "Users who have liked this activity:"
449
- msgstr "喜欢该活动的用户:"
450
 
451
- #: ../admin/admin.php:349
452
- msgid "BuddyPress Activity"
453
- msgstr "BuddyPress 活动"
454
 
455
- #: ../admin/admin.php:351
456
- msgid "insert new likes in buddyPress activity page"
457
- msgstr "插入喜欢按钮到buddyPress活动页面"
458
 
459
- #: ../admin/admin.php:356 ../admin/classes/class-settings.php:71
460
- #, fuzzy
461
- msgid "Post Activity Text"
462
  msgstr "文本"
463
 
464
- #: ../admin/admin.php:362 ../admin/classes/class-settings.php:71
465
- #, fuzzy
466
- msgid "Comment Activity Text"
467
- msgstr "评论"
468
-
469
- #: ../admin/admin.php:368
470
- msgid "Customize"
471
- msgstr "定制"
472
-
473
- #: ../admin/admin.php:373
474
- msgid "Custom Style"
475
- msgstr "自定义样式"
476
 
477
- #: ../admin/admin.php:378
478
- msgid "Active this option to see the custom style settings."
479
- msgstr "启用这个选项可以看到自定义样式设置。"
480
 
481
- #: ../admin/admin.php:382
482
- msgid "Button style"
483
- msgstr "按钮样式"
484
 
485
- #: ../admin/admin.php:383 ../admin/admin.php:396
486
- msgid "Background"
487
- msgstr "背景"
488
 
489
- #: ../admin/admin.php:387 ../admin/admin.php:400
490
- msgid "Border Color"
491
- msgstr "背景颜色"
492
 
493
- #: ../admin/admin.php:391 ../admin/admin.php:404
494
- msgid "Text Color"
495
- msgstr "文本颜色"
496
 
497
- #: ../admin/admin.php:395
498
- msgid "Counter Style"
499
- msgstr "计数样式"
 
 
 
 
 
 
 
500
 
501
- #: ../admin/admin.php:408
502
- msgid "Loading Animation"
503
- msgstr "加载动画"
 
 
504
 
505
- #: ../admin/admin.php:428 ../admin/logs.php:139 ../admin/stats.php:37
506
- msgid "Post Likes Logs"
507
- msgstr "文章喜欢日志"
508
 
509
- #: ../admin/admin.php:432 ../admin/logs.php:262 ../admin/stats.php:38
510
- msgid "Comment Likes Logs"
511
- msgstr "评论喜欢日志"
512
 
513
- #: ../admin/admin.php:436 ../admin/logs.php:391 ../admin/stats.php:39
514
- msgid "Activity Likes Logs"
515
- msgstr "活动喜欢日志"
516
 
517
- #: ../admin/admin.php:440 ../admin/stats.php:18
518
- #, fuzzy
519
- msgid "WP ULike Statistics"
520
- msgstr "WP ULike"
521
 
522
- #: ../admin/admin.php:444 ../admin/stats.php:31
523
- msgid "About WP ULike"
524
- msgstr "关于 WP ULike"
525
 
526
- #: ../admin/classes/class-settings.php:17
527
- msgid "Custom Settings"
528
- msgstr "自定义设置"
529
 
530
- #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
531
- msgid "Save Settings"
532
- msgstr "保存设置"
533
 
534
- #: ../admin/classes/class-settings.php:29
535
- msgid "Reset Settings"
536
- msgstr "恢复默认设置"
537
 
538
- #: ../admin/classes/class-settings.php:44
539
- #, fuzzy
540
- msgid "Overview"
541
- msgstr "点评"
542
 
543
- #: ../admin/classes/class-settings.php:46
544
- msgid ""
545
- "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
546
- "wordPress website to allow your visitors to like and unlike pages, posts, "
547
- "comments AND buddypress activities. Its very simple to use and supports many "
548
- "options."
549
- msgstr ""
550
- "WP ULike 插件允许您集成一个漂亮的免刷新的喜欢按钮到你的 WordPress 站点,可以"
551
- "让访客喜欢或不喜欢页面、文章、评论和 buddypress 评论。它不仅简单易用,而且支"
552
- "持很多选项设置。"
553
 
554
- #: ../admin/classes/class-settings.php:54
555
- msgid ""
556
- "If you disable this option, you have to put manually this code on wordpress "
557
- "while loop"
558
- msgstr "如果你禁用这个选项,你必须手动添加这个代码到WordPress的循环代码中"
559
 
560
- #: ../admin/classes/class-settings.php:54
561
- #: ../admin/classes/class-settings.php:63
562
- #: ../admin/classes/class-settings.php:71
563
- msgid "Default Template:"
564
  msgstr ""
565
 
566
- #: ../admin/classes/class-settings.php:54
567
- #: ../admin/classes/class-settings.php:63
568
- #: ../admin/classes/class-settings.php:71
569
- msgid ""
570
- "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
571
- "save, There is no limitation in the like/dislike, unlike/undislike capacity "
572
- "do not work"
573
  msgstr ""
574
 
575
- #: ../admin/classes/class-settings.php:54
576
- #: ../admin/classes/class-settings.php:63
577
- #: ../admin/classes/class-settings.php:71
578
- msgid ""
579
- "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
580
- "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
581
- "undislike capacity do not work"
582
  msgstr ""
583
 
584
- #: ../admin/classes/class-settings.php:54
585
- #: ../admin/classes/class-settings.php:63
586
- #: ../admin/classes/class-settings.php:71
587
- msgid ""
588
- "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
589
- "for all users, the convey of like/dislike condition will check by user IP"
590
  msgstr ""
591
-
592
- #: ../admin/classes/class-settings.php:54
593
- #: ../admin/classes/class-settings.php:63
594
- #: ../admin/classes/class-settings.php:71
595
- msgid ""
596
- "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
597
- "will save for all users, the convey of like/dislike condition will check by "
598
- "user IP & SetCookie"
599
  msgstr ""
600
 
601
- #: ../admin/classes/class-settings.php:54
602
- #: ../admin/classes/class-settings.php:63
603
- #: ../admin/classes/class-settings.php:71
604
- msgid ""
605
- "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
606
- "is saved for registered users, the convey of like/dislike condition will "
607
- "check by username, There is no permission for guest users to unlike/undislike"
608
  msgstr ""
609
 
610
- #: ../admin/classes/class-settings.php:63
611
- msgid ""
612
- "If you disable this option, you have to put manually this code on comments "
613
- "text"
614
- msgstr "如果禁用此选项,你必须手动添加这个代码到评论文本"
615
 
616
- #: ../admin/classes/class-settings.php:71
617
- msgid ""
618
- "If you disable this option, you have to put manually this code on buddypres "
619
- "activities content"
620
- msgstr "如果你禁用这个选项,你必须手动添加这个代码到buddypres活动内容"
621
 
622
- #: ../admin/classes/class-settings.php:76
623
- msgid "For more information:"
 
 
 
 
 
 
 
 
 
 
 
 
624
  msgstr ""
625
 
626
- #: ../admin/classes/class-settings.php:135
627
- msgid "Default settings have been reset."
628
- msgstr "已恢复为默认设置。"
629
 
630
- #: ../admin/classes/class-settings.php:212
631
- msgid ""
632
- "Do you really want to reset all these settings to their default values ?"
633
- msgstr "您确定要恢复所有设置为默认设置吗?"
634
 
635
- #: ../admin/classes/class-settings.php:277
636
- #: ../admin/classes/class-settings.php:288
637
- #: ../admin/classes/class-settings.php:312
638
- msgid "No options defined."
639
- msgstr "没有定义任何选项。"
640
 
641
- #: ../admin/classes/class-settings.php:299
642
- #, php-format
643
- msgid "Select %s"
644
- msgstr "选择 %s"
645
 
646
- #: ../admin/classes/class-settings.php:300
647
- #, php-format
648
- msgid "Remove %s"
649
- msgstr "移除 %s"
650
 
651
- #: ../admin/classes/class-settings.php:324
652
- msgid "No action defined."
653
- msgstr "没有定义任何操作。"
 
654
 
655
- #: ../admin/classes/class-widget.php:11
656
- msgid "WP Ulike Widget"
657
- msgstr "WP Ulike 小工具"
 
658
 
659
- #: ../admin/classes/class-widget.php:12
 
 
 
 
 
 
 
 
 
 
 
660
  msgid ""
661
- "An advanced widget that gives you all most liked records with different types"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
662
  msgstr ""
663
 
664
- #: ../admin/classes/class-widget.php:78
665
- msgid "you haven't liked any post yet!"
 
666
  msgstr ""
667
 
668
- #: ../admin/classes/class-widget.php:107
669
- msgid "on"
 
 
670
  msgstr ""
671
 
672
- #: ../admin/classes/class-widget.php:228
673
- #, fuzzy
674
- msgid "Most Liked"
675
- msgstr "最多人喜欢的评论"
676
 
677
- #: ../admin/classes/class-widget.php:232
678
- msgid "Title:"
679
- msgstr "标题:"
680
 
681
- #: ../admin/classes/class-widget.php:237
682
- #, fuzzy
683
- msgid "Type:"
 
 
 
 
 
 
 
684
  msgstr "按钮样式"
685
 
686
- #: ../admin/classes/class-widget.php:239 ../inc/wp-strings.php:26
687
- msgid "Most Liked Posts"
688
- msgstr "最多人喜欢的文章"
689
 
690
- #: ../admin/classes/class-widget.php:241
691
- msgid "Most Liked Activities"
692
- msgstr "最多人喜欢的活动"
693
 
694
- #: ../admin/classes/class-widget.php:242 ../inc/wp-strings.php:28
695
- msgid "Most Liked Users"
696
- msgstr "最多人喜欢的用户"
697
 
698
- #: ../admin/classes/class-widget.php:243
699
- #, fuzzy
700
- msgid "Last Posts Liked By User"
701
- msgstr "所有喜欢的文章:"
702
 
703
- #: ../admin/classes/class-widget.php:248
704
- #, fuzzy
705
- msgid "Number of items to show:"
706
- msgstr "要显示的文章数量:"
707
 
708
- #: ../admin/classes/class-widget.php:253
709
- msgid "User avatar size:"
710
- msgstr "用户头像大小:"
711
 
712
- #: ../admin/classes/class-widget.php:259
713
- msgid "Activate Like Counter"
714
- msgstr "启用喜欢计数"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
715
 
716
  #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
717
  #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
718
  #: ../admin/logs.php:466
719
- #, fuzzy
720
  msgid "Logs"
721
- msgstr "文章喜欢日志统计"
722
 
723
  #: ../admin/logs.php:80
724
  msgid "Are you sure to remove this item?!"
@@ -758,12 +774,11 @@ msgstr "IP"
758
 
759
  #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
760
  msgid "Actions"
761
- msgstr ""
762
 
763
  #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
764
- #, fuzzy
765
  msgid "Guest User"
766
- msgstr "启用用户喜欢计数"
767
 
768
  #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
769
  msgid ""
@@ -782,9 +797,8 @@ msgid "Comment Author"
782
  msgstr "评论作者"
783
 
784
  #: ../admin/logs.php:277
785
- #, fuzzy
786
  msgid "Comment Text"
787
- msgstr "评论"
788
 
789
  #: ../admin/logs.php:404
790
  msgid "Activity ID"
@@ -792,7 +806,7 @@ msgstr "活动ID"
792
 
793
  #: ../admin/logs.php:405
794
  msgid "Permalink"
795
- msgstr ""
796
 
797
  #: ../admin/logs.php:442
798
  #, php-format
@@ -800,63 +814,56 @@ msgid "<a href=\"%1$s\">Activity Permalink</a>"
800
  msgstr ""
801
 
802
  #: ../admin/stats.php:25
803
- #, fuzzy
804
  msgid "Welcome to WP ULike Statistics!"
805
- msgstr "欢迎使用 WP ULike"
806
 
807
  #: ../admin/stats.php:26
808
  msgid "We have provided some useful statistics tools in this page:"
809
  msgstr ""
810
 
811
  #: ../admin/stats.php:30
812
- #, fuzzy
813
  msgid "Get Started"
814
- msgstr "开始"
815
 
816
  #: ../admin/stats.php:32
817
  msgid "or"
818
- msgstr ""
819
 
820
  #: ../admin/stats.php:35
821
- #, fuzzy
822
  msgid "Other Tools"
823
- msgstr "新的管理工具"
824
 
825
  #: ../admin/stats.php:43
826
  msgid "Documentation"
827
- msgstr ""
828
 
829
  #: ../admin/stats.php:72
830
- #, fuzzy
831
  msgid "Posts Likes Summary"
832
- msgstr "文章"
833
 
834
  #: ../admin/stats.php:79
835
- #, fuzzy
836
  msgid "Comments Likes Summary"
837
- msgstr "评论"
838
 
839
  #: ../admin/stats.php:86
840
- #, fuzzy
841
  msgid "Activities Likes Summary"
842
- msgstr "所有喜欢的活动:"
843
 
844
  #: ../admin/stats.php:97 ../admin/stats.php:272
845
  msgid "Summary"
846
- msgstr ""
847
 
848
  #: ../admin/stats.php:106
849
- #, fuzzy
850
  msgid "Total Likes"
851
- msgstr "喜欢总数:"
852
 
853
  #: ../admin/stats.php:121
854
  msgid "Today"
855
- msgstr ""
856
 
857
  #: ../admin/stats.php:126
858
  msgid "Yesterday"
859
- msgstr ""
860
 
861
  #: ../admin/stats.php:131
862
  msgid "Week"
@@ -864,59 +871,51 @@ msgstr ""
864
 
865
  #: ../admin/stats.php:136
866
  msgid "Month"
867
- msgstr ""
868
 
869
  #: ../admin/stats.php:141
870
- #, fuzzy
871
  msgid "Total"
872
- msgstr "所有喜欢的用户:"
873
 
874
  #: ../admin/stats.php:155 ../admin/stats.php:276
875
- #, fuzzy
876
  msgid "Likes Percent"
877
- msgstr "评论喜欢"
878
 
879
  #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
880
  #: ../admin/stats.php:192
881
- #, fuzzy, php-format
882
  msgid "In The Last %s Days"
883
- msgstr "选择 %s"
884
 
885
  #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
886
- #, fuzzy
887
  msgid "View Logs"
888
- msgstr "文章喜欢日志统计"
889
 
890
  #: ../admin/stats.php:180 ../admin/stats.php:273
891
- #, fuzzy
892
  msgid "Posts Likes Stats"
893
- msgstr "文章喜欢日志统计"
894
 
895
  #: ../admin/stats.php:186 ../admin/stats.php:274
896
- #, fuzzy
897
  msgid "Comments Likes Stats"
898
- msgstr "文章喜欢日志统计"
899
 
900
  #: ../admin/stats.php:192 ../admin/stats.php:275
901
- #, fuzzy
902
  msgid "Activities Likes Stats"
903
- msgstr "文章喜欢日志统计"
904
 
905
  #: ../admin/stats.php:269
906
- #, fuzzy
907
  msgid "Show on screen"
908
- msgstr "显示用户喜欢盒子"
909
 
910
  #: ../admin/stats.php:271
911
- #, fuzzy
912
  msgid "Welcome"
913
- msgstr "欢迎使用 WP ULike"
914
 
915
  #: ../admin/stats.php:279
916
  msgid "Days"
917
  msgstr ""
918
 
919
- #: ../inc/wp-functions.php:168
920
  msgid "WP ULike Activity"
921
  msgstr "WP ULike 活动"
922
 
@@ -950,7 +949,7 @@ msgstr "排序选项:"
950
 
951
  #: ../inc/wp-strings.php:10
952
  msgid "Themes"
953
- msgstr ""
954
 
955
  #: ../inc/wp-strings.php:11
956
  msgid "Dislike"
@@ -965,73 +964,64 @@ msgid "Text After Dislike"
965
  msgstr "不喜欢后的文字"
966
 
967
  #: ../inc/wp-strings.php:14
968
- #, fuzzy
969
  msgid "Show Counter"
970
- msgstr "计数样式"
971
 
972
  #: ../inc/wp-strings.php:15
973
- #, fuzzy
974
  msgid "Show tooltips"
975
- msgstr "显示用户喜欢盒子"
976
 
977
  #: ../inc/wp-strings.php:16
978
  msgid "Alignment"
979
- msgstr ""
980
 
981
  #: ../inc/wp-strings.php:17
982
  msgid "Left"
983
- msgstr ""
984
 
985
  #: ../inc/wp-strings.php:18
986
  msgid "Center"
987
- msgstr ""
988
 
989
  #: ../inc/wp-strings.php:19
990
  msgid "Right"
991
- msgstr ""
992
 
993
  #: ../inc/wp-strings.php:20
994
- #, fuzzy
995
  msgid "Cookie Life time"
996
- msgstr "日期/时间"
997
 
998
  #: ../inc/wp-strings.php:21
999
- #, fuzzy
1000
  msgid "BuddyPress Notifications"
1001
- msgstr "BuddyPress"
1002
 
1003
  #: ../inc/wp-strings.php:22
1004
  msgid "Liker Attempts"
1005
  msgstr ""
1006
 
1007
  #: ../inc/wp-strings.php:23
1008
- #, fuzzy
1009
  msgid "Liked Users Box Style"
1010
- msgstr "显示已喜欢的用户盒子"
1011
 
1012
  #: ../inc/wp-strings.php:24
1013
  msgid "Tooltip"
1014
- msgstr ""
1015
 
1016
  #: ../inc/wp-strings.php:25
1017
- #, fuzzy
1018
  msgid "Default"
1019
- msgstr "已恢复为默认设置。"
1020
 
1021
  #: ../inc/wp-strings.php:29
1022
- #, fuzzy
1023
  msgid "Total Users Liked"
1024
- msgstr "所有喜欢的用户:"
1025
 
1026
  #: ../inc/wp-strings.php:30
1027
- #, fuzzy
1028
  msgid "Total Posts Liked"
1029
- msgstr "所有喜欢的文章:"
1030
 
1031
  #: ../inc/wp-strings.php:31
1032
- #, fuzzy
1033
  msgid "Total Comments Liked"
1034
- msgstr "所有喜欢的评论:"
1035
 
1036
  #: ../inc/wp-strings.php:32
1037
  msgid "Upvote"
@@ -1041,186 +1031,19 @@ msgstr ""
1041
  msgid "Downvote"
1042
  msgstr ""
1043
 
1044
- #: ../inc/wp-ulike-buddypress.php:69
1045
- msgid "You need to login in order to like this activity: "
1046
- msgstr "你需要登录后才能喜欢这个活动:"
1047
 
1048
- #: ../inc/wp-ulike-buddypress.php:69 ../inc/wp-ulike-comments.php:69
1049
- #: ../inc/wp-ulike-posts.php:69
1050
  msgid "click here"
1051
  msgstr "点击这里"
1052
 
 
 
 
 
1053
  #: ../inc/wp-ulike-comments.php:69
1054
  msgid "You need to login in order to like this comment: "
1055
  msgstr "你需要为了喜欢这个评论登陆"
1056
-
1057
- #: ../inc/wp-ulike-posts.php:69
1058
- msgid "You need to login in order to like this post: "
1059
- msgstr "你需要登录后才能喜欢这篇文章:"
1060
-
1061
- #~ msgid "Users Like Box Title"
1062
- #~ msgstr "用户喜欢盒子的标题"
1063
-
1064
- #, fuzzy
1065
- #~ msgid "WP Ulike - Most Liked"
1066
- #~ msgstr "WP Ulike -最多人喜欢的文章"
1067
-
1068
- #~ msgid "WP Ulike - Most Liked Users"
1069
- #~ msgstr "WP Ulike - 最多人喜欢的用户"
1070
-
1071
- #~ msgid "This widget allows you to show most liked users avatars."
1072
- #~ msgstr "该小工具可以显示最多人喜欢的用户头像。"
1073
-
1074
- #~ msgid "Number of users to show:"
1075
- #~ msgstr "要显示的用户数:"
1076
-
1077
- #, fuzzy
1078
- #~ msgid "Posts Stats"
1079
- #~ msgstr "文章喜欢日志统计"
1080
-
1081
- #, fuzzy
1082
- #~ msgid "Comments Stats"
1083
- #~ msgstr "文章喜欢日志统计"
1084
-
1085
- #, fuzzy
1086
- #~ msgid "Activities Stats"
1087
- #~ msgstr "文章喜欢日志统计"
1088
-
1089
- #~ msgid ""
1090
- #~ "<strong>On all posts</strong> (home, archives, search) at the bottom of "
1091
- #~ "the post"
1092
- #~ msgstr "<strong>在所有文章</strong>(首页、存档、搜索)文章的底部"
1093
-
1094
- #~ msgid "<strong>On all comments</strong> at the bottom of the comment"
1095
- #~ msgstr "<strong>在所有评论</strong>的评论底部"
1096
-
1097
- #~ msgid "Dashboard"
1098
- #~ msgstr "仪表盘"
1099
-
1100
- #~ msgid "Visit Post Logs Menu"
1101
- #~ msgstr "访问文章日志菜单"
1102
-
1103
- #~ msgid "If you deactivate this option, \"Post Likes Logs\" Menu will hidden."
1104
- #~ msgstr "如果你禁用这个选项,\"文章喜欢日志\"菜单将被隐藏。"
1105
-
1106
- #~ msgid "Visit Comment Logs Menu"
1107
- #~ msgstr "访问评论日志菜单"
1108
-
1109
- #~ msgid ""
1110
- #~ "If you deactivate this option, \"Comment Likes Logs\" Menu will hidden."
1111
- #~ msgstr "如果你禁用这个选项,\"评论喜欢日志\"菜单将被隐藏。"
1112
-
1113
- #~ msgid "Visit Activity Logs Menu"
1114
- #~ msgstr "访问活动日志菜单"
1115
-
1116
- #~ msgid ""
1117
- #~ "If you deactivate this option, \"Activity Likes Logs\" Menu will hidden."
1118
- #~ msgstr "如果你禁用这个选项,\"活动喜欢日志\"菜单将被隐藏。"
1119
-
1120
- #~ msgid "This widget allows you to show most liked posts."
1121
- #~ msgstr "该小工具可以显示最多人喜欢的文章。"
1122
-
1123
- #~ msgid "Total Activities Liked:"
1124
- #~ msgstr "所有喜欢的活动:"
1125
-
1126
- #~ msgid "liked"
1127
- #~ msgstr "已喜欢"
1128
-
1129
- #~ msgid "comment"
1130
- #~ msgstr "评论"
1131
-
1132
- #~ msgid "WP Ulike - Most Liked Comments"
1133
- #~ msgstr "WP Ulike - 最多人喜欢的评论"
1134
-
1135
- #~ msgid "This widget allows you to show most liked comments."
1136
- #~ msgstr "这个小工具允许你显示最多人喜欢的评论。"
1137
-
1138
- #~ msgid "WP Ulike - Most Liked Activities"
1139
- #~ msgstr "WP Ulike - 最多人喜欢的活动"
1140
-
1141
- #~ msgid "This widget allows you to show most liked activities."
1142
- #~ msgstr "这个小工具允许你显示最多人喜欢的活动。"
1143
-
1144
- #~ msgid "Wp ULike Template"
1145
- #~ msgstr "Wp ULike 模板"
1146
-
1147
- #~ msgid "Activate user like count"
1148
- #~ msgstr "启用用户喜欢计数"
1149
-
1150
- #~ msgid "What’s New"
1151
- #~ msgstr "更新了什么"
1152
-
1153
- #~ msgid ""
1154
- #~ "WP ULike enables you to add Ajax Like button into your WordPress site and "
1155
- #~ "allowing your visitors to like and dislike posts, pages, comments AND "
1156
- #~ "buddypress activities. It features: Clean Design, Ajax feature to update "
1157
- #~ "the data without reloading, Custom Like-Dislike Texts, Simple custom "
1158
- #~ "style with color picker settings, BuddyPress activity support, Widget to "
1159
- #~ "show Most Liked Posts And Most Liked Users avatars, Added automatically, "
1160
- #~ "RTL language support, Simple configuration panel and many more..."
1161
- #~ msgstr ""
1162
- #~ "WP Ulike 可以添加Ajax的喜欢按钮到你的WordPress网站,让你的访问者喜欢和不喜"
1163
- #~ "欢的文章、页面、评论和BuddyPress的活动。它的特点:清洁设计,Ajax特性,而无"
1164
- #~ "需重新加载更新数据,自定义喜欢/不喜欢文本,用拾色器设置简单的自定义样式,"
1165
- #~ "支持BuddyPress的活动,使用小工具显示最招人喜欢帖子和最招人喜欢的用户头像,"
1166
- #~ "自动添加,RTL语言支持,简单的配置面板,还有更多..."
1167
-
1168
- #~ msgid "New Administrative Tools"
1169
- #~ msgstr "新的管理工具"
1170
-
1171
- #~ msgid "Configuration"
1172
- #~ msgstr "配置"
1173
-
1174
- #~ msgid "Image or text?"
1175
- #~ msgstr "图片或文本?"
1176
-
1177
- #~ msgid "wherever you want in your template."
1178
- #~ msgstr " 到模板中你想要添加的地方。"
1179
-
1180
- #~ msgid "Comment likes"
1181
- #~ msgstr "评论喜欢"
1182
-
1183
- #~ msgid "Already Voted"
1184
- #~ msgstr "已经投票"
1185
-
1186
- #~ msgid "You Like This"
1187
- #~ msgstr "你喜欢这个"
1188
-
1189
- #~ msgid "You Dislike This"
1190
- #~ msgstr "你不喜欢这个"
1191
-
1192
- #~ msgid ""
1193
- #~ "Follow me on <a href=\"https://www.facebook.com/alimir.ir\"> Facebook</a>"
1194
- #~ msgstr ""
1195
- #~ "关注我的 <a href=\"https://www.facebook.com/alimir.ir\"> Facebook</a>"
1196
-
1197
- #~ msgid ""
1198
- #~ "Plugin Author Blog: <a href=\"http://alimir.ir\"> Wordpress & Programming "
1199
- #~ "World.</a>"
1200
- #~ msgstr ""
1201
- #~ "插件作者博客:<a href=\"http://alimir.ir\"> Wordpress & Programming "
1202
- #~ "World</a><br /> 感谢 <a href=\"http://www.wpdaxue.com\" target=\"_blank"
1203
- #~ "\">WordPress大学</a> 提供简体中文支持"
1204
-
1205
- #~ msgid "<strong>Active</strong> this option."
1206
- #~ msgstr "<strong>激活</strong>这个选项"
1207
-
1208
- #~ msgid ""
1209
- #~ "This plugin allows your visitors to simply like your posts instead of "
1210
- #~ "comment it."
1211
- #~ msgstr "该插件允许你的访客简单地喜欢您的文章而不是评论它。"
1212
-
1213
- #~ msgid "jQuery framework"
1214
- #~ msgstr "Librairie jQuery"
1215
-
1216
- #~ msgid "Enabled"
1217
- #~ msgstr "Activé"
1218
-
1219
- #~ msgid "Disabled"
1220
- #~ msgstr "Désactivé"
1221
-
1222
- #~ msgid ""
1223
- #~ "Disable it if you already have the jQuery framework enabled in your theme."
1224
- #~ msgstr ""
1225
- #~ "Désactivez cette option si vous avez déjà la librairie jQuery activée "
1226
- #~ "dans votre thème."
1
+ #
2
+ # Translators:
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:08+0330\n"
 
8
  "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wp-ulike/"
10
+ "language/zh_CN/)\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: zh_CN\n"
15
+ "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
35
  msgstr "访问我们的主页"
36
 
37
  #: ../admin/about.php:79
 
38
  msgid "Version"
39
+ msgstr "版本"
40
 
41
  #: ../admin/about.php:82
42
  msgid "Getting Started"
80
  msgid "New Class-based programming"
81
  msgstr ""
82
 
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
  #: ../inc/wp-strings.php:27
85
  msgid "Most Liked Comments"
86
  msgstr "最多人喜欢的评论"
87
 
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
 
89
  #: ../admin/classes/class-settings.php:63
90
  #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
  msgid "Logging Method"
94
  msgstr "记录方法"
95
 
153
  "target=\"_blank\">Ali Mirzaei</a>"
154
  msgstr ""
155
 
156
+ #: ../admin/admin.php:72
157
  msgid "WP ULike Settings"
158
  msgstr "WP ULike 设置"
159
 
160
+ #: ../admin/admin.php:75
161
  msgid "WP ULike"
162
  msgstr "WP ULike"
163
 
164
+ #: ../admin/admin.php:83
165
+ msgid "Settings saved."
166
+ msgstr "设置已保存"
 
 
 
 
 
 
 
 
167
 
168
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
169
+ msgid "Post Likes Logs"
170
+ msgstr "文章喜欢日志"
171
 
172
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
173
+ msgid "Comment Likes Logs"
174
+ msgstr "评论喜欢日志"
175
 
176
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
177
+ msgid "Activity Likes Logs"
178
+ msgstr "活动喜欢日志"
179
 
180
+ #: ../admin/admin.php:121 ../admin/stats.php:18
181
+ msgid "WP ULike Statistics"
182
+ msgstr ""
183
 
184
+ #: ../admin/admin.php:125 ../admin/stats.php:31
185
+ msgid "About WP ULike"
186
+ msgstr "关于 WP ULike"
187
 
188
+ #: ../admin/classes/class-settings.php:17
189
+ msgid "Custom Settings"
190
+ msgstr "自定义设置"
191
 
192
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
193
+ msgid "Save Settings"
194
+ msgstr "保存设置"
195
 
196
+ #: ../admin/classes/class-settings.php:29
197
+ msgid "Reset Settings"
198
+ msgstr "恢复默认设置"
199
 
200
+ #: ../admin/classes/class-settings.php:44
201
+ msgid "Overview"
202
+ msgstr "概述"
 
 
 
203
 
204
+ #: ../admin/classes/class-settings.php:46
205
  msgid ""
206
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
207
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
208
+ "comments AND buddypress activities. Its very simple to use and supports many "
209
+ "options."
210
  msgstr ""
211
+ "WP ULike 插件允许您集成一个漂亮的免刷新的喜欢按钮到你的 WordPress 站点,可以"
212
+ "让访客喜欢或不喜欢页面、文章、评论和 buddypress 评论。它不仅简单易用,而且支"
213
+ "持很多选项设置。"
214
 
215
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
216
+ msgid "Posts"
217
+ msgstr "文章"
 
 
 
 
 
 
 
 
 
 
 
 
218
 
219
+ #: ../admin/classes/class-settings.php:54
220
+ #: ../admin/classes/class-settings.php:63
221
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
222
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
223
+ #: ../admin/classes/tmp/settings.php:360
224
+ msgid "Automatic display"
225
+ msgstr "自动显示"
226
 
227
+ #: ../admin/classes/class-settings.php:54
228
+ msgid ""
229
+ "If you disable this option, you have to put manually this code on wordpress "
230
+ "while loop"
231
+ msgstr "如果你禁用这个选项,你必须手动添加这个代码到WordPress的循环代码中"
232
 
233
+ #: ../admin/classes/class-settings.php:54
234
+ #: ../admin/classes/class-settings.php:63
235
+ #: ../admin/classes/class-settings.php:71
236
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
237
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
238
+ msgid "Users Like Box Template"
239
  msgstr ""
 
 
240
 
241
+ #: ../admin/classes/class-settings.php:54
242
+ #: ../admin/classes/class-settings.php:63
243
+ #: ../admin/classes/class-settings.php:71
244
+ msgid "Default Template:"
245
  msgstr ""
246
 
247
+ #: ../admin/classes/class-settings.php:54
248
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
249
+ msgid "Users who have LIKED this post:"
250
+ msgstr "喜欢该文章的用户:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
251
 
 
252
  #: ../admin/classes/class-settings.php:54
253
  #: ../admin/classes/class-settings.php:63
254
  #: ../admin/classes/class-settings.php:71
255
+ msgid ""
256
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
257
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
258
+ "do not work"
259
+ msgstr ""
 
 
260
 
261
+ #: ../admin/classes/class-settings.php:54
262
+ #: ../admin/classes/class-settings.php:63
263
+ #: ../admin/classes/class-settings.php:71
264
+ msgid ""
265
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
266
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
267
+ "undislike capacity do not work"
268
  msgstr ""
269
 
270
+ #: ../admin/classes/class-settings.php:54
271
+ #: ../admin/classes/class-settings.php:63
272
+ #: ../admin/classes/class-settings.php:71
273
+ msgid ""
274
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
275
+ "for all users, the convey of like/dislike condition will check by user IP"
276
  msgstr ""
277
 
278
+ #: ../admin/classes/class-settings.php:54
279
+ #: ../admin/classes/class-settings.php:63
280
+ #: ../admin/classes/class-settings.php:71
281
+ msgid ""
282
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
283
+ "will save for all users, the convey of like/dislike condition will check by "
284
+ "user IP & SetCookie"
285
  msgstr ""
286
 
287
+ #: ../admin/classes/class-settings.php:54
288
+ #: ../admin/classes/class-settings.php:63
289
+ #: ../admin/classes/class-settings.php:71
290
+ msgid ""
291
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
292
+ "is saved for registered users, the convey of like/dislike condition will "
293
+ "check by username, There is no permission for guest users to unlike/undislike"
294
+ msgstr ""
295
 
296
+ #: ../admin/classes/class-settings.php:61
297
+ #: ../admin/classes/tmp/settings.php:151
298
+ msgid "Comments"
299
+ msgstr "评论"
300
 
301
+ #: ../admin/classes/class-settings.php:63
302
+ msgid ""
303
+ "If you disable this option, you have to put manually this code on comments "
304
+ "text"
305
+ msgstr "如果禁用此选项,你必须手动添加这个代码到评论文本"
306
 
307
+ #: ../admin/classes/class-settings.php:63
308
+ #: ../admin/classes/tmp/settings.php:209
309
+ msgid "Users who have LIKED this comment:"
310
+ msgstr "谁也喜欢这个评论用户:"
 
 
311
 
312
+ #: ../admin/classes/class-settings.php:69
313
+ #: ../admin/classes/tmp/settings.php:268
314
+ msgid "BuddyPress"
315
+ msgstr "BuddyPress"
316
 
317
+ #: ../admin/classes/class-settings.php:71
318
+ msgid ""
319
+ "If you disable this option, you have to put manually this code on buddypres "
320
+ "activities content"
321
+ msgstr "如果你禁用这个选项,你必须手动添加这个代码到buddypres活动内容"
322
 
323
+ #: ../admin/classes/class-settings.php:71
324
+ #: ../admin/classes/tmp/settings.php:325
325
+ msgid "Users who have liked this activity:"
326
+ msgstr "喜欢该活动的用户:"
327
 
328
+ #: ../admin/classes/class-settings.php:71
329
+ #: ../admin/classes/tmp/settings.php:339
330
+ msgid "Post Activity Text"
331
  msgstr ""
332
 
333
+ #: ../admin/classes/class-settings.php:71
334
+ #: ../admin/classes/tmp/settings.php:345
335
+ msgid "Comment Activity Text"
 
 
 
 
336
  msgstr ""
337
 
338
+ #: ../admin/classes/class-settings.php:76
339
+ msgid "For more information:"
340
+ msgstr "更多信息:"
341
 
342
+ #: ../admin/classes/class-settings.php:135
343
+ msgid "Default settings have been reset."
344
+ msgstr "已恢复为默认设置。"
345
 
346
+ #: ../admin/classes/class-settings.php:212
347
+ msgid ""
348
+ "Do you really want to reset all these settings to their default values ?"
349
+ msgstr "您确定要恢复所有设置为默认设置吗?"
350
 
351
+ #: ../admin/classes/class-settings.php:277
352
+ #: ../admin/classes/class-settings.php:288
353
+ #: ../admin/classes/class-settings.php:312
354
+ msgid "No options defined."
355
+ msgstr "没有定义任何选项。"
356
 
357
+ #: ../admin/classes/class-settings.php:299
358
+ #, php-format
359
+ msgid "Select %s"
360
+ msgstr "选择 %s"
361
 
362
+ #: ../admin/classes/class-settings.php:300
363
+ #, php-format
364
+ msgid "Remove %s"
365
+ msgstr "移除 %s"
366
 
367
+ #: ../admin/classes/class-settings.php:324
368
+ msgid "No action defined."
369
+ msgstr "没有定义任何操作。"
370
 
371
+ #: ../admin/classes/class-widget.php:11
372
+ msgid "WP Ulike Widget"
373
+ msgstr "WP Ulike 小工具"
374
 
375
+ #: ../admin/classes/class-widget.php:12
376
  msgid ""
377
+ "An advanced widget that gives you all most liked records with different types"
378
+ msgstr ""
379
 
380
+ #: ../admin/classes/class-widget.php:74
381
+ msgid "you haven't liked any post yet!"
382
+ msgstr ""
383
 
384
+ #: ../admin/classes/class-widget.php:103
385
+ msgid "on"
386
+ msgstr "on"
387
 
388
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
389
+ msgid "Like"
390
+ msgstr "喜欢"
 
391
 
392
+ #: ../admin/classes/class-widget.php:224
393
+ msgid "Most Liked"
394
+ msgstr ""
 
395
 
396
+ #: ../admin/classes/class-widget.php:228
397
+ msgid "Title:"
398
+ msgstr "标题:"
 
399
 
400
+ #: ../admin/classes/class-widget.php:233
401
+ msgid "Type:"
402
+ msgstr ""
 
 
 
 
403
 
404
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
405
+ msgid "Most Liked Posts"
406
+ msgstr "最多人喜欢的文章"
 
 
407
 
408
+ #: ../admin/classes/class-widget.php:237
409
+ msgid "Most Liked Activities"
410
+ msgstr "最多人喜欢的活动"
411
 
412
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
413
+ msgid "Most Liked Users"
414
+ msgstr "最多人喜欢的用户"
 
415
 
416
+ #: ../admin/classes/class-widget.php:239
417
+ msgid "Last Posts Liked By User"
418
+ msgstr ""
419
 
420
+ #: ../admin/classes/class-widget.php:244
421
+ msgid "Number of items to show:"
422
+ msgstr ""
423
 
424
+ #: ../admin/classes/class-widget.php:249
425
+ msgid "User avatar size:"
426
+ msgstr "用户头像大小:"
427
 
428
+ #: ../admin/classes/class-widget.php:255
429
+ msgid "Activate Like Counter"
430
+ msgstr "启用喜欢计数"
 
431
 
432
+ #: ../admin/classes/tmp/settings.php:7
433
+ msgid "General"
434
+ msgstr "常规"
435
 
436
+ #: ../admin/classes/tmp/settings.php:11
437
+ msgid "Button Type"
438
+ msgstr "按钮样式"
439
 
440
+ #: ../admin/classes/tmp/settings.php:14
441
+ msgid "Icon"
442
+ msgstr "图标"
443
 
444
+ #: ../admin/classes/tmp/settings.php:15
445
+ msgid "Text"
 
446
  msgstr "文本"
447
 
448
+ #: ../admin/classes/tmp/settings.php:20
449
+ msgid "Button Text"
450
+ msgstr "按钮文本"
 
 
 
 
 
 
 
 
 
451
 
452
+ #: ../admin/classes/tmp/settings.php:24
453
+ msgid "Button Icon"
454
+ msgstr "按钮图标"
455
 
456
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
457
+ msgid "Best size: 16x16"
458
+ msgstr "最适合的大小: 16x16"
459
 
460
+ #: ../admin/classes/tmp/settings.php:28
461
+ msgid "Unlike"
462
+ msgstr "不喜欢"
463
 
464
+ #: ../admin/classes/tmp/settings.php:29
465
+ msgid "Text After Like"
466
+ msgstr "[喜欢]后的文字"
467
 
468
+ #: ../admin/classes/tmp/settings.php:34
469
+ msgid "Return To The Initial"
470
+ msgstr ""
471
 
472
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
473
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
474
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
475
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
476
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
477
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
478
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
479
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
480
+ msgid "Activate"
481
+ msgstr "激活"
482
 
483
+ #: ../admin/classes/tmp/settings.php:36
484
+ msgid ""
485
+ "Return to the initial Like button after Unlike. (Not Showing text after "
486
+ "unlike)"
487
+ msgstr ""
488
 
489
+ #: ../admin/classes/tmp/settings.php:39
490
+ msgid "Like Me Again!"
491
+ msgstr "再喜欢一次!"
492
 
493
+ #: ../admin/classes/tmp/settings.php:40
494
+ msgid "Text After Unlike"
495
+ msgstr "[不喜欢]后的文字"
496
 
497
+ #: ../admin/classes/tmp/settings.php:43
498
+ msgid "You have not permission to unlike"
499
+ msgstr "您没有权限选择不喜欢"
500
 
501
+ #: ../admin/classes/tmp/settings.php:44
502
+ msgid "Permission Text"
503
+ msgstr "权限文本"
 
504
 
505
+ #: ../admin/classes/tmp/settings.php:48
506
+ msgid "Users Login Type"
507
+ msgstr ""
508
 
509
+ #: ../admin/classes/tmp/settings.php:51
510
+ msgid "Alert Box"
511
+ msgstr ""
512
 
513
+ #: ../admin/classes/tmp/settings.php:52
514
+ msgid "Like Button"
515
+ msgstr ""
516
 
517
+ #: ../admin/classes/tmp/settings.php:56
518
+ msgid "You Should Login To Submit Your Like"
519
+ msgstr ""
520
 
521
+ #: ../admin/classes/tmp/settings.php:57
522
+ msgid "Users Login Text"
523
+ msgstr "用户登录文本"
 
524
 
525
+ #: ../admin/classes/tmp/settings.php:62
526
+ msgid "Format Number"
527
+ msgstr "格式化数字"
 
 
 
 
 
 
 
528
 
529
+ #: ../admin/classes/tmp/settings.php:64
530
+ msgid "Convert numbers of Likes with string (kilobyte) format."
531
+ msgstr "使用字符串(千字节)格式化喜欢数目"
 
 
532
 
533
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
534
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
535
+ msgid "Auto Display Position"
 
536
  msgstr ""
537
 
538
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
539
+ #: ../admin/classes/tmp/settings.php:368
540
+ msgid "Top of Content"
 
 
 
 
541
  msgstr ""
542
 
543
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
544
+ msgid "Bottom of Content"
 
 
 
 
 
545
  msgstr ""
546
 
547
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
548
+ #: ../admin/classes/tmp/settings.php:369
549
+ msgid "Top and Bottom"
 
 
 
550
  msgstr ""
551
+
552
+ #: ../admin/classes/tmp/settings.php:90
553
+ msgid "Auto Display Filter"
 
 
 
 
 
554
  msgstr ""
555
 
556
+ #: ../admin/classes/tmp/settings.php:92
557
+ msgid "Home"
558
+ msgstr "首页"
559
+
560
+ #: ../admin/classes/tmp/settings.php:93
561
+ msgid "Single Posts"
 
562
  msgstr ""
563
 
564
+ #: ../admin/classes/tmp/settings.php:94
565
+ msgid "Pages"
566
+ msgstr "页面"
 
 
567
 
568
+ #: ../admin/classes/tmp/settings.php:95
569
+ msgid "Archives"
570
+ msgstr "归档"
 
 
571
 
572
+ #: ../admin/classes/tmp/settings.php:96
573
+ msgid "Categories"
574
+ msgstr "分类"
575
+
576
+ #: ../admin/classes/tmp/settings.php:97
577
+ msgid "Search Results"
578
+ msgstr "搜索结果"
579
+
580
+ #: ../admin/classes/tmp/settings.php:98
581
+ msgid "Tags"
582
+ msgstr "标签"
583
+
584
+ #: ../admin/classes/tmp/settings.php:99
585
+ msgid "Author Page"
586
  msgstr ""
587
 
588
+ #: ../admin/classes/tmp/settings.php:101
589
+ msgid "You can filter theses pages on auto display option."
590
+ msgstr ""
591
 
592
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
593
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
594
+ msgid "Only registered Users"
595
+ msgstr "只有已注册的用户"
596
 
597
+ #: ../admin/classes/tmp/settings.php:108
598
+ msgid "<strong>Only</strong> registered users have permission to like posts."
599
+ msgstr "<strong>只有</strong> 已注册的用户才有权限喜欢文章。"
 
 
600
 
601
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
602
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
603
+ msgid "Do Not Log"
604
+ msgstr "不记录"
605
 
606
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
607
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
608
+ msgid "Logged By Cookie"
609
+ msgstr "通过 Cookie 记录"
610
 
611
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
612
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
613
+ msgid "Logged By IP"
614
+ msgstr "通过 IP 记录"
615
 
616
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
617
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
618
+ msgid "Logged By Cookie & IP"
619
+ msgstr "通过 Cookie 和 IP 记录"
620
 
621
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
622
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
623
+ msgid "Logged By Username"
624
+ msgstr "通过用户名记录"
625
+
626
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
627
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
628
+ msgid "Show Liked Users Box"
629
+ msgstr "显示已喜欢的用户盒子"
630
+
631
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
632
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
633
  msgid ""
634
+ "Active this option to show liked users avatars in the bottom of button like."
635
+ msgstr "启用这个选项,可以在喜欢按钮的底部显示已喜欢的用户头像"
636
+
637
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
638
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
639
+ msgid "Size of Gravatars"
640
+ msgstr "头像大小"
641
+
642
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
643
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
644
+ msgid "Size of Gravatars to return (max is 512)"
645
+ msgstr "头像大小(最大为 512)"
646
+
647
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
648
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
649
+ msgid "Number Of The Users"
650
  msgstr ""
651
 
652
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
653
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
654
+ msgid "The number of users to show in the users liked box"
655
  msgstr ""
656
 
657
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
658
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
659
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
660
+ msgid "Allowed Variables:"
661
  msgstr ""
662
 
663
+ #: ../admin/classes/tmp/settings.php:174
664
+ msgid ""
665
+ "<strong>Only</strong> registered users have permission to like comments."
666
+ msgstr "<strong>只有</strong> 已注册的用户才有权限喜欢评论。"
667
 
668
+ #: ../admin/classes/tmp/settings.php:218
669
+ msgid "Customize"
670
+ msgstr "定制"
671
 
672
+ #: ../admin/classes/tmp/settings.php:223
673
+ msgid "Custom Style"
674
+ msgstr "自定义样式"
675
+
676
+ #: ../admin/classes/tmp/settings.php:228
677
+ msgid "Active this option to see the custom style settings."
678
+ msgstr "启用这个选项可以看到自定义样式设置。"
679
+
680
+ #: ../admin/classes/tmp/settings.php:232
681
+ msgid "Button style"
682
  msgstr "按钮样式"
683
 
684
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
685
+ msgid "Background"
686
+ msgstr "背景"
687
 
688
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
689
+ msgid "Border Color"
690
+ msgstr "背景颜色"
691
 
692
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
693
+ msgid "Text Color"
694
+ msgstr "文本颜色"
695
 
696
+ #: ../admin/classes/tmp/settings.php:245
697
+ msgid "Counter Style"
698
+ msgstr "计数样式"
 
699
 
700
+ #: ../admin/classes/tmp/settings.php:258
701
+ msgid "Loading Animation"
702
+ msgstr "加载动画"
 
703
 
704
+ #: ../admin/classes/tmp/settings.php:281
705
+ msgid "Activity Content"
706
+ msgstr ""
707
 
708
+ #: ../admin/classes/tmp/settings.php:282
709
+ msgid "Activity Meta"
710
+ msgstr ""
711
+
712
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
713
+ msgid ""
714
+ "<strong>Only</strong> registered users have permission to like activities."
715
+ msgstr "<strong>只有</strong> 已注册的用户才有权限喜欢活动。"
716
+
717
+ #: ../admin/classes/tmp/settings.php:332
718
+ msgid "BuddyPress Activity"
719
+ msgstr "BuddyPress 活动"
720
+
721
+ #: ../admin/classes/tmp/settings.php:334
722
+ msgid "insert new likes in buddyPress activity page"
723
+ msgstr "插入喜欢按钮到buddyPress活动页面"
724
+
725
+ #: ../admin/classes/tmp/settings.php:355
726
+ msgid "bbPress"
727
+ msgstr ""
728
+
729
+ #: ../admin/classes/tmp/settings.php:412
730
+ msgid "Users who have liked this topic:"
731
+ msgstr ""
732
 
733
  #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
734
  #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
735
  #: ../admin/logs.php:466
 
736
  msgid "Logs"
737
+ msgstr "日志"
738
 
739
  #: ../admin/logs.php:80
740
  msgid "Are you sure to remove this item?!"
774
 
775
  #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
776
  msgid "Actions"
777
+ msgstr "操作"
778
 
779
  #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
 
780
  msgid "Guest User"
781
+ msgstr ""
782
 
783
  #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
784
  msgid ""
797
  msgstr "评论作者"
798
 
799
  #: ../admin/logs.php:277
 
800
  msgid "Comment Text"
801
+ msgstr ""
802
 
803
  #: ../admin/logs.php:404
804
  msgid "Activity ID"
806
 
807
  #: ../admin/logs.php:405
808
  msgid "Permalink"
809
+ msgstr "固定链接"
810
 
811
  #: ../admin/logs.php:442
812
  #, php-format
814
  msgstr ""
815
 
816
  #: ../admin/stats.php:25
 
817
  msgid "Welcome to WP ULike Statistics!"
818
+ msgstr ""
819
 
820
  #: ../admin/stats.php:26
821
  msgid "We have provided some useful statistics tools in this page:"
822
  msgstr ""
823
 
824
  #: ../admin/stats.php:30
 
825
  msgid "Get Started"
826
+ msgstr "开始使用"
827
 
828
  #: ../admin/stats.php:32
829
  msgid "or"
830
+ msgstr ""
831
 
832
  #: ../admin/stats.php:35
 
833
  msgid "Other Tools"
834
+ msgstr ""
835
 
836
  #: ../admin/stats.php:43
837
  msgid "Documentation"
838
+ msgstr "文档"
839
 
840
  #: ../admin/stats.php:72
 
841
  msgid "Posts Likes Summary"
842
+ msgstr ""
843
 
844
  #: ../admin/stats.php:79
 
845
  msgid "Comments Likes Summary"
846
+ msgstr ""
847
 
848
  #: ../admin/stats.php:86
 
849
  msgid "Activities Likes Summary"
850
+ msgstr ""
851
 
852
  #: ../admin/stats.php:97 ../admin/stats.php:272
853
  msgid "Summary"
854
+ msgstr "摘要"
855
 
856
  #: ../admin/stats.php:106
 
857
  msgid "Total Likes"
858
+ msgstr ""
859
 
860
  #: ../admin/stats.php:121
861
  msgid "Today"
862
+ msgstr "今天"
863
 
864
  #: ../admin/stats.php:126
865
  msgid "Yesterday"
866
+ msgstr "昨天"
867
 
868
  #: ../admin/stats.php:131
869
  msgid "Week"
871
 
872
  #: ../admin/stats.php:136
873
  msgid "Month"
874
+ msgstr "月份"
875
 
876
  #: ../admin/stats.php:141
 
877
  msgid "Total"
878
+ msgstr "总计"
879
 
880
  #: ../admin/stats.php:155 ../admin/stats.php:276
 
881
  msgid "Likes Percent"
882
+ msgstr ""
883
 
884
  #: ../admin/stats.php:155 ../admin/stats.php:180 ../admin/stats.php:186
885
  #: ../admin/stats.php:192
886
+ #, php-format
887
  msgid "In The Last %s Days"
888
+ msgstr ""
889
 
890
  #: ../admin/stats.php:179 ../admin/stats.php:185 ../admin/stats.php:191
 
891
  msgid "View Logs"
892
+ msgstr ""
893
 
894
  #: ../admin/stats.php:180 ../admin/stats.php:273
 
895
  msgid "Posts Likes Stats"
896
+ msgstr ""
897
 
898
  #: ../admin/stats.php:186 ../admin/stats.php:274
 
899
  msgid "Comments Likes Stats"
900
+ msgstr ""
901
 
902
  #: ../admin/stats.php:192 ../admin/stats.php:275
 
903
  msgid "Activities Likes Stats"
904
+ msgstr ""
905
 
906
  #: ../admin/stats.php:269
 
907
  msgid "Show on screen"
908
+ msgstr "显示下列项目"
909
 
910
  #: ../admin/stats.php:271
 
911
  msgid "Welcome"
912
+ msgstr "欢迎"
913
 
914
  #: ../admin/stats.php:279
915
  msgid "Days"
916
  msgstr ""
917
 
918
+ #: ../inc/wp-functions.php:172
919
  msgid "WP ULike Activity"
920
  msgstr "WP ULike 活动"
921
 
949
 
950
  #: ../inc/wp-strings.php:10
951
  msgid "Themes"
952
+ msgstr "主题"
953
 
954
  #: ../inc/wp-strings.php:11
955
  msgid "Dislike"
964
  msgstr "不喜欢后的文字"
965
 
966
  #: ../inc/wp-strings.php:14
 
967
  msgid "Show Counter"
968
+ msgstr ""
969
 
970
  #: ../inc/wp-strings.php:15
 
971
  msgid "Show tooltips"
972
+ msgstr ""
973
 
974
  #: ../inc/wp-strings.php:16
975
  msgid "Alignment"
976
+ msgstr "对齐方式"
977
 
978
  #: ../inc/wp-strings.php:17
979
  msgid "Left"
980
+ msgstr ""
981
 
982
  #: ../inc/wp-strings.php:18
983
  msgid "Center"
984
+ msgstr ""
985
 
986
  #: ../inc/wp-strings.php:19
987
  msgid "Right"
988
+ msgstr ""
989
 
990
  #: ../inc/wp-strings.php:20
 
991
  msgid "Cookie Life time"
992
+ msgstr ""
993
 
994
  #: ../inc/wp-strings.php:21
 
995
  msgid "BuddyPress Notifications"
996
+ msgstr ""
997
 
998
  #: ../inc/wp-strings.php:22
999
  msgid "Liker Attempts"
1000
  msgstr ""
1001
 
1002
  #: ../inc/wp-strings.php:23
 
1003
  msgid "Liked Users Box Style"
1004
+ msgstr ""
1005
 
1006
  #: ../inc/wp-strings.php:24
1007
  msgid "Tooltip"
1008
+ msgstr "提示工具"
1009
 
1010
  #: ../inc/wp-strings.php:25
 
1011
  msgid "Default"
1012
+ msgstr "默认"
1013
 
1014
  #: ../inc/wp-strings.php:29
 
1015
  msgid "Total Users Liked"
1016
+ msgstr ""
1017
 
1018
  #: ../inc/wp-strings.php:30
 
1019
  msgid "Total Posts Liked"
1020
+ msgstr ""
1021
 
1022
  #: ../inc/wp-strings.php:31
 
1023
  msgid "Total Comments Liked"
1024
+ msgstr ""
1025
 
1026
  #: ../inc/wp-strings.php:32
1027
  msgid "Upvote"
1031
  msgid "Downvote"
1032
  msgstr ""
1033
 
1034
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1035
+ msgid "You need to login in order to like this post: "
1036
+ msgstr "你需要登录后才能喜欢这篇文章:"
1037
 
1038
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1039
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1040
  msgid "click here"
1041
  msgstr "点击这里"
1042
 
1043
+ #: ../inc/wp-ulike-buddypress.php:74
1044
+ msgid "You need to login in order to like this activity: "
1045
+ msgstr "你需要登录后才能喜欢这个活动:"
1046
+
1047
  #: ../inc/wp-ulike-comments.php:69
1048
  msgid "You need to login in order to like this comment: "
1049
  msgstr "你需要为了喜欢这个评论登陆"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/alimir-zh_TW.mo CHANGED
Binary file
lang/alimir-zh_TW.po CHANGED
@@ -1,27 +1,28 @@
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP ULike\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-19 15:52+0330\n"
6
- "PO-Revision-Date: \n"
7
  "Last-Translator: Alimir <info@alimir.ir>\n"
8
- "Language-Team: 超級efly <eflyjason@gmail.com>\n"
9
- "Language: zh_TW\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 1.6.10\n"
 
 
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPath-1: ..\n"
20
 
21
  #: ../admin/about.php:74
22
- #, fuzzy
23
  msgid "Welcome to WP ULike"
24
- msgstr "WP ULike"
25
 
26
  #: ../admin/about.php:76
27
  msgid ""
@@ -35,7 +36,7 @@ msgstr ""
35
 
36
  #: ../admin/about.php:79
37
  msgid "Version"
38
- msgstr ""
39
 
40
  #: ../admin/about.php:82
41
  msgid "Getting Started"
@@ -43,36 +44,29 @@ msgstr ""
43
 
44
  #: ../admin/about.php:83
45
  msgid "Credits"
46
- msgstr ""
47
 
48
  #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
49
  #: ../admin/stats.php:45
50
- #, fuzzy
51
  msgid "Support"
52
  msgstr ""
53
- "支持本外掛,請在 <a href=\"http://wordpress.org/plugins/wp-ulike\"> 外掛目錄"
54
- "迴響 </a> 提交 5 星級投票"
55
 
56
  #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
57
  #: ../admin/stats.php:46
58
  msgid "FAQ"
59
- msgstr ""
60
 
61
  #: ../admin/about.php:86
62
- #, fuzzy
63
  msgid "Reviews"
64
- msgstr ""
65
- "支持本外掛,請在 <a href=\"http://wordpress.org/plugins/wp-ulike\"> 外掛目錄"
66
- "迴響 </a> 提交 5 星級投票"
67
 
68
  #: ../admin/about.php:87 ../admin/stats.php:47
69
  msgid "Contact"
70
  msgstr ""
71
 
72
  #: ../admin/about.php:99
73
- #, fuzzy
74
  msgid "Novelty Of WP ULike"
75
- msgstr "WP ULike"
76
 
77
  #: ../admin/about.php:103
78
  msgid "New Statistics Design + Screen Option"
@@ -86,16 +80,16 @@ msgstr ""
86
  msgid "New Class-based programming"
87
  msgstr ""
88
 
89
- #: ../admin/about.php:121 ../admin/classes/class-widget.php:240
90
  #: ../inc/wp-strings.php:27
91
- #, fuzzy
92
  msgid "Most Liked Comments"
93
- msgstr "最多人喜歡的文章"
94
 
95
- #: ../admin/about.php:128 ../admin/admin.php:192 ../admin/admin.php:257
96
- #: ../admin/admin.php:312 ../admin/classes/class-settings.php:54
97
  #: ../admin/classes/class-settings.php:63
98
  #: ../admin/classes/class-settings.php:71
 
 
99
  msgid "Logging Method"
100
  msgstr ""
101
 
@@ -125,7 +119,7 @@ msgstr ""
125
 
126
  #: ../admin/about.php:165
127
  msgid "Project Leaders"
128
- msgstr ""
129
 
130
  #: ../admin/about.php:170
131
  msgid "Project Lead & Developer"
@@ -133,7 +127,7 @@ msgstr ""
133
 
134
  #: ../admin/about.php:174
135
  msgid "Translations"
136
- msgstr ""
137
 
138
  #: ../admin/about.php:185
139
  msgid "Other Plugins"
@@ -159,569 +153,579 @@ msgid ""
159
  "target=\"_blank\">Ali Mirzaei</a>"
160
  msgstr ""
161
 
162
- #: ../admin/admin.php:70
163
- #, fuzzy
164
  msgid "WP ULike Settings"
165
- msgstr "WP ULike"
166
 
167
- #: ../admin/admin.php:73
168
  msgid "WP ULike"
169
  msgstr "WP ULike"
170
 
171
- #: ../admin/admin.php:78
172
- msgid "General"
173
- msgstr ""
174
 
175
- #: ../admin/admin.php:82
176
- msgid "Button Type"
177
  msgstr ""
178
 
179
- #: ../admin/admin.php:85
180
- msgid "Icon"
181
  msgstr ""
182
 
183
- #: ../admin/admin.php:86
184
- #, fuzzy
185
- msgid "Text"
186
- msgstr "如果你禁用這個選項,你必須手動添加代碼 "
187
-
188
- #: ../admin/admin.php:90 ../admin/classes/class-widget.php:177
189
- msgid "Like"
190
- msgstr "喜歡"
191
-
192
- #: ../admin/admin.php:91
193
- msgid "Button Text"
194
  msgstr ""
195
 
196
- #: ../admin/admin.php:95
197
- msgid "Button Icon"
198
  msgstr ""
199
 
200
- #: ../admin/admin.php:96 ../admin/admin.php:409
201
- #, fuzzy
202
- msgid "Best size: 16x16"
203
- msgstr "用戶大頭貼尺寸"
204
 
205
- #: ../admin/admin.php:99
206
- msgid "Unlike"
207
  msgstr ""
208
 
209
- #: ../admin/admin.php:100
210
- #, fuzzy
211
- msgid "Text After Like"
212
- msgstr "喜歡"
213
 
214
- #: ../admin/admin.php:105
215
- msgid "Return To The Initial"
216
  msgstr ""
217
 
218
- #: ../admin/admin.php:106 ../admin/admin.php:134 ../admin/admin.php:155
219
- #: ../admin/admin.php:186 ../admin/admin.php:205 ../admin/admin.php:235
220
- #: ../admin/admin.php:251 ../admin/admin.php:270 ../admin/admin.php:306
221
- #: ../admin/admin.php:325 ../admin/admin.php:350 ../admin/admin.php:374
222
- msgid "Activate"
223
- msgstr "激活"
224
 
225
- #: ../admin/admin.php:107
226
  msgid ""
227
- "Return to the initial Like button after Unlike. (Not Showing text after "
228
- "unlike)"
 
 
229
  msgstr ""
230
 
231
- #: ../admin/admin.php:110
232
- #, fuzzy
233
- msgid "Like Me Again!"
234
- msgstr "喜歡"
235
-
236
- #: ../admin/admin.php:111
237
- msgid "Text After Unlike"
238
- msgstr ""
239
 
240
- #: ../admin/admin.php:114
241
- msgid "You have not permission to unlike"
242
- msgstr ""
 
 
 
 
243
 
244
- #: ../admin/admin.php:115
245
- msgid "Permission Text"
 
 
246
  msgstr ""
247
 
248
- #: ../admin/admin.php:119
249
- msgid "Users Login Type"
 
 
 
 
250
  msgstr ""
251
 
252
- #: ../admin/admin.php:122
253
- msgid "Alert Box"
 
 
254
  msgstr ""
255
 
256
- #: ../admin/admin.php:123
257
- #, fuzzy
258
- msgid "Like Button"
259
- msgstr "喜歡"
260
 
261
- #: ../admin/admin.php:127
262
- msgid "You Should Login To Submit Your Like"
 
 
 
 
 
263
  msgstr ""
264
 
265
- #: ../admin/admin.php:128
266
- msgid "Users Login Text"
 
 
 
 
 
267
  msgstr ""
268
 
269
- #: ../admin/admin.php:133
270
- #, fuzzy
271
- msgid "Format Number"
272
- msgstr "要顯示的文章數量:"
273
-
274
- #: ../admin/admin.php:135
275
- msgid "Convert numbers of Likes with string (kilobyte) format."
276
  msgstr ""
277
 
278
- #: ../admin/admin.php:142
279
- msgid "Settings saved."
 
 
 
 
 
280
  msgstr ""
281
 
282
- #: ../admin/admin.php:149 ../admin/classes/class-settings.php:52
283
- #, fuzzy
284
- msgid "Posts"
285
- msgstr "最多人喜歡的文章"
286
-
287
- #: ../admin/admin.php:154 ../admin/admin.php:234 ../admin/admin.php:299
288
  #: ../admin/classes/class-settings.php:54
289
  #: ../admin/classes/class-settings.php:63
290
  #: ../admin/classes/class-settings.php:71
291
- msgid "Automatic display"
292
- msgstr "自動顯示"
 
 
 
293
 
294
- #: ../admin/admin.php:159 ../admin/admin.php:239
295
- #, fuzzy
296
- msgid "Auto Display Position"
297
- msgstr "自動顯示"
298
 
299
- #: ../admin/admin.php:162 ../admin/admin.php:242
300
- msgid "Top of Content"
301
- msgstr ""
 
 
302
 
303
- #: ../admin/admin.php:163 ../admin/admin.php:243
304
- msgid "Bottom of Content"
 
 
 
 
 
 
 
 
 
 
 
 
305
  msgstr ""
306
 
307
- #: ../admin/admin.php:164 ../admin/admin.php:244
308
- msgid "Top and Bottom"
 
309
  msgstr ""
310
 
311
- #: ../admin/admin.php:169
312
- #, fuzzy
313
- msgid "Auto Display Filter"
314
- msgstr "自動顯示"
315
 
316
- #: ../admin/admin.php:171
317
- #, fuzzy
318
- msgid "Home"
319
- msgstr "<strong>在所有文章</strong>(首頁、存檔、搜索)文章的底部"
320
 
321
- #: ../admin/admin.php:172
322
- #, fuzzy
323
- msgid "Single Posts"
324
- msgstr "最多人喜歡的文章"
325
 
326
- #: ../admin/admin.php:173
327
- msgid "Pages"
328
  msgstr ""
329
 
330
- #: ../admin/admin.php:174
331
- #, fuzzy
332
- msgid "Archives"
333
- msgstr "<strong>在所有文章</strong>(首頁、存檔、搜索)文章的底部"
334
 
335
- #: ../admin/admin.php:175
336
- msgid "Categories"
 
 
337
  msgstr ""
338
 
339
- #: ../admin/admin.php:176
340
- msgid "Search Results"
 
 
 
 
 
 
341
  msgstr ""
342
 
343
- #: ../admin/admin.php:177
344
- msgid "Tags"
345
  msgstr ""
346
 
347
- #: ../admin/admin.php:178
348
- msgid "Author Page"
 
 
 
 
 
349
  msgstr ""
350
 
351
- #: ../admin/admin.php:180
352
- msgid "You can filter theses pages on auto display option."
353
  msgstr ""
354
 
355
- #: ../admin/admin.php:185 ../admin/admin.php:250 ../admin/admin.php:305
356
- msgid "Only registered Users"
357
- msgstr "只有已注冊的用戶"
358
 
359
- #: ../admin/admin.php:187
360
- msgid "<strong>Only</strong> registered users have permission to like posts."
361
- msgstr "<strong>只有</strong> 已注冊的用戶才有權限喜歡文章。"
362
 
363
- #: ../admin/admin.php:194 ../admin/admin.php:259 ../admin/admin.php:314
364
- msgid "Do Not Log"
365
  msgstr ""
366
 
367
- #: ../admin/admin.php:195 ../admin/admin.php:260 ../admin/admin.php:315
368
- msgid "Logged By Cookie"
 
 
 
 
369
  msgstr ""
370
 
371
- #: ../admin/admin.php:196 ../admin/admin.php:261 ../admin/admin.php:316
372
- msgid "Logged By IP"
 
 
 
 
373
  msgstr ""
374
 
375
- #: ../admin/admin.php:197 ../admin/admin.php:262 ../admin/admin.php:317
376
- msgid "Logged By Cookie & IP"
 
 
 
 
377
  msgstr ""
378
 
379
- #: ../admin/admin.php:198 ../admin/admin.php:263 ../admin/admin.php:318
380
- msgid "Logged By Username"
381
  msgstr ""
382
 
383
- #: ../admin/admin.php:204 ../admin/admin.php:269 ../admin/admin.php:324
384
- msgid "Show Liked Users Box"
 
 
 
 
385
  msgstr ""
386
 
387
- #: ../admin/admin.php:206 ../admin/admin.php:271 ../admin/admin.php:326
388
- msgid ""
389
- "Active this option to show liked users avatars in the bottom of button like."
 
 
 
390
  msgstr ""
391
 
392
- #: ../admin/admin.php:211 ../admin/admin.php:276 ../admin/admin.php:331
393
- #, fuzzy
394
- msgid "Size of Gravatars"
395
- msgstr "用戶大頭貼尺寸"
396
 
397
- #: ../admin/admin.php:212 ../admin/admin.php:277 ../admin/admin.php:332
398
- msgid "Size of Gravatars to return (max is 512)"
 
 
 
 
399
  msgstr ""
400
 
401
- #: ../admin/admin.php:217 ../admin/admin.php:282 ../admin/admin.php:337
402
- #, fuzzy
403
- msgid "Number Of The Users"
404
- msgstr "要显示的用戶数量:"
405
 
406
- #: ../admin/admin.php:218 ../admin/admin.php:283 ../admin/admin.php:338
407
- msgid "The number of users to show in the users liked box"
408
  msgstr ""
409
 
410
- #: ../admin/admin.php:222 ../admin/classes/class-settings.php:54
411
- #: ../inc/classes/class-ulike.php:409
412
- msgid "Users who have LIKED this post:"
413
- msgstr "喜歡該文章的用戶:"
414
 
415
- #: ../admin/admin.php:223 ../admin/admin.php:288 ../admin/admin.php:343
416
- #: ../admin/classes/class-settings.php:54
417
- #: ../admin/classes/class-settings.php:63
418
- #: ../admin/classes/class-settings.php:71
419
- msgid "Users Like Box Template"
420
  msgstr ""
421
 
422
- #: ../admin/admin.php:224 ../admin/admin.php:289 ../admin/admin.php:344
423
- #: ../admin/admin.php:357 ../admin/admin.php:363
424
- msgid "Allowed Variables:"
425
  msgstr ""
426
 
427
- #: ../admin/admin.php:229 ../admin/classes/class-settings.php:61
428
- #, fuzzy
429
- msgid "Comments"
430
- msgstr "<strong>在所有文章</strong>(首頁、存檔、搜索)文章的底部"
 
 
 
 
 
 
431
 
432
- #: ../admin/admin.php:252
433
- #, fuzzy
434
  msgid ""
435
- "<strong>Only</strong> registered users have permission to like comments."
436
- msgstr "<strong>只有</strong> 已注冊的用戶才有權限喜歡文章。"
437
-
438
- #: ../admin/admin.php:287 ../admin/classes/class-settings.php:63
439
- msgid "Users who have LIKED this comment:"
440
- msgstr "誰也喜歡這個評論用戶:"
441
 
442
- #: ../admin/admin.php:294 ../admin/classes/class-settings.php:69
443
- msgid "BuddyPress"
444
  msgstr ""
445
 
446
- #: ../admin/admin.php:300
447
- msgid "<strong>On all buddypress activities</strong> at the top of activity"
448
  msgstr ""
449
 
450
- #: ../admin/admin.php:307
451
- #, fuzzy
452
- msgid ""
453
- "<strong>Only</strong> registered users have permission to like activities."
454
- msgstr "<strong>只有</strong> 已注冊的用戶才有權限喜歡文章。"
455
 
456
- #: ../admin/admin.php:342 ../admin/classes/class-settings.php:71
457
- #, fuzzy
458
- msgid "Users who have liked this activity:"
459
- msgstr "喜歡該文章的用戶:"
460
 
461
- #: ../admin/admin.php:349
462
- msgid "BuddyPress Activity"
463
  msgstr ""
464
 
465
- #: ../admin/admin.php:351
466
- msgid "insert new likes in buddyPress activity page"
467
  msgstr ""
468
 
469
- #: ../admin/admin.php:356 ../admin/classes/class-settings.php:71
470
- #, fuzzy
471
- msgid "Post Activity Text"
472
- msgstr "開啟「喜歡文章」計數"
473
 
474
- #: ../admin/admin.php:362 ../admin/classes/class-settings.php:71
475
- #, fuzzy
476
- msgid "Comment Activity Text"
477
- msgstr "誰也喜歡這個評論用戶:"
478
 
479
- #: ../admin/admin.php:368
480
- msgid "Customize"
481
  msgstr ""
482
 
483
- #: ../admin/admin.php:373
484
- msgid "Custom Style"
485
  msgstr ""
486
 
487
- #: ../admin/admin.php:378
488
- msgid "Active this option to see the custom style settings."
489
  msgstr ""
490
 
491
- #: ../admin/admin.php:382
492
- msgid "Button style"
 
493
  msgstr ""
494
 
495
- #: ../admin/admin.php:383 ../admin/admin.php:396
496
- msgid "Background"
 
497
  msgstr ""
498
 
499
- #: ../admin/admin.php:387 ../admin/admin.php:400
500
- msgid "Border Color"
501
  msgstr ""
502
 
503
- #: ../admin/admin.php:391 ../admin/admin.php:404
504
- msgid "Text Color"
 
505
  msgstr ""
506
 
507
- #: ../admin/admin.php:395
508
- msgid "Counter Style"
509
  msgstr ""
510
 
511
- #: ../admin/admin.php:408
512
- msgid "Loading Animation"
 
 
 
 
513
  msgstr ""
514
 
515
- #: ../admin/admin.php:428 ../admin/logs.php:139 ../admin/stats.php:37
516
- #, fuzzy
517
- msgid "Post Likes Logs"
518
- msgstr "開啟「喜歡文章」計數"
519
 
520
- #: ../admin/admin.php:432 ../admin/logs.php:262 ../admin/stats.php:38
521
- #, fuzzy
522
- msgid "Comment Likes Logs"
523
- msgstr "誰也喜歡這個評論用戶:"
524
 
525
- #: ../admin/admin.php:436 ../admin/logs.php:391 ../admin/stats.php:39
526
- msgid "Activity Likes Logs"
527
- msgstr ""
528
 
529
- #: ../admin/admin.php:440 ../admin/stats.php:18
530
- #, fuzzy
531
- msgid "WP ULike Statistics"
532
- msgstr "WP ULike"
533
 
534
- #: ../admin/admin.php:444 ../admin/stats.php:31
535
- #, fuzzy
536
- msgid "About WP ULike"
537
- msgstr "WP ULike"
538
 
539
- #: ../admin/classes/class-settings.php:17
540
- msgid "Custom Settings"
541
  msgstr ""
542
 
543
- #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
544
- msgid "Save Settings"
545
  msgstr ""
546
 
547
- #: ../admin/classes/class-settings.php:29
548
- msgid "Reset Settings"
549
- msgstr ""
 
550
 
551
- #: ../admin/classes/class-settings.php:44
552
- msgid "Overview"
553
- msgstr ""
554
 
555
- #: ../admin/classes/class-settings.php:46
556
- msgid ""
557
- "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
558
- "wordPress website to allow your visitors to like and unlike pages, posts, "
559
- "comments AND buddypress activities. Its very simple to use and supports many "
560
- "options."
561
  msgstr ""
562
 
563
- #: ../admin/classes/class-settings.php:54
564
- msgid ""
565
- "If you disable this option, you have to put manually this code on wordpress "
566
- "while loop"
567
  msgstr ""
568
 
569
- #: ../admin/classes/class-settings.php:54
570
- #: ../admin/classes/class-settings.php:63
571
- #: ../admin/classes/class-settings.php:71
572
- msgid "Default Template:"
573
  msgstr ""
574
 
575
- #: ../admin/classes/class-settings.php:54
576
- #: ../admin/classes/class-settings.php:63
577
- #: ../admin/classes/class-settings.php:71
578
- msgid ""
579
- "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
580
- "save, There is no limitation in the like/dislike, unlike/undislike capacity "
581
- "do not work"
582
  msgstr ""
583
 
584
- #: ../admin/classes/class-settings.php:54
585
- #: ../admin/classes/class-settings.php:63
586
- #: ../admin/classes/class-settings.php:71
587
- msgid ""
588
- "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
589
- "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
590
- "undislike capacity do not work"
591
  msgstr ""
592
 
593
- #: ../admin/classes/class-settings.php:54
594
- #: ../admin/classes/class-settings.php:63
595
- #: ../admin/classes/class-settings.php:71
596
- msgid ""
597
- "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
598
- "for all users, the convey of like/dislike condition will check by user IP"
599
  msgstr ""
600
 
601
- #: ../admin/classes/class-settings.php:54
602
- #: ../admin/classes/class-settings.php:63
603
- #: ../admin/classes/class-settings.php:71
604
  msgid ""
605
- "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
606
- "will save for all users, the convey of like/dislike condition will check by "
607
- "user IP & SetCookie"
608
  msgstr ""
609
 
610
- #: ../admin/classes/class-settings.php:54
611
- #: ../admin/classes/class-settings.php:63
612
- #: ../admin/classes/class-settings.php:71
613
- msgid ""
614
- "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
615
- "is saved for registered users, the convey of like/dislike condition will "
616
- "check by username, There is no permission for guest users to unlike/undislike"
617
  msgstr ""
618
 
619
- #: ../admin/classes/class-settings.php:63
620
- msgid ""
621
- "If you disable this option, you have to put manually this code on comments "
622
- "text"
623
- msgstr "如果你禁用這個選項,你必須手動添加代碼 "
624
 
625
- #: ../admin/classes/class-settings.php:71
626
- msgid ""
627
- "If you disable this option, you have to put manually this code on buddypres "
628
- "activities content"
629
  msgstr ""
630
 
631
- #: ../admin/classes/class-settings.php:76
632
- msgid "For more information:"
 
633
  msgstr ""
634
 
635
- #: ../admin/classes/class-settings.php:135
636
- msgid "Default settings have been reset."
 
 
637
  msgstr ""
638
 
639
- #: ../admin/classes/class-settings.php:212
640
  msgid ""
641
- "Do you really want to reset all these settings to their default values ?"
642
  msgstr ""
643
 
644
- #: ../admin/classes/class-settings.php:277
645
- #: ../admin/classes/class-settings.php:288
646
- #: ../admin/classes/class-settings.php:312
647
- msgid "No options defined."
648
- msgstr ""
649
 
650
- #: ../admin/classes/class-settings.php:299
651
- #, php-format
652
- msgid "Select %s"
653
  msgstr ""
654
 
655
- #: ../admin/classes/class-settings.php:300
656
- #, php-format
657
- msgid "Remove %s"
658
  msgstr ""
659
 
660
- #: ../admin/classes/class-settings.php:324
661
- msgid "No action defined."
662
  msgstr ""
663
 
664
- #: ../admin/classes/class-widget.php:11
665
- msgid "WP Ulike Widget"
666
- msgstr "WP Ulike 小工具"
667
 
668
- #: ../admin/classes/class-widget.php:12
669
- msgid ""
670
- "An advanced widget that gives you all most liked records with different types"
671
  msgstr ""
672
 
673
- #: ../admin/classes/class-widget.php:78
674
- msgid "you haven't liked any post yet!"
675
- msgstr ""
676
 
677
- #: ../admin/classes/class-widget.php:107
678
- msgid "on"
679
  msgstr ""
680
 
681
- #: ../admin/classes/class-widget.php:228
682
- #, fuzzy
683
- msgid "Most Liked"
684
- msgstr "最多人喜歡的文章"
685
-
686
- #: ../admin/classes/class-widget.php:232
687
- msgid "Title:"
688
- msgstr "標題:"
689
-
690
- #: ../admin/classes/class-widget.php:237
691
- msgid "Type:"
692
  msgstr ""
693
 
694
- #: ../admin/classes/class-widget.php:239 ../inc/wp-strings.php:26
695
- msgid "Most Liked Posts"
696
- msgstr "最多人喜歡的文章"
697
 
698
- #: ../admin/classes/class-widget.php:241
699
- #, fuzzy
700
- msgid "Most Liked Activities"
701
- msgstr "最多人喜歡的文章"
702
 
703
- #: ../admin/classes/class-widget.php:242 ../inc/wp-strings.php:28
704
- msgid "Most Liked Users"
705
- msgstr "最多喜歡的用戶"
 
706
 
707
- #: ../admin/classes/class-widget.php:243
708
- #, fuzzy
709
- msgid "Last Posts Liked By User"
710
- msgstr "最多人喜歡的文章"
711
 
712
- #: ../admin/classes/class-widget.php:248
713
- #, fuzzy
714
- msgid "Number of items to show:"
715
- msgstr "要顯示的文章數量:"
716
 
717
- #: ../admin/classes/class-widget.php:253
718
- msgid "User avatar size:"
719
- msgstr "用戶大頭貼尺寸"
720
 
721
- #: ../admin/classes/class-widget.php:259
722
- #, fuzzy
723
- msgid "Activate Like Counter"
724
- msgstr "開啟「喜歡文章」計數"
725
 
726
  #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
727
  #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
@@ -734,9 +738,8 @@ msgid "Are you sure to remove this item?!"
734
  msgstr ""
735
 
736
  #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
737
- #, fuzzy
738
  msgid "WP ULike Logs"
739
- msgstr "WP ULike"
740
 
741
  #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
742
  msgid "ID"
@@ -744,21 +747,19 @@ msgstr ""
744
 
745
  #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
746
  msgid "Username"
747
- msgstr ""
748
 
749
  #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
750
  msgid "Status"
751
- msgstr ""
752
 
753
  #: ../admin/logs.php:152
754
- #, fuzzy
755
  msgid "Post ID"
756
- msgstr "開啟「喜歡文章」計數"
757
 
758
  #: ../admin/logs.php:153
759
- #, fuzzy
760
  msgid "Post Title"
761
- msgstr "標題:"
762
 
763
  #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
764
  msgid "Date / Time"
@@ -770,12 +771,11 @@ msgstr ""
770
 
771
  #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
772
  msgid "Actions"
773
- msgstr ""
774
 
775
  #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
776
- #, fuzzy
777
  msgid "Guest User"
778
- msgstr "開啟「用戶喜歡」計數"
779
 
780
  #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
781
  msgid ""
@@ -809,9 +809,8 @@ msgid "<a href=\"%1$s\">Activity Permalink</a>"
809
  msgstr ""
810
 
811
  #: ../admin/stats.php:25
812
- #, fuzzy
813
  msgid "Welcome to WP ULike Statistics!"
814
- msgstr "WP ULike"
815
 
816
  #: ../admin/stats.php:26
817
  msgid "We have provided some useful statistics tools in this page:"
@@ -819,11 +818,11 @@ msgstr ""
819
 
820
  #: ../admin/stats.php:30
821
  msgid "Get Started"
822
- msgstr ""
823
 
824
  #: ../admin/stats.php:32
825
  msgid "or"
826
- msgstr ""
827
 
828
  #: ../admin/stats.php:35
829
  msgid "Other Tools"
@@ -831,12 +830,11 @@ msgstr ""
831
 
832
  #: ../admin/stats.php:43
833
  msgid "Documentation"
834
- msgstr ""
835
 
836
  #: ../admin/stats.php:72
837
- #, fuzzy
838
  msgid "Posts Likes Summary"
839
- msgstr "最多人喜歡的文章"
840
 
841
  #: ../admin/stats.php:79
842
  msgid "Comments Likes Summary"
@@ -848,7 +846,7 @@ msgstr ""
848
 
849
  #: ../admin/stats.php:97 ../admin/stats.php:272
850
  msgid "Summary"
851
- msgstr ""
852
 
853
  #: ../admin/stats.php:106
854
  msgid "Total Likes"
@@ -856,7 +854,7 @@ msgstr ""
856
 
857
  #: ../admin/stats.php:121
858
  msgid "Today"
859
- msgstr ""
860
 
861
  #: ../admin/stats.php:126
862
  msgid "Yesterday"
@@ -868,7 +866,7 @@ msgstr ""
868
 
869
  #: ../admin/stats.php:136
870
  msgid "Month"
871
- msgstr ""
872
 
873
  #: ../admin/stats.php:141
874
  msgid "Total"
@@ -889,61 +887,52 @@ msgid "View Logs"
889
  msgstr ""
890
 
891
  #: ../admin/stats.php:180 ../admin/stats.php:273
892
- #, fuzzy
893
  msgid "Posts Likes Stats"
894
- msgstr "最多人喜歡的文章"
895
 
896
  #: ../admin/stats.php:186 ../admin/stats.php:274
897
  msgid "Comments Likes Stats"
898
  msgstr ""
899
 
900
  #: ../admin/stats.php:192 ../admin/stats.php:275
901
- #, fuzzy
902
  msgid "Activities Likes Stats"
903
- msgstr "開啟「用戶喜歡」計數"
904
 
905
  #: ../admin/stats.php:269
906
- #, fuzzy
907
  msgid "Show on screen"
908
- msgstr "要顯示的文章數量:"
909
 
910
  #: ../admin/stats.php:271
911
  msgid "Welcome"
912
- msgstr ""
913
 
914
  #: ../admin/stats.php:279
915
  msgid "Days"
916
  msgstr ""
917
 
918
- #: ../inc/wp-functions.php:168
919
- #, fuzzy
920
  msgid "WP ULike Activity"
921
- msgstr "WP ULike"
922
 
923
  #: ../inc/wp-strings.php:3
924
- #, fuzzy
925
  msgid "Allow To Like"
926
- msgstr "喜歡"
927
 
928
  #: ../inc/wp-strings.php:4
929
- #, fuzzy
930
  msgid "Guests Only"
931
- msgstr "只有已注冊的用戶"
932
 
933
  #: ../inc/wp-strings.php:5
934
- #, fuzzy
935
  msgid "Registered Users Only"
936
- msgstr "只有已注冊的用戶"
937
 
938
  #: ../inc/wp-strings.php:6
939
- #, fuzzy
940
  msgid "Registered Users And Guests"
941
- msgstr "只有已注冊的用戶"
942
 
943
  #: ../inc/wp-strings.php:7
944
- #, fuzzy
945
  msgid "Who Is Allowed To Like?"
946
- msgstr "喜歡"
947
 
948
  #: ../inc/wp-strings.php:8
949
  msgid "Filter Options:"
@@ -955,7 +944,7 @@ msgstr ""
955
 
956
  #: ../inc/wp-strings.php:10
957
  msgid "Themes"
958
- msgstr ""
959
 
960
  #: ../inc/wp-strings.php:11
961
  msgid "Dislike"
@@ -970,30 +959,28 @@ msgid "Text After Dislike"
970
  msgstr ""
971
 
972
  #: ../inc/wp-strings.php:14
973
- #, fuzzy
974
  msgid "Show Counter"
975
- msgstr "要顯示的文章數量:"
976
 
977
  #: ../inc/wp-strings.php:15
978
- #, fuzzy
979
  msgid "Show tooltips"
980
- msgstr "要顯示的文章數量:"
981
 
982
  #: ../inc/wp-strings.php:16
983
  msgid "Alignment"
984
- msgstr ""
985
 
986
  #: ../inc/wp-strings.php:17
987
  msgid "Left"
988
- msgstr ""
989
 
990
  #: ../inc/wp-strings.php:18
991
  msgid "Center"
992
- msgstr ""
993
 
994
  #: ../inc/wp-strings.php:19
995
  msgid "Right"
996
- msgstr ""
997
 
998
  #: ../inc/wp-strings.php:20
999
  msgid "Cookie Life time"
@@ -1008,9 +995,8 @@ msgid "Liker Attempts"
1008
  msgstr ""
1009
 
1010
  #: ../inc/wp-strings.php:23
1011
- #, fuzzy
1012
  msgid "Liked Users Box Style"
1013
- msgstr "最多喜歡的用戶"
1014
 
1015
  #: ../inc/wp-strings.php:24
1016
  msgid "Tooltip"
@@ -1018,17 +1004,15 @@ msgstr ""
1018
 
1019
  #: ../inc/wp-strings.php:25
1020
  msgid "Default"
1021
- msgstr ""
1022
 
1023
  #: ../inc/wp-strings.php:29
1024
- #, fuzzy
1025
  msgid "Total Users Liked"
1026
- msgstr "最多喜歡的用戶"
1027
 
1028
  #: ../inc/wp-strings.php:30
1029
- #, fuzzy
1030
  msgid "Total Posts Liked"
1031
- msgstr "最多人喜歡的文章"
1032
 
1033
  #: ../inc/wp-strings.php:31
1034
  msgid "Total Comments Liked"
@@ -1042,94 +1026,19 @@ msgstr ""
1042
  msgid "Downvote"
1043
  msgstr ""
1044
 
1045
- #: ../inc/wp-ulike-buddypress.php:69
1046
- #, fuzzy
1047
- msgid "You need to login in order to like this activity: "
1048
- msgstr "你需要為了喜歡這個評論登陸:"
1049
 
1050
- #: ../inc/wp-ulike-buddypress.php:69 ../inc/wp-ulike-comments.php:69
1051
- #: ../inc/wp-ulike-posts.php:69
1052
  msgid "click here"
1053
  msgstr "點擊這裡"
1054
 
 
 
 
 
1055
  #: ../inc/wp-ulike-comments.php:69
1056
  msgid "You need to login in order to like this comment: "
1057
  msgstr "你需要為了喜歡這個評論登陸:"
1058
-
1059
- #: ../inc/wp-ulike-posts.php:69
1060
- msgid "You need to login in order to like this post: "
1061
- msgstr "你需要登錄後才能喜歡這篇文章:"
1062
-
1063
- #~ msgid ""
1064
- #~ "<strong>On all posts</strong> (home, archives, search) at the bottom of "
1065
- #~ "the post"
1066
- #~ msgstr "<strong>在所有文章</strong>(首頁、存檔、搜索)文章的底部"
1067
-
1068
- #~ msgid "<strong>On all comments</strong> at the bottom of the comment"
1069
- #~ msgstr "<strong>在所有文章</strong>(首頁、存檔、搜索)文章的底部"
1070
-
1071
- #~ msgid "WP Ulike - Most Liked Posts"
1072
- #~ msgstr "WP Ulike - 最多人喜歡的文章"
1073
-
1074
- #~ msgid "This widget allows you to show most liked posts."
1075
- #~ msgstr "本小工具允許你顯示最多人喜歡的文章"
1076
-
1077
- #~ msgid "WP Ulike - Most Liked Users"
1078
- #~ msgstr "WP Ulike - 喜歡最多的用戶"
1079
-
1080
- #~ msgid "This widget allows you to show most liked users avatars."
1081
- #~ msgstr "本小工具允許你顯示喜歡最多的用戶的大頭貼"
1082
-
1083
- #~ msgid "You Like This"
1084
- #~ msgstr "你喜歡這個"
1085
-
1086
- #~ msgid "You Dislike This"
1087
- #~ msgstr "你不喜歡這個"
1088
-
1089
- #~ msgid "Configuration"
1090
- #~ msgstr "配置"
1091
-
1092
- #~ msgid "Image or text?"
1093
- #~ msgstr "圖片或文本?"
1094
-
1095
- #~ msgid "wherever you want in your template."
1096
- #~ msgstr " 到模板中你想要添加的地方。"
1097
-
1098
- #~ msgid ""
1099
- #~ "Follow me on <a href=\"https://www.facebook.com/alimir.ir\"> Facebook</a>"
1100
- #~ msgstr ""
1101
- #~ "關注我的 <a href=\"https://www.facebook.com/alimir.ir\"> Facebook</a>"
1102
-
1103
- #~ msgid ""
1104
- #~ "Plugin Author Blog: <a href=\"http://alimir.ir\"> Wordpress & Programming "
1105
- #~ "World.</a>"
1106
- #~ msgstr ""
1107
- #~ "外掛作者部落格:<a href=\"http://alimir.ir\"> Wordpress & Programming "
1108
- #~ "World</a><br /> 感謝 <a href=\"http://www.arefly.com\" target=\"_blank\">"
1109
- #~ "暢想資源</a> 提供繁體中文支持"
1110
-
1111
- #~ msgid "Already Voted"
1112
- #~ msgstr "已經投票"
1113
-
1114
- #~ msgid "<strong>Active</strong> this option."
1115
- #~ msgstr "<strong>激活</strong>這個選項"
1116
-
1117
- #~ msgid ""
1118
- #~ "This plugin allows your visitors to simply like your posts instead of "
1119
- #~ "comment it."
1120
- #~ msgstr "該外掛允許你的訪客簡單地喜歡您的文章而不是迴響它。"
1121
-
1122
- #~ msgid "jQuery framework"
1123
- #~ msgstr "Librairie jQuery"
1124
-
1125
- #~ msgid "Enabled"
1126
- #~ msgstr "Active"
1127
-
1128
- #~ msgid "Disabled"
1129
- #~ msgstr "Desactive"
1130
-
1131
- #~ msgid ""
1132
- #~ "Disable it if you already have the jQuery framework enabled in your theme."
1133
- #~ msgstr ""
1134
- #~ "Desactivez cette option si vous avez deja la librairie jQuery activee "
1135
- #~ "dans votre theme."
1
+ #
2
+ # Translators:
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: WP ULike\n"
6
+ "POT-Creation-Date: 2015-03-08 22:57+0330\n"
7
+ "PO-Revision-Date: 2015-03-21 20:07+0330\n"
 
8
  "Last-Translator: Alimir <info@alimir.ir>\n"
9
+ "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/wp-"
10
+ "ulike/language/zh_TW/)\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "Language: zh_TW\n"
15
+ "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Generator: Poedit 1.6.10\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-KeywordsList: _e;__\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
 
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
23
  #: ../admin/about.php:74
 
24
  msgid "Welcome to WP ULike"
25
+ msgstr ""
26
 
27
  #: ../admin/about.php:76
28
  msgid ""
36
 
37
  #: ../admin/about.php:79
38
  msgid "Version"
39
+ msgstr "版本"
40
 
41
  #: ../admin/about.php:82
42
  msgid "Getting Started"
44
 
45
  #: ../admin/about.php:83
46
  msgid "Credits"
47
+ msgstr "致謝"
48
 
49
  #: ../admin/about.php:84 ../admin/classes/class-settings.php:76
50
  #: ../admin/stats.php:45
 
51
  msgid "Support"
52
  msgstr ""
 
 
53
 
54
  #: ../admin/about.php:85 ../admin/classes/class-settings.php:76
55
  #: ../admin/stats.php:46
56
  msgid "FAQ"
57
+ msgstr "常見問題"
58
 
59
  #: ../admin/about.php:86
 
60
  msgid "Reviews"
61
+ msgstr "評價"
 
 
62
 
63
  #: ../admin/about.php:87 ../admin/stats.php:47
64
  msgid "Contact"
65
  msgstr ""
66
 
67
  #: ../admin/about.php:99
 
68
  msgid "Novelty Of WP ULike"
69
+ msgstr ""
70
 
71
  #: ../admin/about.php:103
72
  msgid "New Statistics Design + Screen Option"
80
  msgid "New Class-based programming"
81
  msgstr ""
82
 
83
+ #: ../admin/about.php:121 ../admin/classes/class-widget.php:236
84
  #: ../inc/wp-strings.php:27
 
85
  msgid "Most Liked Comments"
86
+ msgstr ""
87
 
88
+ #: ../admin/about.php:128 ../admin/classes/class-settings.php:54
 
89
  #: ../admin/classes/class-settings.php:63
90
  #: ../admin/classes/class-settings.php:71
91
+ #: ../admin/classes/tmp/settings.php:113 ../admin/classes/tmp/settings.php:179
92
+ #: ../admin/classes/tmp/settings.php:295 ../admin/classes/tmp/settings.php:382
93
  msgid "Logging Method"
94
  msgstr ""
95
 
119
 
120
  #: ../admin/about.php:165
121
  msgid "Project Leaders"
122
+ msgstr "專案負責人"
123
 
124
  #: ../admin/about.php:170
125
  msgid "Project Lead & Developer"
127
 
128
  #: ../admin/about.php:174
129
  msgid "Translations"
130
+ msgstr "翻譯"
131
 
132
  #: ../admin/about.php:185
133
  msgid "Other Plugins"
153
  "target=\"_blank\">Ali Mirzaei</a>"
154
  msgstr ""
155
 
156
+ #: ../admin/admin.php:72
 
157
  msgid "WP ULike Settings"
158
+ msgstr ""
159
 
160
+ #: ../admin/admin.php:75
161
  msgid "WP ULike"
162
  msgstr "WP ULike"
163
 
164
+ #: ../admin/admin.php:83
165
+ msgid "Settings saved."
166
+ msgstr "設定已儲存。"
167
 
168
+ #: ../admin/admin.php:109 ../admin/logs.php:139 ../admin/stats.php:37
169
+ msgid "Post Likes Logs"
170
  msgstr ""
171
 
172
+ #: ../admin/admin.php:113 ../admin/logs.php:262 ../admin/stats.php:38
173
+ msgid "Comment Likes Logs"
174
  msgstr ""
175
 
176
+ #: ../admin/admin.php:117 ../admin/logs.php:391 ../admin/stats.php:39
177
+ msgid "Activity Likes Logs"
 
 
 
 
 
 
 
 
 
178
  msgstr ""
179
 
180
+ #: ../admin/admin.php:121 ../admin/stats.php:18
181
+ msgid "WP ULike Statistics"
182
  msgstr ""
183
 
184
+ #: ../admin/admin.php:125 ../admin/stats.php:31
185
+ msgid "About WP ULike"
186
+ msgstr ""
 
187
 
188
+ #: ../admin/classes/class-settings.php:17
189
+ msgid "Custom Settings"
190
  msgstr ""
191
 
192
+ #: ../admin/classes/class-settings.php:28 ../admin/stats.php:280
193
+ msgid "Save Settings"
194
+ msgstr ""
 
195
 
196
+ #: ../admin/classes/class-settings.php:29
197
+ msgid "Reset Settings"
198
  msgstr ""
199
 
200
+ #: ../admin/classes/class-settings.php:44
201
+ msgid "Overview"
202
+ msgstr "概觀"
 
 
 
203
 
204
+ #: ../admin/classes/class-settings.php:46
205
  msgid ""
206
+ "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your "
207
+ "wordPress website to allow your visitors to like and unlike pages, posts, "
208
+ "comments AND buddypress activities. Its very simple to use and supports many "
209
+ "options."
210
  msgstr ""
211
 
212
+ #: ../admin/classes/class-settings.php:52 ../admin/classes/tmp/settings.php:70
213
+ msgid "Posts"
214
+ msgstr "文章"
 
 
 
 
 
215
 
216
+ #: ../admin/classes/class-settings.php:54
217
+ #: ../admin/classes/class-settings.php:63
218
+ #: ../admin/classes/class-settings.php:71 ../admin/classes/tmp/settings.php:75
219
+ #: ../admin/classes/tmp/settings.php:156 ../admin/classes/tmp/settings.php:273
220
+ #: ../admin/classes/tmp/settings.php:360
221
+ msgid "Automatic display"
222
+ msgstr "自動顯示"
223
 
224
+ #: ../admin/classes/class-settings.php:54
225
+ msgid ""
226
+ "If you disable this option, you have to put manually this code on wordpress "
227
+ "while loop"
228
  msgstr ""
229
 
230
+ #: ../admin/classes/class-settings.php:54
231
+ #: ../admin/classes/class-settings.php:63
232
+ #: ../admin/classes/class-settings.php:71
233
+ #: ../admin/classes/tmp/settings.php:144 ../admin/classes/tmp/settings.php:210
234
+ #: ../admin/classes/tmp/settings.php:326 ../admin/classes/tmp/settings.php:413
235
+ msgid "Users Like Box Template"
236
  msgstr ""
237
 
238
+ #: ../admin/classes/class-settings.php:54
239
+ #: ../admin/classes/class-settings.php:63
240
+ #: ../admin/classes/class-settings.php:71
241
+ msgid "Default Template:"
242
  msgstr ""
243
 
244
+ #: ../admin/classes/class-settings.php:54
245
+ #: ../admin/classes/tmp/settings.php:143 ../inc/classes/class-ulike.php:409
246
+ msgid "Users who have LIKED this post:"
247
+ msgstr "喜歡該文章的用戶:"
248
 
249
+ #: ../admin/classes/class-settings.php:54
250
+ #: ../admin/classes/class-settings.php:63
251
+ #: ../admin/classes/class-settings.php:71
252
+ msgid ""
253
+ "If you select <strong>\"Do Not Log\"</strong> method: Any data logs can't "
254
+ "save, There is no limitation in the like/dislike, unlike/undislike capacity "
255
+ "do not work"
256
  msgstr ""
257
 
258
+ #: ../admin/classes/class-settings.php:54
259
+ #: ../admin/classes/class-settings.php:63
260
+ #: ../admin/classes/class-settings.php:71
261
+ msgid ""
262
+ "If you select <strong>\"Logged By Cookie\"</strong> method: Any data logs "
263
+ "can't save, The like/dislike condition will be limited by SetCookie, unlike/"
264
+ "undislike capacity do not work"
265
  msgstr ""
266
 
267
+ #: ../admin/classes/class-settings.php:54
268
+ #: ../admin/classes/class-settings.php:63
269
+ #: ../admin/classes/class-settings.php:71
270
+ msgid ""
271
+ "If you select <strong>\"Logged By IP\"</strong> method: Data logs will save "
272
+ "for all users, the convey of like/dislike condition will check by user IP"
 
273
  msgstr ""
274
 
275
+ #: ../admin/classes/class-settings.php:54
276
+ #: ../admin/classes/class-settings.php:63
277
+ #: ../admin/classes/class-settings.php:71
278
+ msgid ""
279
+ "If you select <strong>\"Logged By Cookie & IP\"</strong> method: Data logs "
280
+ "will save for all users, the convey of like/dislike condition will check by "
281
+ "user IP & SetCookie"
282
  msgstr ""
283
 
 
 
 
 
 
 
284
  #: ../admin/classes/class-settings.php:54
285
  #: ../admin/classes/class-settings.php:63
286
  #: ../admin/classes/class-settings.php:71
287
+ msgid ""
288
+ "If you select <strong>\"Logged By Username\"</strong> method: data logs only "
289
+ "is saved for registered users, the convey of like/dislike condition will "
290
+ "check by username, There is no permission for guest users to unlike/undislike"
291
+ msgstr ""
292
 
293
+ #: ../admin/classes/class-settings.php:61
294
+ #: ../admin/classes/tmp/settings.php:151
295
+ msgid "Comments"
296
+ msgstr "迴響"
297
 
298
+ #: ../admin/classes/class-settings.php:63
299
+ msgid ""
300
+ "If you disable this option, you have to put manually this code on comments "
301
+ "text"
302
+ msgstr "如果你禁用這個選項,你必須手動添加代碼 "
303
 
304
+ #: ../admin/classes/class-settings.php:63
305
+ #: ../admin/classes/tmp/settings.php:209
306
+ msgid "Users who have LIKED this comment:"
307
+ msgstr "誰也喜歡這個評論用戶:"
308
+
309
+ #: ../admin/classes/class-settings.php:69
310
+ #: ../admin/classes/tmp/settings.php:268
311
+ msgid "BuddyPress"
312
+ msgstr "BuddyPress"
313
+
314
+ #: ../admin/classes/class-settings.php:71
315
+ msgid ""
316
+ "If you disable this option, you have to put manually this code on buddypres "
317
+ "activities content"
318
  msgstr ""
319
 
320
+ #: ../admin/classes/class-settings.php:71
321
+ #: ../admin/classes/tmp/settings.php:325
322
+ msgid "Users who have liked this activity:"
323
  msgstr ""
324
 
325
+ #: ../admin/classes/class-settings.php:71
326
+ #: ../admin/classes/tmp/settings.php:339
327
+ msgid "Post Activity Text"
328
+ msgstr ""
329
 
330
+ #: ../admin/classes/class-settings.php:71
331
+ #: ../admin/classes/tmp/settings.php:345
332
+ msgid "Comment Activity Text"
333
+ msgstr ""
334
 
335
+ #: ../admin/classes/class-settings.php:76
336
+ msgid "For more information:"
337
+ msgstr "取得更多資訊:"
 
338
 
339
+ #: ../admin/classes/class-settings.php:135
340
+ msgid "Default settings have been reset."
341
  msgstr ""
342
 
343
+ #: ../admin/classes/class-settings.php:212
344
+ msgid ""
345
+ "Do you really want to reset all these settings to their default values ?"
346
+ msgstr ""
347
 
348
+ #: ../admin/classes/class-settings.php:277
349
+ #: ../admin/classes/class-settings.php:288
350
+ #: ../admin/classes/class-settings.php:312
351
+ msgid "No options defined."
352
  msgstr ""
353
 
354
+ #: ../admin/classes/class-settings.php:299
355
+ #, php-format
356
+ msgid "Select %s"
357
+ msgstr "選擇 %s"
358
+
359
+ #: ../admin/classes/class-settings.php:300
360
+ #, php-format
361
+ msgid "Remove %s"
362
  msgstr ""
363
 
364
+ #: ../admin/classes/class-settings.php:324
365
+ msgid "No action defined."
366
  msgstr ""
367
 
368
+ #: ../admin/classes/class-widget.php:11
369
+ msgid "WP Ulike Widget"
370
+ msgstr "WP Ulike 小工具"
371
+
372
+ #: ../admin/classes/class-widget.php:12
373
+ msgid ""
374
+ "An advanced widget that gives you all most liked records with different types"
375
  msgstr ""
376
 
377
+ #: ../admin/classes/class-widget.php:74
378
+ msgid "you haven't liked any post yet!"
379
  msgstr ""
380
 
381
+ #: ../admin/classes/class-widget.php:103
382
+ msgid "on"
383
+ msgstr "on"
384
 
385
+ #: ../admin/classes/class-widget.php:173 ../admin/classes/tmp/settings.php:19
386
+ msgid "Like"
387
+ msgstr "喜歡"
388
 
389
+ #: ../admin/classes/class-widget.php:224
390
+ msgid "Most Liked"
391
  msgstr ""
392
 
393
+ #: ../admin/classes/class-widget.php:228
394
+ msgid "Title:"
395
+ msgstr "標題:"
396
+
397
+ #: ../admin/classes/class-widget.php:233
398
+ msgid "Type:"
399
  msgstr ""
400
 
401
+ #: ../admin/classes/class-widget.php:235 ../inc/wp-strings.php:26
402
+ msgid "Most Liked Posts"
403
+ msgstr "最多人喜歡的文章"
404
+
405
+ #: ../admin/classes/class-widget.php:237
406
+ msgid "Most Liked Activities"
407
  msgstr ""
408
 
409
+ #: ../admin/classes/class-widget.php:238 ../inc/wp-strings.php:28
410
+ msgid "Most Liked Users"
411
+ msgstr "最多喜歡的用戶"
412
+
413
+ #: ../admin/classes/class-widget.php:239
414
+ msgid "Last Posts Liked By User"
415
  msgstr ""
416
 
417
+ #: ../admin/classes/class-widget.php:244
418
+ msgid "Number of items to show:"
419
  msgstr ""
420
 
421
+ #: ../admin/classes/class-widget.php:249
422
+ msgid "User avatar size:"
423
+ msgstr "用戶大頭貼尺寸"
424
+
425
+ #: ../admin/classes/class-widget.php:255
426
+ msgid "Activate Like Counter"
427
  msgstr ""
428
 
429
+ #: ../admin/classes/tmp/settings.php:7
430
+ msgid "General"
431
+ msgstr "一般"
432
+
433
+ #: ../admin/classes/tmp/settings.php:11
434
+ msgid "Button Type"
435
  msgstr ""
436
 
437
+ #: ../admin/classes/tmp/settings.php:14
438
+ msgid "Icon"
439
+ msgstr ""
 
440
 
441
+ #: ../admin/classes/tmp/settings.php:15
442
+ msgid "Text"
443
+ msgstr "文字"
444
+
445
+ #: ../admin/classes/tmp/settings.php:20
446
+ msgid "Button Text"
447
  msgstr ""
448
 
449
+ #: ../admin/classes/tmp/settings.php:24
450
+ msgid "Button Icon"
451
+ msgstr ""
 
452
 
453
+ #: ../admin/classes/tmp/settings.php:25 ../admin/classes/tmp/settings.php:259
454
+ msgid "Best size: 16x16"
455
  msgstr ""
456
 
457
+ #: ../admin/classes/tmp/settings.php:28
458
+ msgid "Unlike"
459
+ msgstr ""
 
460
 
461
+ #: ../admin/classes/tmp/settings.php:29
462
+ msgid "Text After Like"
 
 
 
463
  msgstr ""
464
 
465
+ #: ../admin/classes/tmp/settings.php:34
466
+ msgid "Return To The Initial"
 
467
  msgstr ""
468
 
469
+ #: ../admin/classes/tmp/settings.php:35 ../admin/classes/tmp/settings.php:63
470
+ #: ../admin/classes/tmp/settings.php:76 ../admin/classes/tmp/settings.php:107
471
+ #: ../admin/classes/tmp/settings.php:126 ../admin/classes/tmp/settings.php:157
472
+ #: ../admin/classes/tmp/settings.php:173 ../admin/classes/tmp/settings.php:192
473
+ #: ../admin/classes/tmp/settings.php:224 ../admin/classes/tmp/settings.php:274
474
+ #: ../admin/classes/tmp/settings.php:289 ../admin/classes/tmp/settings.php:308
475
+ #: ../admin/classes/tmp/settings.php:333 ../admin/classes/tmp/settings.php:361
476
+ #: ../admin/classes/tmp/settings.php:376 ../admin/classes/tmp/settings.php:395
477
+ msgid "Activate"
478
+ msgstr "激活"
479
 
480
+ #: ../admin/classes/tmp/settings.php:36
 
481
  msgid ""
482
+ "Return to the initial Like button after Unlike. (Not Showing text after "
483
+ "unlike)"
484
+ msgstr ""
 
 
 
485
 
486
+ #: ../admin/classes/tmp/settings.php:39
487
+ msgid "Like Me Again!"
488
  msgstr ""
489
 
490
+ #: ../admin/classes/tmp/settings.php:40
491
+ msgid "Text After Unlike"
492
  msgstr ""
493
 
494
+ #: ../admin/classes/tmp/settings.php:43
495
+ msgid "You have not permission to unlike"
496
+ msgstr ""
 
 
497
 
498
+ #: ../admin/classes/tmp/settings.php:44
499
+ msgid "Permission Text"
500
+ msgstr ""
 
501
 
502
+ #: ../admin/classes/tmp/settings.php:48
503
+ msgid "Users Login Type"
504
  msgstr ""
505
 
506
+ #: ../admin/classes/tmp/settings.php:51
507
+ msgid "Alert Box"
508
  msgstr ""
509
 
510
+ #: ../admin/classes/tmp/settings.php:52
511
+ msgid "Like Button"
512
+ msgstr ""
 
513
 
514
+ #: ../admin/classes/tmp/settings.php:56
515
+ msgid "You Should Login To Submit Your Like"
516
+ msgstr ""
 
517
 
518
+ #: ../admin/classes/tmp/settings.php:57
519
+ msgid "Users Login Text"
520
  msgstr ""
521
 
522
+ #: ../admin/classes/tmp/settings.php:62
523
+ msgid "Format Number"
524
  msgstr ""
525
 
526
+ #: ../admin/classes/tmp/settings.php:64
527
+ msgid "Convert numbers of Likes with string (kilobyte) format."
528
  msgstr ""
529
 
530
+ #: ../admin/classes/tmp/settings.php:80 ../admin/classes/tmp/settings.php:161
531
+ #: ../admin/classes/tmp/settings.php:278 ../admin/classes/tmp/settings.php:365
532
+ msgid "Auto Display Position"
533
  msgstr ""
534
 
535
+ #: ../admin/classes/tmp/settings.php:83 ../admin/classes/tmp/settings.php:164
536
+ #: ../admin/classes/tmp/settings.php:368
537
+ msgid "Top of Content"
538
  msgstr ""
539
 
540
+ #: ../admin/classes/tmp/settings.php:84 ../admin/classes/tmp/settings.php:165
541
+ msgid "Bottom of Content"
542
  msgstr ""
543
 
544
+ #: ../admin/classes/tmp/settings.php:85 ../admin/classes/tmp/settings.php:166
545
+ #: ../admin/classes/tmp/settings.php:369
546
+ msgid "Top and Bottom"
547
  msgstr ""
548
 
549
+ #: ../admin/classes/tmp/settings.php:90
550
+ msgid "Auto Display Filter"
551
  msgstr ""
552
 
553
+ #: ../admin/classes/tmp/settings.php:92
554
+ msgid "Home"
555
+ msgstr "首頁"
556
+
557
+ #: ../admin/classes/tmp/settings.php:93
558
+ msgid "Single Posts"
559
  msgstr ""
560
 
561
+ #: ../admin/classes/tmp/settings.php:94
562
+ msgid "Pages"
563
+ msgstr "頁面"
 
564
 
565
+ #: ../admin/classes/tmp/settings.php:95
566
+ msgid "Archives"
567
+ msgstr "文章彙整"
 
568
 
569
+ #: ../admin/classes/tmp/settings.php:96
570
+ msgid "Categories"
571
+ msgstr "分類"
572
 
573
+ #: ../admin/classes/tmp/settings.php:97
574
+ msgid "Search Results"
575
+ msgstr "搜尋結果"
 
576
 
577
+ #: ../admin/classes/tmp/settings.php:98
578
+ msgid "Tags"
579
+ msgstr "標籤"
 
580
 
581
+ #: ../admin/classes/tmp/settings.php:99
582
+ msgid "Author Page"
583
  msgstr ""
584
 
585
+ #: ../admin/classes/tmp/settings.php:101
586
+ msgid "You can filter theses pages on auto display option."
587
  msgstr ""
588
 
589
+ #: ../admin/classes/tmp/settings.php:106 ../admin/classes/tmp/settings.php:172
590
+ #: ../admin/classes/tmp/settings.php:288 ../admin/classes/tmp/settings.php:375
591
+ msgid "Only registered Users"
592
+ msgstr "只有已注冊的用戶"
593
 
594
+ #: ../admin/classes/tmp/settings.php:108
595
+ msgid "<strong>Only</strong> registered users have permission to like posts."
596
+ msgstr "<strong>只有</strong> 已注冊的用戶才有權限喜歡文章。"
597
 
598
+ #: ../admin/classes/tmp/settings.php:115 ../admin/classes/tmp/settings.php:181
599
+ #: ../admin/classes/tmp/settings.php:297 ../admin/classes/tmp/settings.php:384
600
+ msgid "Do Not Log"
 
 
 
601
  msgstr ""
602
 
603
+ #: ../admin/classes/tmp/settings.php:116 ../admin/classes/tmp/settings.php:182
604
+ #: ../admin/classes/tmp/settings.php:298 ../admin/classes/tmp/settings.php:385
605
+ msgid "Logged By Cookie"
 
606
  msgstr ""
607
 
608
+ #: ../admin/classes/tmp/settings.php:117 ../admin/classes/tmp/settings.php:183
609
+ #: ../admin/classes/tmp/settings.php:299 ../admin/classes/tmp/settings.php:386
610
+ msgid "Logged By IP"
 
611
  msgstr ""
612
 
613
+ #: ../admin/classes/tmp/settings.php:118 ../admin/classes/tmp/settings.php:184
614
+ #: ../admin/classes/tmp/settings.php:300 ../admin/classes/tmp/settings.php:387
615
+ msgid "Logged By Cookie & IP"
 
 
 
 
616
  msgstr ""
617
 
618
+ #: ../admin/classes/tmp/settings.php:119 ../admin/classes/tmp/settings.php:185
619
+ #: ../admin/classes/tmp/settings.php:301 ../admin/classes/tmp/settings.php:388
620
+ msgid "Logged By Username"
 
 
 
 
621
  msgstr ""
622
 
623
+ #: ../admin/classes/tmp/settings.php:125 ../admin/classes/tmp/settings.php:191
624
+ #: ../admin/classes/tmp/settings.php:307 ../admin/classes/tmp/settings.php:394
625
+ msgid "Show Liked Users Box"
 
 
 
626
  msgstr ""
627
 
628
+ #: ../admin/classes/tmp/settings.php:127 ../admin/classes/tmp/settings.php:193
629
+ #: ../admin/classes/tmp/settings.php:309 ../admin/classes/tmp/settings.php:396
 
630
  msgid ""
631
+ "Active this option to show liked users avatars in the bottom of button like."
 
 
632
  msgstr ""
633
 
634
+ #: ../admin/classes/tmp/settings.php:132 ../admin/classes/tmp/settings.php:198
635
+ #: ../admin/classes/tmp/settings.php:314 ../admin/classes/tmp/settings.php:401
636
+ msgid "Size of Gravatars"
 
 
 
 
637
  msgstr ""
638
 
639
+ #: ../admin/classes/tmp/settings.php:133 ../admin/classes/tmp/settings.php:199
640
+ #: ../admin/classes/tmp/settings.php:315 ../admin/classes/tmp/settings.php:402
641
+ msgid "Size of Gravatars to return (max is 512)"
642
+ msgstr ""
 
643
 
644
+ #: ../admin/classes/tmp/settings.php:138 ../admin/classes/tmp/settings.php:204
645
+ #: ../admin/classes/tmp/settings.php:320 ../admin/classes/tmp/settings.php:407
646
+ msgid "Number Of The Users"
 
647
  msgstr ""
648
 
649
+ #: ../admin/classes/tmp/settings.php:139 ../admin/classes/tmp/settings.php:205
650
+ #: ../admin/classes/tmp/settings.php:321 ../admin/classes/tmp/settings.php:408
651
+ msgid "The number of users to show in the users liked box"
652
  msgstr ""
653
 
654
+ #: ../admin/classes/tmp/settings.php:145 ../admin/classes/tmp/settings.php:211
655
+ #: ../admin/classes/tmp/settings.php:327 ../admin/classes/tmp/settings.php:340
656
+ #: ../admin/classes/tmp/settings.php:346 ../admin/classes/tmp/settings.php:414
657
+ msgid "Allowed Variables:"
658
  msgstr ""
659
 
660
+ #: ../admin/classes/tmp/settings.php:174
661
  msgid ""
662
+ "<strong>Only</strong> registered users have permission to like comments."
663
  msgstr ""
664
 
665
+ #: ../admin/classes/tmp/settings.php:218
666
+ msgid "Customize"
667
+ msgstr "自訂"
 
 
668
 
669
+ #: ../admin/classes/tmp/settings.php:223
670
+ msgid "Custom Style"
 
671
  msgstr ""
672
 
673
+ #: ../admin/classes/tmp/settings.php:228
674
+ msgid "Active this option to see the custom style settings."
 
675
  msgstr ""
676
 
677
+ #: ../admin/classes/tmp/settings.php:232
678
+ msgid "Button style"
679
  msgstr ""
680
 
681
+ #: ../admin/classes/tmp/settings.php:233 ../admin/classes/tmp/settings.php:246
682
+ msgid "Background"
683
+ msgstr "背景"
684
 
685
+ #: ../admin/classes/tmp/settings.php:237 ../admin/classes/tmp/settings.php:250
686
+ msgid "Border Color"
 
687
  msgstr ""
688
 
689
+ #: ../admin/classes/tmp/settings.php:241 ../admin/classes/tmp/settings.php:254
690
+ msgid "Text Color"
691
+ msgstr "文字顏色"
692
 
693
+ #: ../admin/classes/tmp/settings.php:245
694
+ msgid "Counter Style"
695
  msgstr ""
696
 
697
+ #: ../admin/classes/tmp/settings.php:258
698
+ msgid "Loading Animation"
 
 
 
 
 
 
 
 
 
699
  msgstr ""
700
 
701
+ #: ../admin/classes/tmp/settings.php:281
702
+ msgid "Activity Content"
703
+ msgstr ""
704
 
705
+ #: ../admin/classes/tmp/settings.php:282
706
+ msgid "Activity Meta"
707
+ msgstr ""
 
708
 
709
+ #: ../admin/classes/tmp/settings.php:290 ../admin/classes/tmp/settings.php:377
710
+ msgid ""
711
+ "<strong>Only</strong> registered users have permission to like activities."
712
+ msgstr ""
713
 
714
+ #: ../admin/classes/tmp/settings.php:332
715
+ msgid "BuddyPress Activity"
716
+ msgstr ""
 
717
 
718
+ #: ../admin/classes/tmp/settings.php:334
719
+ msgid "insert new likes in buddyPress activity page"
720
+ msgstr ""
 
721
 
722
+ #: ../admin/classes/tmp/settings.php:355
723
+ msgid "bbPress"
724
+ msgstr ""
725
 
726
+ #: ../admin/classes/tmp/settings.php:412
727
+ msgid "Users who have liked this topic:"
728
+ msgstr ""
 
729
 
730
  #: ../admin/logs.php:17 ../admin/logs.php:142 ../admin/logs.php:214
731
  #: ../admin/logs.php:265 ../admin/logs.php:341 ../admin/logs.php:394
738
  msgstr ""
739
 
740
  #: ../admin/logs.php:138 ../admin/logs.php:261 ../admin/logs.php:390
 
741
  msgid "WP ULike Logs"
742
+ msgstr ""
743
 
744
  #: ../admin/logs.php:149 ../admin/logs.php:272 ../admin/logs.php:401
745
  msgid "ID"
747
 
748
  #: ../admin/logs.php:150 ../admin/logs.php:273 ../admin/logs.php:402
749
  msgid "Username"
750
+ msgstr "帳號"
751
 
752
  #: ../admin/logs.php:151 ../admin/logs.php:274 ../admin/logs.php:403
753
  msgid "Status"
754
+ msgstr "狀態"
755
 
756
  #: ../admin/logs.php:152
 
757
  msgid "Post ID"
758
+ msgstr ""
759
 
760
  #: ../admin/logs.php:153
 
761
  msgid "Post Title"
762
+ msgstr ""
763
 
764
  #: ../admin/logs.php:154 ../admin/logs.php:278 ../admin/logs.php:406
765
  msgid "Date / Time"
771
 
772
  #: ../admin/logs.php:156 ../admin/logs.php:280 ../admin/logs.php:408
773
  msgid "Actions"
774
+ msgstr "管理項目"
775
 
776
  #: ../admin/logs.php:174 ../admin/logs.php:298 ../admin/logs.php:426
 
777
  msgid "Guest User"
778
+ msgstr ""
779
 
780
  #: ../admin/logs.php:221 ../admin/logs.php:349 ../admin/logs.php:474
781
  msgid ""
809
  msgstr ""
810
 
811
  #: ../admin/stats.php:25
 
812
  msgid "Welcome to WP ULike Statistics!"
813
+ msgstr ""
814
 
815
  #: ../admin/stats.php:26
816
  msgid "We have provided some useful statistics tools in this page:"
818
 
819
  #: ../admin/stats.php:30
820
  msgid "Get Started"
821
+ msgstr "開始"
822
 
823
  #: ../admin/stats.php:32
824
  msgid "or"
825
+ msgstr ""
826
 
827
  #: ../admin/stats.php:35
828
  msgid "Other Tools"
830
 
831
  #: ../admin/stats.php:43
832
  msgid "Documentation"
833
+ msgstr "使用說明"
834
 
835
  #: ../admin/stats.php:72
 
836
  msgid "Posts Likes Summary"
837
+ msgstr ""
838
 
839
  #: ../admin/stats.php:79
840
  msgid "Comments Likes Summary"
846
 
847
  #: ../admin/stats.php:97 ../admin/stats.php:272
848
  msgid "Summary"
849
+ msgstr "摘要"
850
 
851
  #: ../admin/stats.php:106
852
  msgid "Total Likes"
854
 
855
  #: ../admin/stats.php:121
856
  msgid "Today"
857
+ msgstr "今天"
858
 
859
  #: ../admin/stats.php:126
860
  msgid "Yesterday"
866
 
867
  #: ../admin/stats.php:136
868
  msgid "Month"
869
+ msgstr "月份"
870
 
871
  #: ../admin/stats.php:141
872
  msgid "Total"
887
  msgstr ""
888
 
889
  #: ../admin/stats.php:180 ../admin/stats.php:273
 
890
  msgid "Posts Likes Stats"
891
+ msgstr ""
892
 
893
  #: ../admin/stats.php:186 ../admin/stats.php:274
894
  msgid "Comments Likes Stats"
895
  msgstr ""
896
 
897
  #: ../admin/stats.php:192 ../admin/stats.php:275
 
898
  msgid "Activities Likes Stats"
899
+ msgstr ""
900
 
901
  #: ../admin/stats.php:269
 
902
  msgid "Show on screen"
903
+ msgstr "顯示於畫面上"
904
 
905
  #: ../admin/stats.php:271
906
  msgid "Welcome"
907
+ msgstr "哈囉"
908
 
909
  #: ../admin/stats.php:279
910
  msgid "Days"
911
  msgstr ""
912
 
913
+ #: ../inc/wp-functions.php:172
 
914
  msgid "WP ULike Activity"
915
+ msgstr ""
916
 
917
  #: ../inc/wp-strings.php:3
 
918
  msgid "Allow To Like"
919
+ msgstr ""
920
 
921
  #: ../inc/wp-strings.php:4
 
922
  msgid "Guests Only"
923
+ msgstr ""
924
 
925
  #: ../inc/wp-strings.php:5
 
926
  msgid "Registered Users Only"
927
+ msgstr ""
928
 
929
  #: ../inc/wp-strings.php:6
 
930
  msgid "Registered Users And Guests"
931
+ msgstr ""
932
 
933
  #: ../inc/wp-strings.php:7
 
934
  msgid "Who Is Allowed To Like?"
935
+ msgstr ""
936
 
937
  #: ../inc/wp-strings.php:8
938
  msgid "Filter Options:"
944
 
945
  #: ../inc/wp-strings.php:10
946
  msgid "Themes"
947
+ msgstr "佈景主題"
948
 
949
  #: ../inc/wp-strings.php:11
950
  msgid "Dislike"
959
  msgstr ""
960
 
961
  #: ../inc/wp-strings.php:14
 
962
  msgid "Show Counter"
963
+ msgstr ""
964
 
965
  #: ../inc/wp-strings.php:15
 
966
  msgid "Show tooltips"
967
+ msgstr ""
968
 
969
  #: ../inc/wp-strings.php:16
970
  msgid "Alignment"
971
+ msgstr "對齊"
972
 
973
  #: ../inc/wp-strings.php:17
974
  msgid "Left"
975
+ msgstr "鏈結"
976
 
977
  #: ../inc/wp-strings.php:18
978
  msgid "Center"
979
+ msgstr "置中"
980
 
981
  #: ../inc/wp-strings.php:19
982
  msgid "Right"
983
+ msgstr "靠右"
984
 
985
  #: ../inc/wp-strings.php:20
986
  msgid "Cookie Life time"
995
  msgstr ""
996
 
997
  #: ../inc/wp-strings.php:23
 
998
  msgid "Liked Users Box Style"
999
+ msgstr ""
1000
 
1001
  #: ../inc/wp-strings.php:24
1002
  msgid "Tooltip"
1004
 
1005
  #: ../inc/wp-strings.php:25
1006
  msgid "Default"
1007
+ msgstr "預設"
1008
 
1009
  #: ../inc/wp-strings.php:29
 
1010
  msgid "Total Users Liked"
1011
+ msgstr ""
1012
 
1013
  #: ../inc/wp-strings.php:30
 
1014
  msgid "Total Posts Liked"
1015
+ msgstr ""
1016
 
1017
  #: ../inc/wp-strings.php:31
1018
  msgid "Total Comments Liked"
1026
  msgid "Downvote"
1027
  msgstr ""
1028
 
1029
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-posts.php:79
1030
+ msgid "You need to login in order to like this post: "
1031
+ msgstr "你需要登錄後才能喜歡這篇文章:"
 
1032
 
1033
+ #: ../inc/wp-ulike-bbpress.php:79 ../inc/wp-ulike-buddypress.php:74
1034
+ #: ../inc/wp-ulike-comments.php:69 ../inc/wp-ulike-posts.php:79
1035
  msgid "click here"
1036
  msgstr "點擊這裡"
1037
 
1038
+ #: ../inc/wp-ulike-buddypress.php:74
1039
+ msgid "You need to login in order to like this activity: "
1040
+ msgstr ""
1041
+
1042
  #: ../inc/wp-ulike-comments.php:69
1043
  msgid "You need to login in order to like this comment: "
1044
  msgstr "你需要為了喜歡這個評論登陸:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/defualt.mo DELETED
Binary file
readme.txt CHANGED
@@ -2,25 +2,26 @@
2
  Contributors: alimir
3
  Donate link: http://alimir.ir
4
  Author: Ali Mirzaei
5
- Tags: wp ulike, wordpress youlike plugin, like button, rating, vote, voting, most liked posts, wordpress like page, wordpress like post, wordpress vote page, wordpress vote post, wp like page, wp like post, wp like plugin, buddypress like system, buddypress votes, comment like system, voting button, wordpress, statistics, stats likes
6
  Requires at least: 3.5
7
  Tested up to: 4.1.1
8
- Stable tag: 2.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
- WP ULike enables you to add Ajax Like button into your WordPress and allowing your visitors to like and unlike posts,comments AND BP activities.
13
 
14
  == Description ==
15
 
16
- WP ULike plugin allows to integrate a beautiful Ajax Like Button into your wordPress website to allow your visitors to like and unlike pages, posts, comments AND buddypress activities. Its very simple to use and supports many options and full Statistics tools. And all of these are free :)
17
 
18
- = Home & Demo =
19
-
20
- Visit <a target="_blank" href="http://preview.alimir.ir/developer/wp-ulike/">Home Page</a> & <a target="_blank" href="http://preview.alimir.ir/wp-ulike-plugin">Demo Page</a>
 
 
21
 
22
  = Features =
23
-
24
  * Clean Design.
25
  * Support full Statistics tools.
26
  * Ajax feature to update the data without reloading.
@@ -46,30 +47,52 @@ Visit <a target="_blank" href="http://preview.alimir.ir/developer/wp-ulike/">Hom
46
  * Support RTL & language file.
47
  * And so on...
48
 
49
- = How To Use? =
50
- Just install the plugin and activate the "automatic display" in plugin configuration panel. (WP ULike has three auto options for the post, comments and buddypress activities.)
51
-
52
- Also you can use this function and shortcode for the post likes:
53
-
54
- * Function:
55
- `<?php if(function_exists('wp_ulike')) wp_ulike('get'); ?>`
56
- * Shortcode:
57
- `[wp_ulike]`
58
-
59
  = Translations =
60
- * English
61
- * Persian
62
- * France
63
- * Chinese (Thanks Changmeng Hu & cmhello)
64
- * Chinese Tradition (Thanks Arefly)
65
- * Dutch (Thanks Joey)
66
- * Arabic (Thanks Ahmad Ahwazi)
67
-
68
- = Plugin Author =
69
- Website: <a href="http://about.alimir.ir" target="_blank">Ali Mirzaei</a><br />
70
- Novelty: <a href="http://preview.alimir.ir/all-abilities-that-coming-with-wp-ulike-2-0/" target="_blank">All Abilities That Coming With WP ULike 2.0</a><br />
71
- Follow on <a href="https://www.facebook.com/alimir.ir" target="_blank">Facebook</a><br />
72
- You can catch me on twitter as @alimirir
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
  == Installation ==
75
 
@@ -80,12 +103,15 @@ You can catch me on twitter as @alimirir
80
 
81
  == Screenshots ==
82
 
83
- Screenshots are available in <a href="http://preview.alimir.ir/wp-ulike-plugin" target="_blank">Here</a> & <a target="_blank" href="http://preview.alimir.ir/developer/wp-ulike/">Here</a>
 
 
 
84
 
85
  == Frequently Asked Questions ==
86
 
87
  = How To Use this plugin? =
88
- Just install the plugin and activate the "automatic display" in plugin configuration panel. (WP ULike has three auto options for the post, comments and buddypress activities.)
89
 
90
  Also you can use this function and shortcode for the post likes:
91
 
@@ -140,6 +166,42 @@ endif;
140
 
141
  == Changelog ==
142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  = 2.1 =
144
  * Added: New statistics design with screen options.
145
  * Added: New "Auto Display Position" setting in the budypress activities.
@@ -242,8 +304,11 @@ endif;
242
 
243
  == Upgrade Notice ==
244
 
 
 
 
245
  = 2.1 =
246
- In this version, we have made some changes in the plugin scripts! So, please clear your browser cache after the plugin update.
247
 
248
  = 2.0 =
249
  In this version, we have mixed widgets in one packet. So you should upgrade your last widgets with new one. Have fun :)
2
  Contributors: alimir
3
  Donate link: http://alimir.ir
4
  Author: Ali Mirzaei
5
+ Tags: wp ulike, wordpress youlike plugin, like button, rating, vote, voting, most liked posts, wordpress like page, wordpress like post, wordpress vote page, wordpress vote post, wp like page, wp like post, wp like plugin, buddypress like system, buddypress votes, comment like system, voting button, wordpress, statistics, stats likes, bbpress, bbPress like, WP-Translations, forums
6
  Requires at least: 3.5
7
  Tested up to: 4.1.1
8
+ Stable tag: 2.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
+ WP ULike enables you to add Ajax Like button into your WP and allowing your visitors to Like/unLike the posts, comments, activities & topics.
13
 
14
  == Description ==
15
 
16
+ WP ULike plugin allows to integrate a beautiful Ajax Like Button into your wordPress website to allow your visitors to like and unlike pages, posts, comments, buddypress activities & bbPress Topics. Its very simple to use and supports many options + full Statistics tools. And all of these are free :)
17
 
18
+ = More Information =
19
+ * Visit Our <a target="_blank" href="http://preview.alimir.ir/developer/wp-ulike/">Home Page</a>.
20
+ * See Online <a target="_blank" href="http://preview.alimir.ir/wp-ulike-plugin">Demo</a>.
21
+ * Fork Us In <a target="_blank" href="https://github.com/Alimir/wp-ulike">Github</a>.
22
+ * WP Ulike <a target="_blank" href="http://alimir.github.io/wp-ulike/">Github</a> Page.
23
 
24
  = Features =
 
25
  * Clean Design.
26
  * Support full Statistics tools.
27
  * Ajax feature to update the data without reloading.
47
  * Support RTL & language file.
48
  * And so on...
49
 
 
 
 
 
 
 
 
 
 
 
50
  = Translations =
51
+ WP ULike has been translated into the following languages:
52
+
53
+ * English (United States)
54
+ * Persian (Iran)
55
+ * French (France)
56
+ * Chinese (China)
57
+ * Chinese (Taiwan)
58
+ * Dutch (Netherlands)
59
+ * Arabic
60
+ * Portuguese (Brazil)
61
+ * Turkish (Turkey)
62
+ * Greek
63
+ * Russian (Russia)
64
+ * Spanish (Spain)
65
+ * German (Germany)
66
+ * Japanese
67
+ * Romanian (Romania)
68
+ * Slovak (Slovakia)
69
+ * Czech (Czech Republic)
70
+ * Hebrew (Israel)
71
+ * Italian (Italy)
72
+ * Polish (Poland)
73
+ * Finnish
74
+ * Hungarian (Hungary)
75
+ * Lithuanian (Lithuania)
76
+ * Indonesian (Indonesia)
77
+ * Khmer
78
+ * Norwegian Bokmal (Norway)
79
+ * Portuguese (Portugal)
80
+ * Swedish (Sweden)
81
+ * Danish (Denmark)
82
+ * Estonian
83
+ * Korean (Korea)
84
+ * Vietnamese
85
+ * Basque
86
+ * Bosnian (Bosnia and Herzegovina)
87
+ * English (United Kingdom)
88
+
89
+ Would you like to help translate the plugin into more languages? [Join our WP-Translations Community](https://www.transifex.com/projects/p/wp-ulike/).
90
+
91
+ = About Author =
92
+ * My personal website: <a href="http://about.alimir.ir" target="_blank">Ali Mirzaei</a>
93
+ * Follow me on <a href="https://www.facebook.com/alimir1993" target="_blank">Facebook</a>
94
+ * Catch me on twitter as @alimirir
95
+ * And Follow My Instagram Activities With <a href="https://instagram.com/alimir71/" target="_blank">Alimir71</a>
96
 
97
  == Installation ==
98
 
103
 
104
  == Screenshots ==
105
 
106
+ 1. Screenshot 1
107
+ 2. Screenshot 2
108
+ 3. Screenshot 3
109
+ 4. Screenshot 4
110
 
111
  == Frequently Asked Questions ==
112
 
113
  = How To Use this plugin? =
114
+ Just install the plugin and activate the "automatic display" in plugin configuration panel. (WP ULike has three auto options for the post, comments, buddypress activities & bbPress Topics.)
115
 
116
  Also you can use this function and shortcode for the post likes:
117
 
166
 
167
  == Changelog ==
168
 
169
+ = 2.2 =
170
+ * Added: bbPress Likes Support + All Options & Statistics Tools.
171
+ * Added: New JQuery process with optimized methods. (wp-ulike-scripts.js)
172
+ * Added: Minified Script/CSS files.
173
+ * Added: Delete ULike Logs/Data Buttons In The Settings Page.
174
+ * Added: Portuguese (Brazil) Language File.
175
+ * Added: Turkish (Turkey) Language File.
176
+ * Added: Greek Language File.
177
+ * Added: Russian (Russia) Language File.
178
+ * Added: Spanish (Spain) Language File.
179
+ * Added: German (Germany) Language File.
180
+ * Added: Japanese Language File.
181
+ * Added: Romanian (Romania) Language File.
182
+ * Added: Slovak (Slovakia) Language File.
183
+ * Added: Czech (Czech Republic) Language File.
184
+ * Added: Hebrew (Israel) Language File.
185
+ * Added: Italian (Italy) Language File.
186
+ * Added: Polish (Poland) Language File.
187
+ * Added: Finnish Language File.
188
+ * Added: Hungarian (Hungary) Language File.
189
+ * Added: Lithuanian (Lithuania) Language File.
190
+ * Added: Indonesian (Indonesia) Language File.
191
+ * Added: Khmer Language File. Language File.
192
+ * Added: Norwegian Bokmal (Norway) Language File.
193
+ * Added: Portuguese (Portugal) Language File.
194
+ * Added: Swedish (Sweden) Language File.
195
+ * Added: Danish (Denmark) Language File.
196
+ * Added: Estonian Language File.
197
+ * Added: Korean (Korea) Language File.
198
+ * Added: Vietnamese Language File.
199
+ * Added: Basque Language File.
200
+ * Added: Bosnian (Bosnia and Herzegovina) Language File.
201
+ * Fixes: Small Bugs.
202
+ * Updated: French Language File. (Thanks WP-Translations)
203
+ * Updated: Persian language file. (Thanks Me :))
204
+
205
  = 2.1 =
206
  * Added: New statistics design with screen options.
207
  * Added: New "Auto Display Position" setting in the budypress activities.
304
 
305
  == Upgrade Notice ==
306
 
307
+ = 2.2 =
308
+ In this version, we made some changes in the plugin scripts (wp-ulike-scripts.js)! So, please clear your browser cache after the plugin update. Also, After the plugin update If the new database table won't fixed, try deactivating the plugin and reactivating that one at a time.
309
+
310
  = 2.1 =
311
+ In this version, we made some changes in the plugin scripts! So, please clear your browser cache after the plugin update.
312
 
313
  = 2.0 =
314
  In this version, we have mixed widgets in one packet. So you should upgrade your last widgets with new one. Have fun :)
wp-ulike.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name:WP ULike
4
  Plugin URI: http://preview.alimir.ir/developer/wp-ulike/
5
  Description: WP ULike plugin allows to integrate a beautiful Ajax Like Button into your wordPress website to allow your visitors to like and unlike pages, posts, comments AND buddypress activities. Its very simple to use and supports many options.
6
- Version: 2.1
7
  Author: Ali Mirzaei
8
  Author URI: http://about.alimir.ir
9
  Text Domain: alimir
@@ -11,27 +11,27 @@ Domain Path: /lang/
11
  License: GPL2
12
  */
13
 
14
- //Load Translations
15
- load_plugin_textdomain( 'alimir', false, dirname( plugin_basename( __FILE__ ) ) .'/lang/' );
16
-
17
- //Do not change this value
18
- define('WP_ULIKE_DB_VERSION', '1.2');
19
-
20
- /**
21
- * When the plugin is activated, This function will install wp_ulike tables in database (If not exist table)
22
- *
23
- * @author Alimir
24
- * @since 1.1
25
- * @updated 1.7
26
- * @return Void
27
- */
28
- register_activation_hook(__FILE__, 'wp_ulike_install');
29
- function wp_ulike_install() {
30
- global $wpdb;
31
-
32
- $table_name = $wpdb->prefix . "ulike";
33
- if($wpdb->get_var("show tables like '$table_name'") != $table_name) {
34
- $sql = "CREATE TABLE " . $table_name . " (
35
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
36
  `post_id` int(11) NOT NULL,
37
  `date_time` datetime NOT NULL,
@@ -41,15 +41,15 @@ License: GPL2
41
  PRIMARY KEY (`id`)
42
  );";
43
 
44
- require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
45
- dbDelta($sql);
46
-
47
- add_option('wp_ulike_dbVersion', WP_ULIKE_DB_VERSION);
48
- }
49
-
50
- $table_name_2 = $wpdb->prefix . "ulike_comments";
51
- if($wpdb->get_var("show tables like '$table_name_2'") != $table_name_2) {
52
- $sql = "CREATE TABLE " . $table_name_2 . " (
53
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
54
  `comment_id` int(11) NOT NULL,
55
  `date_time` datetime NOT NULL,
@@ -59,15 +59,15 @@ License: GPL2
59
  PRIMARY KEY (`id`)
60
  );";
61
 
62
- require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
63
- dbDelta($sql);
64
-
65
- update_option('wp_ulike_dbVersion', WP_ULIKE_DB_VERSION);
66
- }
67
-
68
- $table_name_3 = $wpdb->prefix . "ulike_activities";
69
- if($wpdb->get_var("show tables like '$table_name_3'") != $table_name_3) {
70
- $sql = "CREATE TABLE " . $table_name_3 . " (
71
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
72
  `activity_id` int(11) NOT NULL,
73
  `date_time` datetime NOT NULL,
@@ -77,55 +77,67 @@ License: GPL2
77
  PRIMARY KEY (`id`)
78
  );";
79
 
80
- require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
81
- dbDelta($sql);
82
-
83
- update_option('wp_ulike_dbVersion', WP_ULIKE_DB_VERSION);
84
- }
85
-
86
  }
87
-
88
- /**
89
- * This hook is called once any activated plugins have been loaded.
90
- *
91
- * @author Alimir
92
- * @since 1.7
93
- * @return Void
94
- */
95
- add_action( 'plugins_loaded', 'wp_ulike_update_db_check' );
96
- function wp_ulike_update_db_check() {
97
- if ( get_site_option( 'wp_ulike_dbVersion' ) != WP_ULIKE_DB_VERSION ) {
98
- wp_ulike_install();
99
- }
 
 
 
 
100
  }
101
-
102
- /**
103
- * This function is getting the plugin version
104
- *
105
- * @author Alimir
106
- * @since 1.8
107
- * @return String
108
- */
109
- function wp_ulike_get_version() {
110
- $plugin_data = get_plugin_data( __FILE__ );
111
- $plugin_version = $plugin_data['Version'];
112
- return $plugin_version;
 
 
113
  }
114
-
115
- //Include plugin setting file
116
- include( plugin_dir_path( __FILE__ ) . 'admin/admin.php');
117
-
118
- //Include general functions
119
- include( plugin_dir_path( __FILE__ ) . 'inc/wp-functions.php');
120
-
121
- //Include plugin scripts
122
- include( plugin_dir_path( __FILE__ ) . 'inc/wp-script.php');
123
-
124
- //Load WP ULike posts functions
125
- include( plugin_dir_path( __FILE__ ) . 'inc/wp-ulike-posts.php');
126
-
127
- //Load WP ULike comments functions
128
- include( plugin_dir_path( __FILE__ ) . 'inc/wp-ulike-comments.php');
129
-
130
- //Load WP ULike buddypress functions
131
- include( plugin_dir_path( __FILE__ ) . 'inc/wp-ulike-buddypress.php');
 
 
 
 
 
 
 
 
3
  Plugin Name:WP ULike
4
  Plugin URI: http://preview.alimir.ir/developer/wp-ulike/
5
  Description: WP ULike plugin allows to integrate a beautiful Ajax Like Button into your wordPress website to allow your visitors to like and unlike pages, posts, comments AND buddypress activities. Its very simple to use and supports many options.
6
+ Version: 2.2
7
  Author: Ali Mirzaei
8
  Author URI: http://about.alimir.ir
9
  Text Domain: alimir
11
  License: GPL2
12
  */
13
 
14
+ //Load Translations
15
+ load_plugin_textdomain( 'alimir', false, dirname( plugin_basename( __FILE__ ) ) .'/lang/' );
16
+
17
+ //Do not change this value
18
+ define( 'WP_ULIKE_DB_VERSION', '1.3' );
19
+
20
+ /**
21
+ * When the plugin is activated, This function will install wp_ulike tables in database (If not exist table)
22
+ *
23
+ * @author Alimir
24
+ * @since 1.1
25
+ * @updated 1.7
26
+ * @return Void
27
+ */
28
+ register_activation_hook( __FILE__, 'wp_ulike_install' );
29
+ function wp_ulike_install() {
30
+ global $wpdb;
31
+
32
+ $table_name = $wpdb->prefix . "ulike";
33
+ if ( $wpdb->get_var( "show tables like '$table_name'" ) != $table_name ) {
34
+ $sql = "CREATE TABLE " . $table_name . " (
35
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
36
  `post_id` int(11) NOT NULL,
37
  `date_time` datetime NOT NULL,
41
  PRIMARY KEY (`id`)
42
  );";
43
 
44
+ require_once ABSPATH . 'wp-admin/includes/upgrade.php';
45
+ dbDelta( $sql );
46
+
47
+ add_option( 'wp_ulike_dbVersion', WP_ULIKE_DB_VERSION );
48
+ }
49
+
50
+ $table_name_2 = $wpdb->prefix . "ulike_comments";
51
+ if ( $wpdb->get_var( "show tables like '$table_name_2'" ) != $table_name_2 ) {
52
+ $sql = "CREATE TABLE " . $table_name_2 . " (
53
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
54
  `comment_id` int(11) NOT NULL,
55
  `date_time` datetime NOT NULL,
59
  PRIMARY KEY (`id`)
60
  );";
61
 
62
+ require_once ABSPATH . 'wp-admin/includes/upgrade.php';
63
+ dbDelta( $sql );
64
+
65
+ update_option( 'wp_ulike_dbVersion', WP_ULIKE_DB_VERSION );
66
+ }
67
+
68
+ $table_name_3 = $wpdb->prefix . "ulike_activities";
69
+ if ( $wpdb->get_var( "show tables like '$table_name_3'" ) != $table_name_3 ) {
70
+ $sql = "CREATE TABLE " . $table_name_3 . " (
71
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
72
  `activity_id` int(11) NOT NULL,
73
  `date_time` datetime NOT NULL,
77
  PRIMARY KEY (`id`)
78
  );";
79
 
80
+ require_once ABSPATH . 'wp-admin/includes/upgrade.php';
81
+ dbDelta( $sql );
82
+
83
+ update_option( 'wp_ulike_dbVersion', WP_ULIKE_DB_VERSION );
 
 
84
  }
85
+
86
+ $table_name_4 = $wpdb->prefix . "ulike_forums";
87
+ if ( $wpdb->get_var( "show tables like '$table_name_4'" ) != $table_name_4 ) {
88
+ $sql = "CREATE TABLE " . $table_name_4 . " (
89
+ `id` bigint(11) NOT NULL AUTO_INCREMENT,
90
+ `topic_id` int(11) NOT NULL,
91
+ `date_time` datetime NOT NULL,
92
+ `ip` varchar(30) NOT NULL,
93
+ `user_id` int(11) NOT NULL,
94
+ `status` varchar(15) NOT NULL,
95
+ PRIMARY KEY (`id`)
96
+ );";
97
+
98
+ require_once ABSPATH . 'wp-admin/includes/upgrade.php';
99
+ dbDelta( $sql );
100
+
101
+ update_option( 'wp_ulike_dbVersion', WP_ULIKE_DB_VERSION );
102
  }
103
+
104
+ }
105
+
106
+ /**
107
+ * This hook is called once any activated plugins have been loaded.
108
+ *
109
+ * @author Alimir
110
+ * @since 1.7
111
+ * @return Void
112
+ */
113
+ add_action( 'plugins_loaded', 'wp_ulike_update_db_check' );
114
+ function wp_ulike_update_db_check() {
115
+ if ( get_site_option( 'wp_ulike_dbVersion' ) != WP_ULIKE_DB_VERSION ) {
116
+ wp_ulike_install();
117
  }
118
+ }
119
+
120
+ /**
121
+ * This function is getting the plugin version
122
+ *
123
+ * @author Alimir
124
+ * @since 1.8
125
+ * @return String
126
+ */
127
+ function wp_ulike_get_version() {
128
+ $plugin_data = get_plugin_data( __FILE__ );
129
+ $plugin_version = $plugin_data['Version'];
130
+ return $plugin_version;
131
+ }
132
+
133
+ //Include plugin setting file
134
+ include plugin_dir_path( __FILE__ ) . 'admin/admin.php';
135
+
136
+ //Include general functions
137
+ include plugin_dir_path( __FILE__ ) . 'inc/wp-functions.php';
138
+
139
+ //Include plugin scripts
140
+ include plugin_dir_path( __FILE__ ) . 'inc/wp-script.php';
141
+
142
+ //Load WP ULike functions
143
+ include plugin_dir_path( __FILE__ ) . 'inc/wp-ulike.php';