Version Description
- 11.04.2016 =
- Added reports like Top browsers, Top 10 IP address, Top referer, weekly report and Monthly report using chart
- Fixies - PHP error notice handled.
- Fixies - Jquery error handled.
Download this release
Release Info
Developer | dots |
Plugin | Page Visit Counter |
Version | 3.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.2
- README.txt +21 -3
- admin/class-page-visit-counter-admin.php +191 -2
- admin/css/blank.gif +0 -0
- admin/css/colorbox.css +58 -0
- admin/css/style.css +7 -1
- admin/images/blank.gif +0 -0
- admin/images/border.png +0 -0
- admin/images/controls.png +0 -0
- admin/images/loading.gif +0 -0
- admin/images/loading_background.png +0 -0
- admin/images/ui-icons_444444_256x240.png +0 -0
- admin/images/ui-icons_555555_256x240.png +0 -0
- admin/images/ui-icons_777620_256x240.png +0 -0
- admin/images/ui-icons_777777_256x240.png +0 -0
- admin/images/ui-icons_cc0000_256x240.png +0 -0
- admin/js/custom.js +323 -2
- admin/js/jquery.colorbox.js +1105 -0
- includes/class-page-visit-counter-activator.php +14 -0
- includes/class-page-visit-counter-deactivator.php +5 -1
- includes/class-page-visit-counter.php +3 -0
- languages/page-visit-counter-es.mo +0 -0
- languages/page-visit-counter-es.po +126 -78
- languages/page-visit-counter-fr.mo +0 -0
- languages/page-visit-counter-fr.po +126 -78
- languages/page-visit-counter-he.mo +0 -0
- languages/page-visit-counter-he.po +126 -78
- languages/page-visit-counter-hr.mo +0 -0
- languages/page-visit-counter-hr.po +127 -80
- languages/page-visit-counter-id.mo +0 -0
- languages/page-visit-counter-id.po +126 -78
- languages/page-visit-counter-it.mo +0 -0
- languages/page-visit-counter-it.po +126 -78
- languages/page-visit-counter-nl.mo +0 -0
- languages/page-visit-counter-nl.po +126 -78
- languages/page-visit-counter-pl.mo +0 -0
- languages/page-visit-counter-pl.po +126 -78
- languages/page-visit-counter-ru.mo +0 -0
- languages/page-visit-counter-ru.po +126 -78
- page_visit_counter.php +1 -1
README.txt
CHANGED
@@ -4,8 +4,8 @@ Plugin URI: http://multidots.com/
|
|
4 |
Author: Multidots
|
5 |
Author URI: http://multidots.com/
|
6 |
Contributors: dots
|
7 |
-
Stable tag: 3.0.
|
8 |
-
Tags: page counter,page visit
|
9 |
Requires at least: 2.1
|
10 |
Tested up to: 4.4.2
|
11 |
Donate link:
|
@@ -13,7 +13,7 @@ Copyright: (c) 2014-2016 Multidots Solutions PVT LTD (info@multidots.com)
|
|
13 |
License: GPLv3 or later
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
16 |
-
This plugin will count the total visits of your sites pages
|
17 |
|
18 |
== Description ==
|
19 |
This Plugin use for front side post and pages counter. After activation of plugin it will automatically add page counts on bottom of all pages. So, that all visitors can see page counts for entire site pages. Plugin provide search by page title and search by page published date facilities. Settings are required for page counter. Plugin provide to select specific post type to include in post /pages counter. Plugin also provide to exclude specific IP/s and specific register user to exude from post/pages counter.
|
@@ -33,6 +33,7 @@ In this option you can see all pages listing within Page ID, Page Title and Tota
|
|
33 |
|
34 |
* Search facility: This provides you the extra facility to search pages by title and search page by its crated date.
|
35 |
* Sharing facility: This provides you to share specific page on Facebook, Twitter and Google Plus.
|
|
|
36 |
|
37 |
= Example: =
|
38 |
1. Admin can see all pages counter in table format from admin site in "Page Visit Counter" option.
|
@@ -53,6 +54,12 @@ In this option you can see all pages listing within Page ID, Page Title and Tota
|
|
53 |
|
54 |
We always welcome user suggestions. Let us know what you think about this plugin you liked or may have disliked. User’s feedback is important for us to improve more our plugins.
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
== Installation ==
|
57 |
|
58 |
= Minimum Requirements =
|
@@ -79,6 +86,10 @@ In the search field type Page Visit Counter and click Search Plugins. Once you'v
|
|
79 |
6. Page Visit Counter Screenshot 6.
|
80 |
7. Page Visit Counter Screenshot 7.
|
81 |
8. Page Visit Counter Screenshot 8.
|
|
|
|
|
|
|
|
|
82 |
|
83 |
== Frequently Asked Questions ==
|
84 |
|
@@ -91,6 +102,11 @@ It is compatible from 2.1 to 4.4.2 WordPress version.
|
|
91 |
Automatic updates should work great for you. As always, though, we recommend backing up your site prior to making any updates just to be sure nothing goes wrong.
|
92 |
|
93 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
94 |
= 3.0.1 - 06.04.2016 =
|
95 |
* Fixies - Removed report functionality in fancybox
|
96 |
* Notes: Reverted version 2.0.4
|
@@ -141,3 +157,5 @@ Automatic updates should work great for you. As always, though, we recommend ba
|
|
141 |
|
142 |
= 1.1 - 07.11.2015 =
|
143 |
* Tweak - Class file added for admin settings page output.
|
|
|
|
4 |
Author: Multidots
|
5 |
Author URI: http://multidots.com/
|
6 |
Contributors: dots
|
7 |
+
Stable tag: 3.0.2
|
8 |
+
Tags: page counter,page visit, post counter, post visit, wordpress post view, wordpress page view, page visit graph, post visit graph,
|
9 |
Requires at least: 2.1
|
10 |
Tested up to: 4.4.2
|
11 |
Donate link:
|
13 |
License: GPLv3 or later
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
16 |
+
This plugin will count the total visits of your sites pages.
|
17 |
|
18 |
== Description ==
|
19 |
This Plugin use for front side post and pages counter. After activation of plugin it will automatically add page counts on bottom of all pages. So, that all visitors can see page counts for entire site pages. Plugin provide search by page title and search by page published date facilities. Settings are required for page counter. Plugin provide to select specific post type to include in post /pages counter. Plugin also provide to exclude specific IP/s and specific register user to exude from post/pages counter.
|
33 |
|
34 |
* Search facility: This provides you the extra facility to search pages by title and search page by its crated date.
|
35 |
* Sharing facility: This provides you to share specific page on Facebook, Twitter and Google Plus.
|
36 |
+
* Reports: This provides you the specific page vise reports like Top browsers, Top 10 IP address, Top referer, weekly report and Monthly report using chart.
|
37 |
|
38 |
= Example: =
|
39 |
1. Admin can see all pages counter in table format from admin site in "Page Visit Counter" option.
|
54 |
|
55 |
We always welcome user suggestions. Let us know what you think about this plugin you liked or may have disliked. User’s feedback is important for us to improve more our plugins.
|
56 |
|
57 |
+
= You can check our other plugins: =
|
58 |
+
|
59 |
+
1. <a href ="http://codecanyon.net/item/advance-menu-manager/15275037?s_rank=1">Advance Menu Manager</a>
|
60 |
+
2. <a href ="http://codecanyon.net/item/advance-flat-rate-shipping-method-for-woocommerce/15831725">Advance Flat Rate Shipping Method For WooCommerce</a>
|
61 |
+
3. <a href ="http://codecanyon.net/item/advance-extra-cost-plugin-for-woocommerce/16351490">Advance Extra Cost Plugin for WooCommerce</a>
|
62 |
+
|
63 |
== Installation ==
|
64 |
|
65 |
= Minimum Requirements =
|
86 |
6. Page Visit Counter Screenshot 6.
|
87 |
7. Page Visit Counter Screenshot 7.
|
88 |
8. Page Visit Counter Screenshot 8.
|
89 |
+
9. Page Visit Counter Screenshot 9.
|
90 |
+
10. Page Visit Counter Screenshot 10.
|
91 |
+
11. Page Visit Counter Screenshot 11.
|
92 |
+
12. Page Visit Counter Screenshot 12.
|
93 |
|
94 |
== Frequently Asked Questions ==
|
95 |
|
102 |
Automatic updates should work great for you. As always, though, we recommend backing up your site prior to making any updates just to be sure nothing goes wrong.
|
103 |
|
104 |
== Changelog ==
|
105 |
+
= 3.0.2 - 11.04.2016 =
|
106 |
+
* Added reports like Top browsers, Top 10 IP address, Top referer, weekly report and Monthly report using chart
|
107 |
+
* Fixies - PHP error notice handled.
|
108 |
+
* Fixies - Jquery error handled.
|
109 |
+
|
110 |
= 3.0.1 - 06.04.2016 =
|
111 |
* Fixies - Removed report functionality in fancybox
|
112 |
* Notes: Reverted version 2.0.4
|
157 |
|
158 |
= 1.1 - 07.11.2015 =
|
159 |
* Tweak - Class file added for admin settings page output.
|
160 |
+
|
161 |
+
|
admin/class-page-visit-counter-admin.php
CHANGED
@@ -72,12 +72,17 @@ class page_visit_counter_Admin {
|
|
72 |
* between the defined hooks and the functions defined in this
|
73 |
* class.
|
74 |
*/
|
|
|
|
|
75 |
wp_enqueue_style('custom-style', plugin_dir_url( __FILE__ ) . 'css/style.css');
|
76 |
wp_enqueue_style('datatable-style', plugin_dir_url( __FILE__ ) . 'css/jquery.dataTables.css');
|
77 |
wp_enqueue_style('jquery-style', plugin_dir_url( __FILE__ ) . 'css/jquery-ui.css');
|
78 |
wp_enqueue_style('chosen-style', plugin_dir_url( __FILE__ ) . 'css/chosen.css');
|
|
|
|
|
79 |
//wp_enqueue_style('color-picker', plugin_dir_url( __FILE__ ) . 'css/color-picker.min.css');
|
80 |
wp_enqueue_style( 'wp-color-picker' );
|
|
|
81 |
}
|
82 |
|
83 |
/**
|
@@ -98,15 +103,20 @@ class page_visit_counter_Admin {
|
|
98 |
* between the defined hooks and the functions defined in this
|
99 |
* class.
|
100 |
*/
|
|
|
|
|
|
|
101 |
wp_enqueue_script('jquery-ui-datepicker');
|
102 |
wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/jquery.dataTables.min.js', array( 'jquery' ), $this->version, false );
|
103 |
|
104 |
wp_enqueue_script('one', plugin_dir_url( __FILE__ ) . 'js/custom.js', array( 'jquery' ), $this->version, false );
|
105 |
|
|
|
|
|
106 |
wp_enqueue_script('chosen-jquery', plugin_dir_url( __FILE__ ) . 'js/chosen.jquery.js', array( 'jquery' ), $this->version, false );
|
107 |
wp_enqueue_script('chosen-proto', plugin_dir_url( __FILE__ ) . 'js/chosen.proto.js', array( 'jquery' ), $this->version, false );
|
|
|
108 |
|
109 |
-
//wp_enqueue_script('color-picker', plugin_dir_url( __FILE__ ) . 'js/color-picker.min.js', array( 'jquery' ), $this->version, false );
|
110 |
wp_enqueue_script('iris', admin_url('js/iris.min.js'),array('jquery-ui-draggable', 'jquery-ui-slider', 'jquery-touch-punch'), false, 1);
|
111 |
wp_enqueue_script('wp-color-picker', admin_url('js/color-picker.min.js'), array('iris'), false,1);
|
112 |
|
@@ -148,6 +158,25 @@ class page_visit_counter_Admin {
|
|
148 |
$html ='';
|
149 |
$html .='<div class="main-page-visit">';
|
150 |
$html .='<div class="page-title"><h1>'.__('Page Visit Counter', 'page-visit-counter').'</h1></div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
$temp = array();
|
152 |
|
153 |
$postperpage = -1;
|
@@ -184,6 +213,7 @@ class page_visit_counter_Admin {
|
|
184 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
185 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
186 |
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
|
|
187 |
</tr></thead><tbody>';
|
188 |
|
189 |
$counter = 0;
|
@@ -205,6 +235,7 @@ class page_visit_counter_Admin {
|
|
205 |
<a target="_blank" style="margin-right: 5px;" href="https://www.facebook.com/sharer/sharer.php?u='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Facebook.png', dirname(__FILE__) ) . '" /></a>
|
206 |
<a target="_blank" style="margin-right: 5px;" href="https://twitter.com/intent/tweet?text='.$page_social_content.'&url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/twitter.png', dirname(__FILE__) ) . '" /></a>
|
207 |
<a target="_blank" href="https://plus.google.com/share?url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Google_Plus.png', dirname(__FILE__) ) . '" /></a></td>';
|
|
|
208 |
$html .='</tr>';
|
209 |
}
|
210 |
}
|
@@ -215,6 +246,7 @@ class page_visit_counter_Admin {
|
|
215 |
<th>'.__('Page Title', 'page-visit-counter', 'page-visit-counter').'</th>
|
216 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
217 |
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
|
|
218 |
</tr></tfoot><tbody></table>';
|
219 |
$html .='</div>';
|
220 |
$html .='</div>';
|
@@ -484,6 +516,8 @@ class page_visit_counter_Admin {
|
|
484 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
485 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
486 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
|
|
|
|
487 |
</tr>
|
488 |
</thead>
|
489 |
<tbody>';
|
@@ -513,7 +547,7 @@ class page_visit_counter_Admin {
|
|
513 |
$html .='<td><a href="'.get_admin_url().'post.php?post='.$results->ID.'&action=edit">'.__($results->post_title,'page-visit-counter').'</a></td>';
|
514 |
$count_visit = $wpdb->get_results("SELECT SUM(page_visit) as page_visit from $table_name where page_id ='".$results->ID."'");
|
515 |
$count = 0;
|
516 |
-
foreach ( $count_visit as $countval){
|
517 |
$count = $count + 1;
|
518 |
}
|
519 |
if ($count_visit[0]->page_visit == '') {
|
@@ -522,6 +556,15 @@ class page_visit_counter_Admin {
|
|
522 |
$countC = $count_visit[0]->page_visit;
|
523 |
}
|
524 |
$html .='<td>'.$countC.'</td>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
525 |
$html .='</tr>';
|
526 |
}
|
527 |
}
|
@@ -531,6 +574,8 @@ class page_visit_counter_Admin {
|
|
531 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
532 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
533 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
|
|
|
|
534 |
</tr></tfoot></table>';
|
535 |
echo $html;
|
536 |
} else {
|
@@ -561,6 +606,8 @@ class page_visit_counter_Admin {
|
|
561 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
562 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
563 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
|
|
|
|
564 |
</tr></thead><tbody>';
|
565 |
$counter = 0;
|
566 |
foreach ( $notvisit as $results ){
|
@@ -570,6 +617,14 @@ class page_visit_counter_Admin {
|
|
570 |
$html .='<td>'.$results->ID.'</td>';
|
571 |
$html .='<td><a href="'.get_admin_url().'post.php?post='.$results->ID.'&action=edit">'.__($results->post_title,'page-visit-counter').'</a></td>';
|
572 |
$html .='<td> 0 </td>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
573 |
$html .='</tr>';
|
574 |
}
|
575 |
$html .='</tbody><tfoot>
|
@@ -578,6 +633,8 @@ class page_visit_counter_Admin {
|
|
578 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
579 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
580 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
|
|
|
|
581 |
</tr></tfoot></table>';
|
582 |
echo $html;
|
583 |
}else if( $dataquery != '' ){
|
@@ -588,6 +645,8 @@ class page_visit_counter_Admin {
|
|
588 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
589 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
590 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
|
|
|
|
591 |
</tr></thead><tbody>';
|
592 |
$counter = 0;
|
593 |
foreach ( $dataquery as $results ){
|
@@ -627,6 +686,16 @@ class page_visit_counter_Admin {
|
|
627 |
}
|
628 |
|
629 |
$html .='<td>'.$countC.'</td>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
630 |
$html .='</tr>';
|
631 |
}
|
632 |
$html .='</tbody><tfoot>
|
@@ -635,6 +704,8 @@ class page_visit_counter_Admin {
|
|
635 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
636 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
637 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
|
|
|
|
638 |
</tr></tfoot</table>';
|
639 |
echo $html;
|
640 |
}
|
@@ -752,6 +823,124 @@ class page_visit_counter_Admin {
|
|
752 |
}
|
753 |
|
754 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
755 |
|
756 |
}
|
757 |
|
72 |
* between the defined hooks and the functions defined in this
|
73 |
* class.
|
74 |
*/
|
75 |
+
|
76 |
+
//wp_enqueue_style("jquery-ui-tabs");
|
77 |
wp_enqueue_style('custom-style', plugin_dir_url( __FILE__ ) . 'css/style.css');
|
78 |
wp_enqueue_style('datatable-style', plugin_dir_url( __FILE__ ) . 'css/jquery.dataTables.css');
|
79 |
wp_enqueue_style('jquery-style', plugin_dir_url( __FILE__ ) . 'css/jquery-ui.css');
|
80 |
wp_enqueue_style('chosen-style', plugin_dir_url( __FILE__ ) . 'css/chosen.css');
|
81 |
+
//wp_enqueue_style('fancy-box-style', plugin_dir_url( __FILE__ ) . 'css/jquery.fancybox-1.3.4.css');
|
82 |
+
wp_enqueue_style('color-box-style', plugin_dir_url( __FILE__ ) . 'css/colorbox.css');
|
83 |
//wp_enqueue_style('color-picker', plugin_dir_url( __FILE__ ) . 'css/color-picker.min.css');
|
84 |
wp_enqueue_style( 'wp-color-picker' );
|
85 |
+
|
86 |
}
|
87 |
|
88 |
/**
|
103 |
* between the defined hooks and the functions defined in this
|
104 |
* class.
|
105 |
*/
|
106 |
+
|
107 |
+
wp_enqueue_script('jquery-ui-core');
|
108 |
+
wp_enqueue_script('jquery-ui-tabs');
|
109 |
wp_enqueue_script('jquery-ui-datepicker');
|
110 |
wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/jquery.dataTables.min.js', array( 'jquery' ), $this->version, false );
|
111 |
|
112 |
wp_enqueue_script('one', plugin_dir_url( __FILE__ ) . 'js/custom.js', array( 'jquery' ), $this->version, false );
|
113 |
|
114 |
+
wp_enqueue_script('google-chart', 'https://www.gstatic.com/charts/loader.js', array( 'jquery' ), $this->version);
|
115 |
+
|
116 |
wp_enqueue_script('chosen-jquery', plugin_dir_url( __FILE__ ) . 'js/chosen.jquery.js', array( 'jquery' ), $this->version, false );
|
117 |
wp_enqueue_script('chosen-proto', plugin_dir_url( __FILE__ ) . 'js/chosen.proto.js', array( 'jquery' ), $this->version, false );
|
118 |
+
wp_enqueue_script('color-box', plugin_dir_url( __FILE__ ) . 'js/jquery.colorbox.js', array( 'jquery' ), $this->version, false );
|
119 |
|
|
|
120 |
wp_enqueue_script('iris', admin_url('js/iris.min.js'),array('jquery-ui-draggable', 'jquery-ui-slider', 'jquery-touch-punch'), false, 1);
|
121 |
wp_enqueue_script('wp-color-picker', admin_url('js/color-picker.min.js'), array('iris'), false,1);
|
122 |
|
158 |
$html ='';
|
159 |
$html .='<div class="main-page-visit">';
|
160 |
$html .='<div class="page-title"><h1>'.__('Page Visit Counter', 'page-visit-counter').'</h1></div>';
|
161 |
+
$html .='<div style="display:none"><div id="page-vist-fancybox" class="page-counter-fancybox">';
|
162 |
+
$html .='<div id="tabs">';
|
163 |
+
$html .='<ul>
|
164 |
+
<li><a href="#tabs-1">'.__('Top Browsers','page-visit-counter').'</a></li>
|
165 |
+
<li><a href="#tabs-2">'.__('Top 10 IP address','page-visit-counter').'</a></li>
|
166 |
+
<li><a href="#tabs-3">'.__('Top referer','page-visit-counter').'</a></li>
|
167 |
+
<li><a href="#tabs-4">'.__('Weekly report','page-visit-counter').'</a></li>
|
168 |
+
<li><a href="#tabs-5">'.__('Monthly report','page-visit-counter').'</a></li>
|
169 |
+
<li style="display:none;"><a href="#tabs-6">'.__('Yearly Visit Report','page-visit-counter').'</a></li>
|
170 |
+
</ul>';
|
171 |
+
$html .='<div id="tabs-1"><div id="chartContainer" style="width: 100%; height: 500px;"></div></div>';
|
172 |
+
$html .='<div id="tabs-2"><div id="chartContainer1" style="width: 100%; height: 500px;"></div></div>';
|
173 |
+
$html .='<div id="tabs-3"><div id="chartContainer2" style="width: 100%; height: 500px;"></div></div>';
|
174 |
+
$html .='<div id="tabs-4"><div id="chartContainer3" style="width: 100%; height: 500px;"></div></div>';
|
175 |
+
$html .='<div id="tabs-5"><div id="chartContainer5" style="width: 100%; height: 500px;"></div></div>';
|
176 |
+
$html .='<div id="tabs-6" style="display:none;"><div id="chartContainer6" style="width: 900px; height: 300px;"></div></div>';
|
177 |
+
$html .='</div>';
|
178 |
+
$html .='</div></div>';
|
179 |
+
|
180 |
$temp = array();
|
181 |
|
182 |
$postperpage = -1;
|
213 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
214 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
215 |
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
216 |
+
<th width="10%">'.__('Report', 'page-visit-counter').'</th>
|
217 |
</tr></thead><tbody>';
|
218 |
|
219 |
$counter = 0;
|
235 |
<a target="_blank" style="margin-right: 5px;" href="https://www.facebook.com/sharer/sharer.php?u='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Facebook.png', dirname(__FILE__) ) . '" /></a>
|
236 |
<a target="_blank" style="margin-right: 5px;" href="https://twitter.com/intent/tweet?text='.$page_social_content.'&url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/twitter.png', dirname(__FILE__) ) . '" /></a>
|
237 |
<a target="_blank" href="https://plus.google.com/share?url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Google_Plus.png', dirname(__FILE__) ) . '" /></a></td>';
|
238 |
+
$html .='<td><a href="#page-vist-fancybox" title="'.__($results->post_title,'page-visit-counter').'" class="page-counter-show" id="'.$results->ID.'">'.__('View Report','page-visit-counter').'</a></td>';
|
239 |
$html .='</tr>';
|
240 |
}
|
241 |
}
|
246 |
<th>'.__('Page Title', 'page-visit-counter', 'page-visit-counter').'</th>
|
247 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
248 |
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
249 |
+
<th width="10%">'.__('Report', 'page-visit-counter').'</th>
|
250 |
</tr></tfoot><tbody></table>';
|
251 |
$html .='</div>';
|
252 |
$html .='</div>';
|
516 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
517 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
518 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
519 |
+
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
520 |
+
<th width="10%">'.__('Report', 'page-visit-counter').'</th>
|
521 |
</tr>
|
522 |
</thead>
|
523 |
<tbody>';
|
547 |
$html .='<td><a href="'.get_admin_url().'post.php?post='.$results->ID.'&action=edit">'.__($results->post_title,'page-visit-counter').'</a></td>';
|
548 |
$count_visit = $wpdb->get_results("SELECT SUM(page_visit) as page_visit from $table_name where page_id ='".$results->ID."'");
|
549 |
$count = 0;
|
550 |
+
foreach ( $count_visit as $countval) {
|
551 |
$count = $count + 1;
|
552 |
}
|
553 |
if ($count_visit[0]->page_visit == '') {
|
556 |
$countC = $count_visit[0]->page_visit;
|
557 |
}
|
558 |
$html .='<td>'.$countC.'</td>';
|
559 |
+
|
560 |
+
$site_title = get_bloginfo( 'name' );
|
561 |
+
$page_social_content = $results->post_title.' - Total Visits '.$countC.' - '.$site_title;
|
562 |
+
|
563 |
+
$html .='<td>
|
564 |
+
<a target="_blank" style="margin-right: 5px;" href="https://www.facebook.com/sharer/sharer.php?u='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Facebook.png', dirname(__FILE__) ) . '" /></a>
|
565 |
+
<a target="_blank" style="margin-right: 5px;" href="https://twitter.com/intent/tweet?text='.$page_social_content.'&url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/twitter.png', dirname(__FILE__) ) . '" /></a>
|
566 |
+
<a target="_blank" href="https://plus.google.com/share?url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Google_Plus.png', dirname(__FILE__) ) . '" /></a></td>';
|
567 |
+
$html .='<td><a href="#page-vist-fancybox" title="'.__($results->post_title,'page-visit-counter').'" class="page-counter-show" id="'.$results->ID.'">'.__('View Report','page-visit-counter').'</a></td>';
|
568 |
$html .='</tr>';
|
569 |
}
|
570 |
}
|
574 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
575 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
576 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
577 |
+
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
578 |
+
<th width="10%">'.__('Report', 'page-visit-counter').'</th>
|
579 |
</tr></tfoot></table>';
|
580 |
echo $html;
|
581 |
} else {
|
606 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
607 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
608 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
609 |
+
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
610 |
+
<th width="10%">'.__('Report', 'page-visit-counter').'</th>
|
611 |
</tr></thead><tbody>';
|
612 |
$counter = 0;
|
613 |
foreach ( $notvisit as $results ){
|
617 |
$html .='<td>'.$results->ID.'</td>';
|
618 |
$html .='<td><a href="'.get_admin_url().'post.php?post='.$results->ID.'&action=edit">'.__($results->post_title,'page-visit-counter').'</a></td>';
|
619 |
$html .='<td> 0 </td>';
|
620 |
+
$site_title = get_bloginfo( 'name' );
|
621 |
+
$page_social_content = $results->post_title.' - Total Visits 0 - '.$site_title;
|
622 |
+
|
623 |
+
$html .='<td>
|
624 |
+
<a target="_blank" style="margin-right: 5px;" href="https://www.facebook.com/sharer/sharer.php?u='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Facebook.png', dirname(__FILE__) ) . '" /></a>
|
625 |
+
<a target="_blank" style="margin-right: 5px;" href="https://twitter.com/intent/tweet?text='.$page_social_content.'&url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/twitter.png', dirname(__FILE__) ) . '" /></a>
|
626 |
+
<a target="_blank" href="https://plus.google.com/share?url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Google_Plus.png', dirname(__FILE__) ) . '" /></a></td>';
|
627 |
+
$html .='<td><a href="#page-vist-fancybox" title="'.__($results->post_title,'page-visit-counter').'" class="page-counter-show" id="'.$results->ID.'">'.__('View Report','page-visit-counter').'</a></td>';
|
628 |
$html .='</tr>';
|
629 |
}
|
630 |
$html .='</tbody><tfoot>
|
633 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
634 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
635 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
636 |
+
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
637 |
+
<th width="10%">'.__('Report', 'page-visit-counter').'</th>
|
638 |
</tr></tfoot></table>';
|
639 |
echo $html;
|
640 |
}else if( $dataquery != '' ){
|
645 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
646 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
647 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
648 |
+
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
649 |
+
<th width="10%">'.__('Report', 'page-visit-counter').'</th>
|
650 |
</tr></thead><tbody>';
|
651 |
$counter = 0;
|
652 |
foreach ( $dataquery as $results ){
|
686 |
}
|
687 |
|
688 |
$html .='<td>'.$countC.'</td>';
|
689 |
+
|
690 |
+
$site_title = get_bloginfo( 'name' );
|
691 |
+
$page_social_content = $results->post_title.' - Total Visits '.$countC.' - '.$site_title;
|
692 |
+
|
693 |
+
$html .='<td>
|
694 |
+
<a target="_blank" style="margin-right: 5px;" href="https://www.facebook.com/sharer/sharer.php?u='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Facebook.png', dirname(__FILE__) ) . '" /></a>
|
695 |
+
<a target="_blank" style="margin-right: 5px;" href="https://twitter.com/intent/tweet?text='.$page_social_content.'&url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/twitter.png', dirname(__FILE__) ) . '" /></a>
|
696 |
+
<a target="_blank" href="https://plus.google.com/share?url='.esc_url( get_permalink($results->ID) ).'"><img src="' . plugins_url( 'images/Google_Plus.png', dirname(__FILE__) ) . '" /></a></td>';
|
697 |
+
$html .='<td><a href="#page-vist-fancybox" title="'.__($results->post_title,'page-visit-counter').'" class="page-counter-show" id="'.$results->ID.'">'.__('View Report','page-visit-counter').'</a></td>';
|
698 |
+
|
699 |
$html .='</tr>';
|
700 |
}
|
701 |
$html .='</tbody><tfoot>
|
704 |
<th width="10%">'.__('Page ID', 'page-visit-counter').'</th>
|
705 |
<th>'.__('Page Title', 'page-visit-counter').'</th>
|
706 |
<th width="20%">'.__('Total Count', 'page-visit-counter').'</th>
|
707 |
+
<th width="20%">'.__('Share', 'page-visit-counter').'</th>
|
708 |
+
<th width="10%">'.__('Report', 'page-visit-counter').'</th>
|
709 |
</tr></tfoot</table>';
|
710 |
echo $html;
|
711 |
}
|
823 |
}
|
824 |
|
825 |
}
|
826 |
+
|
827 |
+
function get_page_visit_record_report() {
|
828 |
+
global $wpdb;
|
829 |
+
|
830 |
+
$table_name = $wpdb->prefix . "page_visit_history";
|
831 |
+
|
832 |
+
$pageId = $_REQUEST['page_id'];
|
833 |
+
|
834 |
+
$countQuery = "SELECT COUNT(`page_id`) as total FROM $table_name WHERE `page_id` = $pageId";
|
835 |
+
$result = $wpdb->get_results($countQuery);
|
836 |
+
|
837 |
+
if ( (int) $result[0]->total > 0) {
|
838 |
+
|
839 |
+
$queryTopBrowser = "SELECT COUNT(`page_id`) as total, `browser_full_name` as browser FROM $table_name WHERE `page_id` = $pageId GROUP BY `browser_full_name`";
|
840 |
+
|
841 |
+
$topBrowserArr = $wpdb->get_results($queryTopBrowser);
|
842 |
+
|
843 |
+
$topBrowserStringArr = array();
|
844 |
+
|
845 |
+
|
846 |
+
$topBrowserStringArr['Browsers'] = 'Total Visits';
|
847 |
+
if ( (int) $result[0]->total > 0) {
|
848 |
+
foreach ($topBrowserArr as $topBrowser) {
|
849 |
+
$topBrowserStringArr[$topBrowser->browser] = (int) $topBrowser->total;
|
850 |
+
}
|
851 |
+
}
|
852 |
+
|
853 |
+
//$queryTopIpAddress = "SELECT COUNT( `page_id` ) AS total, `ipaddress` AS ipaddress FROM $table_name WHERE `page_id` =$pageId GROUP BY `ipaddress` ORDER BY total DESC LIMIT 10";
|
854 |
+
$queryTopIpAddress = "SELECT COUNT( `page_id` ) AS total, `ipaddress` AS ipaddress FROM $table_name WHERE `page_id` =$pageId AND date > DATE_SUB(NOW(), INTERVAL 1 MONTH) GROUP BY `ipaddress` ORDER BY total DESC LIMIT 10";
|
855 |
+
|
856 |
+
$topIpArr = $wpdb->get_results($queryTopIpAddress);
|
857 |
+
|
858 |
+
$topIpStringArr = array();
|
859 |
+
|
860 |
+
$topIpStringArr["IP Address"] = 'Total Visits';
|
861 |
+
if ( (int) $result[0]->total > 0) {
|
862 |
+
foreach ($topIpArr as $topIp) {
|
863 |
+
$topIpStringArr["$topIp->ipaddress"] = (int) $topIp->total;
|
864 |
+
}
|
865 |
+
}
|
866 |
+
|
867 |
+
$queryTopReferer = "SELECT COUNT(`page_id`) as total,SUBSTRING_INDEX(SUBSTRING_INDEX(REPLACE(REPLACE(LOWER(`http_referer`), 'https://', ''), 'http://', ''), '/', 1), '?', 1) AS domain FROM $table_name WHERe `page_id` = $pageId AND `http_referer` != '' GROUP BY `http_referer` ORDER BY total DESC LIMIT 10";
|
868 |
+
|
869 |
+
$topRefererArr = $wpdb->get_results($queryTopReferer);
|
870 |
+
|
871 |
+
$topRefererStringArr = array();
|
872 |
+
|
873 |
+
$topRefererStringArr["Domain"] = 'Total Visits';
|
874 |
+
if ( (int) $result[0]->total > 0) {
|
875 |
+
foreach ($topRefererArr as $topReferer) {
|
876 |
+
if (!array_key_exists("$topReferer->domain", $topRefererStringArr)) {
|
877 |
+
$topRefererStringArr["$topReferer->domain"] = (int) $topReferer->total;
|
878 |
+
} else {
|
879 |
+
$val = (int) $topRefererStringArr["$topReferer->domain"];
|
880 |
+
$topRefererStringArr["$topReferer->domain"] = $val + (int) $topReferer->total;
|
881 |
+
}
|
882 |
+
}
|
883 |
+
unset($topRefererArr);
|
884 |
+
}
|
885 |
+
|
886 |
+
//$queryWeeklyReport = "SELECT SUM(page_id) AS total,DATE_ADD(date, INTERVAL(0-WEEKDAY(date)) DAY) as Week_Start_Date,DATE_ADD(date, INTERVAL(6-WEEKDAY(date)) DAY) as week_end_date,YEARWEEK( DATE, 1 ) AS YearAndWeek FROM $table_name WHERE page_id = $pageId GROUP BY YEARWEEK(date,1) ORDER BY YearAndWeek DESC LIMIT 5";
|
887 |
+
$queryWeeklyReport = "SELECT SUM(page_id) AS total,DATE_ADD(date, INTERVAL(0-WEEKDAY(date)) DAY) as Week_Start_Date,DATE_ADD(date, INTERVAL(6-WEEKDAY(date)) DAY) as week_end_date,YEARWEEK( DATE, 1 ) AS YearAndWeek, YEAR(DATE) as year, WEEK( DATE,1 ) as week FROM wp_page_visit_history WHERE page_id = 1 GROUP BY YEARWEEK(date,1) ORDER BY YearAndWeek DESC LIMIT 5";
|
888 |
+
|
889 |
+
$topWeeklyArr = $wpdb->get_results($queryWeeklyReport);
|
890 |
+
|
891 |
+
$topWeeklyStringArr = array();
|
892 |
+
|
893 |
+
$topWeeklyStringArr["Week Year"] = 'Total Visits';
|
894 |
+
if ( (int) $result[0]->total > 0) {
|
895 |
+
foreach (array_reverse($topWeeklyArr) as $topWeekly) {
|
896 |
+
$topWeeklyStringArr["$topWeekly->year - $topWeekly->week"] = (int) $topWeekly->total;
|
897 |
+
}
|
898 |
+
unset($topWeeklyArr);
|
899 |
+
}
|
900 |
+
|
901 |
+
$queryMonthlyReport = "SELECT SUM( `page_id` ) AS total, DATE_FORMAT(`date`,'%M %Y') AS month FROM `$table_name` WHERE `page_id` =$pageId AND YEAR( `date` ) = YEAR( CURDATE( ) ) GROUP BY MONTH( `date` ) ORDER BY MONTH( `date` ) ASC LIMIT 5";
|
902 |
+
|
903 |
+
$topMonthlyArr = $wpdb->get_results($queryMonthlyReport);
|
904 |
+
|
905 |
+
$topMonthlyStringArr = array();
|
906 |
+
|
907 |
+
$topMonthlyStringArr["Month"] = "Total Visits";
|
908 |
+
if ( (int) $result[0]->total > 0) {
|
909 |
+
foreach ($topMonthlyArr as $topMonthly) {
|
910 |
+
$topMonthlyStringArr["$topMonthly->month"] = (int) $topMonthly->total;
|
911 |
+
}
|
912 |
+
unset($topMonthlyArr);
|
913 |
+
}
|
914 |
+
|
915 |
+
$queryYearlyReport = "SELECT SUM( `page_id` ) AS total, YEAR( `date` ) AS year FROM `$table_name` WHERE `page_id` =$pageId GROUP BY YEAR( `date` ) ORDER BY YEAR( `date` ) DESC LIMIT 10";
|
916 |
+
|
917 |
+
$topYearlyArr = $wpdb->get_results($queryYearlyReport);
|
918 |
+
|
919 |
+
$topYearlyStringArr = array();
|
920 |
+
|
921 |
+
foreach ($topYearlyArr as $topYearly) {
|
922 |
+
$topYearlyStringArr["$topYearly->year"] = $topYearly->total;
|
923 |
+
}
|
924 |
+
unset($topYearlyArr);
|
925 |
+
|
926 |
+
$resultsArr = array();
|
927 |
+
|
928 |
+
$resultsArr['topBrowserString'] = $topBrowserStringArr;
|
929 |
+
$resultsArr['topIpString'] = $topIpStringArr;
|
930 |
+
$resultsArr['topRefererString'] = $topRefererStringArr;
|
931 |
+
$resultsArr['topWeeklyString'] = $topWeeklyStringArr;
|
932 |
+
$resultsArr['topMonthlyString'] = $topMonthlyStringArr;
|
933 |
+
$resultsArr['topYearlyString'] = $topYearlyStringArr;
|
934 |
+
|
935 |
+
echo json_encode( $resultsArr );
|
936 |
+
unset($resultsArr);
|
937 |
+
//print_r($topBrowserStringArr);
|
938 |
+
} else {
|
939 |
+
echo json_encode('novisit');
|
940 |
+
}
|
941 |
+
|
942 |
+
die();
|
943 |
+
}
|
944 |
|
945 |
}
|
946 |
|
admin/css/blank.gif
ADDED
Binary file
|
admin/css/colorbox.css
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
Colorbox Core Style:
|
3 |
+
The following CSS is consistent between example themes and should not be altered.
|
4 |
+
*/
|
5 |
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
|
6 |
+
#cboxWrapper {max-width:none;}
|
7 |
+
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8 |
+
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
9 |
+
#cboxContent{position:relative;}
|
10 |
+
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
|
11 |
+
#cboxTitle{margin:0;}
|
12 |
+
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
|
13 |
+
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
|
14 |
+
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
|
15 |
+
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
|
16 |
+
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
|
17 |
+
|
18 |
+
/*
|
19 |
+
User Style:
|
20 |
+
Change the following styles to modify the appearance of Colorbox. They are
|
21 |
+
ordered & tabbed in a way that represents the nesting of the generated HTML.
|
22 |
+
*/
|
23 |
+
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
|
24 |
+
#colorbox{outline:0;}
|
25 |
+
#cboxTopLeft{width:14px; height:14px; background:url(../images/controls.png) no-repeat 0 0;}
|
26 |
+
#cboxTopCenter{height:14px; background:url(../images/border.png) repeat-x top left;}
|
27 |
+
#cboxTopRight{width:14px; height:14px; background:url(../images/controls.png) no-repeat -36px 0;}
|
28 |
+
#cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) no-repeat 0 -32px;}
|
29 |
+
#cboxBottomCenter{height:43px; background:url(../images/border.png) repeat-x bottom left;}
|
30 |
+
#cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) no-repeat -36px -32px;}
|
31 |
+
#cboxMiddleLeft{width:14px; background:url(../images/controls.png) repeat-y -175px 0;}
|
32 |
+
#cboxMiddleRight{width:14px; background:url(../images/controls.png) repeat-y -211px 0;}
|
33 |
+
#cboxContent{background:#fff; overflow:visible;}
|
34 |
+
.cboxIframe{background:#fff;}
|
35 |
+
#cboxError{padding:50px; border:1px solid #ccc;}
|
36 |
+
#cboxLoadedContent{margin-bottom:5px;}
|
37 |
+
#cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
|
38 |
+
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
|
39 |
+
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
|
40 |
+
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
|
41 |
+
|
42 |
+
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
|
43 |
+
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; bottom:-29px; background:url(../images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
|
44 |
+
|
45 |
+
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
|
46 |
+
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
|
47 |
+
|
48 |
+
#cboxPrevious{left:0px; background-position: -51px -25px;}
|
49 |
+
#cboxPrevious:hover{background-position:-51px 0px;}
|
50 |
+
#cboxNext{left:27px; background-position:-75px -25px;}
|
51 |
+
#cboxNext:hover{background-position:-75px 0px;}
|
52 |
+
#cboxClose{right:0; background-position:-100px -25px;}
|
53 |
+
#cboxClose:hover{background-position:-100px 0px;}
|
54 |
+
|
55 |
+
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
|
56 |
+
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
|
57 |
+
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
|
58 |
+
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
|
admin/css/style.css
CHANGED
@@ -34,4 +34,10 @@ div.page-visit-summery a#example_next{border-radius: 5px;padding: 5px 10px;backg
|
|
34 |
.main-page-visit .page-input-text a#search-submit {margin-left: 10px;margin-top: 2px;text-transform: uppercase;}
|
35 |
.page-settings-summery pre {margin: 0;text-transform: initial;font-weight: bold;white-space: inherit;display: initial;}
|
36 |
.page-settings-summery form table tr td span.information {float: left;width: 100%;font-size: 11px;text-transform: none;}
|
37 |
-
.page-settings-summery form table tr.hidefront td.information {font-size: 11px;}
|
|
|
|
|
|
|
|
|
|
|
|
34 |
.main-page-visit .page-input-text a#search-submit {margin-left: 10px;margin-top: 2px;text-transform: uppercase;}
|
35 |
.page-settings-summery pre {margin: 0;text-transform: initial;font-weight: bold;white-space: inherit;display: initial;}
|
36 |
.page-settings-summery form table tr td span.information {float: left;width: 100%;font-size: 11px;text-transform: none;}
|
37 |
+
.page-settings-summery form table tr.hidefront td.information {font-size: 11px;}
|
38 |
+
.hide-data{display:none;}
|
39 |
+
.toplevel_page_page_visit_counter .ui-dialog .ui-dialog-titlebar-close span{margin:-8px !important;}
|
40 |
+
.toplevel_page_page_visit_counter .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {z-index: 99999999!important;}
|
41 |
+
.toplevel_page_page_visit_counter .ui-widget-overlay{height: 1000px!important;opacity: 0.92;}
|
42 |
+
a.canvasjs-chart-credit {display: none !important;}
|
43 |
+
.ui-widget-content{border: none !important;}
|
admin/images/blank.gif
ADDED
Binary file
|
admin/images/border.png
ADDED
Binary file
|
admin/images/controls.png
ADDED
Binary file
|
admin/images/loading.gif
ADDED
Binary file
|
admin/images/loading_background.png
ADDED
Binary file
|
admin/images/ui-icons_444444_256x240.png
ADDED
Binary file
|
admin/images/ui-icons_555555_256x240.png
ADDED
Binary file
|
admin/images/ui-icons_777620_256x240.png
ADDED
Binary file
|
admin/images/ui-icons_777777_256x240.png
ADDED
Binary file
|
admin/images/ui-icons_cc0000_256x240.png
ADDED
Binary file
|
admin/js/custom.js
CHANGED
@@ -155,6 +155,328 @@
|
|
155 |
}
|
156 |
});
|
157 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
$('body').on('blur','#ip_address_chosen ul.chosen-choices li.search-field input',function() {
|
159 |
var id = $(this).val().replace(",","");
|
160 |
|
@@ -266,6 +588,5 @@
|
|
266 |
} else {
|
267 |
return 'no';
|
268 |
}
|
269 |
-
}
|
270 |
-
|
271 |
})( jQuery );
|
155 |
}
|
156 |
});
|
157 |
|
158 |
+
//$.getScript('https://www.gstatic.com/charts/loader.js');
|
159 |
+
//google.charts.load('current', {'packages':['corechart']});
|
160 |
+
google.charts.load('current', {'packages':['corechart','bar']});
|
161 |
+
|
162 |
+
var chartBrowsers = '';
|
163 |
+
var chartIP = '';
|
164 |
+
var chartReferer = '';
|
165 |
+
var chartWeekly = '';
|
166 |
+
var chartMonthly = '';
|
167 |
+
var chartYearly = '';
|
168 |
+
|
169 |
+
var dataBrowsers = '';
|
170 |
+
var dataIp = '';
|
171 |
+
var dataReferer = '';
|
172 |
+
var dataWeekly = '';
|
173 |
+
var dataMonthly = '';
|
174 |
+
var dataYearly = '';
|
175 |
+
var view = '';
|
176 |
+
$('body').on('click','.page-counter-show',function() {
|
177 |
+
|
178 |
+
//$.getScript('https://www.gstatic.com/charts/loader.js');
|
179 |
+
var resultarr = '';
|
180 |
+
var toparr = [];
|
181 |
+
var dataPointsTopBrowsers = [];
|
182 |
+
var dataPointsIp = [];
|
183 |
+
var dataPointsReferer = [];
|
184 |
+
var dataPointsMonthly = [];
|
185 |
+
var dataPointsWeekly = [];
|
186 |
+
var dataPointsYearly = [];
|
187 |
+
|
188 |
+
var optionsBrowsers = {
|
189 |
+
title: '',
|
190 |
+
// pieHole: 0.4,
|
191 |
+
// is3D: true,
|
192 |
+
// chartArea:{left:20,top:20,width:'100%',height:'100%'},
|
193 |
+
};
|
194 |
+
|
195 |
+
var optionschartIP = {
|
196 |
+
title: '',
|
197 |
+
chartArea:{width:"80%",height:"50%"},
|
198 |
+
bar: {groupWidth: "50%"},
|
199 |
+
legend: { position: "none" },
|
200 |
+
hAxis: {
|
201 |
+
title: 'Total Visits',
|
202 |
+
minValue: 0,
|
203 |
+
textStyle: {
|
204 |
+
bold: true,
|
205 |
+
fontSize: 12,
|
206 |
+
color: '#4d4d4d'
|
207 |
+
}
|
208 |
+
},
|
209 |
+
};
|
210 |
+
|
211 |
+
var optionschartReferer = {
|
212 |
+
title: '',
|
213 |
+
chartArea:{left:100,width:"80%",height:"50%"},
|
214 |
+
bar: {groupWidth: "20%"},
|
215 |
+
legend: { position: "none" },
|
216 |
+
hAxis: {
|
217 |
+
title: 'Referer Domain',
|
218 |
+
minValue: 0,
|
219 |
+
textStyle: {
|
220 |
+
bold: true,
|
221 |
+
fontSize: 12,
|
222 |
+
color: '#4d4d4d'
|
223 |
+
}
|
224 |
+
},
|
225 |
+
vAxis: {
|
226 |
+
title: 'Total Visits',
|
227 |
+
textStyle: {
|
228 |
+
fontSize: 14,
|
229 |
+
bold: true,
|
230 |
+
color: '#848484'
|
231 |
+
}
|
232 |
+
}
|
233 |
+
};
|
234 |
+
|
235 |
+
var optionschartWeekly = {
|
236 |
+
title: '',
|
237 |
+
chartArea:{left:100,width:"80%",height:"50%"},
|
238 |
+
bar: {groupWidth: "20%"},
|
239 |
+
legend: { position: "none" },
|
240 |
+
hAxis: {
|
241 |
+
title: 'Year - Month',
|
242 |
+
minValue: 0,
|
243 |
+
textStyle: {
|
244 |
+
bold: true,
|
245 |
+
fontSize: 12,
|
246 |
+
color: '#4d4d4d'
|
247 |
+
}
|
248 |
+
},
|
249 |
+
vAxis: {
|
250 |
+
title: 'Total Visits',
|
251 |
+
textStyle: {
|
252 |
+
fontSize: 14,
|
253 |
+
bold: true,
|
254 |
+
color: '#848484'
|
255 |
+
}
|
256 |
+
},
|
257 |
+
};
|
258 |
+
|
259 |
+
var optionschartMonthly = {
|
260 |
+
title: '',
|
261 |
+
chartArea:{left:100,width:"80%",height:"50%"},
|
262 |
+
bar: {groupWidth: "20%"},
|
263 |
+
legend: { position: "none" },
|
264 |
+
hAxis: {
|
265 |
+
title: 'Month - Week',
|
266 |
+
minValue: 0,
|
267 |
+
textStyle: {
|
268 |
+
bold: true,
|
269 |
+
fontSize: 12,
|
270 |
+
color: '#4d4d4d'
|
271 |
+
}
|
272 |
+
},
|
273 |
+
vAxis: {
|
274 |
+
title: 'Total Visits',
|
275 |
+
textStyle: {
|
276 |
+
fontSize: 14,
|
277 |
+
bold: true,
|
278 |
+
color: '#848484'
|
279 |
+
}
|
280 |
+
}
|
281 |
+
};
|
282 |
+
|
283 |
+
var optionschartYearly = {
|
284 |
+
title: '',
|
285 |
+
chartArea:{width:"80%",height:"50%"},
|
286 |
+
bar: {groupWidth: "20%"},
|
287 |
+
legend: { position: "none" },
|
288 |
+
|
289 |
+
};
|
290 |
+
|
291 |
+
var page_id = this.id;
|
292 |
+
|
293 |
+
$.ajax({
|
294 |
+
type: "POST",
|
295 |
+
url: pagevisit.ajaxurl,
|
296 |
+
async:false,
|
297 |
+
data: ({
|
298 |
+
action: 'get_page_visit_record_report',
|
299 |
+
page_id:this.id
|
300 |
+
}),
|
301 |
+
success: function(data) {
|
302 |
+
var resultarr = JSON.parse(data);
|
303 |
+
console.log(resultarr);
|
304 |
+
if(resultarr != 'novisit') {
|
305 |
+
topBrowsersArr = resultarr['topBrowserString'];
|
306 |
+
topIpArr = resultarr['topIpString'];
|
307 |
+
topRefererArr = resultarr['topRefererString'];
|
308 |
+
topWeeklyArr = resultarr['topWeeklyString'];
|
309 |
+
topMonthlyArr = resultarr['topMonthlyString'];
|
310 |
+
topYearlyArr = resultarr['topYearlyString'];
|
311 |
+
|
312 |
+
$( "#chartContainer" ).html('');
|
313 |
+
$( "#chartContainer1" ).html('');
|
314 |
+
$( "#chartContainer2" ).html('');
|
315 |
+
$( "#chartContainer3" ).html('');
|
316 |
+
$( "#chartContainer5" ).html('');
|
317 |
+
$( "#chartContainer6" ).html('');
|
318 |
+
|
319 |
+
for(var i in topBrowsersArr) {
|
320 |
+
dataPointsTopBrowsers.push([i, topBrowsersArr [i]]);
|
321 |
+
}
|
322 |
+
|
323 |
+
dataBrowsers = google.visualization.arrayToDataTable(dataPointsTopBrowsers);
|
324 |
+
|
325 |
+
for(var j in topIpArr) {
|
326 |
+
dataPointsIp.push([j, topIpArr [j]]);
|
327 |
+
}
|
328 |
+
|
329 |
+
dataIp = google.visualization.arrayToDataTable(dataPointsIp);
|
330 |
+
|
331 |
+
for(var k in topRefererArr) {
|
332 |
+
dataPointsReferer.push([k, topRefererArr [k]]);
|
333 |
+
}
|
334 |
+
|
335 |
+
dataReferer = google.visualization.arrayToDataTable(dataPointsReferer);
|
336 |
+
|
337 |
+
for(var l in topWeeklyArr) {
|
338 |
+
dataPointsWeekly.push([l, topWeeklyArr [l]]);
|
339 |
+
}
|
340 |
+
|
341 |
+
dataWeekly = google.visualization.arrayToDataTable(dataPointsWeekly);
|
342 |
+
|
343 |
+
for(var m in topMonthlyArr) {
|
344 |
+
dataPointsMonthly.push([m, topMonthlyArr [m]]);
|
345 |
+
}
|
346 |
+
|
347 |
+
dataMonthly = google.visualization.arrayToDataTable(dataPointsMonthly);
|
348 |
+
|
349 |
+
for(var n in topYearlyArr) {
|
350 |
+
dataPointsYearly.push([n, topYearlyArr [n]]);
|
351 |
+
}
|
352 |
+
|
353 |
+
dataYearly = google.visualization.arrayToDataTable(dataPointsYearly);
|
354 |
+
|
355 |
+
$(".page-counter-show").colorbox({inline:true, width:"38%"});
|
356 |
+
|
357 |
+
$( "#tabs" ).tabs();
|
358 |
+
|
359 |
+
//$('body #ui-id-2').trigger('click');
|
360 |
+
|
361 |
+
chartBrowsers = new google.visualization.PieChart(document.getElementById('chartContainer'));
|
362 |
+
chartBrowsers.draw(dataBrowsers, optionsBrowsers);
|
363 |
+
|
364 |
+
view = new google.visualization.DataView(dataIp);
|
365 |
+
view.setColumns([0, 1,
|
366 |
+
{ calc: "stringify",
|
367 |
+
sourceColumn: 1,
|
368 |
+
type: "string",
|
369 |
+
role: "annotation" },
|
370 |
+
]);
|
371 |
+
|
372 |
+
chartIP = new google.visualization.BarChart(document.getElementById('chartContainer1'));
|
373 |
+
//var chartIP = google.charts.Bar(document.getElementById('chartContainer1'));
|
374 |
+
chartIP.draw(view, optionschartIP);
|
375 |
+
|
376 |
+
|
377 |
+
chartReferer = new google.visualization.ColumnChart(document.getElementById('chartContainer2'));
|
378 |
+
chartReferer.draw(dataReferer, optionschartReferer);
|
379 |
+
|
380 |
+
chartWeekly = new google.visualization.ColumnChart(document.getElementById('chartContainer3'));
|
381 |
+
chartWeekly.draw(dataWeekly, optionschartWeekly);
|
382 |
+
|
383 |
+
chartMonthly = new google.visualization.ColumnChart(document.getElementById('chartContainer5'));
|
384 |
+
chartMonthly.draw(dataMonthly, optionschartMonthly);
|
385 |
+
|
386 |
+
chartYearly = new google.visualization.ColumnChart(document.getElementById('chartContainer6'));
|
387 |
+
chartYearly.draw(dataYearly, optionschartYearly);
|
388 |
+
|
389 |
+
|
390 |
+
|
391 |
+
setTimeout(function(){
|
392 |
+
$('body #ui-id-1').trigger('click');
|
393 |
+
},500);
|
394 |
+
|
395 |
+
$( window ).resize(function() {
|
396 |
+
chartBrowsers.draw(dataBrowsers, optionsBrowsers);
|
397 |
+
chartIP.draw(view, optionschartIP);
|
398 |
+
chartReferer.draw(dataReferer, optionschartReferer);
|
399 |
+
chartWeekly.draw(dataWeekly, optionschartWeekly);
|
400 |
+
chartMonthly.draw(dataMonthly, optionschartMonthly);
|
401 |
+
chartYearly.draw(dataYearly, optionschartYearly);
|
402 |
+
});
|
403 |
+
|
404 |
+
$('body').on('click','#ui-id-1',function() {
|
405 |
+
chartBrowsers.draw(dataBrowsers, optionsBrowsers);
|
406 |
+
});
|
407 |
+
|
408 |
+
$('body').on('click','#ui-id-2',function() {
|
409 |
+
chartIP.draw(view, optionschartIP);
|
410 |
+
});
|
411 |
+
|
412 |
+
$('body').on('click','#ui-id-3',function() {
|
413 |
+
chartReferer.draw(dataReferer, optionschartReferer);
|
414 |
+
});
|
415 |
+
|
416 |
+
$('body').on('click','#ui-id-4',function() {
|
417 |
+
chartWeekly.draw(dataWeekly, optionschartWeekly);
|
418 |
+
});
|
419 |
+
|
420 |
+
$('body').on('click','#ui-id-5',function() {
|
421 |
+
chartMonthly.draw(dataMonthly, optionschartMonthly);
|
422 |
+
});
|
423 |
+
} else {
|
424 |
+
$(".page-counter-show").colorbox({inline:true, width:"38%"});
|
425 |
+
|
426 |
+
$( "#tabs" ).tabs();
|
427 |
+
|
428 |
+
|
429 |
+
setTimeout(function(){
|
430 |
+
$('body #ui-id-1').trigger('click');
|
431 |
+
},500);
|
432 |
+
|
433 |
+
$( "#chartContainer" ).html('No Visitor Found.');
|
434 |
+
$( "#chartContainer1" ).html('No Visitor Found.');
|
435 |
+
$( "#chartContainer2" ).html('No Visitor Found.');
|
436 |
+
$( "#chartContainer3" ).html('No Visitor Found.');
|
437 |
+
$( "#chartContainer5" ).html('No Visitor Found.');
|
438 |
+
$( "#chartContainer6" ).html('No Visitor Found.');
|
439 |
+
|
440 |
+
}
|
441 |
+
}
|
442 |
+
|
443 |
+
});
|
444 |
+
|
445 |
+
|
446 |
+
// $( window ).resize(function() {
|
447 |
+
// chartBrowsers.draw(dataBrowsers, optionsBrowsers);
|
448 |
+
// chartIP.draw(view, optionschartIP);
|
449 |
+
// chartReferer.draw(dataReferer, optionschartReferer);
|
450 |
+
// chartWeekly.draw(dataWeekly, optionschartWeekly);
|
451 |
+
// chartMonthly.draw(dataMonthly, optionschartMonthly);
|
452 |
+
// chartYearly.draw(dataYearly, optionschartYearly);
|
453 |
+
// });
|
454 |
+
//
|
455 |
+
// $('body').on('click','#ui-id-1',function() {
|
456 |
+
// chartBrowsers.draw(dataBrowsers, optionsBrowsers);
|
457 |
+
// });
|
458 |
+
//
|
459 |
+
// $('body').on('click','#ui-id-2',function() {
|
460 |
+
// chartIP.draw(view, optionschartIP);
|
461 |
+
// });
|
462 |
+
//
|
463 |
+
// $('body').on('click','#ui-id-3',function() {
|
464 |
+
// chartReferer.draw(dataReferer, optionschartReferer);
|
465 |
+
// });
|
466 |
+
//
|
467 |
+
// $('body').on('click','#ui-id-4',function() {
|
468 |
+
// chartWeekly.draw(dataWeekly, optionschartWeekly);
|
469 |
+
// });
|
470 |
+
//
|
471 |
+
// $('body').on('click','#ui-id-5',function() {
|
472 |
+
// chartMonthly.draw(dataMonthly, optionschartMonthly);
|
473 |
+
// });
|
474 |
+
|
475 |
+
|
476 |
+
});
|
477 |
+
|
478 |
+
|
479 |
+
|
480 |
$('body').on('blur','#ip_address_chosen ul.chosen-choices li.search-field input',function() {
|
481 |
var id = $(this).val().replace(",","");
|
482 |
|
588 |
} else {
|
589 |
return 'no';
|
590 |
}
|
591 |
+
}
|
|
|
592 |
})( jQuery );
|
admin/js/jquery.colorbox.js
ADDED
@@ -0,0 +1,1105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
Colorbox 1.6.3
|
3 |
+
license: MIT
|
4 |
+
http://www.jacklmoore.com/colorbox
|
5 |
+
*/
|
6 |
+
(function ($, document, window) {
|
7 |
+
var
|
8 |
+
// Default settings object.
|
9 |
+
// See http://jacklmoore.com/colorbox for details.
|
10 |
+
defaults = {
|
11 |
+
// data sources
|
12 |
+
html: false,
|
13 |
+
photo: false,
|
14 |
+
iframe: false,
|
15 |
+
inline: false,
|
16 |
+
|
17 |
+
// behavior and appearance
|
18 |
+
transition: "elastic",
|
19 |
+
speed: 300,
|
20 |
+
fadeOut: 300,
|
21 |
+
width: false,
|
22 |
+
initialWidth: "600",
|
23 |
+
innerWidth: false,
|
24 |
+
maxWidth: false,
|
25 |
+
height: false,
|
26 |
+
initialHeight: "450",
|
27 |
+
innerHeight: false,
|
28 |
+
maxHeight: false,
|
29 |
+
scalePhotos: true,
|
30 |
+
scrolling: true,
|
31 |
+
opacity: 0.9,
|
32 |
+
preloading: true,
|
33 |
+
className: false,
|
34 |
+
overlayClose: true,
|
35 |
+
escKey: true,
|
36 |
+
arrowKey: true,
|
37 |
+
top: false,
|
38 |
+
bottom: false,
|
39 |
+
left: false,
|
40 |
+
right: false,
|
41 |
+
fixed: false,
|
42 |
+
data: undefined,
|
43 |
+
closeButton: true,
|
44 |
+
fastIframe: true,
|
45 |
+
open: false,
|
46 |
+
reposition: true,
|
47 |
+
loop: true,
|
48 |
+
slideshow: false,
|
49 |
+
slideshowAuto: true,
|
50 |
+
slideshowSpeed: 2500,
|
51 |
+
slideshowStart: "start slideshow",
|
52 |
+
slideshowStop: "stop slideshow",
|
53 |
+
photoRegex: /\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,
|
54 |
+
|
55 |
+
// alternate image paths for high-res displays
|
56 |
+
retinaImage: false,
|
57 |
+
retinaUrl: false,
|
58 |
+
retinaSuffix: '@2x.$1',
|
59 |
+
|
60 |
+
// internationalization
|
61 |
+
current: "image {current} of {total}",
|
62 |
+
previous: "previous",
|
63 |
+
next: "next",
|
64 |
+
close: "close",
|
65 |
+
xhrError: "This content failed to load.",
|
66 |
+
imgError: "This image failed to load.",
|
67 |
+
|
68 |
+
// accessbility
|
69 |
+
returnFocus: true,
|
70 |
+
trapFocus: true,
|
71 |
+
|
72 |
+
// callbacks
|
73 |
+
onOpen: false,
|
74 |
+
onLoad: false,
|
75 |
+
onComplete: false,
|
76 |
+
onCleanup: false,
|
77 |
+
onClosed: false,
|
78 |
+
|
79 |
+
rel: function() {
|
80 |
+
return this.rel;
|
81 |
+
},
|
82 |
+
href: function() {
|
83 |
+
// using this.href would give the absolute url, when the href may have been inteded as a selector (e.g. '#container')
|
84 |
+
return $(this).attr('href');
|
85 |
+
},
|
86 |
+
title: function() {
|
87 |
+
return this.title;
|
88 |
+
},
|
89 |
+
createImg: function() {
|
90 |
+
var img = new Image();
|
91 |
+
var attrs = $(this).data('cbox-img-attrs');
|
92 |
+
|
93 |
+
if (typeof attrs === 'object') {
|
94 |
+
$.each(attrs, function(key, val){
|
95 |
+
img[key] = val;
|
96 |
+
});
|
97 |
+
}
|
98 |
+
|
99 |
+
return img;
|
100 |
+
},
|
101 |
+
createIframe: function() {
|
102 |
+
var iframe = document.createElement('iframe');
|
103 |
+
var attrs = $(this).data('cbox-iframe-attrs');
|
104 |
+
|
105 |
+
if (typeof attrs === 'object') {
|
106 |
+
$.each(attrs, function(key, val){
|
107 |
+
iframe[key] = val;
|
108 |
+
});
|
109 |
+
}
|
110 |
+
|
111 |
+
if ('frameBorder' in iframe) {
|
112 |
+
iframe.frameBorder = 0;
|
113 |
+
}
|
114 |
+
if ('allowTransparency' in iframe) {
|
115 |
+
iframe.allowTransparency = "true";
|
116 |
+
}
|
117 |
+
iframe.name = (new Date()).getTime(); // give the iframe a unique name to prevent caching
|
118 |
+
iframe.allowFullscreen = true;
|
119 |
+
|
120 |
+
return iframe;
|
121 |
+
}
|
122 |
+
},
|
123 |
+
|
124 |
+
// Abstracting the HTML and event identifiers for easy rebranding
|
125 |
+
colorbox = 'colorbox',
|
126 |
+
prefix = 'cbox',
|
127 |
+
boxElement = prefix + 'Element',
|
128 |
+
|
129 |
+
// Events
|
130 |
+
event_open = prefix + '_open',
|
131 |
+
event_load = prefix + '_load',
|
132 |
+
event_complete = prefix + '_complete',
|
133 |
+
event_cleanup = prefix + '_cleanup',
|
134 |
+
event_closed = prefix + '_closed',
|
135 |
+
event_purge = prefix + '_purge',
|
136 |
+
|
137 |
+
// Cached jQuery Object Variables
|
138 |
+
$overlay,
|
139 |
+
$box,
|
140 |
+
$wrap,
|
141 |
+
$content,
|
142 |
+
$topBorder,
|
143 |
+
$leftBorder,
|
144 |
+
$rightBorder,
|
145 |
+
$bottomBorder,
|
146 |
+
$related,
|
147 |
+
$window,
|
148 |
+
$loaded,
|
149 |
+
$loadingBay,
|
150 |
+
$loadingOverlay,
|
151 |
+
$title,
|
152 |
+
$current,
|
153 |
+
$slideshow,
|
154 |
+
$next,
|
155 |
+
$prev,
|
156 |
+
$close,
|
157 |
+
$groupControls,
|
158 |
+
$events = $('<a/>'), // $({}) would be prefered, but there is an issue with jQuery 1.4.2
|
159 |
+
|
160 |
+
// Variables for cached values or use across multiple functions
|
161 |
+
settings,
|
162 |
+
interfaceHeight,
|
163 |
+
interfaceWidth,
|
164 |
+
loadedHeight,
|
165 |
+
loadedWidth,
|
166 |
+
index,
|
167 |
+
photo,
|
168 |
+
open,
|
169 |
+
active,
|
170 |
+
closing,
|
171 |
+
loadingTimer,
|
172 |
+
publicMethod,
|
173 |
+
div = "div",
|
174 |
+
requests = 0,
|
175 |
+
previousCSS = {},
|
176 |
+
init;
|
177 |
+
|
178 |
+
// ****************
|
179 |
+
// HELPER FUNCTIONS
|
180 |
+
// ****************
|
181 |
+
|
182 |
+
// Convenience function for creating new jQuery objects
|
183 |
+
function $tag(tag, id, css) {
|
184 |
+
var element = document.createElement(tag);
|
185 |
+
|
186 |
+
if (id) {
|
187 |
+
element.id = prefix + id;
|
188 |
+
}
|
189 |
+
|
190 |
+
if (css) {
|
191 |
+
element.style.cssText = css;
|
192 |
+
}
|
193 |
+
|
194 |
+
return $(element);
|
195 |
+
}
|
196 |
+
|
197 |
+
// Get the window height using innerHeight when available to avoid an issue with iOS
|
198 |
+
// http://bugs.jquery.com/ticket/6724
|
199 |
+
function winheight() {
|
200 |
+
return window.innerHeight ? window.innerHeight : $(window).height();
|
201 |
+
}
|
202 |
+
|
203 |
+
function Settings(element, options) {
|
204 |
+
if (options !== Object(options)) {
|
205 |
+
options = {};
|
206 |
+
}
|
207 |
+
|
208 |
+
this.cache = {};
|
209 |
+
this.el = element;
|
210 |
+
|
211 |
+
this.value = function(key) {
|
212 |
+
var dataAttr;
|
213 |
+
|
214 |
+
if (this.cache[key] === undefined) {
|
215 |
+
dataAttr = $(this.el).attr('data-cbox-'+key);
|
216 |
+
|
217 |
+
if (dataAttr !== undefined) {
|
218 |
+
this.cache[key] = dataAttr;
|
219 |
+
} else if (options[key] !== undefined) {
|
220 |
+
this.cache[key] = options[key];
|
221 |
+
} else if (defaults[key] !== undefined) {
|
222 |
+
this.cache[key] = defaults[key];
|
223 |
+
}
|
224 |
+
}
|
225 |
+
|
226 |
+
return this.cache[key];
|
227 |
+
};
|
228 |
+
|
229 |
+
this.get = function(key) {
|
230 |
+
var value = this.value(key);
|
231 |
+
return $.isFunction(value) ? value.call(this.el, this) : value;
|
232 |
+
};
|
233 |
+
}
|
234 |
+
|
235 |
+
// Determine the next and previous members in a group.
|
236 |
+
function getIndex(increment) {
|
237 |
+
var
|
238 |
+
max = $related.length,
|
239 |
+
newIndex = (index + increment) % max;
|
240 |
+
|
241 |
+
return (newIndex < 0) ? max + newIndex : newIndex;
|
242 |
+
}
|
243 |
+
|
244 |
+
// Convert '%' and 'px' values to integers
|
245 |
+
function setSize(size, dimension) {
|
246 |
+
return Math.round((/%/.test(size) ? ((dimension === 'x' ? $window.width() : winheight()) / 100) : 1) * parseInt(size, 10));
|
247 |
+
}
|
248 |
+
|
249 |
+
// Checks an href to see if it is a photo.
|
250 |
+
// There is a force photo option (photo: true) for hrefs that cannot be matched by the regex.
|
251 |
+
function isImage(settings, url) {
|
252 |
+
return settings.get('photo') || settings.get('photoRegex').test(url);
|
253 |
+
}
|
254 |
+
|
255 |
+
function retinaUrl(settings, url) {
|
256 |
+
return settings.get('retinaUrl') && window.devicePixelRatio > 1 ? url.replace(settings.get('photoRegex'), settings.get('retinaSuffix')) : url;
|
257 |
+
}
|
258 |
+
|
259 |
+
function trapFocus(e) {
|
260 |
+
if ('contains' in $box[0] && !$box[0].contains(e.target) && e.target !== $overlay[0]) {
|
261 |
+
e.stopPropagation();
|
262 |
+
$box.focus();
|
263 |
+
}
|
264 |
+
}
|
265 |
+
|
266 |
+
function setClass(str) {
|
267 |
+
if (setClass.str !== str) {
|
268 |
+
$box.add($overlay).removeClass(setClass.str).addClass(str);
|
269 |
+
setClass.str = str;
|
270 |
+
}
|
271 |
+
}
|
272 |
+
|
273 |
+
function getRelated(rel) {
|
274 |
+
index = 0;
|
275 |
+
|
276 |
+
if (rel && rel !== false && rel !== 'nofollow') {
|
277 |
+
$related = $('.' + boxElement).filter(function () {
|
278 |
+
var options = $.data(this, colorbox);
|
279 |
+
var settings = new Settings(this, options);
|
280 |
+
return (settings.get('rel') === rel);
|
281 |
+
});
|
282 |
+
index = $related.index(settings.el);
|
283 |
+
|
284 |
+
// Check direct calls to Colorbox.
|
285 |
+
if (index === -1) {
|
286 |
+
$related = $related.add(settings.el);
|
287 |
+
index = $related.length - 1;
|
288 |
+
}
|
289 |
+
} else {
|
290 |
+
$related = $(settings.el);
|
291 |
+
}
|
292 |
+
}
|
293 |
+
|
294 |
+
function trigger(event) {
|
295 |
+
// for external use
|
296 |
+
$(document).trigger(event);
|
297 |
+
// for internal use
|
298 |
+
$events.triggerHandler(event);
|
299 |
+
}
|
300 |
+
|
301 |
+
var slideshow = (function(){
|
302 |
+
var active,
|
303 |
+
className = prefix + "Slideshow_",
|
304 |
+
click = "click." + prefix,
|
305 |
+
timeOut;
|
306 |
+
|
307 |
+
function clear () {
|
308 |
+
clearTimeout(timeOut);
|
309 |
+
}
|
310 |
+
|
311 |
+
function set() {
|
312 |
+
if (settings.get('loop') || $related[index + 1]) {
|
313 |
+
clear();
|
314 |
+
timeOut = setTimeout(publicMethod.next, settings.get('slideshowSpeed'));
|
315 |
+
}
|
316 |
+
}
|
317 |
+
|
318 |
+
function start() {
|
319 |
+
$slideshow
|
320 |
+
.html(settings.get('slideshowStop'))
|
321 |
+
.unbind(click)
|
322 |
+
.one(click, stop);
|
323 |
+
|
324 |
+
$events
|
325 |
+
.bind(event_complete, set)
|
326 |
+
.bind(event_load, clear);
|
327 |
+
|
328 |
+
$box.removeClass(className + "off").addClass(className + "on");
|
329 |
+
}
|
330 |
+
|
331 |
+
function stop() {
|
332 |
+
clear();
|
333 |
+
|
334 |
+
$events
|
335 |
+
.unbind(event_complete, set)
|
336 |
+
.unbind(event_load, clear);
|
337 |
+
|
338 |
+
$slideshow
|
339 |
+
.html(settings.get('slideshowStart'))
|
340 |
+
.unbind(click)
|
341 |
+
.one(click, function () {
|
342 |
+
publicMethod.next();
|
343 |
+
start();
|
344 |
+
});
|
345 |
+
|
346 |
+
$box.removeClass(className + "on").addClass(className + "off");
|
347 |
+
}
|
348 |
+
|
349 |
+
function reset() {
|
350 |
+
active = false;
|
351 |
+
$slideshow.hide();
|
352 |
+
clear();
|
353 |
+
$events
|
354 |
+
.unbind(event_complete, set)
|
355 |
+
.unbind(event_load, clear);
|
356 |
+
$box.removeClass(className + "off " + className + "on");
|
357 |
+
}
|
358 |
+
|
359 |
+
return function(){
|
360 |
+
if (active) {
|
361 |
+
if (!settings.get('slideshow')) {
|
362 |
+
$events.unbind(event_cleanup, reset);
|
363 |
+
reset();
|
364 |
+
}
|
365 |
+
} else {
|
366 |
+
if (settings.get('slideshow') && $related[1]) {
|
367 |
+
active = true;
|
368 |
+
$events.one(event_cleanup, reset);
|
369 |
+
if (settings.get('slideshowAuto')) {
|
370 |
+
start();
|
371 |
+
} else {
|
372 |
+
stop();
|
373 |
+
}
|
374 |
+
$slideshow.show();
|
375 |
+
}
|
376 |
+
}
|
377 |
+
};
|
378 |
+
|
379 |
+
}());
|
380 |
+
|
381 |
+
|
382 |
+
function launch(element) {
|
383 |
+
var options;
|
384 |
+
|
385 |
+
if (!closing) {
|
386 |
+
|
387 |
+
options = $(element).data(colorbox);
|
388 |
+
|
389 |
+
settings = new Settings(element, options);
|
390 |
+
|
391 |
+
getRelated(settings.get('rel'));
|
392 |
+
|
393 |
+
if (!open) {
|
394 |
+
open = active = true; // Prevents the page-change action from queuing up if the visitor holds down the left or right keys.
|
395 |
+
|
396 |
+
setClass(settings.get('className'));
|
397 |
+
|
398 |
+
// Show colorbox so the sizes can be calculated in older versions of jQuery
|
399 |
+
$box.css({visibility:'hidden', display:'block', opacity:''});
|
400 |
+
|
401 |
+
$loaded = $tag(div, 'LoadedContent', 'width:0; height:0; overflow:hidden; visibility:hidden');
|
402 |
+
$content.css({width:'', height:''}).append($loaded);
|
403 |
+
|
404 |
+
// Cache values needed for size calculations
|
405 |
+
interfaceHeight = $topBorder.height() + $bottomBorder.height() + $content.outerHeight(true) - $content.height();
|
406 |
+
interfaceWidth = $leftBorder.width() + $rightBorder.width() + $content.outerWidth(true) - $content.width();
|
407 |
+
loadedHeight = $loaded.outerHeight(true);
|
408 |
+
loadedWidth = $loaded.outerWidth(true);
|
409 |
+
|
410 |
+
// Opens inital empty Colorbox prior to content being loaded.
|
411 |
+
var initialWidth = setSize(settings.get('initialWidth'), 'x');
|
412 |
+
var initialHeight = setSize(settings.get('initialHeight'), 'y');
|
413 |
+
var maxWidth = settings.get('maxWidth');
|
414 |
+
var maxHeight = settings.get('maxHeight');
|
415 |
+
|
416 |
+
settings.w = Math.max((maxWidth !== false ? Math.min(initialWidth, setSize(maxWidth, 'x')) : initialWidth) - loadedWidth - interfaceWidth, 0);
|
417 |
+
settings.h = Math.max((maxHeight !== false ? Math.min(initialHeight, setSize(maxHeight, 'y')) : initialHeight) - loadedHeight - interfaceHeight, 0);
|
418 |
+
|
419 |
+
$loaded.css({width:'', height:settings.h});
|
420 |
+
publicMethod.position();
|
421 |
+
|
422 |
+
trigger(event_open);
|
423 |
+
settings.get('onOpen');
|
424 |
+
|
425 |
+
$groupControls.add($title).hide();
|
426 |
+
|
427 |
+
$box.focus();
|
428 |
+
|
429 |
+
if (settings.get('trapFocus')) {
|
430 |
+
// Confine focus to the modal
|
431 |
+
// Uses event capturing that is not supported in IE8-
|
432 |
+
if (document.addEventListener) {
|
433 |
+
|
434 |
+
document.addEventListener('focus', trapFocus, true);
|
435 |
+
|
436 |
+
$events.one(event_closed, function () {
|
437 |
+
document.removeEventListener('focus', trapFocus, true);
|
438 |
+
});
|
439 |
+
}
|
440 |
+
}
|
441 |
+
|
442 |
+
// Return focus on closing
|
443 |
+
if (settings.get('returnFocus')) {
|
444 |
+
$events.one(event_closed, function () {
|
445 |
+
$(settings.el).focus();
|
446 |
+
});
|
447 |
+
}
|
448 |
+
}
|
449 |
+
|
450 |
+
var opacity = parseFloat(settings.get('opacity'));
|
451 |
+
$overlay.css({
|
452 |
+
opacity: opacity === opacity ? opacity : '',
|
453 |
+
cursor: settings.get('overlayClose') ? 'pointer' : '',
|
454 |
+
visibility: 'visible'
|
455 |
+
}).show();
|
456 |
+
|
457 |
+
if (settings.get('closeButton')) {
|
458 |
+
$close.html(settings.get('close')).appendTo($content);
|
459 |
+
} else {
|
460 |
+
$close.appendTo('<div/>'); // replace with .detach() when dropping jQuery < 1.4
|
461 |
+
}
|
462 |
+
|
463 |
+
load();
|
464 |
+
}
|
465 |
+
}
|
466 |
+
|
467 |
+
// Colorbox's markup needs to be added to the DOM prior to being called
|
468 |
+
// so that the browser will go ahead and load the CSS background images.
|
469 |
+
function appendHTML() {
|
470 |
+
if (!$box) {
|
471 |
+
init = false;
|
472 |
+
$window = $(window);
|
473 |
+
$box = $tag(div).attr({
|
474 |
+
id: colorbox,
|
475 |
+
'class': $.support.opacity === false ? prefix + 'IE' : '', // class for optional IE8 & lower targeted CSS.
|
476 |
+
role: 'dialog',
|
477 |
+
tabindex: '-1'
|
478 |
+
}).hide();
|
479 |
+
$overlay = $tag(div, "Overlay").hide();
|
480 |
+
$loadingOverlay = $([$tag(div, "LoadingOverlay")[0],$tag(div, "LoadingGraphic")[0]]);
|
481 |
+
$wrap = $tag(div, "Wrapper");
|
482 |
+
$content = $tag(div, "Content").append(
|
483 |
+
$title = $tag(div, "Title"),
|
484 |
+
$current = $tag(div, "Current"),
|
485 |
+
$prev = $('<button type="button"/>').attr({id:prefix+'Previous'}),
|
486 |
+
$next = $('<button type="button"/>').attr({id:prefix+'Next'}),
|
487 |
+
$slideshow = $('<button type="button"/>').attr({id:prefix+'Slideshow'}),
|
488 |
+
$loadingOverlay
|
489 |
+
);
|
490 |
+
|
491 |
+
$close = $('<button type="button"/>').attr({id:prefix+'Close'});
|
492 |
+
|
493 |
+
$wrap.append( // The 3x3 Grid that makes up Colorbox
|
494 |
+
$tag(div).append(
|
495 |
+
$tag(div, "TopLeft"),
|
496 |
+
$topBorder = $tag(div, "TopCenter"),
|
497 |
+
$tag(div, "TopRight")
|
498 |
+
),
|
499 |
+
$tag(div, false, 'clear:left').append(
|
500 |
+
$leftBorder = $tag(div, "MiddleLeft"),
|
501 |
+
$content,
|
502 |
+
$rightBorder = $tag(div, "MiddleRight")
|
503 |
+
),
|
504 |
+
$tag(div, false, 'clear:left').append(
|
505 |
+
$tag(div, "BottomLeft"),
|
506 |
+
$bottomBorder = $tag(div, "BottomCenter"),
|
507 |
+
$tag(div, "BottomRight")
|
508 |
+
)
|
509 |
+
).find('div div').css({'float': 'left'});
|
510 |
+
|
511 |
+
$loadingBay = $tag(div, false, 'position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;');
|
512 |
+
|
513 |
+
$groupControls = $next.add($prev).add($current).add($slideshow);
|
514 |
+
}
|
515 |
+
if (document.body && !$box.parent().length) {
|
516 |
+
$(document.body).append($overlay, $box.append($wrap, $loadingBay));
|
517 |
+
}
|
518 |
+
}
|
519 |
+
|
520 |
+
// Add Colorbox's event bindings
|
521 |
+
function addBindings() {
|
522 |
+
function clickHandler(e) {
|
523 |
+
// ignore non-left-mouse-clicks and clicks modified with ctrl / command, shift, or alt.
|
524 |
+
// See: http://jacklmoore.com/notes/click-events/
|
525 |
+
if (!(e.which > 1 || e.shiftKey || e.altKey || e.metaKey || e.ctrlKey)) {
|
526 |
+
e.preventDefault();
|
527 |
+
launch(this);
|
528 |
+
}
|
529 |
+
}
|
530 |
+
|
531 |
+
if ($box) {
|
532 |
+
if (!init) {
|
533 |
+
init = true;
|
534 |
+
|
535 |
+
// Anonymous functions here keep the public method from being cached, thereby allowing them to be redefined on the fly.
|
536 |
+
$next.click(function () {
|
537 |
+
publicMethod.next();
|
538 |
+
});
|
539 |
+
$prev.click(function () {
|
540 |
+
publicMethod.prev();
|
541 |
+
});
|
542 |
+
$close.click(function () {
|
543 |
+
publicMethod.close();
|
544 |
+
});
|
545 |
+
$overlay.click(function () {
|
546 |
+
if (settings.get('overlayClose')) {
|
547 |
+
publicMethod.close();
|
548 |
+
}
|
549 |
+
});
|
550 |
+
|
551 |
+
// Key Bindings
|
552 |
+
$(document).bind('keydown.' + prefix, function (e) {
|
553 |
+
var key = e.keyCode;
|
554 |
+
if (open && settings.get('escKey') && key === 27) {
|
555 |
+
e.preventDefault();
|
556 |
+
publicMethod.close();
|
557 |
+
}
|
558 |
+
if (open && settings.get('arrowKey') && $related[1] && !e.altKey) {
|
559 |
+
if (key === 37) {
|
560 |
+
e.preventDefault();
|
561 |
+
$prev.click();
|
562 |
+
} else if (key === 39) {
|
563 |
+
e.preventDefault();
|
564 |
+
$next.click();
|
565 |
+
}
|
566 |
+
}
|
567 |
+
});
|
568 |
+
|
569 |
+
if ($.isFunction($.fn.on)) {
|
570 |
+
// For jQuery 1.7+
|
571 |
+
$(document).on('click.'+prefix, '.'+boxElement, clickHandler);
|
572 |
+
} else {
|
573 |
+
// For jQuery 1.3.x -> 1.6.x
|
574 |
+
// This code is never reached in jQuery 1.9, so do not contact me about 'live' being removed.
|
575 |
+
// This is not here for jQuery 1.9, it's here for legacy users.
|
576 |
+
$('.'+boxElement).live('click.'+prefix, clickHandler);
|
577 |
+
}
|
578 |
+
}
|
579 |
+
return true;
|
580 |
+
}
|
581 |
+
return false;
|
582 |
+
}
|
583 |
+
|
584 |
+
// Don't do anything if Colorbox already exists.
|
585 |
+
if ($[colorbox]) {
|
586 |
+
return;
|
587 |
+
}
|
588 |
+
|
589 |
+
// Append the HTML when the DOM loads
|
590 |
+
$(appendHTML);
|
591 |
+
|
592 |
+
|
593 |
+
// ****************
|
594 |
+
// PUBLIC FUNCTIONS
|
595 |
+
// Usage format: $.colorbox.close();
|
596 |
+
// Usage from within an iframe: parent.jQuery.colorbox.close();
|
597 |
+
// ****************
|
598 |
+
|
599 |
+
publicMethod = $.fn[colorbox] = $[colorbox] = function (options, callback) {
|
600 |
+
var settings;
|
601 |
+
var $obj = this;
|
602 |
+
|
603 |
+
options = options || {};
|
604 |
+
|
605 |
+
if ($.isFunction($obj)) { // assume a call to $.colorbox
|
606 |
+
$obj = $('<a/>');
|
607 |
+
options.open = true;
|
608 |
+
}
|
609 |
+
|
610 |
+
if (!$obj[0]) { // colorbox being applied to empty collection
|
611 |
+
return $obj;
|
612 |
+
}
|
613 |
+
|
614 |
+
appendHTML();
|
615 |
+
|
616 |
+
if (addBindings()) {
|
617 |
+
|
618 |
+
if (callback) {
|
619 |
+
options.onComplete = callback;
|
620 |
+
}
|
621 |
+
|
622 |
+
$obj.each(function () {
|
623 |
+
var old = $.data(this, colorbox) || {};
|
624 |
+
$.data(this, colorbox, $.extend(old, options));
|
625 |
+
}).addClass(boxElement);
|
626 |
+
|
627 |
+
settings = new Settings($obj[0], options);
|
628 |
+
|
629 |
+
if (settings.get('open')) {
|
630 |
+
launch($obj[0]);
|
631 |
+
}
|
632 |
+
}
|
633 |
+
|
634 |
+
return $obj;
|
635 |
+
};
|
636 |
+
|
637 |
+
publicMethod.position = function (speed, loadedCallback) {
|
638 |
+
var
|
639 |
+
css,
|
640 |
+
top = 0,
|
641 |
+
left = 0,
|
642 |
+
offset = $box.offset(),
|
643 |
+
scrollTop,
|
644 |
+
scrollLeft;
|
645 |
+
|
646 |
+
$window.unbind('resize.' + prefix);
|
647 |
+
|
648 |
+
// remove the modal so that it doesn't influence the document width/height
|
649 |
+
$box.css({top: -9e4, left: -9e4});
|
650 |
+
|
651 |
+
scrollTop = $window.scrollTop();
|
652 |
+
scrollLeft = $window.scrollLeft();
|
653 |
+
|
654 |
+
if (settings.get('fixed')) {
|
655 |
+
offset.top -= scrollTop;
|
656 |
+
offset.left -= scrollLeft;
|
657 |
+
$box.css({position: 'fixed'});
|
658 |
+
} else {
|
659 |
+
top = scrollTop;
|
660 |
+
left = scrollLeft;
|
661 |
+
$box.css({position: 'absolute'});
|
662 |
+
}
|
663 |
+
|
664 |
+
// keeps the top and left positions within the browser's viewport.
|
665 |
+
if (settings.get('right') !== false) {
|
666 |
+
left += Math.max($window.width() - settings.w - loadedWidth - interfaceWidth - setSize(settings.get('right'), 'x'), 0);
|
667 |
+
} else if (settings.get('left') !== false) {
|
668 |
+
left += setSize(settings.get('left'), 'x');
|
669 |
+
} else {
|
670 |
+
left += Math.round(Math.max($window.width() - settings.w - loadedWidth - interfaceWidth, 0) / 2);
|
671 |
+
}
|
672 |
+
|
673 |
+
if (settings.get('bottom') !== false) {
|
674 |
+
top += Math.max(winheight() - settings.h - loadedHeight - interfaceHeight - setSize(settings.get('bottom'), 'y'), 0);
|
675 |
+
} else if (settings.get('top') !== false) {
|
676 |
+
top += setSize(settings.get('top'), 'y');
|
677 |
+
} else {
|
678 |
+
top += Math.round(Math.max(winheight() - settings.h - loadedHeight - interfaceHeight, 0) / 2);
|
679 |
+
}
|
680 |
+
|
681 |
+
$box.css({top: offset.top, left: offset.left, visibility:'visible'});
|
682 |
+
|
683 |
+
// this gives the wrapper plenty of breathing room so it's floated contents can move around smoothly,
|
684 |
+
// but it has to be shrank down around the size of div#colorbox when it's done. If not,
|
685 |
+
// it can invoke an obscure IE bug when using iframes.
|
686 |
+
$wrap[0].style.width = $wrap[0].style.height = "9999px";
|
687 |
+
|
688 |
+
function modalDimensions() {
|
689 |
+
$topBorder[0].style.width = $bottomBorder[0].style.width = $content[0].style.width = (parseInt($box[0].style.width,10) - interfaceWidth)+'px';
|
690 |
+
$content[0].style.height = $leftBorder[0].style.height = $rightBorder[0].style.height = (parseInt($box[0].style.height,10) - interfaceHeight)+'px';
|
691 |
+
}
|
692 |
+
|
693 |
+
css = {width: settings.w + loadedWidth + interfaceWidth, height: settings.h + loadedHeight + interfaceHeight, top: top, left: left};
|
694 |
+
|
695 |
+
// setting the speed to 0 if the content hasn't changed size or position
|
696 |
+
if (speed) {
|
697 |
+
var tempSpeed = 0;
|
698 |
+
$.each(css, function(i){
|
699 |
+
if (css[i] !== previousCSS[i]) {
|
700 |
+
tempSpeed = speed;
|
701 |
+
return;
|
702 |
+
}
|
703 |
+
});
|
704 |
+
speed = tempSpeed;
|
705 |
+
}
|
706 |
+
|
707 |
+
previousCSS = css;
|
708 |
+
|
709 |
+
if (!speed) {
|
710 |
+
$box.css(css);
|
711 |
+
}
|
712 |
+
|
713 |
+
$box.dequeue().animate(css, {
|
714 |
+
duration: speed || 0,
|
715 |
+
complete: function () {
|
716 |
+
modalDimensions();
|
717 |
+
|
718 |
+
active = false;
|
719 |
+
|
720 |
+
// shrink the wrapper down to exactly the size of colorbox to avoid a bug in IE's iframe implementation.
|
721 |
+
$wrap[0].style.width = (settings.w + loadedWidth + interfaceWidth) + "px";
|
722 |
+
$wrap[0].style.height = (settings.h + loadedHeight + interfaceHeight) + "px";
|
723 |
+
|
724 |
+
if (settings.get('reposition')) {
|
725 |
+
setTimeout(function () { // small delay before binding onresize due to an IE8 bug.
|
726 |
+
$window.bind('resize.' + prefix, publicMethod.position);
|
727 |
+
}, 1);
|
728 |
+
}
|
729 |
+
|
730 |
+
if ($.isFunction(loadedCallback)) {
|
731 |
+
loadedCallback();
|
732 |
+
}
|
733 |
+
},
|
734 |
+
step: modalDimensions
|
735 |
+
});
|
736 |
+
};
|
737 |
+
|
738 |
+
publicMethod.resize = function (options) {
|
739 |
+
var scrolltop;
|
740 |
+
|
741 |
+
if (open) {
|
742 |
+
options = options || {};
|
743 |
+
|
744 |
+
if (options.width) {
|
745 |
+
settings.w = setSize(options.width, 'x') - loadedWidth - interfaceWidth;
|
746 |
+
}
|
747 |
+
|
748 |
+
if (options.innerWidth) {
|
749 |
+
settings.w = setSize(options.innerWidth, 'x');
|
750 |
+
}
|
751 |
+
|
752 |
+
$loaded.css({width: settings.w});
|
753 |
+
|
754 |
+
if (options.height) {
|
755 |
+
settings.h = setSize(options.height, 'y') - loadedHeight - interfaceHeight;
|
756 |
+
}
|
757 |
+
|
758 |
+
if (options.innerHeight) {
|
759 |
+
settings.h = setSize(options.innerHeight, 'y');
|
760 |
+
}
|
761 |
+
|
762 |
+
if (!options.innerHeight && !options.height) {
|
763 |
+
scrolltop = $loaded.scrollTop();
|
764 |
+
$loaded.css({height: "auto"});
|
765 |
+
settings.h = $loaded.height();
|
766 |
+
}
|
767 |
+
|
768 |
+
$loaded.css({height: settings.h});
|
769 |
+
|
770 |
+
if(scrolltop) {
|
771 |
+
$loaded.scrollTop(scrolltop);
|
772 |
+
}
|
773 |
+
|
774 |
+
publicMethod.position(settings.get('transition') === "none" ? 0 : settings.get('speed'));
|
775 |
+
}
|
776 |
+
};
|
777 |
+
|
778 |
+
publicMethod.prep = function (object) {
|
779 |
+
if (!open) {
|
780 |
+
return;
|
781 |
+
}
|
782 |
+
|
783 |
+
var callback, speed = settings.get('transition') === "none" ? 0 : settings.get('speed');
|
784 |
+
|
785 |
+
$loaded.remove();
|
786 |
+
|
787 |
+
$loaded = $tag(div, 'LoadedContent').append(object);
|
788 |
+
|
789 |
+
function getWidth() {
|
790 |
+
settings.w = settings.w || $loaded.width();
|
791 |
+
settings.w = settings.mw && settings.mw < settings.w ? settings.mw : settings.w;
|
792 |
+
return settings.w;
|
793 |
+
}
|
794 |
+
function getHeight() {
|
795 |
+
settings.h = settings.h || $loaded.height();
|
796 |
+
settings.h = settings.mh && settings.mh < settings.h ? settings.mh : settings.h;
|
797 |
+
return settings.h;
|
798 |
+
}
|
799 |
+
|
800 |
+
$loaded.hide()
|
801 |
+
.appendTo($loadingBay.show())// content has to be appended to the DOM for accurate size calculations.
|
802 |
+
.css({width: getWidth(), overflow: settings.get('scrolling') ? 'auto' : 'hidden'})
|
803 |
+
.css({height: getHeight()})// sets the height independently from the width in case the new width influences the value of height.
|
804 |
+
.prependTo($content);
|
805 |
+
|
806 |
+
$loadingBay.hide();
|
807 |
+
|
808 |
+
// floating the IMG removes the bottom line-height and fixed a problem where IE miscalculates the width of the parent element as 100% of the document width.
|
809 |
+
|
810 |
+
$(photo).css({'float': 'none'});
|
811 |
+
|
812 |
+
setClass(settings.get('className'));
|
813 |
+
|
814 |
+
callback = function () {
|
815 |
+
var total = $related.length,
|
816 |
+
iframe,
|
817 |
+
complete;
|
818 |
+
|
819 |
+
if (!open) {
|
820 |
+
return;
|
821 |
+
}
|
822 |
+
|
823 |
+
function removeFilter() { // Needed for IE8 in versions of jQuery prior to 1.7.2
|
824 |
+
if ($.support.opacity === false) {
|
825 |
+
$box[0].style.removeAttribute('filter');
|
826 |
+
}
|
827 |
+
}
|
828 |
+
|
829 |
+
complete = function () {
|
830 |
+
clearTimeout(loadingTimer);
|
831 |
+
$loadingOverlay.hide();
|
832 |
+
trigger(event_complete);
|
833 |
+
settings.get('onComplete');
|
834 |
+
};
|
835 |
+
|
836 |
+
|
837 |
+
$title.html(settings.get('title')).show();
|
838 |
+
$loaded.show();
|
839 |
+
|
840 |
+
if (total > 1) { // handle grouping
|
841 |
+
if (typeof settings.get('current') === "string") {
|
842 |
+
$current.html(settings.get('current').replace('{current}', index + 1).replace('{total}', total)).show();
|
843 |
+
}
|
844 |
+
|
845 |
+
$next[(settings.get('loop') || index < total - 1) ? "show" : "hide"]().html(settings.get('next'));
|
846 |
+
$prev[(settings.get('loop') || index) ? "show" : "hide"]().html(settings.get('previous'));
|
847 |
+
|
848 |
+
slideshow();
|
849 |
+
|
850 |
+
// Preloads images within a rel group
|
851 |
+
if (settings.get('preloading')) {
|
852 |
+
$.each([getIndex(-1), getIndex(1)], function(){
|
853 |
+
var img,
|
854 |
+
i = $related[this],
|
855 |
+
settings = new Settings(i, $.data(i, colorbox)),
|
856 |
+
src = settings.get('href');
|
857 |
+
|
858 |
+
if (src && isImage(settings, src)) {
|
859 |
+
src = retinaUrl(settings, src);
|
860 |
+
img = document.createElement('img');
|
861 |
+
img.src = src;
|
862 |
+
}
|
863 |
+
});
|
864 |
+
}
|
865 |
+
} else {
|
866 |
+
$groupControls.hide();
|
867 |
+
}
|
868 |
+
|
869 |
+
if (settings.get('iframe')) {
|
870 |
+
|
871 |
+
iframe = settings.get('createIframe');
|
872 |
+
|
873 |
+
if (!settings.get('scrolling')) {
|
874 |
+
iframe.scrolling = "no";
|
875 |
+
}
|
876 |
+
|
877 |
+
$(iframe)
|
878 |
+
.attr({
|
879 |
+
src: settings.get('href'),
|
880 |
+
'class': prefix + 'Iframe'
|
881 |
+
})
|
882 |
+
.one('load', complete)
|
883 |
+
.appendTo($loaded);
|
884 |
+
|
885 |
+
$events.one(event_purge, function () {
|
886 |
+
iframe.src = "//about:blank";
|
887 |
+
});
|
888 |
+
|
889 |
+
if (settings.get('fastIframe')) {
|
890 |
+
$(iframe).trigger('load');
|
891 |
+
}
|
892 |
+
} else {
|
893 |
+
complete();
|
894 |
+
}
|
895 |
+
|
896 |
+
if (settings.get('transition') === 'fade') {
|
897 |
+
$box.fadeTo(speed, 1, removeFilter);
|
898 |
+
} else {
|
899 |
+
removeFilter();
|
900 |
+
}
|
901 |
+
};
|
902 |
+
|
903 |
+
if (settings.get('transition') === 'fade') {
|
904 |
+
$box.fadeTo(speed, 0, function () {
|
905 |
+
publicMethod.position(0, callback);
|
906 |
+
});
|
907 |
+
} else {
|
908 |
+
publicMethod.position(speed, callback);
|
909 |
+
}
|
910 |
+
};
|
911 |
+
|
912 |
+
function load () {
|
913 |
+
var href, setResize, prep = publicMethod.prep, $inline, request = ++requests;
|
914 |
+
|
915 |
+
active = true;
|
916 |
+
|
917 |
+
photo = false;
|
918 |
+
|
919 |
+
trigger(event_purge);
|
920 |
+
trigger(event_load);
|
921 |
+
settings.get('onLoad');
|
922 |
+
|
923 |
+
settings.h = settings.get('height') ?
|
924 |
+
setSize(settings.get('height'), 'y') - loadedHeight - interfaceHeight :
|
925 |
+
settings.get('innerHeight') && setSize(settings.get('innerHeight'), 'y');
|
926 |
+
|
927 |
+
settings.w = settings.get('width') ?
|
928 |
+
setSize(settings.get('width'), 'x') - loadedWidth - interfaceWidth :
|
929 |
+
settings.get('innerWidth') && setSize(settings.get('innerWidth'), 'x');
|
930 |
+
|
931 |
+
// Sets the minimum dimensions for use in image scaling
|
932 |
+
settings.mw = settings.w;
|
933 |
+
settings.mh = settings.h;
|
934 |
+
|
935 |
+
// Re-evaluate the minimum width and height based on maxWidth and maxHeight values.
|
936 |
+
// If the width or height exceed the maxWidth or maxHeight, use the maximum values instead.
|
937 |
+
if (settings.get('maxWidth')) {
|
938 |
+
settings.mw = setSize(settings.get('maxWidth'), 'x') - loadedWidth - interfaceWidth;
|
939 |
+
settings.mw = settings.w && settings.w < settings.mw ? settings.w : settings.mw;
|
940 |
+
}
|
941 |
+
if (settings.get('maxHeight')) {
|
942 |
+
settings.mh = setSize(settings.get('maxHeight'), 'y') - loadedHeight - interfaceHeight;
|
943 |
+
settings.mh = settings.h && settings.h < settings.mh ? settings.h : settings.mh;
|
944 |
+
}
|
945 |
+
|
946 |
+
href = settings.get('href');
|
947 |
+
|
948 |
+
loadingTimer = setTimeout(function () {
|
949 |
+
$loadingOverlay.show();
|
950 |
+
}, 100);
|
951 |
+
|
952 |
+
if (settings.get('inline')) {
|
953 |
+
var $target = $(href);
|
954 |
+
// Inserts an empty placeholder where inline content is being pulled from.
|
955 |
+
// An event is bound to put inline content back when Colorbox closes or loads new content.
|
956 |
+
$inline = $('<div>').hide().insertBefore($target);
|
957 |
+
|
958 |
+
$events.one(event_purge, function () {
|
959 |
+
$inline.replaceWith($target);
|
960 |
+
});
|
961 |
+
|
962 |
+
prep($target);
|
963 |
+
} else if (settings.get('iframe')) {
|
964 |
+
// IFrame element won't be added to the DOM until it is ready to be displayed,
|
965 |
+
// to avoid problems with DOM-ready JS that might be trying to run in that iframe.
|
966 |
+
prep(" ");
|
967 |
+
} else if (settings.get('html')) {
|
968 |
+
prep(settings.get('html'));
|
969 |
+
} else if (isImage(settings, href)) {
|
970 |
+
|
971 |
+
href = retinaUrl(settings, href);
|
972 |
+
|
973 |
+
photo = settings.get('createImg');
|
974 |
+
|
975 |
+
$(photo)
|
976 |
+
.addClass(prefix + 'Photo')
|
977 |
+
.bind('error.'+prefix,function () {
|
978 |
+
prep($tag(div, 'Error').html(settings.get('imgError')));
|
979 |
+
})
|
980 |
+
.one('load', function () {
|
981 |
+
if (request !== requests) {
|
982 |
+
return;
|
983 |
+
}
|
984 |
+
|
985 |
+
// A small pause because some browsers will occassionaly report a
|
986 |
+
// img.width and img.height of zero immediately after the img.onload fires
|
987 |
+
setTimeout(function(){
|
988 |
+
var percent;
|
989 |
+
|
990 |
+
if (settings.get('retinaImage') && window.devicePixelRatio > 1) {
|
991 |
+
photo.height = photo.height / window.devicePixelRatio;
|
992 |
+
photo.width = photo.width / window.devicePixelRatio;
|
993 |
+
}
|
994 |
+
|
995 |
+
if (settings.get('scalePhotos')) {
|
996 |
+
setResize = function () {
|
997 |
+
photo.height -= photo.height * percent;
|
998 |
+
photo.width -= photo.width * percent;
|
999 |
+
};
|
1000 |
+
if (settings.mw && photo.width > settings.mw) {
|
1001 |
+
percent = (photo.width - settings.mw) / photo.width;
|
1002 |
+
setResize();
|
1003 |
+
}
|
1004 |
+
if (settings.mh && photo.height > settings.mh) {
|
1005 |
+
percent = (photo.height - settings.mh) / photo.height;
|
1006 |
+
setResize();
|
1007 |
+
}
|
1008 |
+
}
|
1009 |
+
|
1010 |
+
if (settings.h) {
|
1011 |
+
photo.style.marginTop = Math.max(settings.mh - photo.height, 0) / 2 + 'px';
|
1012 |
+
}
|
1013 |
+
|
1014 |
+
if ($related[1] && (settings.get('loop') || $related[index + 1])) {
|
1015 |
+
photo.style.cursor = 'pointer';
|
1016 |
+
|
1017 |
+
$(photo).bind('click.'+prefix, function () {
|
1018 |
+
publicMethod.next();
|
1019 |
+
});
|
1020 |
+
}
|
1021 |
+
|
1022 |
+
photo.style.width = photo.width + 'px';
|
1023 |
+
photo.style.height = photo.height + 'px';
|
1024 |
+
prep(photo);
|
1025 |
+
}, 1);
|
1026 |
+
});
|
1027 |
+
|
1028 |
+
photo.src = href;
|
1029 |
+
|
1030 |
+
} else if (href) {
|
1031 |
+
$loadingBay.load(href, settings.get('data'), function (data, status) {
|
1032 |
+
if (request === requests) {
|
1033 |
+
prep(status === 'error' ? $tag(div, 'Error').html(settings.get('xhrError')) : $(this).contents());
|
1034 |
+
}
|
1035 |
+
});
|
1036 |
+
}
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
// Navigates to the next page/image in a set.
|
1040 |
+
publicMethod.next = function () {
|
1041 |
+
if (!active && $related[1] && (settings.get('loop') || $related[index + 1])) {
|
1042 |
+
index = getIndex(1);
|
1043 |
+
launch($related[index]);
|
1044 |
+
}
|
1045 |
+
};
|
1046 |
+
|
1047 |
+
publicMethod.prev = function () {
|
1048 |
+
if (!active && $related[1] && (settings.get('loop') || index)) {
|
1049 |
+
index = getIndex(-1);
|
1050 |
+
launch($related[index]);
|
1051 |
+
}
|
1052 |
+
};
|
1053 |
+
|
1054 |
+
// Note: to use this within an iframe use the following format: parent.jQuery.colorbox.close();
|
1055 |
+
publicMethod.close = function () {
|
1056 |
+
if (open && !closing) {
|
1057 |
+
|
1058 |
+
closing = true;
|
1059 |
+
open = false;
|
1060 |
+
trigger(event_cleanup);
|
1061 |
+
settings.get('onCleanup');
|
1062 |
+
$window.unbind('.' + prefix);
|
1063 |
+
$overlay.fadeTo(settings.get('fadeOut') || 0, 0);
|
1064 |
+
|
1065 |
+
$box.stop().fadeTo(settings.get('fadeOut') || 0, 0, function () {
|
1066 |
+
$box.hide();
|
1067 |
+
$overlay.hide();
|
1068 |
+
trigger(event_purge);
|
1069 |
+
$loaded.remove();
|
1070 |
+
|
1071 |
+
setTimeout(function () {
|
1072 |
+
closing = false;
|
1073 |
+
trigger(event_closed);
|
1074 |
+
settings.get('onClosed');
|
1075 |
+
}, 1);
|
1076 |
+
});
|
1077 |
+
}
|
1078 |
+
};
|
1079 |
+
|
1080 |
+
// Removes changes Colorbox made to the document, but does not remove the plugin.
|
1081 |
+
publicMethod.remove = function () {
|
1082 |
+
if (!$box) { return; }
|
1083 |
+
|
1084 |
+
$box.stop();
|
1085 |
+
$[colorbox].close();
|
1086 |
+
$box.stop(false, true).remove();
|
1087 |
+
$overlay.remove();
|
1088 |
+
closing = false;
|
1089 |
+
$box = null;
|
1090 |
+
$('.' + boxElement)
|
1091 |
+
.removeData(colorbox)
|
1092 |
+
.removeClass(boxElement);
|
1093 |
+
|
1094 |
+
$(document).unbind('click.'+prefix).unbind('keydown.'+prefix);
|
1095 |
+
};
|
1096 |
+
|
1097 |
+
// A method for fetching the current element Colorbox is referencing.
|
1098 |
+
// returns a jQuery object.
|
1099 |
+
publicMethod.element = function () {
|
1100 |
+
return $(settings.el);
|
1101 |
+
};
|
1102 |
+
|
1103 |
+
publicMethod.settings = defaults;
|
1104 |
+
|
1105 |
+
}(jQuery, document, window));
|
includes/class-page-visit-counter-activator.php
CHANGED
@@ -47,8 +47,22 @@ class class_Page_Visit_Activator {
|
|
47 |
update_option('counter_hide_show_front_vew','');
|
48 |
update_option("text_color_page_visit","#000000");
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
|
|
|
|
|
|
|
|
51 |
|
|
|
52 |
|
53 |
}
|
54 |
}
|
47 |
update_option('counter_hide_show_front_vew','');
|
48 |
update_option("text_color_page_visit","#000000");
|
49 |
|
50 |
+
if( in_array( 'woocommerce/woocommerce.php',apply_filters('active_plugins',get_option('active_plugins'))) && !is_plugin_active_for_network( 'woocommerce/woocommerce.php' ) ) {
|
51 |
+
$flag = '1';
|
52 |
+
} else {
|
53 |
+
$flag = '0';
|
54 |
+
}
|
55 |
+
|
56 |
+
global $current_user;
|
57 |
+
get_currentuserinfo();
|
58 |
+
$useremail = $current_user->user_email;
|
59 |
|
60 |
+
$log_url = $_SERVER['HTTP_HOST'];
|
61 |
+
$log_plugin_id = 6;
|
62 |
+
$log_activation_status = 1;
|
63 |
+
$cur_dt = date('Y-m-d');
|
64 |
|
65 |
+
wp_remote_request('http://mdstore.projectsmd.in/webservice.php?log_url='.$log_url.'&plugin_id='.$log_plugin_id.'&activation_status='.$log_activation_status.'&activation_date='.$cur_dt.'&user_email='.$useremail.'&flag='.$flag);
|
66 |
|
67 |
}
|
68 |
}
|
includes/class-page-visit-counter-deactivator.php
CHANGED
@@ -26,7 +26,11 @@
|
|
26 |
class class_Page_visit_Deactivator {
|
27 |
|
28 |
public static function deactivate() {
|
29 |
-
|
|
|
|
|
|
|
|
|
30 |
|
31 |
}
|
32 |
}
|
26 |
class class_Page_visit_Deactivator {
|
27 |
|
28 |
public static function deactivate() {
|
29 |
+
$log_url = $_SERVER['HTTP_HOST'];
|
30 |
+
$log_plugin_id = 6;
|
31 |
+
$log_activation_status = 0;
|
32 |
+
$cur_dt = date('Y-m-d');
|
33 |
+
wp_remote_request('http://mdstore.projectsmd.in/webservice-deactivate.php?log_url='.$log_url.'&plugin_id='.$log_plugin_id.'&activation_status='.$log_activation_status.'&activation_date='.$cur_dt);
|
34 |
|
35 |
}
|
36 |
}
|
includes/class-page-visit-counter.php
CHANGED
@@ -138,6 +138,9 @@ class page_visit_counter {
|
|
138 |
$this->loader->add_action( 'wp_ajax_add_page_count_option', $plugin_admin, 'add_page_count_option' );
|
139 |
$this->loader->add_action( 'wp_ajax_nopriv_add_page_count_option', $plugin_admin, 'add_page_count_option' );
|
140 |
|
|
|
|
|
|
|
141 |
$this->loader->add_action( 'wp_ajax_select_input_page_value', $plugin_admin, 'select_input_page_value' );
|
142 |
$this->loader->add_action( 'wp_ajax_nopriv_select_input_page_value', $plugin_admin, 'select_input_page_value' );
|
143 |
|
138 |
$this->loader->add_action( 'wp_ajax_add_page_count_option', $plugin_admin, 'add_page_count_option' );
|
139 |
$this->loader->add_action( 'wp_ajax_nopriv_add_page_count_option', $plugin_admin, 'add_page_count_option' );
|
140 |
|
141 |
+
$this->loader->add_action( 'wp_ajax_get_page_visit_record_report', $plugin_admin, 'get_page_visit_record_report' );
|
142 |
+
$this->loader->add_action( 'wp_ajax_nopriv_get_page_visit_record_report', $plugin_admin, 'get_page_visit_record_report' );
|
143 |
+
|
144 |
$this->loader->add_action( 'wp_ajax_select_input_page_value', $plugin_admin, 'select_input_page_value' );
|
145 |
$this->loader->add_action( 'wp_ajax_nopriv_select_input_page_value', $plugin_admin, 'select_input_page_value' );
|
146 |
|
languages/page-visit-counter-es.mo
CHANGED
Binary file
|
languages/page-visit-counter-es.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: es\n"
|
@@ -15,120 +15,168 @@ msgstr ""
|
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: admin/class-page-visit-counter-admin.php:
|
19 |
msgid "Clear"
|
20 |
msgstr "Claro"
|
21 |
|
22 |
-
#: admin/class-page-visit-counter-admin.php:
|
23 |
msgid "Default"
|
24 |
msgstr "Defecto"
|
25 |
|
26 |
-
#: admin/class-page-visit-counter-admin.php:
|
27 |
msgid "Select Color"
|
28 |
msgstr "Select Color"
|
29 |
|
30 |
-
#: admin/class-page-visit-counter-admin.php:
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Visita la página - venta libre"
|
33 |
|
34 |
-
#: admin/class-page-visit-counter-admin.php:
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Visita el sitio de Contador"
|
37 |
|
38 |
-
#: admin/class-page-visit-counter-admin.php:
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Counter- Ajustes"
|
41 |
|
42 |
-
#: admin/class-page-visit-counter-admin.php:
|
43 |
msgid "Settings"
|
44 |
msgstr "ajustes"
|
45 |
|
46 |
-
#: admin/class-page-visit-counter-admin.php:
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Visita SettinPage Countergs"
|
49 |
|
50 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
msgid "Search by page title"
|
52 |
msgstr "Búsqueda por título de la página"
|
53 |
|
54 |
-
#: admin/class-page-visit-counter-admin.php:
|
55 |
msgid "Search by page date"
|
56 |
msgstr "Búsqueda por página fecha"
|
57 |
|
58 |
-
#: admin/class-page-visit-counter-admin.php:
|
59 |
msgid "Search Page"
|
60 |
msgstr "Página de búsqueda"
|
61 |
|
62 |
-
#: admin/class-page-visit-counter-admin.php:
|
63 |
-
#: admin/class-page-visit-counter-admin.php:
|
64 |
-
#: admin/class-page-visit-counter-admin.php:
|
65 |
-
#: admin/class-page-visit-counter-admin.php:
|
66 |
-
#: admin/class-page-visit-counter-admin.php:
|
67 |
-
#: admin/class-page-visit-counter-admin.php:
|
68 |
-
#: admin/class-page-visit-counter-admin.php:
|
69 |
-
#: admin/class-page-visit-counter-admin.php:
|
70 |
-
#: admin/class-page-visit-counter-admin.php:
|
71 |
msgid "No"
|
72 |
msgstr "No"
|
73 |
|
74 |
-
#: admin/class-page-visit-counter-admin.php:
|
75 |
-
#: admin/class-page-visit-counter-admin.php:
|
76 |
-
#: admin/class-page-visit-counter-admin.php:
|
77 |
-
#: admin/class-page-visit-counter-admin.php:
|
78 |
-
#: admin/class-page-visit-counter-admin.php:
|
79 |
-
#: admin/class-page-visit-counter-admin.php:
|
80 |
-
#: admin/class-page-visit-counter-admin.php:
|
81 |
-
#: admin/class-page-visit-counter-admin.php:
|
82 |
msgid "Page ID"
|
83 |
msgstr "ID de página"
|
84 |
|
85 |
-
#: admin/class-page-visit-counter-admin.php:
|
86 |
-
#: admin/class-page-visit-counter-admin.php:
|
87 |
-
#: admin/class-page-visit-counter-admin.php:
|
88 |
-
#: admin/class-page-visit-counter-admin.php:
|
89 |
-
#: admin/class-page-visit-counter-admin.php:
|
90 |
-
#: admin/class-page-visit-counter-admin.php:
|
91 |
-
#: admin/class-page-visit-counter-admin.php:
|
92 |
-
#: admin/class-page-visit-counter-admin.php:
|
93 |
msgid "Page Title"
|
94 |
msgstr "Título de la página"
|
95 |
|
96 |
-
#: admin/class-page-visit-counter-admin.php:
|
97 |
-
#: admin/class-page-visit-counter-admin.php:
|
98 |
-
#: admin/class-page-visit-counter-admin.php:
|
99 |
-
#: admin/class-page-visit-counter-admin.php:
|
100 |
-
#: admin/class-page-visit-counter-admin.php:
|
101 |
-
#: admin/class-page-visit-counter-admin.php:
|
102 |
-
#: admin/class-page-visit-counter-admin.php:
|
103 |
-
#: admin/class-page-visit-counter-admin.php:
|
104 |
-
#: admin/class-page-visit-counter-admin.php:
|
105 |
msgid "Total Count"
|
106 |
msgstr "Cuenta total"
|
107 |
|
108 |
-
#: admin/class-page-visit-counter-admin.php:
|
109 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
msgid "Share"
|
111 |
msgstr "Compartir"
|
112 |
|
113 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
msgid "Page Counter Settings"
|
115 |
msgstr "Configuración del contador de páginas"
|
116 |
|
117 |
-
#: admin/class-page-visit-counter-admin.php:
|
118 |
msgid "Post Type"
|
119 |
msgstr "Tipo de mensaje"
|
120 |
|
121 |
-
#: admin/class-page-visit-counter-admin.php:
|
122 |
msgid "Add Page/Post Type"
|
123 |
msgstr "Añadir Tipo Página / Post"
|
124 |
|
125 |
-
#: admin/class-page-visit-counter-admin.php:
|
126 |
msgid "(Select post types for which post views will be counted.)"
|
127 |
msgstr ""
|
128 |
"( Seleccionar tipos de envíos para los que se contarán Vistas de la "
|
129 |
"publicación . )"
|
130 |
|
131 |
-
#: admin/class-page-visit-counter-admin.php:
|
132 |
msgid ""
|
133 |
"Note: If you leave the blank then it will count for all the post/page "
|
134 |
"registered in your theme."
|
@@ -136,61 +184,61 @@ msgstr ""
|
|
136 |
"Nota : Si deja el espacio en blanco a continuación, se contará para todos "
|
137 |
"los post / página registrada en el tema ."
|
138 |
|
139 |
-
#: admin/class-page-visit-counter-admin.php:
|
140 |
msgid "Exclude IPs (Ip Address)"
|
141 |
msgstr ""
|
142 |
"Excluir direcciones IP ( IP Address ) Excluir direcciones IP ( dirección IP)"
|
143 |
|
144 |
-
#: admin/class-page-visit-counter-admin.php:
|
145 |
msgid "Add IP Address in comma seprated"
|
146 |
msgstr "Añadir la dirección IP en coma seprated"
|
147 |
|
148 |
-
#: admin/class-page-visit-counter-admin.php:
|
149 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
150 |
msgstr ""
|
151 |
"( Introduzca las direcciones IP para ser excluido de vistas Número de "
|
152 |
"mensajes )."
|
153 |
|
154 |
-
#: admin/class-page-visit-counter-admin.php:
|
155 |
msgid "Exclude Users"
|
156 |
msgstr "excluir a los usuarios"
|
157 |
|
158 |
-
#: admin/class-page-visit-counter-admin.php:
|
159 |
msgid "Select Registerd Users"
|
160 |
msgstr "Seleccionar usuarios Registerd"
|
161 |
|
162 |
-
#: admin/class-page-visit-counter-admin.php:
|
163 |
msgid "(Select the users to be excluded from post views count.)"
|
164 |
msgstr ""
|
165 |
"( Seleccione los usuarios que deben excluirse del recuento de entradas "
|
166 |
"vistas . )"
|
167 |
|
168 |
-
#: admin/class-page-visit-counter-admin.php:
|
169 |
msgid "Show front view counter"
|
170 |
msgstr "Mostrar vista frontal contador"
|
171 |
|
172 |
-
#: admin/class-page-visit-counter-admin.php:
|
173 |
msgid "Check the box if you want to display counter view on front end."
|
174 |
msgstr ""
|
175 |
"Marque la casilla si desea mostrar vista contador en extremo delantero ."
|
176 |
|
177 |
-
#: admin/class-page-visit-counter-admin.php:
|
178 |
msgid "Choose color for the front end view"
|
179 |
msgstr "Elegir el color para la vista frontal"
|
180 |
|
181 |
-
#: admin/class-page-visit-counter-admin.php:
|
182 |
msgid "Save"
|
183 |
msgstr "Salvar"
|
184 |
|
185 |
-
#: admin/class-page-visit-counter-admin.php:
|
186 |
msgid "Settings saved Sucessfully."
|
187 |
msgstr "La configuración se guardó con éxito ."
|
188 |
|
189 |
-
#: admin/class-page-visit-counter-admin.php:
|
190 |
msgid "Short Code"
|
191 |
msgstr "Código corto"
|
192 |
|
193 |
-
#: admin/class-page-visit-counter-admin.php:
|
194 |
msgid ""
|
195 |
"There are two shortcodes that you can use to manually add page view count to "
|
196 |
"any content on admin or post/page template created by your theme or plugin "
|
@@ -201,13 +249,13 @@ msgstr ""
|
|
201 |
"plantilla de entrada / página creada por su tema o plugin de eso es crear su "
|
202 |
"propio contenido de la pantalla en la página / post ."
|
203 |
|
204 |
-
#: admin/class-page-visit-counter-admin.php:
|
205 |
msgid "Use this shortcode to add admin side content on page/post:"
|
206 |
msgstr ""
|
207 |
"Utilizar este código corto para agregar contenido parte de administración en "
|
208 |
"la página / post :"
|
209 |
|
210 |
-
#: admin/class-page-visit-counter-admin.php:
|
211 |
msgid ""
|
212 |
"Use this shortcode to add page/post template (.php) file of your own "
|
213 |
"template:"
|
@@ -215,31 +263,31 @@ msgstr ""
|
|
215 |
"Utilizar este código corto para agregar página de la plantilla / post ( ."
|
216 |
"php ) del archivo de su propia plantilla :"
|
217 |
|
218 |
-
#: admin/class-page-visit-counter-admin.php:
|
219 |
msgid "Most Visited Page"
|
220 |
msgstr "La mayoría Página visitada"
|
221 |
|
222 |
-
#: admin/class-page-visit-counter-admin.php:
|
223 |
msgid "Page id"
|
224 |
msgstr "Page id"
|
225 |
|
226 |
-
#: admin/class-page-visit-counter-admin.php:
|
227 |
msgid "Page Name"
|
228 |
msgstr "Nombre de la página"
|
229 |
|
230 |
-
#: admin/class-page-visit-counter-admin.php:
|
231 |
msgid "Total Visits"
|
232 |
msgstr "Total Visitas"
|
233 |
|
234 |
-
#: admin/class-page-visit-counter-admin.php:
|
235 |
msgid "Do you want to enable page visits count for this page?"
|
236 |
msgstr "¿Quieres permitir que cuentan visitas a la página de esta página?"
|
237 |
|
238 |
-
#: admin/class-page-visit-counter-admin.php:
|
239 |
msgid "Yes"
|
240 |
msgstr "Sí"
|
241 |
|
242 |
-
#: admin/class-page-visit-counter-admin.php:
|
243 |
msgid "Total visits:"
|
244 |
msgstr "Visitas totales:"
|
245 |
|
@@ -248,8 +296,8 @@ msgid "Select a page…"
|
|
248 |
msgstr "Seleccione una página y hellip ;"
|
249 |
|
250 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
251 |
-
#: public/class-page-visit-counter-public.php:
|
252 |
-
#: public/class-page-visit-counter-public.php:
|
253 |
msgid "total visits."
|
254 |
msgstr "visitas totales."
|
255 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
+
"POT-Creation-Date: 2016-04-05 11:05+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-04-05 11:08+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: es\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: admin/class-page-visit-counter-admin.php:117
|
19 |
msgid "Clear"
|
20 |
msgstr "Claro"
|
21 |
|
22 |
+
#: admin/class-page-visit-counter-admin.php:117
|
23 |
msgid "Default"
|
24 |
msgstr "Defecto"
|
25 |
|
26 |
+
#: admin/class-page-visit-counter-admin.php:117
|
27 |
msgid "Select Color"
|
28 |
msgstr "Select Color"
|
29 |
|
30 |
+
#: admin/class-page-visit-counter-admin.php:143
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Visita la página - venta libre"
|
33 |
|
34 |
+
#: admin/class-page-visit-counter-admin.php:143
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Visita el sitio de Contador"
|
37 |
|
38 |
+
#: admin/class-page-visit-counter-admin.php:144
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Counter- Ajustes"
|
41 |
|
42 |
+
#: admin/class-page-visit-counter-admin.php:144
|
43 |
msgid "Settings"
|
44 |
msgstr "ajustes"
|
45 |
|
46 |
+
#: admin/class-page-visit-counter-admin.php:154
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Visita SettinPage Countergs"
|
49 |
|
50 |
+
#: admin/class-page-visit-counter-admin.php:158
|
51 |
+
msgid "Top Browsers"
|
52 |
+
msgstr "Más Navegadores"
|
53 |
+
|
54 |
+
#: admin/class-page-visit-counter-admin.php:159
|
55 |
+
msgid "Top 10 IP address"
|
56 |
+
msgstr "Top 10 dirección IP"
|
57 |
+
|
58 |
+
#: admin/class-page-visit-counter-admin.php:160
|
59 |
+
msgid "Top referer"
|
60 |
+
msgstr "Top árbitro"
|
61 |
+
|
62 |
+
#: admin/class-page-visit-counter-admin.php:161
|
63 |
+
msgid "Weekly report"
|
64 |
+
msgstr "Reporte semanal"
|
65 |
+
|
66 |
+
#: admin/class-page-visit-counter-admin.php:162
|
67 |
+
msgid "Monthly report"
|
68 |
+
msgstr "Reporte mensual"
|
69 |
+
|
70 |
+
#: admin/class-page-visit-counter-admin.php:163
|
71 |
+
msgid "Yearly Visit Report"
|
72 |
+
msgstr "Informe anual Visita"
|
73 |
+
|
74 |
+
#: admin/class-page-visit-counter-admin.php:198
|
75 |
msgid "Search by page title"
|
76 |
msgstr "Búsqueda por título de la página"
|
77 |
|
78 |
+
#: admin/class-page-visit-counter-admin.php:198
|
79 |
msgid "Search by page date"
|
80 |
msgstr "Búsqueda por página fecha"
|
81 |
|
82 |
+
#: admin/class-page-visit-counter-admin.php:198
|
83 |
msgid "Search Page"
|
84 |
msgstr "Página de búsqueda"
|
85 |
|
86 |
+
#: admin/class-page-visit-counter-admin.php:205
|
87 |
+
#: admin/class-page-visit-counter-admin.php:238
|
88 |
+
#: admin/class-page-visit-counter-admin.php:509
|
89 |
+
#: admin/class-page-visit-counter-admin.php:567
|
90 |
+
#: admin/class-page-visit-counter-admin.php:599
|
91 |
+
#: admin/class-page-visit-counter-admin.php:626
|
92 |
+
#: admin/class-page-visit-counter-admin.php:638
|
93 |
+
#: admin/class-page-visit-counter-admin.php:697
|
94 |
+
#: admin/class-page-visit-counter-admin.php:765
|
95 |
msgid "No"
|
96 |
msgstr "No"
|
97 |
|
98 |
+
#: admin/class-page-visit-counter-admin.php:206
|
99 |
+
#: admin/class-page-visit-counter-admin.php:239
|
100 |
+
#: admin/class-page-visit-counter-admin.php:510
|
101 |
+
#: admin/class-page-visit-counter-admin.php:568
|
102 |
+
#: admin/class-page-visit-counter-admin.php:600
|
103 |
+
#: admin/class-page-visit-counter-admin.php:627
|
104 |
+
#: admin/class-page-visit-counter-admin.php:639
|
105 |
+
#: admin/class-page-visit-counter-admin.php:698
|
106 |
msgid "Page ID"
|
107 |
msgstr "ID de página"
|
108 |
|
109 |
+
#: admin/class-page-visit-counter-admin.php:207
|
110 |
+
#: admin/class-page-visit-counter-admin.php:240
|
111 |
+
#: admin/class-page-visit-counter-admin.php:511
|
112 |
+
#: admin/class-page-visit-counter-admin.php:569
|
113 |
+
#: admin/class-page-visit-counter-admin.php:601
|
114 |
+
#: admin/class-page-visit-counter-admin.php:628
|
115 |
+
#: admin/class-page-visit-counter-admin.php:640
|
116 |
+
#: admin/class-page-visit-counter-admin.php:699
|
117 |
msgid "Page Title"
|
118 |
msgstr "Título de la página"
|
119 |
|
120 |
+
#: admin/class-page-visit-counter-admin.php:208
|
121 |
+
#: admin/class-page-visit-counter-admin.php:241
|
122 |
+
#: admin/class-page-visit-counter-admin.php:413
|
123 |
+
#: admin/class-page-visit-counter-admin.php:512
|
124 |
+
#: admin/class-page-visit-counter-admin.php:570
|
125 |
+
#: admin/class-page-visit-counter-admin.php:602
|
126 |
+
#: admin/class-page-visit-counter-admin.php:629
|
127 |
+
#: admin/class-page-visit-counter-admin.php:641
|
128 |
+
#: admin/class-page-visit-counter-admin.php:700
|
129 |
msgid "Total Count"
|
130 |
msgstr "Cuenta total"
|
131 |
|
132 |
+
#: admin/class-page-visit-counter-admin.php:209
|
133 |
+
#: admin/class-page-visit-counter-admin.php:242
|
134 |
+
#: admin/class-page-visit-counter-admin.php:513
|
135 |
+
#: admin/class-page-visit-counter-admin.php:571
|
136 |
+
#: admin/class-page-visit-counter-admin.php:603
|
137 |
+
#: admin/class-page-visit-counter-admin.php:630
|
138 |
+
#: admin/class-page-visit-counter-admin.php:642
|
139 |
+
#: admin/class-page-visit-counter-admin.php:701
|
140 |
msgid "Share"
|
141 |
msgstr "Compartir"
|
142 |
|
143 |
+
#: admin/class-page-visit-counter-admin.php:210
|
144 |
+
#: admin/class-page-visit-counter-admin.php:243
|
145 |
+
#: admin/class-page-visit-counter-admin.php:514
|
146 |
+
#: admin/class-page-visit-counter-admin.php:572
|
147 |
+
#: admin/class-page-visit-counter-admin.php:604
|
148 |
+
#: admin/class-page-visit-counter-admin.php:631
|
149 |
+
#: admin/class-page-visit-counter-admin.php:643
|
150 |
+
#: admin/class-page-visit-counter-admin.php:702
|
151 |
+
msgid "Report"
|
152 |
+
msgstr "Informe"
|
153 |
+
|
154 |
+
#: admin/class-page-visit-counter-admin.php:232
|
155 |
+
#: admin/class-page-visit-counter-admin.php:561
|
156 |
+
#: admin/class-page-visit-counter-admin.php:621
|
157 |
+
#: admin/class-page-visit-counter-admin.php:691
|
158 |
+
msgid "View Report"
|
159 |
+
msgstr "Vista del informe"
|
160 |
+
|
161 |
+
#: admin/class-page-visit-counter-admin.php:297
|
162 |
msgid "Page Counter Settings"
|
163 |
msgstr "Configuración del contador de páginas"
|
164 |
|
165 |
+
#: admin/class-page-visit-counter-admin.php:305
|
166 |
msgid "Post Type"
|
167 |
msgstr "Tipo de mensaje"
|
168 |
|
169 |
+
#: admin/class-page-visit-counter-admin.php:307
|
170 |
msgid "Add Page/Post Type"
|
171 |
msgstr "Añadir Tipo Página / Post"
|
172 |
|
173 |
+
#: admin/class-page-visit-counter-admin.php:316
|
174 |
msgid "(Select post types for which post views will be counted.)"
|
175 |
msgstr ""
|
176 |
"( Seleccionar tipos de envíos para los que se contarán Vistas de la "
|
177 |
"publicación . )"
|
178 |
|
179 |
+
#: admin/class-page-visit-counter-admin.php:316
|
180 |
msgid ""
|
181 |
"Note: If you leave the blank then it will count for all the post/page "
|
182 |
"registered in your theme."
|
184 |
"Nota : Si deja el espacio en blanco a continuación, se contará para todos "
|
185 |
"los post / página registrada en el tema ."
|
186 |
|
187 |
+
#: admin/class-page-visit-counter-admin.php:320
|
188 |
msgid "Exclude IPs (Ip Address)"
|
189 |
msgstr ""
|
190 |
"Excluir direcciones IP ( IP Address ) Excluir direcciones IP ( dirección IP)"
|
191 |
|
192 |
+
#: admin/class-page-visit-counter-admin.php:322
|
193 |
msgid "Add IP Address in comma seprated"
|
194 |
msgstr "Añadir la dirección IP en coma seprated"
|
195 |
|
196 |
+
#: admin/class-page-visit-counter-admin.php:330
|
197 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
198 |
msgstr ""
|
199 |
"( Introduzca las direcciones IP para ser excluido de vistas Número de "
|
200 |
"mensajes )."
|
201 |
|
202 |
+
#: admin/class-page-visit-counter-admin.php:335
|
203 |
msgid "Exclude Users"
|
204 |
msgstr "excluir a los usuarios"
|
205 |
|
206 |
+
#: admin/class-page-visit-counter-admin.php:337
|
207 |
msgid "Select Registerd Users"
|
208 |
msgstr "Seleccionar usuarios Registerd"
|
209 |
|
210 |
+
#: admin/class-page-visit-counter-admin.php:346
|
211 |
msgid "(Select the users to be excluded from post views count.)"
|
212 |
msgstr ""
|
213 |
"( Seleccione los usuarios que deben excluirse del recuento de entradas "
|
214 |
"vistas . )"
|
215 |
|
216 |
+
#: admin/class-page-visit-counter-admin.php:350
|
217 |
msgid "Show front view counter"
|
218 |
msgstr "Mostrar vista frontal contador"
|
219 |
|
220 |
+
#: admin/class-page-visit-counter-admin.php:357
|
221 |
msgid "Check the box if you want to display counter view on front end."
|
222 |
msgstr ""
|
223 |
"Marque la casilla si desea mostrar vista contador en extremo delantero ."
|
224 |
|
225 |
+
#: admin/class-page-visit-counter-admin.php:360
|
226 |
msgid "Choose color for the front end view"
|
227 |
msgstr "Elegir el color para la vista frontal"
|
228 |
|
229 |
+
#: admin/class-page-visit-counter-admin.php:376
|
230 |
msgid "Save"
|
231 |
msgstr "Salvar"
|
232 |
|
233 |
+
#: admin/class-page-visit-counter-admin.php:377
|
234 |
msgid "Settings saved Sucessfully."
|
235 |
msgstr "La configuración se guardó con éxito ."
|
236 |
|
237 |
+
#: admin/class-page-visit-counter-admin.php:382
|
238 |
msgid "Short Code"
|
239 |
msgstr "Código corto"
|
240 |
|
241 |
+
#: admin/class-page-visit-counter-admin.php:383
|
242 |
msgid ""
|
243 |
"There are two shortcodes that you can use to manually add page view count to "
|
244 |
"any content on admin or post/page template created by your theme or plugin "
|
249 |
"plantilla de entrada / página creada por su tema o plugin de eso es crear su "
|
250 |
"propio contenido de la pantalla en la página / post ."
|
251 |
|
252 |
+
#: admin/class-page-visit-counter-admin.php:384
|
253 |
msgid "Use this shortcode to add admin side content on page/post:"
|
254 |
msgstr ""
|
255 |
"Utilizar este código corto para agregar contenido parte de administración en "
|
256 |
"la página / post :"
|
257 |
|
258 |
+
#: admin/class-page-visit-counter-admin.php:385
|
259 |
msgid ""
|
260 |
"Use this shortcode to add page/post template (.php) file of your own "
|
261 |
"template:"
|
263 |
"Utilizar este código corto para agregar página de la plantilla / post ( ."
|
264 |
"php ) del archivo de su propia plantilla :"
|
265 |
|
266 |
+
#: admin/class-page-visit-counter-admin.php:401
|
267 |
msgid "Most Visited Page"
|
268 |
msgstr "La mayoría Página visitada"
|
269 |
|
270 |
+
#: admin/class-page-visit-counter-admin.php:411
|
271 |
msgid "Page id"
|
272 |
msgstr "Page id"
|
273 |
|
274 |
+
#: admin/class-page-visit-counter-admin.php:412
|
275 |
msgid "Page Name"
|
276 |
msgstr "Nombre de la página"
|
277 |
|
278 |
+
#: admin/class-page-visit-counter-admin.php:735
|
279 |
msgid "Total Visits"
|
280 |
msgstr "Total Visitas"
|
281 |
|
282 |
+
#: admin/class-page-visit-counter-admin.php:761
|
283 |
msgid "Do you want to enable page visits count for this page?"
|
284 |
msgstr "¿Quieres permitir que cuentan visitas a la página de esta página?"
|
285 |
|
286 |
+
#: admin/class-page-visit-counter-admin.php:764
|
287 |
msgid "Yes"
|
288 |
msgstr "Sí"
|
289 |
|
290 |
+
#: admin/class-page-visit-counter-admin.php:770
|
291 |
msgid "Total visits:"
|
292 |
msgstr "Visitas totales:"
|
293 |
|
296 |
msgstr "Seleccione una página y hellip ;"
|
297 |
|
298 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
299 |
+
#: public/class-page-visit-counter-public.php:558
|
300 |
+
#: public/class-page-visit-counter-public.php:564
|
301 |
msgid "total visits."
|
302 |
msgstr "visitas totales."
|
303 |
|
languages/page-visit-counter-fr.mo
CHANGED
Binary file
|
languages/page-visit-counter-fr.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: fr\n"
|
@@ -15,120 +15,168 @@ msgstr ""
|
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: admin/class-page-visit-counter-admin.php:
|
19 |
msgid "Clear"
|
20 |
msgstr "Clair"
|
21 |
|
22 |
-
#: admin/class-page-visit-counter-admin.php:
|
23 |
msgid "Default"
|
24 |
msgstr "Défaut"
|
25 |
|
26 |
-
#: admin/class-page-visit-counter-admin.php:
|
27 |
msgid "Select Color"
|
28 |
msgstr "Choisissez la couleur"
|
29 |
|
30 |
-
#: admin/class-page-visit-counter-admin.php:
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Page Compteur de visite"
|
33 |
|
34 |
-
#: admin/class-page-visit-counter-admin.php:
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Page Compteur de visite"
|
37 |
|
38 |
-
#: admin/class-page-visit-counter-admin.php:
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Contre- Paramètres"
|
41 |
|
42 |
-
#: admin/class-page-visit-counter-admin.php:
|
43 |
msgid "Settings"
|
44 |
msgstr "Paramètres"
|
45 |
|
46 |
-
#: admin/class-page-visit-counter-admin.php:
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Page Compteur de visite"
|
49 |
|
50 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
msgid "Search by page title"
|
52 |
msgstr "Recherche par titre de page"
|
53 |
|
54 |
-
#: admin/class-page-visit-counter-admin.php:
|
55 |
msgid "Search by page date"
|
56 |
msgstr "Recherche par page date"
|
57 |
|
58 |
-
#: admin/class-page-visit-counter-admin.php:
|
59 |
msgid "Search Page"
|
60 |
msgstr "page de recherche"
|
61 |
|
62 |
-
#: admin/class-page-visit-counter-admin.php:
|
63 |
-
#: admin/class-page-visit-counter-admin.php:
|
64 |
-
#: admin/class-page-visit-counter-admin.php:
|
65 |
-
#: admin/class-page-visit-counter-admin.php:
|
66 |
-
#: admin/class-page-visit-counter-admin.php:
|
67 |
-
#: admin/class-page-visit-counter-admin.php:
|
68 |
-
#: admin/class-page-visit-counter-admin.php:
|
69 |
-
#: admin/class-page-visit-counter-admin.php:
|
70 |
-
#: admin/class-page-visit-counter-admin.php:
|
71 |
msgid "No"
|
72 |
msgstr "Non"
|
73 |
|
74 |
-
#: admin/class-page-visit-counter-admin.php:
|
75 |
-
#: admin/class-page-visit-counter-admin.php:
|
76 |
-
#: admin/class-page-visit-counter-admin.php:
|
77 |
-
#: admin/class-page-visit-counter-admin.php:
|
78 |
-
#: admin/class-page-visit-counter-admin.php:
|
79 |
-
#: admin/class-page-visit-counter-admin.php:
|
80 |
-
#: admin/class-page-visit-counter-admin.php:
|
81 |
-
#: admin/class-page-visit-counter-admin.php:
|
82 |
msgid "Page ID"
|
83 |
msgstr "ID de la page"
|
84 |
|
85 |
-
#: admin/class-page-visit-counter-admin.php:
|
86 |
-
#: admin/class-page-visit-counter-admin.php:
|
87 |
-
#: admin/class-page-visit-counter-admin.php:
|
88 |
-
#: admin/class-page-visit-counter-admin.php:
|
89 |
-
#: admin/class-page-visit-counter-admin.php:
|
90 |
-
#: admin/class-page-visit-counter-admin.php:
|
91 |
-
#: admin/class-page-visit-counter-admin.php:
|
92 |
-
#: admin/class-page-visit-counter-admin.php:
|
93 |
msgid "Page Title"
|
94 |
msgstr "Titre de la page"
|
95 |
|
96 |
-
#: admin/class-page-visit-counter-admin.php:
|
97 |
-
#: admin/class-page-visit-counter-admin.php:
|
98 |
-
#: admin/class-page-visit-counter-admin.php:
|
99 |
-
#: admin/class-page-visit-counter-admin.php:
|
100 |
-
#: admin/class-page-visit-counter-admin.php:
|
101 |
-
#: admin/class-page-visit-counter-admin.php:
|
102 |
-
#: admin/class-page-visit-counter-admin.php:
|
103 |
-
#: admin/class-page-visit-counter-admin.php:
|
104 |
-
#: admin/class-page-visit-counter-admin.php:
|
105 |
msgid "Total Count"
|
106 |
msgstr "Le compte total"
|
107 |
|
108 |
-
#: admin/class-page-visit-counter-admin.php:
|
109 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
msgid "Share"
|
111 |
msgstr "Le compte total"
|
112 |
|
113 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
msgid "Page Counter Settings"
|
115 |
msgstr "Paramètres de la page Compteur"
|
116 |
|
117 |
-
#: admin/class-page-visit-counter-admin.php:
|
118 |
msgid "Post Type"
|
119 |
msgstr "type Contribution"
|
120 |
|
121 |
-
#: admin/class-page-visit-counter-admin.php:
|
122 |
msgid "Add Page/Post Type"
|
123 |
msgstr "Add Page/Post Type"
|
124 |
|
125 |
-
#: admin/class-page-visit-counter-admin.php:
|
126 |
msgid "(Select post types for which post views will be counted.)"
|
127 |
msgstr ""
|
128 |
"( Sélectionnez les types de poste pour lequel des vues de poste seront "
|
129 |
"comptés . )"
|
130 |
|
131 |
-
#: admin/class-page-visit-counter-admin.php:
|
132 |
msgid ""
|
133 |
"Note: If you leave the blank then it will count for all the post/page "
|
134 |
"registered in your theme."
|
@@ -136,56 +184,56 @@ msgstr ""
|
|
136 |
"Remarque: Si vous laissez le vide alors il comptera pour tout poste / page "
|
137 |
"enregistrée dans votre thème."
|
138 |
|
139 |
-
#: admin/class-page-visit-counter-admin.php:
|
140 |
msgid "Exclude IPs (Ip Address)"
|
141 |
msgstr "Exclure IP ( adresse IP)"
|
142 |
|
143 |
-
#: admin/class-page-visit-counter-admin.php:
|
144 |
msgid "Add IP Address in comma seprated"
|
145 |
msgstr "Ajouter une adresse IP en virgule seprated"
|
146 |
|
147 |
-
#: admin/class-page-visit-counter-admin.php:
|
148 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
149 |
msgstr "( Entrez les adresses IP à exclure des vues de poste comptent . )"
|
150 |
|
151 |
-
#: admin/class-page-visit-counter-admin.php:
|
152 |
msgid "Exclude Users"
|
153 |
msgstr "Exclure les utilisateurs"
|
154 |
|
155 |
-
#: admin/class-page-visit-counter-admin.php:
|
156 |
msgid "Select Registerd Users"
|
157 |
msgstr "Sélectionnez Utilisateurs Registerd"
|
158 |
|
159 |
-
#: admin/class-page-visit-counter-admin.php:
|
160 |
msgid "(Select the users to be excluded from post views count.)"
|
161 |
msgstr "(Select the users to be excluded from post views count.)"
|
162 |
|
163 |
-
#: admin/class-page-visit-counter-admin.php:
|
164 |
msgid "Show front view counter"
|
165 |
msgstr "Montrer vue de face compteur"
|
166 |
|
167 |
-
#: admin/class-page-visit-counter-admin.php:
|
168 |
msgid "Check the box if you want to display counter view on front end."
|
169 |
msgstr ""
|
170 |
"Cochez la case si vous souhaitez afficher compteur vue sur l'extrémité avant."
|
171 |
|
172 |
-
#: admin/class-page-visit-counter-admin.php:
|
173 |
msgid "Choose color for the front end view"
|
174 |
msgstr "Choisissez la couleur pour la vue frontale"
|
175 |
|
176 |
-
#: admin/class-page-visit-counter-admin.php:
|
177 |
msgid "Save"
|
178 |
msgstr "sauvegarder"
|
179 |
|
180 |
-
#: admin/class-page-visit-counter-admin.php:
|
181 |
msgid "Settings saved Sucessfully."
|
182 |
msgstr "Paramètres sauvegardés Sucessfully ."
|
183 |
|
184 |
-
#: admin/class-page-visit-counter-admin.php:
|
185 |
msgid "Short Code"
|
186 |
msgstr "Petit code"
|
187 |
|
188 |
-
#: admin/class-page-visit-counter-admin.php:
|
189 |
msgid ""
|
190 |
"There are two shortcodes that you can use to manually add page view count to "
|
191 |
"any content on admin or post/page template created by your theme or plugin "
|
@@ -196,13 +244,13 @@ msgstr ""
|
|
196 |
"par votre thème ou plug-in des thats créer son propre contenu d'affichage "
|
197 |
"dans la page / poste."
|
198 |
|
199 |
-
#: admin/class-page-visit-counter-admin.php:
|
200 |
msgid "Use this shortcode to add admin side content on page/post:"
|
201 |
msgstr ""
|
202 |
"Utilisez ce shortcode pour ajouter du contenu côté administrateur à la "
|
203 |
"page / après :"
|
204 |
|
205 |
-
#: admin/class-page-visit-counter-admin.php:
|
206 |
msgid ""
|
207 |
"Use this shortcode to add page/post template (.php) file of your own "
|
208 |
"template:"
|
@@ -210,31 +258,31 @@ msgstr ""
|
|
210 |
"Utilisez ce shortcode pour ajouter la page / template de poste ( .php ) de "
|
211 |
"fichier de votre propre modèle :"
|
212 |
|
213 |
-
#: admin/class-page-visit-counter-admin.php:
|
214 |
msgid "Most Visited Page"
|
215 |
msgstr "La plupart Page visitée"
|
216 |
|
217 |
-
#: admin/class-page-visit-counter-admin.php:
|
218 |
msgid "Page id"
|
219 |
msgstr "page id"
|
220 |
|
221 |
-
#: admin/class-page-visit-counter-admin.php:
|
222 |
msgid "Page Name"
|
223 |
msgstr "Nom de la page"
|
224 |
|
225 |
-
#: admin/class-page-visit-counter-admin.php:
|
226 |
msgid "Total Visits"
|
227 |
msgstr "total des visites"
|
228 |
|
229 |
-
#: admin/class-page-visit-counter-admin.php:
|
230 |
msgid "Do you want to enable page visits count for this page?"
|
231 |
msgstr "Voulez-vous activer les pages visitées comptent pour cette page ?"
|
232 |
|
233 |
-
#: admin/class-page-visit-counter-admin.php:
|
234 |
msgid "Yes"
|
235 |
msgstr "Oui"
|
236 |
|
237 |
-
#: admin/class-page-visit-counter-admin.php:
|
238 |
msgid "Total visits:"
|
239 |
msgstr "Total des visites:"
|
240 |
|
@@ -243,8 +291,8 @@ msgid "Select a page…"
|
|
243 |
msgstr "Sélectionnez une page & hellip;"
|
244 |
|
245 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
246 |
-
#: public/class-page-visit-counter-public.php:
|
247 |
-
#: public/class-page-visit-counter-public.php:
|
248 |
msgid "total visits."
|
249 |
msgstr "visites totales ."
|
250 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
+
"POT-Creation-Date: 2016-04-05 11:08+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-04-05 11:10+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: fr\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: admin/class-page-visit-counter-admin.php:117
|
19 |
msgid "Clear"
|
20 |
msgstr "Clair"
|
21 |
|
22 |
+
#: admin/class-page-visit-counter-admin.php:117
|
23 |
msgid "Default"
|
24 |
msgstr "Défaut"
|
25 |
|
26 |
+
#: admin/class-page-visit-counter-admin.php:117
|
27 |
msgid "Select Color"
|
28 |
msgstr "Choisissez la couleur"
|
29 |
|
30 |
+
#: admin/class-page-visit-counter-admin.php:143
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Page Compteur de visite"
|
33 |
|
34 |
+
#: admin/class-page-visit-counter-admin.php:143
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Page Compteur de visite"
|
37 |
|
38 |
+
#: admin/class-page-visit-counter-admin.php:144
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Contre- Paramètres"
|
41 |
|
42 |
+
#: admin/class-page-visit-counter-admin.php:144
|
43 |
msgid "Settings"
|
44 |
msgstr "Paramètres"
|
45 |
|
46 |
+
#: admin/class-page-visit-counter-admin.php:154
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Page Compteur de visite"
|
49 |
|
50 |
+
#: admin/class-page-visit-counter-admin.php:158
|
51 |
+
msgid "Top Browsers"
|
52 |
+
msgstr "Top Browsers"
|
53 |
+
|
54 |
+
#: admin/class-page-visit-counter-admin.php:159
|
55 |
+
msgid "Top 10 IP address"
|
56 |
+
msgstr "Top 10 Adresse IP"
|
57 |
+
|
58 |
+
#: admin/class-page-visit-counter-admin.php:160
|
59 |
+
msgid "Top referer"
|
60 |
+
msgstr "Top referer"
|
61 |
+
|
62 |
+
#: admin/class-page-visit-counter-admin.php:161
|
63 |
+
msgid "Weekly report"
|
64 |
+
msgstr "Rapport hebdomadaire"
|
65 |
+
|
66 |
+
#: admin/class-page-visit-counter-admin.php:162
|
67 |
+
msgid "Monthly report"
|
68 |
+
msgstr "Rapport mensuel"
|
69 |
+
|
70 |
+
#: admin/class-page-visit-counter-admin.php:163
|
71 |
+
msgid "Yearly Visit Report"
|
72 |
+
msgstr "Annuel Rapport de visite"
|
73 |
+
|
74 |
+
#: admin/class-page-visit-counter-admin.php:198
|
75 |
msgid "Search by page title"
|
76 |
msgstr "Recherche par titre de page"
|
77 |
|
78 |
+
#: admin/class-page-visit-counter-admin.php:198
|
79 |
msgid "Search by page date"
|
80 |
msgstr "Recherche par page date"
|
81 |
|
82 |
+
#: admin/class-page-visit-counter-admin.php:198
|
83 |
msgid "Search Page"
|
84 |
msgstr "page de recherche"
|
85 |
|
86 |
+
#: admin/class-page-visit-counter-admin.php:205
|
87 |
+
#: admin/class-page-visit-counter-admin.php:238
|
88 |
+
#: admin/class-page-visit-counter-admin.php:509
|
89 |
+
#: admin/class-page-visit-counter-admin.php:567
|
90 |
+
#: admin/class-page-visit-counter-admin.php:599
|
91 |
+
#: admin/class-page-visit-counter-admin.php:626
|
92 |
+
#: admin/class-page-visit-counter-admin.php:638
|
93 |
+
#: admin/class-page-visit-counter-admin.php:697
|
94 |
+
#: admin/class-page-visit-counter-admin.php:765
|
95 |
msgid "No"
|
96 |
msgstr "Non"
|
97 |
|
98 |
+
#: admin/class-page-visit-counter-admin.php:206
|
99 |
+
#: admin/class-page-visit-counter-admin.php:239
|
100 |
+
#: admin/class-page-visit-counter-admin.php:510
|
101 |
+
#: admin/class-page-visit-counter-admin.php:568
|
102 |
+
#: admin/class-page-visit-counter-admin.php:600
|
103 |
+
#: admin/class-page-visit-counter-admin.php:627
|
104 |
+
#: admin/class-page-visit-counter-admin.php:639
|
105 |
+
#: admin/class-page-visit-counter-admin.php:698
|
106 |
msgid "Page ID"
|
107 |
msgstr "ID de la page"
|
108 |
|
109 |
+
#: admin/class-page-visit-counter-admin.php:207
|
110 |
+
#: admin/class-page-visit-counter-admin.php:240
|
111 |
+
#: admin/class-page-visit-counter-admin.php:511
|
112 |
+
#: admin/class-page-visit-counter-admin.php:569
|
113 |
+
#: admin/class-page-visit-counter-admin.php:601
|
114 |
+
#: admin/class-page-visit-counter-admin.php:628
|
115 |
+
#: admin/class-page-visit-counter-admin.php:640
|
116 |
+
#: admin/class-page-visit-counter-admin.php:699
|
117 |
msgid "Page Title"
|
118 |
msgstr "Titre de la page"
|
119 |
|
120 |
+
#: admin/class-page-visit-counter-admin.php:208
|
121 |
+
#: admin/class-page-visit-counter-admin.php:241
|
122 |
+
#: admin/class-page-visit-counter-admin.php:413
|
123 |
+
#: admin/class-page-visit-counter-admin.php:512
|
124 |
+
#: admin/class-page-visit-counter-admin.php:570
|
125 |
+
#: admin/class-page-visit-counter-admin.php:602
|
126 |
+
#: admin/class-page-visit-counter-admin.php:629
|
127 |
+
#: admin/class-page-visit-counter-admin.php:641
|
128 |
+
#: admin/class-page-visit-counter-admin.php:700
|
129 |
msgid "Total Count"
|
130 |
msgstr "Le compte total"
|
131 |
|
132 |
+
#: admin/class-page-visit-counter-admin.php:209
|
133 |
+
#: admin/class-page-visit-counter-admin.php:242
|
134 |
+
#: admin/class-page-visit-counter-admin.php:513
|
135 |
+
#: admin/class-page-visit-counter-admin.php:571
|
136 |
+
#: admin/class-page-visit-counter-admin.php:603
|
137 |
+
#: admin/class-page-visit-counter-admin.php:630
|
138 |
+
#: admin/class-page-visit-counter-admin.php:642
|
139 |
+
#: admin/class-page-visit-counter-admin.php:701
|
140 |
msgid "Share"
|
141 |
msgstr "Le compte total"
|
142 |
|
143 |
+
#: admin/class-page-visit-counter-admin.php:210
|
144 |
+
#: admin/class-page-visit-counter-admin.php:243
|
145 |
+
#: admin/class-page-visit-counter-admin.php:514
|
146 |
+
#: admin/class-page-visit-counter-admin.php:572
|
147 |
+
#: admin/class-page-visit-counter-admin.php:604
|
148 |
+
#: admin/class-page-visit-counter-admin.php:631
|
149 |
+
#: admin/class-page-visit-counter-admin.php:643
|
150 |
+
#: admin/class-page-visit-counter-admin.php:702
|
151 |
+
msgid "Report"
|
152 |
+
msgstr "rapport"
|
153 |
+
|
154 |
+
#: admin/class-page-visit-counter-admin.php:232
|
155 |
+
#: admin/class-page-visit-counter-admin.php:561
|
156 |
+
#: admin/class-page-visit-counter-admin.php:621
|
157 |
+
#: admin/class-page-visit-counter-admin.php:691
|
158 |
+
msgid "View Report"
|
159 |
+
msgstr "Voir le rapport"
|
160 |
+
|
161 |
+
#: admin/class-page-visit-counter-admin.php:297
|
162 |
msgid "Page Counter Settings"
|
163 |
msgstr "Paramètres de la page Compteur"
|
164 |
|
165 |
+
#: admin/class-page-visit-counter-admin.php:305
|
166 |
msgid "Post Type"
|
167 |
msgstr "type Contribution"
|
168 |
|
169 |
+
#: admin/class-page-visit-counter-admin.php:307
|
170 |
msgid "Add Page/Post Type"
|
171 |
msgstr "Add Page/Post Type"
|
172 |
|
173 |
+
#: admin/class-page-visit-counter-admin.php:316
|
174 |
msgid "(Select post types for which post views will be counted.)"
|
175 |
msgstr ""
|
176 |
"( Sélectionnez les types de poste pour lequel des vues de poste seront "
|
177 |
"comptés . )"
|
178 |
|
179 |
+
#: admin/class-page-visit-counter-admin.php:316
|
180 |
msgid ""
|
181 |
"Note: If you leave the blank then it will count for all the post/page "
|
182 |
"registered in your theme."
|
184 |
"Remarque: Si vous laissez le vide alors il comptera pour tout poste / page "
|
185 |
"enregistrée dans votre thème."
|
186 |
|
187 |
+
#: admin/class-page-visit-counter-admin.php:320
|
188 |
msgid "Exclude IPs (Ip Address)"
|
189 |
msgstr "Exclure IP ( adresse IP)"
|
190 |
|
191 |
+
#: admin/class-page-visit-counter-admin.php:322
|
192 |
msgid "Add IP Address in comma seprated"
|
193 |
msgstr "Ajouter une adresse IP en virgule seprated"
|
194 |
|
195 |
+
#: admin/class-page-visit-counter-admin.php:330
|
196 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
197 |
msgstr "( Entrez les adresses IP à exclure des vues de poste comptent . )"
|
198 |
|
199 |
+
#: admin/class-page-visit-counter-admin.php:335
|
200 |
msgid "Exclude Users"
|
201 |
msgstr "Exclure les utilisateurs"
|
202 |
|
203 |
+
#: admin/class-page-visit-counter-admin.php:337
|
204 |
msgid "Select Registerd Users"
|
205 |
msgstr "Sélectionnez Utilisateurs Registerd"
|
206 |
|
207 |
+
#: admin/class-page-visit-counter-admin.php:346
|
208 |
msgid "(Select the users to be excluded from post views count.)"
|
209 |
msgstr "(Select the users to be excluded from post views count.)"
|
210 |
|
211 |
+
#: admin/class-page-visit-counter-admin.php:350
|
212 |
msgid "Show front view counter"
|
213 |
msgstr "Montrer vue de face compteur"
|
214 |
|
215 |
+
#: admin/class-page-visit-counter-admin.php:357
|
216 |
msgid "Check the box if you want to display counter view on front end."
|
217 |
msgstr ""
|
218 |
"Cochez la case si vous souhaitez afficher compteur vue sur l'extrémité avant."
|
219 |
|
220 |
+
#: admin/class-page-visit-counter-admin.php:360
|
221 |
msgid "Choose color for the front end view"
|
222 |
msgstr "Choisissez la couleur pour la vue frontale"
|
223 |
|
224 |
+
#: admin/class-page-visit-counter-admin.php:376
|
225 |
msgid "Save"
|
226 |
msgstr "sauvegarder"
|
227 |
|
228 |
+
#: admin/class-page-visit-counter-admin.php:377
|
229 |
msgid "Settings saved Sucessfully."
|
230 |
msgstr "Paramètres sauvegardés Sucessfully ."
|
231 |
|
232 |
+
#: admin/class-page-visit-counter-admin.php:382
|
233 |
msgid "Short Code"
|
234 |
msgstr "Petit code"
|
235 |
|
236 |
+
#: admin/class-page-visit-counter-admin.php:383
|
237 |
msgid ""
|
238 |
"There are two shortcodes that you can use to manually add page view count to "
|
239 |
"any content on admin or post/page template created by your theme or plugin "
|
244 |
"par votre thème ou plug-in des thats créer son propre contenu d'affichage "
|
245 |
"dans la page / poste."
|
246 |
|
247 |
+
#: admin/class-page-visit-counter-admin.php:384
|
248 |
msgid "Use this shortcode to add admin side content on page/post:"
|
249 |
msgstr ""
|
250 |
"Utilisez ce shortcode pour ajouter du contenu côté administrateur à la "
|
251 |
"page / après :"
|
252 |
|
253 |
+
#: admin/class-page-visit-counter-admin.php:385
|
254 |
msgid ""
|
255 |
"Use this shortcode to add page/post template (.php) file of your own "
|
256 |
"template:"
|
258 |
"Utilisez ce shortcode pour ajouter la page / template de poste ( .php ) de "
|
259 |
"fichier de votre propre modèle :"
|
260 |
|
261 |
+
#: admin/class-page-visit-counter-admin.php:401
|
262 |
msgid "Most Visited Page"
|
263 |
msgstr "La plupart Page visitée"
|
264 |
|
265 |
+
#: admin/class-page-visit-counter-admin.php:411
|
266 |
msgid "Page id"
|
267 |
msgstr "page id"
|
268 |
|
269 |
+
#: admin/class-page-visit-counter-admin.php:412
|
270 |
msgid "Page Name"
|
271 |
msgstr "Nom de la page"
|
272 |
|
273 |
+
#: admin/class-page-visit-counter-admin.php:735
|
274 |
msgid "Total Visits"
|
275 |
msgstr "total des visites"
|
276 |
|
277 |
+
#: admin/class-page-visit-counter-admin.php:761
|
278 |
msgid "Do you want to enable page visits count for this page?"
|
279 |
msgstr "Voulez-vous activer les pages visitées comptent pour cette page ?"
|
280 |
|
281 |
+
#: admin/class-page-visit-counter-admin.php:764
|
282 |
msgid "Yes"
|
283 |
msgstr "Oui"
|
284 |
|
285 |
+
#: admin/class-page-visit-counter-admin.php:770
|
286 |
msgid "Total visits:"
|
287 |
msgstr "Total des visites:"
|
288 |
|
291 |
msgstr "Sélectionnez une page & hellip;"
|
292 |
|
293 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
294 |
+
#: public/class-page-visit-counter-public.php:558
|
295 |
+
#: public/class-page-visit-counter-public.php:564
|
296 |
msgid "total visits."
|
297 |
msgstr "visites totales ."
|
298 |
|
languages/page-visit-counter-he.mo
CHANGED
Binary file
|
languages/page-visit-counter-he.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: he\n"
|
@@ -15,173 +15,221 @@ msgstr ""
|
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: admin/class-page-visit-counter-admin.php:
|
19 |
msgid "Clear"
|
20 |
msgstr "ברור"
|
21 |
|
22 |
-
#: admin/class-page-visit-counter-admin.php:
|
23 |
msgid "Default"
|
24 |
msgstr "בְּרִירַת מֶחדָל"
|
25 |
|
26 |
-
#: admin/class-page-visit-counter-admin.php:
|
27 |
msgid "Select Color"
|
28 |
msgstr "בחר צבע"
|
29 |
|
30 |
-
#: admin/class-page-visit-counter-admin.php:
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "עמוד בקר מונה"
|
33 |
|
34 |
-
#: admin/class-page-visit-counter-admin.php:
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "עמוד בקר מונה"
|
37 |
|
38 |
-
#: admin/class-page-visit-counter-admin.php:
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "מתפרץ הגדרות"
|
41 |
|
42 |
-
#: admin/class-page-visit-counter-admin.php:
|
43 |
msgid "Settings"
|
44 |
msgstr "הגדרות"
|
45 |
|
46 |
-
#: admin/class-page-visit-counter-admin.php:
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "עמוד בקר מונה"
|
49 |
|
50 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
msgid "Search by page title"
|
52 |
msgstr "חיפוש לפי כותרת דף"
|
53 |
|
54 |
-
#: admin/class-page-visit-counter-admin.php:
|
55 |
msgid "Search by page date"
|
56 |
msgstr "חיפוש לפי תאריך הדף"
|
57 |
|
58 |
-
#: admin/class-page-visit-counter-admin.php:
|
59 |
msgid "Search Page"
|
60 |
msgstr "עמוד חיפוש"
|
61 |
|
62 |
-
#: admin/class-page-visit-counter-admin.php:
|
63 |
-
#: admin/class-page-visit-counter-admin.php:
|
64 |
-
#: admin/class-page-visit-counter-admin.php:
|
65 |
-
#: admin/class-page-visit-counter-admin.php:
|
66 |
-
#: admin/class-page-visit-counter-admin.php:
|
67 |
-
#: admin/class-page-visit-counter-admin.php:
|
68 |
-
#: admin/class-page-visit-counter-admin.php:
|
69 |
-
#: admin/class-page-visit-counter-admin.php:
|
70 |
-
#: admin/class-page-visit-counter-admin.php:
|
71 |
msgid "No"
|
72 |
msgstr "לא"
|
73 |
|
74 |
-
#: admin/class-page-visit-counter-admin.php:
|
75 |
-
#: admin/class-page-visit-counter-admin.php:
|
76 |
-
#: admin/class-page-visit-counter-admin.php:
|
77 |
-
#: admin/class-page-visit-counter-admin.php:
|
78 |
-
#: admin/class-page-visit-counter-admin.php:
|
79 |
-
#: admin/class-page-visit-counter-admin.php:
|
80 |
-
#: admin/class-page-visit-counter-admin.php:
|
81 |
-
#: admin/class-page-visit-counter-admin.php:
|
82 |
msgid "Page ID"
|
83 |
msgstr "עמוד ID"
|
84 |
|
85 |
-
#: admin/class-page-visit-counter-admin.php:
|
86 |
-
#: admin/class-page-visit-counter-admin.php:
|
87 |
-
#: admin/class-page-visit-counter-admin.php:
|
88 |
-
#: admin/class-page-visit-counter-admin.php:
|
89 |
-
#: admin/class-page-visit-counter-admin.php:
|
90 |
-
#: admin/class-page-visit-counter-admin.php:
|
91 |
-
#: admin/class-page-visit-counter-admin.php:
|
92 |
-
#: admin/class-page-visit-counter-admin.php:
|
93 |
msgid "Page Title"
|
94 |
msgstr "כותרת העמוד"
|
95 |
|
96 |
-
#: admin/class-page-visit-counter-admin.php:
|
97 |
-
#: admin/class-page-visit-counter-admin.php:
|
98 |
-
#: admin/class-page-visit-counter-admin.php:
|
99 |
-
#: admin/class-page-visit-counter-admin.php:
|
100 |
-
#: admin/class-page-visit-counter-admin.php:
|
101 |
-
#: admin/class-page-visit-counter-admin.php:
|
102 |
-
#: admin/class-page-visit-counter-admin.php:
|
103 |
-
#: admin/class-page-visit-counter-admin.php:
|
104 |
-
#: admin/class-page-visit-counter-admin.php:
|
105 |
msgid "Total Count"
|
106 |
msgstr "ספירה כוללת"
|
107 |
|
108 |
-
#: admin/class-page-visit-counter-admin.php:
|
109 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
msgid "Share"
|
111 |
msgstr "לַחֲלוֹק"
|
112 |
|
113 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
msgid "Page Counter Settings"
|
115 |
msgstr "הגדרות מונות עמוד"
|
116 |
|
117 |
-
#: admin/class-page-visit-counter-admin.php:
|
118 |
msgid "Post Type"
|
119 |
msgstr "סוג ההודעה"
|
120 |
|
121 |
-
#: admin/class-page-visit-counter-admin.php:
|
122 |
msgid "Add Page/Post Type"
|
123 |
msgstr "הוסף דף / פוסט סוג"
|
124 |
|
125 |
-
#: admin/class-page-visit-counter-admin.php:
|
126 |
msgid "(Select post types for which post views will be counted.)"
|
127 |
msgstr "( בחר סוגים פוסט עבורו עמדות פוסט ייספרו . )"
|
128 |
|
129 |
-
#: admin/class-page-visit-counter-admin.php:
|
130 |
msgid ""
|
131 |
"Note: If you leave the blank then it will count for all the post/page "
|
132 |
"registered in your theme."
|
133 |
msgstr ""
|
134 |
"הערה : אם תשאיר את ריקים, אז הוא ייחשב עבור כל הפוסט / הדף הרשום הנושא שלך ."
|
135 |
|
136 |
-
#: admin/class-page-visit-counter-admin.php:
|
137 |
msgid "Exclude IPs (Ip Address)"
|
138 |
msgstr "אל תכלול כתובות IP ( כתובת IP)"
|
139 |
|
140 |
-
#: admin/class-page-visit-counter-admin.php:
|
141 |
msgid "Add IP Address in comma seprated"
|
142 |
msgstr "להוסיף כתובת IP ב פסיק seprated"
|
143 |
|
144 |
-
#: admin/class-page-visit-counter-admin.php:
|
145 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
146 |
msgstr "( הזן את כתובות ה- IP שלא ייכלל עמדות פוסט לספור . )"
|
147 |
|
148 |
-
#: admin/class-page-visit-counter-admin.php:
|
149 |
msgid "Exclude Users"
|
150 |
msgstr "אל תכלול משתמשים"
|
151 |
|
152 |
-
#: admin/class-page-visit-counter-admin.php:
|
153 |
msgid "Select Registerd Users"
|
154 |
msgstr "בחירת משתמשים registerd"
|
155 |
|
156 |
-
#: admin/class-page-visit-counter-admin.php:
|
157 |
msgid "(Select the users to be excluded from post views count.)"
|
158 |
msgstr "( בחר את המשתמשים שלא להיכלל ספירת צפיות הודעה . )"
|
159 |
|
160 |
-
#: admin/class-page-visit-counter-admin.php:
|
161 |
msgid "Show front view counter"
|
162 |
msgstr "צג מונה צפיות קדמי"
|
163 |
|
164 |
-
#: admin/class-page-visit-counter-admin.php:
|
165 |
msgid "Check the box if you want to display counter view on front end."
|
166 |
msgstr "סמן את התיבה אם אתה רוצה להציג מונה צפיות על קצה קדמי ."
|
167 |
|
168 |
-
#: admin/class-page-visit-counter-admin.php:
|
169 |
msgid "Choose color for the front end view"
|
170 |
msgstr "בחר צבע עבור התצוגה החזיתית"
|
171 |
|
172 |
-
#: admin/class-page-visit-counter-admin.php:
|
173 |
msgid "Save"
|
174 |
msgstr "להציל"
|
175 |
|
176 |
-
#: admin/class-page-visit-counter-admin.php:
|
177 |
msgid "Settings saved Sucessfully."
|
178 |
msgstr "הגדרות נשמרו בהצלחה ."
|
179 |
|
180 |
-
#: admin/class-page-visit-counter-admin.php:
|
181 |
msgid "Short Code"
|
182 |
msgstr "קוד קצר"
|
183 |
|
184 |
-
#: admin/class-page-visit-counter-admin.php:
|
185 |
msgid ""
|
186 |
"There are two shortcodes that you can use to manually add page view count to "
|
187 |
"any content on admin or post/page template created by your theme or plugin "
|
@@ -191,42 +239,42 @@ msgstr ""
|
|
191 |
"ידני לכל חומר מנהל או פוסט / תבנית דף נוצרה על ידי thats הנושא או התוסף שלך "
|
192 |
"ליצור תוכן תצוגה זה לבד בדף / פוסט ."
|
193 |
|
194 |
-
#: admin/class-page-visit-counter-admin.php:
|
195 |
msgid "Use this shortcode to add admin side content on page/post:"
|
196 |
msgstr "השתמש וגלישה זה כדי להוסיף תוכן צד Admin ב הדף / פוסט :"
|
197 |
|
198 |
-
#: admin/class-page-visit-counter-admin.php:
|
199 |
msgid ""
|
200 |
"Use this shortcode to add page/post template (.php) file of your own "
|
201 |
"template:"
|
202 |
msgstr ""
|
203 |
"השתמש וגלישה זה כדי להוסיף תבנית דף / פוסט ( .php ) קובץ של תבנית משלך :"
|
204 |
|
205 |
-
#: admin/class-page-visit-counter-admin.php:
|
206 |
msgid "Most Visited Page"
|
207 |
msgstr "רוב בקר בדף"
|
208 |
|
209 |
-
#: admin/class-page-visit-counter-admin.php:
|
210 |
msgid "Page id"
|
211 |
msgstr "עמוד id"
|
212 |
|
213 |
-
#: admin/class-page-visit-counter-admin.php:
|
214 |
msgid "Page Name"
|
215 |
msgstr "שם דף"
|
216 |
|
217 |
-
#: admin/class-page-visit-counter-admin.php:
|
218 |
msgid "Total Visits"
|
219 |
msgstr "סך כל הביקורים"
|
220 |
|
221 |
-
#: admin/class-page-visit-counter-admin.php:
|
222 |
msgid "Do you want to enable page visits count for this page?"
|
223 |
msgstr "האם אתה רוצה לאפשר ביקורי ספירת דפים עבור דף זה ?"
|
224 |
|
225 |
-
#: admin/class-page-visit-counter-admin.php:
|
226 |
msgid "Yes"
|
227 |
msgstr "כן"
|
228 |
|
229 |
-
#: admin/class-page-visit-counter-admin.php:
|
230 |
msgid "Total visits:"
|
231 |
msgstr "סך כל הביקורים :"
|
232 |
|
@@ -235,8 +283,8 @@ msgid "Select a page…"
|
|
235 |
msgstr "בחר דף & hellip ;"
|
236 |
|
237 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
238 |
-
#: public/class-page-visit-counter-public.php:
|
239 |
-
#: public/class-page-visit-counter-public.php:
|
240 |
msgid "total visits."
|
241 |
msgstr "סך כל הביקורים ."
|
242 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
+
"POT-Creation-Date: 2016-04-05 11:11+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-04-05 11:13+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: he\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: admin/class-page-visit-counter-admin.php:117
|
19 |
msgid "Clear"
|
20 |
msgstr "ברור"
|
21 |
|
22 |
+
#: admin/class-page-visit-counter-admin.php:117
|
23 |
msgid "Default"
|
24 |
msgstr "בְּרִירַת מֶחדָל"
|
25 |
|
26 |
+
#: admin/class-page-visit-counter-admin.php:117
|
27 |
msgid "Select Color"
|
28 |
msgstr "בחר צבע"
|
29 |
|
30 |
+
#: admin/class-page-visit-counter-admin.php:143
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "עמוד בקר מונה"
|
33 |
|
34 |
+
#: admin/class-page-visit-counter-admin.php:143
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "עמוד בקר מונה"
|
37 |
|
38 |
+
#: admin/class-page-visit-counter-admin.php:144
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "מתפרץ הגדרות"
|
41 |
|
42 |
+
#: admin/class-page-visit-counter-admin.php:144
|
43 |
msgid "Settings"
|
44 |
msgstr "הגדרות"
|
45 |
|
46 |
+
#: admin/class-page-visit-counter-admin.php:154
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "עמוד בקר מונה"
|
49 |
|
50 |
+
#: admin/class-page-visit-counter-admin.php:158
|
51 |
+
msgid "Top Browsers"
|
52 |
+
msgstr "למעלה דפדפנים"
|
53 |
+
|
54 |
+
#: admin/class-page-visit-counter-admin.php:159
|
55 |
+
msgid "Top 10 IP address"
|
56 |
+
msgstr "כתובת IP Top 10"
|
57 |
+
|
58 |
+
#: admin/class-page-visit-counter-admin.php:160
|
59 |
+
msgid "Top referer"
|
60 |
+
msgstr "המפנה למעלה"
|
61 |
+
|
62 |
+
#: admin/class-page-visit-counter-admin.php:161
|
63 |
+
msgid "Weekly report"
|
64 |
+
msgstr "דו\"ח שבועי"
|
65 |
+
|
66 |
+
#: admin/class-page-visit-counter-admin.php:162
|
67 |
+
msgid "Monthly report"
|
68 |
+
msgstr "דו\"ח חודשי"
|
69 |
+
|
70 |
+
#: admin/class-page-visit-counter-admin.php:163
|
71 |
+
msgid "Yearly Visit Report"
|
72 |
+
msgstr "דווח ביקור שנתי"
|
73 |
+
|
74 |
+
#: admin/class-page-visit-counter-admin.php:198
|
75 |
msgid "Search by page title"
|
76 |
msgstr "חיפוש לפי כותרת דף"
|
77 |
|
78 |
+
#: admin/class-page-visit-counter-admin.php:198
|
79 |
msgid "Search by page date"
|
80 |
msgstr "חיפוש לפי תאריך הדף"
|
81 |
|
82 |
+
#: admin/class-page-visit-counter-admin.php:198
|
83 |
msgid "Search Page"
|
84 |
msgstr "עמוד חיפוש"
|
85 |
|
86 |
+
#: admin/class-page-visit-counter-admin.php:205
|
87 |
+
#: admin/class-page-visit-counter-admin.php:238
|
88 |
+
#: admin/class-page-visit-counter-admin.php:509
|
89 |
+
#: admin/class-page-visit-counter-admin.php:567
|
90 |
+
#: admin/class-page-visit-counter-admin.php:599
|
91 |
+
#: admin/class-page-visit-counter-admin.php:626
|
92 |
+
#: admin/class-page-visit-counter-admin.php:638
|
93 |
+
#: admin/class-page-visit-counter-admin.php:697
|
94 |
+
#: admin/class-page-visit-counter-admin.php:765
|
95 |
msgid "No"
|
96 |
msgstr "לא"
|
97 |
|
98 |
+
#: admin/class-page-visit-counter-admin.php:206
|
99 |
+
#: admin/class-page-visit-counter-admin.php:239
|
100 |
+
#: admin/class-page-visit-counter-admin.php:510
|
101 |
+
#: admin/class-page-visit-counter-admin.php:568
|
102 |
+
#: admin/class-page-visit-counter-admin.php:600
|
103 |
+
#: admin/class-page-visit-counter-admin.php:627
|
104 |
+
#: admin/class-page-visit-counter-admin.php:639
|
105 |
+
#: admin/class-page-visit-counter-admin.php:698
|
106 |
msgid "Page ID"
|
107 |
msgstr "עמוד ID"
|
108 |
|
109 |
+
#: admin/class-page-visit-counter-admin.php:207
|
110 |
+
#: admin/class-page-visit-counter-admin.php:240
|
111 |
+
#: admin/class-page-visit-counter-admin.php:511
|
112 |
+
#: admin/class-page-visit-counter-admin.php:569
|
113 |
+
#: admin/class-page-visit-counter-admin.php:601
|
114 |
+
#: admin/class-page-visit-counter-admin.php:628
|
115 |
+
#: admin/class-page-visit-counter-admin.php:640
|
116 |
+
#: admin/class-page-visit-counter-admin.php:699
|
117 |
msgid "Page Title"
|
118 |
msgstr "כותרת העמוד"
|
119 |
|
120 |
+
#: admin/class-page-visit-counter-admin.php:208
|
121 |
+
#: admin/class-page-visit-counter-admin.php:241
|
122 |
+
#: admin/class-page-visit-counter-admin.php:413
|
123 |
+
#: admin/class-page-visit-counter-admin.php:512
|
124 |
+
#: admin/class-page-visit-counter-admin.php:570
|
125 |
+
#: admin/class-page-visit-counter-admin.php:602
|
126 |
+
#: admin/class-page-visit-counter-admin.php:629
|
127 |
+
#: admin/class-page-visit-counter-admin.php:641
|
128 |
+
#: admin/class-page-visit-counter-admin.php:700
|
129 |
msgid "Total Count"
|
130 |
msgstr "ספירה כוללת"
|
131 |
|
132 |
+
#: admin/class-page-visit-counter-admin.php:209
|
133 |
+
#: admin/class-page-visit-counter-admin.php:242
|
134 |
+
#: admin/class-page-visit-counter-admin.php:513
|
135 |
+
#: admin/class-page-visit-counter-admin.php:571
|
136 |
+
#: admin/class-page-visit-counter-admin.php:603
|
137 |
+
#: admin/class-page-visit-counter-admin.php:630
|
138 |
+
#: admin/class-page-visit-counter-admin.php:642
|
139 |
+
#: admin/class-page-visit-counter-admin.php:701
|
140 |
msgid "Share"
|
141 |
msgstr "לַחֲלוֹק"
|
142 |
|
143 |
+
#: admin/class-page-visit-counter-admin.php:210
|
144 |
+
#: admin/class-page-visit-counter-admin.php:243
|
145 |
+
#: admin/class-page-visit-counter-admin.php:514
|
146 |
+
#: admin/class-page-visit-counter-admin.php:572
|
147 |
+
#: admin/class-page-visit-counter-admin.php:604
|
148 |
+
#: admin/class-page-visit-counter-admin.php:631
|
149 |
+
#: admin/class-page-visit-counter-admin.php:643
|
150 |
+
#: admin/class-page-visit-counter-admin.php:702
|
151 |
+
msgid "Report"
|
152 |
+
msgstr "להגיש תלונה"
|
153 |
+
|
154 |
+
#: admin/class-page-visit-counter-admin.php:232
|
155 |
+
#: admin/class-page-visit-counter-admin.php:561
|
156 |
+
#: admin/class-page-visit-counter-admin.php:621
|
157 |
+
#: admin/class-page-visit-counter-admin.php:691
|
158 |
+
msgid "View Report"
|
159 |
+
msgstr "צפה בדוח"
|
160 |
+
|
161 |
+
#: admin/class-page-visit-counter-admin.php:297
|
162 |
msgid "Page Counter Settings"
|
163 |
msgstr "הגדרות מונות עמוד"
|
164 |
|
165 |
+
#: admin/class-page-visit-counter-admin.php:305
|
166 |
msgid "Post Type"
|
167 |
msgstr "סוג ההודעה"
|
168 |
|
169 |
+
#: admin/class-page-visit-counter-admin.php:307
|
170 |
msgid "Add Page/Post Type"
|
171 |
msgstr "הוסף דף / פוסט סוג"
|
172 |
|
173 |
+
#: admin/class-page-visit-counter-admin.php:316
|
174 |
msgid "(Select post types for which post views will be counted.)"
|
175 |
msgstr "( בחר סוגים פוסט עבורו עמדות פוסט ייספרו . )"
|
176 |
|
177 |
+
#: admin/class-page-visit-counter-admin.php:316
|
178 |
msgid ""
|
179 |
"Note: If you leave the blank then it will count for all the post/page "
|
180 |
"registered in your theme."
|
181 |
msgstr ""
|
182 |
"הערה : אם תשאיר את ריקים, אז הוא ייחשב עבור כל הפוסט / הדף הרשום הנושא שלך ."
|
183 |
|
184 |
+
#: admin/class-page-visit-counter-admin.php:320
|
185 |
msgid "Exclude IPs (Ip Address)"
|
186 |
msgstr "אל תכלול כתובות IP ( כתובת IP)"
|
187 |
|
188 |
+
#: admin/class-page-visit-counter-admin.php:322
|
189 |
msgid "Add IP Address in comma seprated"
|
190 |
msgstr "להוסיף כתובת IP ב פסיק seprated"
|
191 |
|
192 |
+
#: admin/class-page-visit-counter-admin.php:330
|
193 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
194 |
msgstr "( הזן את כתובות ה- IP שלא ייכלל עמדות פוסט לספור . )"
|
195 |
|
196 |
+
#: admin/class-page-visit-counter-admin.php:335
|
197 |
msgid "Exclude Users"
|
198 |
msgstr "אל תכלול משתמשים"
|
199 |
|
200 |
+
#: admin/class-page-visit-counter-admin.php:337
|
201 |
msgid "Select Registerd Users"
|
202 |
msgstr "בחירת משתמשים registerd"
|
203 |
|
204 |
+
#: admin/class-page-visit-counter-admin.php:346
|
205 |
msgid "(Select the users to be excluded from post views count.)"
|
206 |
msgstr "( בחר את המשתמשים שלא להיכלל ספירת צפיות הודעה . )"
|
207 |
|
208 |
+
#: admin/class-page-visit-counter-admin.php:350
|
209 |
msgid "Show front view counter"
|
210 |
msgstr "צג מונה צפיות קדמי"
|
211 |
|
212 |
+
#: admin/class-page-visit-counter-admin.php:357
|
213 |
msgid "Check the box if you want to display counter view on front end."
|
214 |
msgstr "סמן את התיבה אם אתה רוצה להציג מונה צפיות על קצה קדמי ."
|
215 |
|
216 |
+
#: admin/class-page-visit-counter-admin.php:360
|
217 |
msgid "Choose color for the front end view"
|
218 |
msgstr "בחר צבע עבור התצוגה החזיתית"
|
219 |
|
220 |
+
#: admin/class-page-visit-counter-admin.php:376
|
221 |
msgid "Save"
|
222 |
msgstr "להציל"
|
223 |
|
224 |
+
#: admin/class-page-visit-counter-admin.php:377
|
225 |
msgid "Settings saved Sucessfully."
|
226 |
msgstr "הגדרות נשמרו בהצלחה ."
|
227 |
|
228 |
+
#: admin/class-page-visit-counter-admin.php:382
|
229 |
msgid "Short Code"
|
230 |
msgstr "קוד קצר"
|
231 |
|
232 |
+
#: admin/class-page-visit-counter-admin.php:383
|
233 |
msgid ""
|
234 |
"There are two shortcodes that you can use to manually add page view count to "
|
235 |
"any content on admin or post/page template created by your theme or plugin "
|
239 |
"ידני לכל חומר מנהל או פוסט / תבנית דף נוצרה על ידי thats הנושא או התוסף שלך "
|
240 |
"ליצור תוכן תצוגה זה לבד בדף / פוסט ."
|
241 |
|
242 |
+
#: admin/class-page-visit-counter-admin.php:384
|
243 |
msgid "Use this shortcode to add admin side content on page/post:"
|
244 |
msgstr "השתמש וגלישה זה כדי להוסיף תוכן צד Admin ב הדף / פוסט :"
|
245 |
|
246 |
+
#: admin/class-page-visit-counter-admin.php:385
|
247 |
msgid ""
|
248 |
"Use this shortcode to add page/post template (.php) file of your own "
|
249 |
"template:"
|
250 |
msgstr ""
|
251 |
"השתמש וגלישה זה כדי להוסיף תבנית דף / פוסט ( .php ) קובץ של תבנית משלך :"
|
252 |
|
253 |
+
#: admin/class-page-visit-counter-admin.php:401
|
254 |
msgid "Most Visited Page"
|
255 |
msgstr "רוב בקר בדף"
|
256 |
|
257 |
+
#: admin/class-page-visit-counter-admin.php:411
|
258 |
msgid "Page id"
|
259 |
msgstr "עמוד id"
|
260 |
|
261 |
+
#: admin/class-page-visit-counter-admin.php:412
|
262 |
msgid "Page Name"
|
263 |
msgstr "שם דף"
|
264 |
|
265 |
+
#: admin/class-page-visit-counter-admin.php:735
|
266 |
msgid "Total Visits"
|
267 |
msgstr "סך כל הביקורים"
|
268 |
|
269 |
+
#: admin/class-page-visit-counter-admin.php:761
|
270 |
msgid "Do you want to enable page visits count for this page?"
|
271 |
msgstr "האם אתה רוצה לאפשר ביקורי ספירת דפים עבור דף זה ?"
|
272 |
|
273 |
+
#: admin/class-page-visit-counter-admin.php:764
|
274 |
msgid "Yes"
|
275 |
msgstr "כן"
|
276 |
|
277 |
+
#: admin/class-page-visit-counter-admin.php:770
|
278 |
msgid "Total visits:"
|
279 |
msgstr "סך כל הביקורים :"
|
280 |
|
283 |
msgstr "בחר דף & hellip ;"
|
284 |
|
285 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
286 |
+
#: public/class-page-visit-counter-public.php:558
|
287 |
+
#: public/class-page-visit-counter-public.php:564
|
288 |
msgid "total visits."
|
289 |
msgstr "סך כל הביקורים ."
|
290 |
|
languages/page-visit-counter-hr.mo
CHANGED
Binary file
|
languages/page-visit-counter-hr.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: hr\n"
|
@@ -16,118 +16,166 @@ msgstr ""
|
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: admin/class-page-visit-counter-admin.php:
|
20 |
msgid "Clear"
|
21 |
msgstr "Jasan"
|
22 |
|
23 |
-
#: admin/class-page-visit-counter-admin.php:
|
24 |
msgid "Default"
|
25 |
msgstr "Zadano"
|
26 |
|
27 |
-
#: admin/class-page-visit-counter-admin.php:
|
28 |
msgid "Select Color"
|
29 |
msgstr "Odaberite boju"
|
30 |
|
31 |
-
#: admin/class-page-visit-counter-admin.php:
|
32 |
msgid "Page-Visit-Counter"
|
33 |
msgstr "Page - posjet -counter"
|
34 |
|
35 |
-
#: admin/class-page-visit-counter-admin.php:
|
36 |
msgid "PageVisitCounter"
|
37 |
msgstr "Stranica Posjeta Counter"
|
38 |
|
39 |
-
#: admin/class-page-visit-counter-admin.php:
|
40 |
msgid "Counter-Settings"
|
41 |
msgstr "Counter- postavke"
|
42 |
|
43 |
-
#: admin/class-page-visit-counter-admin.php:
|
44 |
msgid "Settings"
|
45 |
msgstr "Postavke"
|
46 |
|
47 |
-
#: admin/class-page-visit-counter-admin.php:
|
48 |
msgid "Page Visit Counter"
|
49 |
msgstr "Stranica Posjeta Counter"
|
50 |
|
51 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
msgid "Search by page title"
|
53 |
msgstr "Pretraga po naslovu"
|
54 |
|
55 |
-
#: admin/class-page-visit-counter-admin.php:
|
56 |
msgid "Search by page date"
|
57 |
msgstr "Traži po datumu stranice"
|
58 |
|
59 |
-
#: admin/class-page-visit-counter-admin.php:
|
60 |
msgid "Search Page"
|
61 |
msgstr "pretraživanje stranica"
|
62 |
|
63 |
-
#: admin/class-page-visit-counter-admin.php:
|
64 |
-
#: admin/class-page-visit-counter-admin.php:
|
65 |
-
#: admin/class-page-visit-counter-admin.php:
|
66 |
-
#: admin/class-page-visit-counter-admin.php:
|
67 |
-
#: admin/class-page-visit-counter-admin.php:
|
68 |
-
#: admin/class-page-visit-counter-admin.php:
|
69 |
-
#: admin/class-page-visit-counter-admin.php:
|
70 |
-
#: admin/class-page-visit-counter-admin.php:
|
71 |
-
#: admin/class-page-visit-counter-admin.php:
|
72 |
msgid "No"
|
73 |
msgstr "Ne"
|
74 |
|
75 |
-
#: admin/class-page-visit-counter-admin.php:
|
76 |
-
#: admin/class-page-visit-counter-admin.php:
|
77 |
-
#: admin/class-page-visit-counter-admin.php:
|
78 |
-
#: admin/class-page-visit-counter-admin.php:
|
79 |
-
#: admin/class-page-visit-counter-admin.php:
|
80 |
-
#: admin/class-page-visit-counter-admin.php:
|
81 |
-
#: admin/class-page-visit-counter-admin.php:
|
82 |
-
#: admin/class-page-visit-counter-admin.php:
|
83 |
msgid "Page ID"
|
84 |
msgstr "ID stranice"
|
85 |
|
86 |
-
#: admin/class-page-visit-counter-admin.php:
|
87 |
-
#: admin/class-page-visit-counter-admin.php:
|
88 |
-
#: admin/class-page-visit-counter-admin.php:
|
89 |
-
#: admin/class-page-visit-counter-admin.php:
|
90 |
-
#: admin/class-page-visit-counter-admin.php:
|
91 |
-
#: admin/class-page-visit-counter-admin.php:
|
92 |
-
#: admin/class-page-visit-counter-admin.php:
|
93 |
-
#: admin/class-page-visit-counter-admin.php:
|
94 |
msgid "Page Title"
|
95 |
msgstr "Naslov stranice"
|
96 |
|
97 |
-
#: admin/class-page-visit-counter-admin.php:
|
98 |
-
#: admin/class-page-visit-counter-admin.php:
|
99 |
-
#: admin/class-page-visit-counter-admin.php:
|
100 |
-
#: admin/class-page-visit-counter-admin.php:
|
101 |
-
#: admin/class-page-visit-counter-admin.php:
|
102 |
-
#: admin/class-page-visit-counter-admin.php:
|
103 |
-
#: admin/class-page-visit-counter-admin.php:
|
104 |
-
#: admin/class-page-visit-counter-admin.php:
|
105 |
-
#: admin/class-page-visit-counter-admin.php:
|
106 |
msgid "Total Count"
|
107 |
msgstr "ukupno Točka"
|
108 |
|
109 |
-
#: admin/class-page-visit-counter-admin.php:
|
110 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
msgid "Share"
|
112 |
msgstr "Udio"
|
113 |
|
114 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
msgid "Page Counter Settings"
|
116 |
msgstr "Stranica Postavke Counter"
|
117 |
|
118 |
-
#: admin/class-page-visit-counter-admin.php:
|
119 |
msgid "Post Type"
|
120 |
msgstr "Post vrsta"
|
121 |
|
122 |
-
#: admin/class-page-visit-counter-admin.php:
|
123 |
msgid "Add Page/Post Type"
|
124 |
msgstr "Dodaj stranicu / post Type"
|
125 |
|
126 |
-
#: admin/class-page-visit-counter-admin.php:
|
127 |
msgid "(Select post types for which post views will be counted.)"
|
128 |
msgstr "( Odaberite Objavi vrste za koje će se računati prikaza posta )."
|
129 |
|
130 |
-
#: admin/class-page-visit-counter-admin.php:
|
131 |
msgid ""
|
132 |
"Note: If you leave the blank then it will count for all the post/page "
|
133 |
"registered in your theme."
|
@@ -135,56 +183,56 @@ msgstr ""
|
|
135 |
"Napomena : Ako ostavite prazno onda će se računati za sve post / stranice "
|
136 |
"registrirane u svojoj temi ."
|
137 |
|
138 |
-
#: admin/class-page-visit-counter-admin.php:
|
139 |
msgid "Exclude IPs (Ip Address)"
|
140 |
msgstr "Isključi IP (IP adresa)"
|
141 |
|
142 |
-
#: admin/class-page-visit-counter-admin.php:
|
143 |
msgid "Add IP Address in comma seprated"
|
144 |
msgstr "Dodaj IP adresu u zarezom seprated"
|
145 |
|
146 |
-
#: admin/class-page-visit-counter-admin.php:
|
147 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
148 |
msgstr "( Unesite IP adrese koje treba isključiti iz pregleda post count . )"
|
149 |
|
150 |
-
#: admin/class-page-visit-counter-admin.php:
|
151 |
msgid "Exclude Users"
|
152 |
msgstr "Isključi korisnike"
|
153 |
|
154 |
-
#: admin/class-page-visit-counter-admin.php:
|
155 |
msgid "Select Registerd Users"
|
156 |
msgstr "Odaberite Registerd korisnike"
|
157 |
|
158 |
-
#: admin/class-page-visit-counter-admin.php:
|
159 |
msgid "(Select the users to be excluded from post views count.)"
|
160 |
msgstr "( Odaberite korisnicima biti isključeni iz prikaza posta count )."
|
161 |
|
162 |
-
#: admin/class-page-visit-counter-admin.php:
|
163 |
msgid "Show front view counter"
|
164 |
msgstr "Pokazuju prednji brojača"
|
165 |
|
166 |
-
#: admin/class-page-visit-counter-admin.php:
|
167 |
msgid "Check the box if you want to display counter view on front end."
|
168 |
msgstr ""
|
169 |
"Provjerite okvir ukoliko želite prikazati brojač pogled na prednjem kraju."
|
170 |
|
171 |
-
#: admin/class-page-visit-counter-admin.php:
|
172 |
msgid "Choose color for the front end view"
|
173 |
msgstr "Odaberite boju za prednje strane krajnjeg"
|
174 |
|
175 |
-
#: admin/class-page-visit-counter-admin.php:
|
176 |
msgid "Save"
|
177 |
msgstr "Uštedjeti"
|
178 |
|
179 |
-
#: admin/class-page-visit-counter-admin.php:
|
180 |
msgid "Settings saved Sucessfully."
|
181 |
msgstr "Postavke spremljene uspješno ."
|
182 |
|
183 |
-
#: admin/class-page-visit-counter-admin.php:
|
184 |
msgid "Short Code"
|
185 |
msgstr "Kratki kod"
|
186 |
|
187 |
-
#: admin/class-page-visit-counter-admin.php:
|
188 |
msgid ""
|
189 |
"There are two shortcodes that you can use to manually add page view count to "
|
190 |
"any content on admin or post/page template created by your theme or plugin "
|
@@ -195,45 +243,44 @@ msgstr ""
|
|
195 |
"stvorio svoje teme ili dodatka thats stvoriti svoj vlastiti sadržaj zaslona "
|
196 |
"na stranici / post."
|
197 |
|
198 |
-
#: admin/class-page-visit-counter-admin.php:
|
199 |
msgid "Use this shortcode to add admin side content on page/post:"
|
200 |
msgstr ""
|
201 |
"Koristite ovaj SHORTCODE dodati administratora bočni sadržaj na stranici / "
|
202 |
"post:"
|
203 |
|
204 |
-
#: admin/class-page-visit-counter-admin.php:
|
205 |
msgid ""
|
206 |
-
"Use this shortcode to add page/post template (.php) file of your own "
|
207 |
-
"template:"
|
208 |
msgstr ""
|
209 |
"Koristite ovaj SHORTCODE dodati stranicu / post predložak ( php ) datoteku "
|
210 |
"svojeg predloška :"
|
211 |
|
212 |
-
#: admin/class-page-visit-counter-admin.php:
|
213 |
msgid "Most Visited Page"
|
214 |
msgstr "Najposjećenije stranice"
|
215 |
|
216 |
-
#: admin/class-page-visit-counter-admin.php:
|
217 |
msgid "Page id"
|
218 |
msgstr "id stranice"
|
219 |
|
220 |
-
#: admin/class-page-visit-counter-admin.php:
|
221 |
msgid "Page Name"
|
222 |
msgstr "Naziv stranice"
|
223 |
|
224 |
-
#: admin/class-page-visit-counter-admin.php:
|
225 |
msgid "Total Visits"
|
226 |
msgstr "Ukupno Posjeta"
|
227 |
|
228 |
-
#: admin/class-page-visit-counter-admin.php:
|
229 |
msgid "Do you want to enable page visits count for this page?"
|
230 |
msgstr "Da li želite omogućiti posjeti stranicama računati za ovu stranicu ?"
|
231 |
|
232 |
-
#: admin/class-page-visit-counter-admin.php:
|
233 |
msgid "Yes"
|
234 |
msgstr "Da"
|
235 |
|
236 |
-
#: admin/class-page-visit-counter-admin.php:
|
237 |
msgid "Total visits:"
|
238 |
msgstr "Ukupno posjeta:"
|
239 |
|
@@ -242,8 +289,8 @@ msgid "Select a page…"
|
|
242 |
msgstr "Odaberite stranicu & hellip;"
|
243 |
|
244 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
245 |
-
#: public/class-page-visit-counter-public.php:
|
246 |
-
#: public/class-page-visit-counter-public.php:
|
247 |
msgid "total visits."
|
248 |
msgstr "Ukupno posjeta ."
|
249 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
+
"POT-Creation-Date: 2016-04-05 11:13+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-04-05 11:15+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: hr\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: admin/class-page-visit-counter-admin.php:117
|
20 |
msgid "Clear"
|
21 |
msgstr "Jasan"
|
22 |
|
23 |
+
#: admin/class-page-visit-counter-admin.php:117
|
24 |
msgid "Default"
|
25 |
msgstr "Zadano"
|
26 |
|
27 |
+
#: admin/class-page-visit-counter-admin.php:117
|
28 |
msgid "Select Color"
|
29 |
msgstr "Odaberite boju"
|
30 |
|
31 |
+
#: admin/class-page-visit-counter-admin.php:143
|
32 |
msgid "Page-Visit-Counter"
|
33 |
msgstr "Page - posjet -counter"
|
34 |
|
35 |
+
#: admin/class-page-visit-counter-admin.php:143
|
36 |
msgid "PageVisitCounter"
|
37 |
msgstr "Stranica Posjeta Counter"
|
38 |
|
39 |
+
#: admin/class-page-visit-counter-admin.php:144
|
40 |
msgid "Counter-Settings"
|
41 |
msgstr "Counter- postavke"
|
42 |
|
43 |
+
#: admin/class-page-visit-counter-admin.php:144
|
44 |
msgid "Settings"
|
45 |
msgstr "Postavke"
|
46 |
|
47 |
+
#: admin/class-page-visit-counter-admin.php:154
|
48 |
msgid "Page Visit Counter"
|
49 |
msgstr "Stranica Posjeta Counter"
|
50 |
|
51 |
+
#: admin/class-page-visit-counter-admin.php:158
|
52 |
+
msgid "Top Browsers"
|
53 |
+
msgstr "Top preglednici"
|
54 |
+
|
55 |
+
#: admin/class-page-visit-counter-admin.php:159
|
56 |
+
msgid "Top 10 IP address"
|
57 |
+
msgstr "Top 10 IP adresa"
|
58 |
+
|
59 |
+
#: admin/class-page-visit-counter-admin.php:160
|
60 |
+
msgid "Top referer"
|
61 |
+
msgstr "Najbolje za preporuke"
|
62 |
+
|
63 |
+
#: admin/class-page-visit-counter-admin.php:161
|
64 |
+
msgid "Weekly report"
|
65 |
+
msgstr "Tjedni izvještaj"
|
66 |
+
|
67 |
+
#: admin/class-page-visit-counter-admin.php:162
|
68 |
+
msgid "Monthly report"
|
69 |
+
msgstr "Mjesečni izvještaj"
|
70 |
+
|
71 |
+
#: admin/class-page-visit-counter-admin.php:163
|
72 |
+
msgid "Yearly Visit Report"
|
73 |
+
msgstr "Godišnji izvještaj o posjeti"
|
74 |
+
|
75 |
+
#: admin/class-page-visit-counter-admin.php:198
|
76 |
msgid "Search by page title"
|
77 |
msgstr "Pretraga po naslovu"
|
78 |
|
79 |
+
#: admin/class-page-visit-counter-admin.php:198
|
80 |
msgid "Search by page date"
|
81 |
msgstr "Traži po datumu stranice"
|
82 |
|
83 |
+
#: admin/class-page-visit-counter-admin.php:198
|
84 |
msgid "Search Page"
|
85 |
msgstr "pretraživanje stranica"
|
86 |
|
87 |
+
#: admin/class-page-visit-counter-admin.php:205
|
88 |
+
#: admin/class-page-visit-counter-admin.php:238
|
89 |
+
#: admin/class-page-visit-counter-admin.php:509
|
90 |
+
#: admin/class-page-visit-counter-admin.php:567
|
91 |
+
#: admin/class-page-visit-counter-admin.php:599
|
92 |
+
#: admin/class-page-visit-counter-admin.php:626
|
93 |
+
#: admin/class-page-visit-counter-admin.php:638
|
94 |
+
#: admin/class-page-visit-counter-admin.php:697
|
95 |
+
#: admin/class-page-visit-counter-admin.php:765
|
96 |
msgid "No"
|
97 |
msgstr "Ne"
|
98 |
|
99 |
+
#: admin/class-page-visit-counter-admin.php:206
|
100 |
+
#: admin/class-page-visit-counter-admin.php:239
|
101 |
+
#: admin/class-page-visit-counter-admin.php:510
|
102 |
+
#: admin/class-page-visit-counter-admin.php:568
|
103 |
+
#: admin/class-page-visit-counter-admin.php:600
|
104 |
+
#: admin/class-page-visit-counter-admin.php:627
|
105 |
+
#: admin/class-page-visit-counter-admin.php:639
|
106 |
+
#: admin/class-page-visit-counter-admin.php:698
|
107 |
msgid "Page ID"
|
108 |
msgstr "ID stranice"
|
109 |
|
110 |
+
#: admin/class-page-visit-counter-admin.php:207
|
111 |
+
#: admin/class-page-visit-counter-admin.php:240
|
112 |
+
#: admin/class-page-visit-counter-admin.php:511
|
113 |
+
#: admin/class-page-visit-counter-admin.php:569
|
114 |
+
#: admin/class-page-visit-counter-admin.php:601
|
115 |
+
#: admin/class-page-visit-counter-admin.php:628
|
116 |
+
#: admin/class-page-visit-counter-admin.php:640
|
117 |
+
#: admin/class-page-visit-counter-admin.php:699
|
118 |
msgid "Page Title"
|
119 |
msgstr "Naslov stranice"
|
120 |
|
121 |
+
#: admin/class-page-visit-counter-admin.php:208
|
122 |
+
#: admin/class-page-visit-counter-admin.php:241
|
123 |
+
#: admin/class-page-visit-counter-admin.php:413
|
124 |
+
#: admin/class-page-visit-counter-admin.php:512
|
125 |
+
#: admin/class-page-visit-counter-admin.php:570
|
126 |
+
#: admin/class-page-visit-counter-admin.php:602
|
127 |
+
#: admin/class-page-visit-counter-admin.php:629
|
128 |
+
#: admin/class-page-visit-counter-admin.php:641
|
129 |
+
#: admin/class-page-visit-counter-admin.php:700
|
130 |
msgid "Total Count"
|
131 |
msgstr "ukupno Točka"
|
132 |
|
133 |
+
#: admin/class-page-visit-counter-admin.php:209
|
134 |
+
#: admin/class-page-visit-counter-admin.php:242
|
135 |
+
#: admin/class-page-visit-counter-admin.php:513
|
136 |
+
#: admin/class-page-visit-counter-admin.php:571
|
137 |
+
#: admin/class-page-visit-counter-admin.php:603
|
138 |
+
#: admin/class-page-visit-counter-admin.php:630
|
139 |
+
#: admin/class-page-visit-counter-admin.php:642
|
140 |
+
#: admin/class-page-visit-counter-admin.php:701
|
141 |
msgid "Share"
|
142 |
msgstr "Udio"
|
143 |
|
144 |
+
#: admin/class-page-visit-counter-admin.php:210
|
145 |
+
#: admin/class-page-visit-counter-admin.php:243
|
146 |
+
#: admin/class-page-visit-counter-admin.php:514
|
147 |
+
#: admin/class-page-visit-counter-admin.php:572
|
148 |
+
#: admin/class-page-visit-counter-admin.php:604
|
149 |
+
#: admin/class-page-visit-counter-admin.php:631
|
150 |
+
#: admin/class-page-visit-counter-admin.php:643
|
151 |
+
#: admin/class-page-visit-counter-admin.php:702
|
152 |
+
msgid "Report"
|
153 |
+
msgstr "izvješće"
|
154 |
+
|
155 |
+
#: admin/class-page-visit-counter-admin.php:232
|
156 |
+
#: admin/class-page-visit-counter-admin.php:561
|
157 |
+
#: admin/class-page-visit-counter-admin.php:621
|
158 |
+
#: admin/class-page-visit-counter-admin.php:691
|
159 |
+
msgid "View Report"
|
160 |
+
msgstr "Vidi izvještaj"
|
161 |
+
|
162 |
+
#: admin/class-page-visit-counter-admin.php:297
|
163 |
msgid "Page Counter Settings"
|
164 |
msgstr "Stranica Postavke Counter"
|
165 |
|
166 |
+
#: admin/class-page-visit-counter-admin.php:305
|
167 |
msgid "Post Type"
|
168 |
msgstr "Post vrsta"
|
169 |
|
170 |
+
#: admin/class-page-visit-counter-admin.php:307
|
171 |
msgid "Add Page/Post Type"
|
172 |
msgstr "Dodaj stranicu / post Type"
|
173 |
|
174 |
+
#: admin/class-page-visit-counter-admin.php:316
|
175 |
msgid "(Select post types for which post views will be counted.)"
|
176 |
msgstr "( Odaberite Objavi vrste za koje će se računati prikaza posta )."
|
177 |
|
178 |
+
#: admin/class-page-visit-counter-admin.php:316
|
179 |
msgid ""
|
180 |
"Note: If you leave the blank then it will count for all the post/page "
|
181 |
"registered in your theme."
|
183 |
"Napomena : Ako ostavite prazno onda će se računati za sve post / stranice "
|
184 |
"registrirane u svojoj temi ."
|
185 |
|
186 |
+
#: admin/class-page-visit-counter-admin.php:320
|
187 |
msgid "Exclude IPs (Ip Address)"
|
188 |
msgstr "Isključi IP (IP adresa)"
|
189 |
|
190 |
+
#: admin/class-page-visit-counter-admin.php:322
|
191 |
msgid "Add IP Address in comma seprated"
|
192 |
msgstr "Dodaj IP adresu u zarezom seprated"
|
193 |
|
194 |
+
#: admin/class-page-visit-counter-admin.php:330
|
195 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
196 |
msgstr "( Unesite IP adrese koje treba isključiti iz pregleda post count . )"
|
197 |
|
198 |
+
#: admin/class-page-visit-counter-admin.php:335
|
199 |
msgid "Exclude Users"
|
200 |
msgstr "Isključi korisnike"
|
201 |
|
202 |
+
#: admin/class-page-visit-counter-admin.php:337
|
203 |
msgid "Select Registerd Users"
|
204 |
msgstr "Odaberite Registerd korisnike"
|
205 |
|
206 |
+
#: admin/class-page-visit-counter-admin.php:346
|
207 |
msgid "(Select the users to be excluded from post views count.)"
|
208 |
msgstr "( Odaberite korisnicima biti isključeni iz prikaza posta count )."
|
209 |
|
210 |
+
#: admin/class-page-visit-counter-admin.php:350
|
211 |
msgid "Show front view counter"
|
212 |
msgstr "Pokazuju prednji brojača"
|
213 |
|
214 |
+
#: admin/class-page-visit-counter-admin.php:357
|
215 |
msgid "Check the box if you want to display counter view on front end."
|
216 |
msgstr ""
|
217 |
"Provjerite okvir ukoliko želite prikazati brojač pogled na prednjem kraju."
|
218 |
|
219 |
+
#: admin/class-page-visit-counter-admin.php:360
|
220 |
msgid "Choose color for the front end view"
|
221 |
msgstr "Odaberite boju za prednje strane krajnjeg"
|
222 |
|
223 |
+
#: admin/class-page-visit-counter-admin.php:376
|
224 |
msgid "Save"
|
225 |
msgstr "Uštedjeti"
|
226 |
|
227 |
+
#: admin/class-page-visit-counter-admin.php:377
|
228 |
msgid "Settings saved Sucessfully."
|
229 |
msgstr "Postavke spremljene uspješno ."
|
230 |
|
231 |
+
#: admin/class-page-visit-counter-admin.php:382
|
232 |
msgid "Short Code"
|
233 |
msgstr "Kratki kod"
|
234 |
|
235 |
+
#: admin/class-page-visit-counter-admin.php:383
|
236 |
msgid ""
|
237 |
"There are two shortcodes that you can use to manually add page view count to "
|
238 |
"any content on admin or post/page template created by your theme or plugin "
|
243 |
"stvorio svoje teme ili dodatka thats stvoriti svoj vlastiti sadržaj zaslona "
|
244 |
"na stranici / post."
|
245 |
|
246 |
+
#: admin/class-page-visit-counter-admin.php:384
|
247 |
msgid "Use this shortcode to add admin side content on page/post:"
|
248 |
msgstr ""
|
249 |
"Koristite ovaj SHORTCODE dodati administratora bočni sadržaj na stranici / "
|
250 |
"post:"
|
251 |
|
252 |
+
#: admin/class-page-visit-counter-admin.php:385
|
253 |
msgid ""
|
254 |
+
"Use this shortcode to add page/post template (.php) file of your own template:"
|
|
|
255 |
msgstr ""
|
256 |
"Koristite ovaj SHORTCODE dodati stranicu / post predložak ( php ) datoteku "
|
257 |
"svojeg predloška :"
|
258 |
|
259 |
+
#: admin/class-page-visit-counter-admin.php:401
|
260 |
msgid "Most Visited Page"
|
261 |
msgstr "Najposjećenije stranice"
|
262 |
|
263 |
+
#: admin/class-page-visit-counter-admin.php:411
|
264 |
msgid "Page id"
|
265 |
msgstr "id stranice"
|
266 |
|
267 |
+
#: admin/class-page-visit-counter-admin.php:412
|
268 |
msgid "Page Name"
|
269 |
msgstr "Naziv stranice"
|
270 |
|
271 |
+
#: admin/class-page-visit-counter-admin.php:735
|
272 |
msgid "Total Visits"
|
273 |
msgstr "Ukupno Posjeta"
|
274 |
|
275 |
+
#: admin/class-page-visit-counter-admin.php:761
|
276 |
msgid "Do you want to enable page visits count for this page?"
|
277 |
msgstr "Da li želite omogućiti posjeti stranicama računati za ovu stranicu ?"
|
278 |
|
279 |
+
#: admin/class-page-visit-counter-admin.php:764
|
280 |
msgid "Yes"
|
281 |
msgstr "Da"
|
282 |
|
283 |
+
#: admin/class-page-visit-counter-admin.php:770
|
284 |
msgid "Total visits:"
|
285 |
msgstr "Ukupno posjeta:"
|
286 |
|
289 |
msgstr "Odaberite stranicu & hellip;"
|
290 |
|
291 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
292 |
+
#: public/class-page-visit-counter-public.php:558
|
293 |
+
#: public/class-page-visit-counter-public.php:564
|
294 |
msgid "total visits."
|
295 |
msgstr "Ukupno posjeta ."
|
296 |
|
languages/page-visit-counter-id.mo
CHANGED
Binary file
|
languages/page-visit-counter-id.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit coounter\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: id\n"
|
@@ -15,118 +15,166 @@ msgstr ""
|
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: admin/class-page-visit-counter-admin.php:
|
19 |
msgid "Clear"
|
20 |
msgstr "Bersih"
|
21 |
|
22 |
-
#: admin/class-page-visit-counter-admin.php:
|
23 |
msgid "Default"
|
24 |
msgstr "kegagalan"
|
25 |
|
26 |
-
#: admin/class-page-visit-counter-admin.php:
|
27 |
msgid "Select Color"
|
28 |
msgstr "pilih Warna"
|
29 |
|
30 |
-
#: admin/class-page-visit-counter-admin.php:
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Halaman - Kunjungi - Kontra"
|
33 |
|
34 |
-
#: admin/class-page-visit-counter-admin.php:
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Halaman Kunjungi Kontra"
|
37 |
|
38 |
-
#: admin/class-page-visit-counter-admin.php:
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Counter- Pengaturan"
|
41 |
|
42 |
-
#: admin/class-page-visit-counter-admin.php:
|
43 |
msgid "Settings"
|
44 |
msgstr "pengaturan"
|
45 |
|
46 |
-
#: admin/class-page-visit-counter-admin.php:
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Halaman Kunjungi Kontra"
|
49 |
|
50 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
msgid "Search by page title"
|
52 |
msgstr "Cari berdasarkan judul halaman"
|
53 |
|
54 |
-
#: admin/class-page-visit-counter-admin.php:
|
55 |
msgid "Search by page date"
|
56 |
msgstr "Cari berdasarkan tanggal page"
|
57 |
|
58 |
-
#: admin/class-page-visit-counter-admin.php:
|
59 |
msgid "Search Page"
|
60 |
msgstr "Halaman Pencarian"
|
61 |
|
62 |
-
#: admin/class-page-visit-counter-admin.php:
|
63 |
-
#: admin/class-page-visit-counter-admin.php:
|
64 |
-
#: admin/class-page-visit-counter-admin.php:
|
65 |
-
#: admin/class-page-visit-counter-admin.php:
|
66 |
-
#: admin/class-page-visit-counter-admin.php:
|
67 |
-
#: admin/class-page-visit-counter-admin.php:
|
68 |
-
#: admin/class-page-visit-counter-admin.php:
|
69 |
-
#: admin/class-page-visit-counter-admin.php:
|
70 |
-
#: admin/class-page-visit-counter-admin.php:
|
71 |
msgid "No"
|
72 |
msgstr "Tidak"
|
73 |
|
74 |
-
#: admin/class-page-visit-counter-admin.php:
|
75 |
-
#: admin/class-page-visit-counter-admin.php:
|
76 |
-
#: admin/class-page-visit-counter-admin.php:
|
77 |
-
#: admin/class-page-visit-counter-admin.php:
|
78 |
-
#: admin/class-page-visit-counter-admin.php:
|
79 |
-
#: admin/class-page-visit-counter-admin.php:
|
80 |
-
#: admin/class-page-visit-counter-admin.php:
|
81 |
-
#: admin/class-page-visit-counter-admin.php:
|
82 |
msgid "Page ID"
|
83 |
msgstr "halaman ID"
|
84 |
|
85 |
-
#: admin/class-page-visit-counter-admin.php:
|
86 |
-
#: admin/class-page-visit-counter-admin.php:
|
87 |
-
#: admin/class-page-visit-counter-admin.php:
|
88 |
-
#: admin/class-page-visit-counter-admin.php:
|
89 |
-
#: admin/class-page-visit-counter-admin.php:
|
90 |
-
#: admin/class-page-visit-counter-admin.php:
|
91 |
-
#: admin/class-page-visit-counter-admin.php:
|
92 |
-
#: admin/class-page-visit-counter-admin.php:
|
93 |
msgid "Page Title"
|
94 |
msgstr "Judul halaman"
|
95 |
|
96 |
-
#: admin/class-page-visit-counter-admin.php:
|
97 |
-
#: admin/class-page-visit-counter-admin.php:
|
98 |
-
#: admin/class-page-visit-counter-admin.php:
|
99 |
-
#: admin/class-page-visit-counter-admin.php:
|
100 |
-
#: admin/class-page-visit-counter-admin.php:
|
101 |
-
#: admin/class-page-visit-counter-admin.php:
|
102 |
-
#: admin/class-page-visit-counter-admin.php:
|
103 |
-
#: admin/class-page-visit-counter-admin.php:
|
104 |
-
#: admin/class-page-visit-counter-admin.php:
|
105 |
msgid "Total Count"
|
106 |
msgstr "total Hitungan"
|
107 |
|
108 |
-
#: admin/class-page-visit-counter-admin.php:
|
109 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
msgid "Share"
|
111 |
msgstr "Bagikan"
|
112 |
|
113 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
msgid "Page Counter Settings"
|
115 |
msgstr "halaman melawan pengaturan"
|
116 |
|
117 |
-
#: admin/class-page-visit-counter-admin.php:
|
118 |
msgid "Post Type"
|
119 |
msgstr "posting mengetik"
|
120 |
|
121 |
-
#: admin/class-page-visit-counter-admin.php:
|
122 |
msgid "Add Page/Post Type"
|
123 |
msgstr "Tambahkan Halaman / Posting mengetik"
|
124 |
|
125 |
-
#: admin/class-page-visit-counter-admin.php:
|
126 |
msgid "(Select post types for which post views will be counted.)"
|
127 |
msgstr "( Pilih jenis posting yang dilihat posting akan dihitung . )"
|
128 |
|
129 |
-
#: admin/class-page-visit-counter-admin.php:
|
130 |
msgid ""
|
131 |
"Note: If you leave the blank then it will count for all the post/page "
|
132 |
"registered in your theme."
|
@@ -134,57 +182,57 @@ msgstr ""
|
|
134 |
"Catatan : Jika Anda meninggalkan kosong maka akan menghitung untuk semua "
|
135 |
"posting / halaman terdaftar dalam tema Anda ."
|
136 |
|
137 |
-
#: admin/class-page-visit-counter-admin.php:
|
138 |
msgid "Exclude IPs (Ip Address)"
|
139 |
msgstr "Kecualikan IP ( Ip Address)"
|
140 |
|
141 |
-
#: admin/class-page-visit-counter-admin.php:
|
142 |
msgid "Add IP Address in comma seprated"
|
143 |
msgstr "Tambahkan IP Address di koma seprated"
|
144 |
|
145 |
-
#: admin/class-page-visit-counter-admin.php:
|
146 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
147 |
msgstr ""
|
148 |
"( Masukkan alamat IP yang akan dikecualikan dari tampilan pos menghitung. )"
|
149 |
|
150 |
-
#: admin/class-page-visit-counter-admin.php:
|
151 |
msgid "Exclude Users"
|
152 |
msgstr "Kecualikan Pengguna"
|
153 |
|
154 |
-
#: admin/class-page-visit-counter-admin.php:
|
155 |
msgid "Select Registerd Users"
|
156 |
msgstr "Pilih Pengguna Registerd"
|
157 |
|
158 |
-
#: admin/class-page-visit-counter-admin.php:
|
159 |
msgid "(Select the users to be excluded from post views count.)"
|
160 |
msgstr "( Pilih pengguna untuk dikecualikan dari jumlah post views . )"
|
161 |
|
162 |
-
#: admin/class-page-visit-counter-admin.php:
|
163 |
msgid "Show front view counter"
|
164 |
msgstr "Tampilkan front view kontra"
|
165 |
|
166 |
-
#: admin/class-page-visit-counter-admin.php:
|
167 |
msgid "Check the box if you want to display counter view on front end."
|
168 |
msgstr ""
|
169 |
"Centang kotak jika Anda ingin menampilkan kontra lihat di ujung depan ."
|
170 |
|
171 |
-
#: admin/class-page-visit-counter-admin.php:
|
172 |
msgid "Choose color for the front end view"
|
173 |
msgstr "Memilih warna untuk tampilan front end"
|
174 |
|
175 |
-
#: admin/class-page-visit-counter-admin.php:
|
176 |
msgid "Save"
|
177 |
msgstr "Menyimpan"
|
178 |
|
179 |
-
#: admin/class-page-visit-counter-admin.php:
|
180 |
msgid "Settings saved Sucessfully."
|
181 |
msgstr "Pengaturan disimpan Berhasil ."
|
182 |
|
183 |
-
#: admin/class-page-visit-counter-admin.php:
|
184 |
msgid "Short Code"
|
185 |
msgstr "Kode pendek"
|
186 |
|
187 |
-
#: admin/class-page-visit-counter-admin.php:
|
188 |
msgid ""
|
189 |
"There are two shortcodes that you can use to manually add page view count to "
|
190 |
"any content on admin or post/page template created by your theme or plugin "
|
@@ -195,13 +243,13 @@ msgstr ""
|
|
195 |
"yang dibuat oleh tema atau plugin yang thats di Anda buat itu menampilkan "
|
196 |
"konten sendiri di halaman / posting ."
|
197 |
|
198 |
-
#: admin/class-page-visit-counter-admin.php:
|
199 |
msgid "Use this shortcode to add admin side content on page/post:"
|
200 |
msgstr ""
|
201 |
"Gunakan shortcode ini untuk menambahkan konten sisi admin pada halaman / "
|
202 |
"post :"
|
203 |
|
204 |
-
#: admin/class-page-visit-counter-admin.php:
|
205 |
msgid ""
|
206 |
"Use this shortcode to add page/post template (.php) file of your own "
|
207 |
"template:"
|
@@ -209,32 +257,32 @@ msgstr ""
|
|
209 |
"Gunakan shortcode ini untuk menambahkan halaman / post template ( php ) file "
|
210 |
"template Anda sendiri :"
|
211 |
|
212 |
-
#: admin/class-page-visit-counter-admin.php:
|
213 |
msgid "Most Visited Page"
|
214 |
msgstr "Kebanyakan Dikunjungi"
|
215 |
|
216 |
-
#: admin/class-page-visit-counter-admin.php:
|
217 |
msgid "Page id"
|
218 |
msgstr "halaman id"
|
219 |
|
220 |
-
#: admin/class-page-visit-counter-admin.php:
|
221 |
msgid "Page Name"
|
222 |
msgstr "halaman Nama"
|
223 |
|
224 |
-
#: admin/class-page-visit-counter-admin.php:
|
225 |
msgid "Total Visits"
|
226 |
msgstr "Jumlah Kunjungan"
|
227 |
|
228 |
-
#: admin/class-page-visit-counter-admin.php:
|
229 |
msgid "Do you want to enable page visits count for this page?"
|
230 |
msgstr ""
|
231 |
"Apakah Anda ingin mengaktifkan kunjungan laman menghitung untuk halaman ini ?"
|
232 |
|
233 |
-
#: admin/class-page-visit-counter-admin.php:
|
234 |
msgid "Yes"
|
235 |
msgstr "iya nih"
|
236 |
|
237 |
-
#: admin/class-page-visit-counter-admin.php:
|
238 |
msgid "Total visits:"
|
239 |
msgstr "Total kunjungan :"
|
240 |
|
@@ -243,8 +291,8 @@ msgid "Select a page…"
|
|
243 |
msgstr "Pilih halaman & hellip ;"
|
244 |
|
245 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
246 |
-
#: public/class-page-visit-counter-public.php:
|
247 |
-
#: public/class-page-visit-counter-public.php:
|
248 |
msgid "total visits."
|
249 |
msgstr "total kunjungan ."
|
250 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit coounter\n"
|
4 |
+
"POT-Creation-Date: 2016-04-05 11:15+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-04-05 11:17+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: id\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: admin/class-page-visit-counter-admin.php:117
|
19 |
msgid "Clear"
|
20 |
msgstr "Bersih"
|
21 |
|
22 |
+
#: admin/class-page-visit-counter-admin.php:117
|
23 |
msgid "Default"
|
24 |
msgstr "kegagalan"
|
25 |
|
26 |
+
#: admin/class-page-visit-counter-admin.php:117
|
27 |
msgid "Select Color"
|
28 |
msgstr "pilih Warna"
|
29 |
|
30 |
+
#: admin/class-page-visit-counter-admin.php:143
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Halaman - Kunjungi - Kontra"
|
33 |
|
34 |
+
#: admin/class-page-visit-counter-admin.php:143
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Halaman Kunjungi Kontra"
|
37 |
|
38 |
+
#: admin/class-page-visit-counter-admin.php:144
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Counter- Pengaturan"
|
41 |
|
42 |
+
#: admin/class-page-visit-counter-admin.php:144
|
43 |
msgid "Settings"
|
44 |
msgstr "pengaturan"
|
45 |
|
46 |
+
#: admin/class-page-visit-counter-admin.php:154
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Halaman Kunjungi Kontra"
|
49 |
|
50 |
+
#: admin/class-page-visit-counter-admin.php:158
|
51 |
+
msgid "Top Browsers"
|
52 |
+
msgstr "Top Browser"
|
53 |
+
|
54 |
+
#: admin/class-page-visit-counter-admin.php:159
|
55 |
+
msgid "Top 10 IP address"
|
56 |
+
msgstr "alamat 10 IP atas"
|
57 |
+
|
58 |
+
#: admin/class-page-visit-counter-admin.php:160
|
59 |
+
msgid "Top referer"
|
60 |
+
msgstr "Top referer"
|
61 |
+
|
62 |
+
#: admin/class-page-visit-counter-admin.php:161
|
63 |
+
msgid "Weekly report"
|
64 |
+
msgstr "Laporan mingguan"
|
65 |
+
|
66 |
+
#: admin/class-page-visit-counter-admin.php:162
|
67 |
+
msgid "Monthly report"
|
68 |
+
msgstr "Laporan bulanan"
|
69 |
+
|
70 |
+
#: admin/class-page-visit-counter-admin.php:163
|
71 |
+
msgid "Yearly Visit Report"
|
72 |
+
msgstr "Tahunan Laporan Kunjungan"
|
73 |
+
|
74 |
+
#: admin/class-page-visit-counter-admin.php:198
|
75 |
msgid "Search by page title"
|
76 |
msgstr "Cari berdasarkan judul halaman"
|
77 |
|
78 |
+
#: admin/class-page-visit-counter-admin.php:198
|
79 |
msgid "Search by page date"
|
80 |
msgstr "Cari berdasarkan tanggal page"
|
81 |
|
82 |
+
#: admin/class-page-visit-counter-admin.php:198
|
83 |
msgid "Search Page"
|
84 |
msgstr "Halaman Pencarian"
|
85 |
|
86 |
+
#: admin/class-page-visit-counter-admin.php:205
|
87 |
+
#: admin/class-page-visit-counter-admin.php:238
|
88 |
+
#: admin/class-page-visit-counter-admin.php:509
|
89 |
+
#: admin/class-page-visit-counter-admin.php:567
|
90 |
+
#: admin/class-page-visit-counter-admin.php:599
|
91 |
+
#: admin/class-page-visit-counter-admin.php:626
|
92 |
+
#: admin/class-page-visit-counter-admin.php:638
|
93 |
+
#: admin/class-page-visit-counter-admin.php:697
|
94 |
+
#: admin/class-page-visit-counter-admin.php:765
|
95 |
msgid "No"
|
96 |
msgstr "Tidak"
|
97 |
|
98 |
+
#: admin/class-page-visit-counter-admin.php:206
|
99 |
+
#: admin/class-page-visit-counter-admin.php:239
|
100 |
+
#: admin/class-page-visit-counter-admin.php:510
|
101 |
+
#: admin/class-page-visit-counter-admin.php:568
|
102 |
+
#: admin/class-page-visit-counter-admin.php:600
|
103 |
+
#: admin/class-page-visit-counter-admin.php:627
|
104 |
+
#: admin/class-page-visit-counter-admin.php:639
|
105 |
+
#: admin/class-page-visit-counter-admin.php:698
|
106 |
msgid "Page ID"
|
107 |
msgstr "halaman ID"
|
108 |
|
109 |
+
#: admin/class-page-visit-counter-admin.php:207
|
110 |
+
#: admin/class-page-visit-counter-admin.php:240
|
111 |
+
#: admin/class-page-visit-counter-admin.php:511
|
112 |
+
#: admin/class-page-visit-counter-admin.php:569
|
113 |
+
#: admin/class-page-visit-counter-admin.php:601
|
114 |
+
#: admin/class-page-visit-counter-admin.php:628
|
115 |
+
#: admin/class-page-visit-counter-admin.php:640
|
116 |
+
#: admin/class-page-visit-counter-admin.php:699
|
117 |
msgid "Page Title"
|
118 |
msgstr "Judul halaman"
|
119 |
|
120 |
+
#: admin/class-page-visit-counter-admin.php:208
|
121 |
+
#: admin/class-page-visit-counter-admin.php:241
|
122 |
+
#: admin/class-page-visit-counter-admin.php:413
|
123 |
+
#: admin/class-page-visit-counter-admin.php:512
|
124 |
+
#: admin/class-page-visit-counter-admin.php:570
|
125 |
+
#: admin/class-page-visit-counter-admin.php:602
|
126 |
+
#: admin/class-page-visit-counter-admin.php:629
|
127 |
+
#: admin/class-page-visit-counter-admin.php:641
|
128 |
+
#: admin/class-page-visit-counter-admin.php:700
|
129 |
msgid "Total Count"
|
130 |
msgstr "total Hitungan"
|
131 |
|
132 |
+
#: admin/class-page-visit-counter-admin.php:209
|
133 |
+
#: admin/class-page-visit-counter-admin.php:242
|
134 |
+
#: admin/class-page-visit-counter-admin.php:513
|
135 |
+
#: admin/class-page-visit-counter-admin.php:571
|
136 |
+
#: admin/class-page-visit-counter-admin.php:603
|
137 |
+
#: admin/class-page-visit-counter-admin.php:630
|
138 |
+
#: admin/class-page-visit-counter-admin.php:642
|
139 |
+
#: admin/class-page-visit-counter-admin.php:701
|
140 |
msgid "Share"
|
141 |
msgstr "Bagikan"
|
142 |
|
143 |
+
#: admin/class-page-visit-counter-admin.php:210
|
144 |
+
#: admin/class-page-visit-counter-admin.php:243
|
145 |
+
#: admin/class-page-visit-counter-admin.php:514
|
146 |
+
#: admin/class-page-visit-counter-admin.php:572
|
147 |
+
#: admin/class-page-visit-counter-admin.php:604
|
148 |
+
#: admin/class-page-visit-counter-admin.php:631
|
149 |
+
#: admin/class-page-visit-counter-admin.php:643
|
150 |
+
#: admin/class-page-visit-counter-admin.php:702
|
151 |
+
msgid "Report"
|
152 |
+
msgstr "Melaporkan"
|
153 |
+
|
154 |
+
#: admin/class-page-visit-counter-admin.php:232
|
155 |
+
#: admin/class-page-visit-counter-admin.php:561
|
156 |
+
#: admin/class-page-visit-counter-admin.php:621
|
157 |
+
#: admin/class-page-visit-counter-admin.php:691
|
158 |
+
msgid "View Report"
|
159 |
+
msgstr "Melihat laporan"
|
160 |
+
|
161 |
+
#: admin/class-page-visit-counter-admin.php:297
|
162 |
msgid "Page Counter Settings"
|
163 |
msgstr "halaman melawan pengaturan"
|
164 |
|
165 |
+
#: admin/class-page-visit-counter-admin.php:305
|
166 |
msgid "Post Type"
|
167 |
msgstr "posting mengetik"
|
168 |
|
169 |
+
#: admin/class-page-visit-counter-admin.php:307
|
170 |
msgid "Add Page/Post Type"
|
171 |
msgstr "Tambahkan Halaman / Posting mengetik"
|
172 |
|
173 |
+
#: admin/class-page-visit-counter-admin.php:316
|
174 |
msgid "(Select post types for which post views will be counted.)"
|
175 |
msgstr "( Pilih jenis posting yang dilihat posting akan dihitung . )"
|
176 |
|
177 |
+
#: admin/class-page-visit-counter-admin.php:316
|
178 |
msgid ""
|
179 |
"Note: If you leave the blank then it will count for all the post/page "
|
180 |
"registered in your theme."
|
182 |
"Catatan : Jika Anda meninggalkan kosong maka akan menghitung untuk semua "
|
183 |
"posting / halaman terdaftar dalam tema Anda ."
|
184 |
|
185 |
+
#: admin/class-page-visit-counter-admin.php:320
|
186 |
msgid "Exclude IPs (Ip Address)"
|
187 |
msgstr "Kecualikan IP ( Ip Address)"
|
188 |
|
189 |
+
#: admin/class-page-visit-counter-admin.php:322
|
190 |
msgid "Add IP Address in comma seprated"
|
191 |
msgstr "Tambahkan IP Address di koma seprated"
|
192 |
|
193 |
+
#: admin/class-page-visit-counter-admin.php:330
|
194 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
195 |
msgstr ""
|
196 |
"( Masukkan alamat IP yang akan dikecualikan dari tampilan pos menghitung. )"
|
197 |
|
198 |
+
#: admin/class-page-visit-counter-admin.php:335
|
199 |
msgid "Exclude Users"
|
200 |
msgstr "Kecualikan Pengguna"
|
201 |
|
202 |
+
#: admin/class-page-visit-counter-admin.php:337
|
203 |
msgid "Select Registerd Users"
|
204 |
msgstr "Pilih Pengguna Registerd"
|
205 |
|
206 |
+
#: admin/class-page-visit-counter-admin.php:346
|
207 |
msgid "(Select the users to be excluded from post views count.)"
|
208 |
msgstr "( Pilih pengguna untuk dikecualikan dari jumlah post views . )"
|
209 |
|
210 |
+
#: admin/class-page-visit-counter-admin.php:350
|
211 |
msgid "Show front view counter"
|
212 |
msgstr "Tampilkan front view kontra"
|
213 |
|
214 |
+
#: admin/class-page-visit-counter-admin.php:357
|
215 |
msgid "Check the box if you want to display counter view on front end."
|
216 |
msgstr ""
|
217 |
"Centang kotak jika Anda ingin menampilkan kontra lihat di ujung depan ."
|
218 |
|
219 |
+
#: admin/class-page-visit-counter-admin.php:360
|
220 |
msgid "Choose color for the front end view"
|
221 |
msgstr "Memilih warna untuk tampilan front end"
|
222 |
|
223 |
+
#: admin/class-page-visit-counter-admin.php:376
|
224 |
msgid "Save"
|
225 |
msgstr "Menyimpan"
|
226 |
|
227 |
+
#: admin/class-page-visit-counter-admin.php:377
|
228 |
msgid "Settings saved Sucessfully."
|
229 |
msgstr "Pengaturan disimpan Berhasil ."
|
230 |
|
231 |
+
#: admin/class-page-visit-counter-admin.php:382
|
232 |
msgid "Short Code"
|
233 |
msgstr "Kode pendek"
|
234 |
|
235 |
+
#: admin/class-page-visit-counter-admin.php:383
|
236 |
msgid ""
|
237 |
"There are two shortcodes that you can use to manually add page view count to "
|
238 |
"any content on admin or post/page template created by your theme or plugin "
|
243 |
"yang dibuat oleh tema atau plugin yang thats di Anda buat itu menampilkan "
|
244 |
"konten sendiri di halaman / posting ."
|
245 |
|
246 |
+
#: admin/class-page-visit-counter-admin.php:384
|
247 |
msgid "Use this shortcode to add admin side content on page/post:"
|
248 |
msgstr ""
|
249 |
"Gunakan shortcode ini untuk menambahkan konten sisi admin pada halaman / "
|
250 |
"post :"
|
251 |
|
252 |
+
#: admin/class-page-visit-counter-admin.php:385
|
253 |
msgid ""
|
254 |
"Use this shortcode to add page/post template (.php) file of your own "
|
255 |
"template:"
|
257 |
"Gunakan shortcode ini untuk menambahkan halaman / post template ( php ) file "
|
258 |
"template Anda sendiri :"
|
259 |
|
260 |
+
#: admin/class-page-visit-counter-admin.php:401
|
261 |
msgid "Most Visited Page"
|
262 |
msgstr "Kebanyakan Dikunjungi"
|
263 |
|
264 |
+
#: admin/class-page-visit-counter-admin.php:411
|
265 |
msgid "Page id"
|
266 |
msgstr "halaman id"
|
267 |
|
268 |
+
#: admin/class-page-visit-counter-admin.php:412
|
269 |
msgid "Page Name"
|
270 |
msgstr "halaman Nama"
|
271 |
|
272 |
+
#: admin/class-page-visit-counter-admin.php:735
|
273 |
msgid "Total Visits"
|
274 |
msgstr "Jumlah Kunjungan"
|
275 |
|
276 |
+
#: admin/class-page-visit-counter-admin.php:761
|
277 |
msgid "Do you want to enable page visits count for this page?"
|
278 |
msgstr ""
|
279 |
"Apakah Anda ingin mengaktifkan kunjungan laman menghitung untuk halaman ini ?"
|
280 |
|
281 |
+
#: admin/class-page-visit-counter-admin.php:764
|
282 |
msgid "Yes"
|
283 |
msgstr "iya nih"
|
284 |
|
285 |
+
#: admin/class-page-visit-counter-admin.php:770
|
286 |
msgid "Total visits:"
|
287 |
msgstr "Total kunjungan :"
|
288 |
|
291 |
msgstr "Pilih halaman & hellip ;"
|
292 |
|
293 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
294 |
+
#: public/class-page-visit-counter-public.php:558
|
295 |
+
#: public/class-page-visit-counter-public.php:564
|
296 |
msgid "total visits."
|
297 |
msgstr "total kunjungan ."
|
298 |
|
languages/page-visit-counter-it.mo
CHANGED
Binary file
|
languages/page-visit-counter-it.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: it\n"
|
@@ -15,120 +15,168 @@ msgstr ""
|
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: admin/class-page-visit-counter-admin.php:
|
19 |
msgid "Clear"
|
20 |
msgstr "Pulire"
|
21 |
|
22 |
-
#: admin/class-page-visit-counter-admin.php:
|
23 |
msgid "Default"
|
24 |
msgstr "Predefinito"
|
25 |
|
26 |
-
#: admin/class-page-visit-counter-admin.php:
|
27 |
msgid "Select Color"
|
28 |
msgstr "Seleziona Colore"
|
29 |
|
30 |
-
#: admin/class-page-visit-counter-admin.php:
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Pagina - Visit -Counter"
|
33 |
|
34 |
-
#: admin/class-page-visit-counter-admin.php:
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Visita pagina Contatore"
|
37 |
|
38 |
-
#: admin/class-page-visit-counter-admin.php:
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Contro- Impostazioni"
|
41 |
|
42 |
-
#: admin/class-page-visit-counter-admin.php:
|
43 |
msgid "Settings"
|
44 |
msgstr "impostazioni"
|
45 |
|
46 |
-
#: admin/class-page-visit-counter-admin.php:
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Visita pagina Contatore"
|
49 |
|
50 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
msgid "Search by page title"
|
52 |
msgstr "Ricerca per titolo pagina"
|
53 |
|
54 |
-
#: admin/class-page-visit-counter-admin.php:
|
55 |
msgid "Search by page date"
|
56 |
msgstr "Ricerca per data pagina"
|
57 |
|
58 |
-
#: admin/class-page-visit-counter-admin.php:
|
59 |
msgid "Search Page"
|
60 |
msgstr "Pagina di ricerca"
|
61 |
|
62 |
-
#: admin/class-page-visit-counter-admin.php:
|
63 |
-
#: admin/class-page-visit-counter-admin.php:
|
64 |
-
#: admin/class-page-visit-counter-admin.php:
|
65 |
-
#: admin/class-page-visit-counter-admin.php:
|
66 |
-
#: admin/class-page-visit-counter-admin.php:
|
67 |
-
#: admin/class-page-visit-counter-admin.php:
|
68 |
-
#: admin/class-page-visit-counter-admin.php:
|
69 |
-
#: admin/class-page-visit-counter-admin.php:
|
70 |
-
#: admin/class-page-visit-counter-admin.php:
|
71 |
msgid "No"
|
72 |
msgstr "NO"
|
73 |
|
74 |
-
#: admin/class-page-visit-counter-admin.php:
|
75 |
-
#: admin/class-page-visit-counter-admin.php:
|
76 |
-
#: admin/class-page-visit-counter-admin.php:
|
77 |
-
#: admin/class-page-visit-counter-admin.php:
|
78 |
-
#: admin/class-page-visit-counter-admin.php:
|
79 |
-
#: admin/class-page-visit-counter-admin.php:
|
80 |
-
#: admin/class-page-visit-counter-admin.php:
|
81 |
-
#: admin/class-page-visit-counter-admin.php:
|
82 |
msgid "Page ID"
|
83 |
msgstr "ID pagina"
|
84 |
|
85 |
-
#: admin/class-page-visit-counter-admin.php:
|
86 |
-
#: admin/class-page-visit-counter-admin.php:
|
87 |
-
#: admin/class-page-visit-counter-admin.php:
|
88 |
-
#: admin/class-page-visit-counter-admin.php:
|
89 |
-
#: admin/class-page-visit-counter-admin.php:
|
90 |
-
#: admin/class-page-visit-counter-admin.php:
|
91 |
-
#: admin/class-page-visit-counter-admin.php:
|
92 |
-
#: admin/class-page-visit-counter-admin.php:
|
93 |
msgid "Page Title"
|
94 |
msgstr "Titolo della pagina"
|
95 |
|
96 |
-
#: admin/class-page-visit-counter-admin.php:
|
97 |
-
#: admin/class-page-visit-counter-admin.php:
|
98 |
-
#: admin/class-page-visit-counter-admin.php:
|
99 |
-
#: admin/class-page-visit-counter-admin.php:
|
100 |
-
#: admin/class-page-visit-counter-admin.php:
|
101 |
-
#: admin/class-page-visit-counter-admin.php:
|
102 |
-
#: admin/class-page-visit-counter-admin.php:
|
103 |
-
#: admin/class-page-visit-counter-admin.php:
|
104 |
-
#: admin/class-page-visit-counter-admin.php:
|
105 |
msgid "Total Count"
|
106 |
msgstr "Conteggio totale"
|
107 |
|
108 |
-
#: admin/class-page-visit-counter-admin.php:
|
109 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
msgid "Share"
|
111 |
msgstr "Condividere"
|
112 |
|
113 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
msgid "Page Counter Settings"
|
115 |
msgstr "Pagina Impostazioni contatore"
|
116 |
|
117 |
-
#: admin/class-page-visit-counter-admin.php:
|
118 |
msgid "Post Type"
|
119 |
msgstr "Tipo Messaggio"
|
120 |
|
121 |
-
#: admin/class-page-visit-counter-admin.php:
|
122 |
msgid "Add Page/Post Type"
|
123 |
msgstr "Aggiungi tipo di Pagina / Post"
|
124 |
|
125 |
-
#: admin/class-page-visit-counter-admin.php:
|
126 |
msgid "(Select post types for which post views will be counted.)"
|
127 |
msgstr ""
|
128 |
"( Selezionare i tipi di posto per il quale verranno conteggiate "
|
129 |
"visualizzazioni di post . )"
|
130 |
|
131 |
-
#: admin/class-page-visit-counter-admin.php:
|
132 |
msgid ""
|
133 |
"Note: If you leave the blank then it will count for all the post/page "
|
134 |
"registered in your theme."
|
@@ -136,59 +184,59 @@ msgstr ""
|
|
136 |
"Nota : Se si lascia il vuoto allora conterà per tutti i post / pagina "
|
137 |
"registrata nel vostro tema ."
|
138 |
|
139 |
-
#: admin/class-page-visit-counter-admin.php:
|
140 |
msgid "Exclude IPs (Ip Address)"
|
141 |
msgstr "Escludi IP ( indirizzo IP)"
|
142 |
|
143 |
-
#: admin/class-page-visit-counter-admin.php:
|
144 |
msgid "Add IP Address in comma seprated"
|
145 |
msgstr "Aggiungere l'indirizzo IP in virgola seprated"
|
146 |
|
147 |
-
#: admin/class-page-visit-counter-admin.php:
|
148 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
149 |
msgstr ""
|
150 |
"( Inserire gli indirizzi IP da escludere dalla vista Numero di messaggi . )"
|
151 |
|
152 |
-
#: admin/class-page-visit-counter-admin.php:
|
153 |
msgid "Exclude Users"
|
154 |
msgstr "escludere gli utenti"
|
155 |
|
156 |
-
#: admin/class-page-visit-counter-admin.php:
|
157 |
msgid "Select Registerd Users"
|
158 |
msgstr "Selezionare Utenti Registerd"
|
159 |
|
160 |
-
#: admin/class-page-visit-counter-admin.php:
|
161 |
msgid "(Select the users to be excluded from post views count.)"
|
162 |
msgstr ""
|
163 |
"( Selezionare gli utenti da escludere dal numero dei tuoi messaggi vista . )"
|
164 |
|
165 |
-
#: admin/class-page-visit-counter-admin.php:
|
166 |
msgid "Show front view counter"
|
167 |
msgstr "Mostra contatore vista frontale"
|
168 |
|
169 |
-
#: admin/class-page-visit-counter-admin.php:
|
170 |
msgid "Check the box if you want to display counter view on front end."
|
171 |
msgstr ""
|
172 |
"Selezionare la casella se si desidera visualizzare vista contatore sul front-"
|
173 |
"end."
|
174 |
|
175 |
-
#: admin/class-page-visit-counter-admin.php:
|
176 |
msgid "Choose color for the front end view"
|
177 |
msgstr "Scegliere il colore per la vista frontale"
|
178 |
|
179 |
-
#: admin/class-page-visit-counter-admin.php:
|
180 |
msgid "Save"
|
181 |
msgstr "Salvare"
|
182 |
|
183 |
-
#: admin/class-page-visit-counter-admin.php:
|
184 |
msgid "Settings saved Sucessfully."
|
185 |
msgstr "Impostazioni salvate con successo ."
|
186 |
|
187 |
-
#: admin/class-page-visit-counter-admin.php:
|
188 |
msgid "Short Code"
|
189 |
msgstr "Codice corto"
|
190 |
|
191 |
-
#: admin/class-page-visit-counter-admin.php:
|
192 |
msgid ""
|
193 |
"There are two shortcodes that you can use to manually add page view count to "
|
194 |
"any content on admin or post/page template created by your theme or plugin "
|
@@ -199,13 +247,13 @@ msgstr ""
|
|
199 |
"amministrazione o inviati modello / pagina creata da tuo tema o plugin di "
|
200 |
"questo è creare un proprio contenuto del display a pagina / post ."
|
201 |
|
202 |
-
#: admin/class-page-visit-counter-admin.php:
|
203 |
msgid "Use this shortcode to add admin side content on page/post:"
|
204 |
msgstr ""
|
205 |
"Utilizzare questa shortcode per aggiungere contenuti lato admin on page / "
|
206 |
"post :"
|
207 |
|
208 |
-
#: admin/class-page-visit-counter-admin.php:
|
209 |
msgid ""
|
210 |
"Use this shortcode to add page/post template (.php) file of your own "
|
211 |
"template:"
|
@@ -213,31 +261,31 @@ msgstr ""
|
|
213 |
"Utilizzare questa shortcode per aggiungere pagina di modello / post ( .php ) "
|
214 |
"file del proprio modello :"
|
215 |
|
216 |
-
#: admin/class-page-visit-counter-admin.php:
|
217 |
msgid "Most Visited Page"
|
218 |
msgstr "La maggior parte Pagina visitata"
|
219 |
|
220 |
-
#: admin/class-page-visit-counter-admin.php:
|
221 |
msgid "Page id"
|
222 |
msgstr "pagina id"
|
223 |
|
224 |
-
#: admin/class-page-visit-counter-admin.php:
|
225 |
msgid "Page Name"
|
226 |
msgstr "Nome pagina"
|
227 |
|
228 |
-
#: admin/class-page-visit-counter-admin.php:
|
229 |
msgid "Total Visits"
|
230 |
msgstr "Visite totali"
|
231 |
|
232 |
-
#: admin/class-page-visit-counter-admin.php:
|
233 |
msgid "Do you want to enable page visits count for this page?"
|
234 |
msgstr "Vuoi abilitare numero di pagine visite per questa pagina?"
|
235 |
|
236 |
-
#: admin/class-page-visit-counter-admin.php:
|
237 |
msgid "Yes"
|
238 |
msgstr "sì"
|
239 |
|
240 |
-
#: admin/class-page-visit-counter-admin.php:
|
241 |
msgid "Total visits:"
|
242 |
msgstr "Visite totali:"
|
243 |
|
@@ -246,8 +294,8 @@ msgid "Select a page…"
|
|
246 |
msgstr "Selezionare una pagina & hellip ;"
|
247 |
|
248 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
249 |
-
#: public/class-page-visit-counter-public.php:
|
250 |
-
#: public/class-page-visit-counter-public.php:
|
251 |
msgid "total visits."
|
252 |
msgstr "visite totali ."
|
253 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
+
"POT-Creation-Date: 2016-04-05 11:17+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-04-05 11:18+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: it\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: admin/class-page-visit-counter-admin.php:117
|
19 |
msgid "Clear"
|
20 |
msgstr "Pulire"
|
21 |
|
22 |
+
#: admin/class-page-visit-counter-admin.php:117
|
23 |
msgid "Default"
|
24 |
msgstr "Predefinito"
|
25 |
|
26 |
+
#: admin/class-page-visit-counter-admin.php:117
|
27 |
msgid "Select Color"
|
28 |
msgstr "Seleziona Colore"
|
29 |
|
30 |
+
#: admin/class-page-visit-counter-admin.php:143
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Pagina - Visit -Counter"
|
33 |
|
34 |
+
#: admin/class-page-visit-counter-admin.php:143
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Visita pagina Contatore"
|
37 |
|
38 |
+
#: admin/class-page-visit-counter-admin.php:144
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Contro- Impostazioni"
|
41 |
|
42 |
+
#: admin/class-page-visit-counter-admin.php:144
|
43 |
msgid "Settings"
|
44 |
msgstr "impostazioni"
|
45 |
|
46 |
+
#: admin/class-page-visit-counter-admin.php:154
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Visita pagina Contatore"
|
49 |
|
50 |
+
#: admin/class-page-visit-counter-admin.php:158
|
51 |
+
msgid "Top Browsers"
|
52 |
+
msgstr "Top Browser"
|
53 |
+
|
54 |
+
#: admin/class-page-visit-counter-admin.php:159
|
55 |
+
msgid "Top 10 IP address"
|
56 |
+
msgstr "Top indirizzo IP 10"
|
57 |
+
|
58 |
+
#: admin/class-page-visit-counter-admin.php:160
|
59 |
+
msgid "Top referer"
|
60 |
+
msgstr "Top referer"
|
61 |
+
|
62 |
+
#: admin/class-page-visit-counter-admin.php:161
|
63 |
+
msgid "Weekly report"
|
64 |
+
msgstr "Rapporto settimanale"
|
65 |
+
|
66 |
+
#: admin/class-page-visit-counter-admin.php:162
|
67 |
+
msgid "Monthly report"
|
68 |
+
msgstr "Rapporto mensile"
|
69 |
+
|
70 |
+
#: admin/class-page-visit-counter-admin.php:163
|
71 |
+
msgid "Yearly Visit Report"
|
72 |
+
msgstr "Annuale Visita Rapporto"
|
73 |
+
|
74 |
+
#: admin/class-page-visit-counter-admin.php:198
|
75 |
msgid "Search by page title"
|
76 |
msgstr "Ricerca per titolo pagina"
|
77 |
|
78 |
+
#: admin/class-page-visit-counter-admin.php:198
|
79 |
msgid "Search by page date"
|
80 |
msgstr "Ricerca per data pagina"
|
81 |
|
82 |
+
#: admin/class-page-visit-counter-admin.php:198
|
83 |
msgid "Search Page"
|
84 |
msgstr "Pagina di ricerca"
|
85 |
|
86 |
+
#: admin/class-page-visit-counter-admin.php:205
|
87 |
+
#: admin/class-page-visit-counter-admin.php:238
|
88 |
+
#: admin/class-page-visit-counter-admin.php:509
|
89 |
+
#: admin/class-page-visit-counter-admin.php:567
|
90 |
+
#: admin/class-page-visit-counter-admin.php:599
|
91 |
+
#: admin/class-page-visit-counter-admin.php:626
|
92 |
+
#: admin/class-page-visit-counter-admin.php:638
|
93 |
+
#: admin/class-page-visit-counter-admin.php:697
|
94 |
+
#: admin/class-page-visit-counter-admin.php:765
|
95 |
msgid "No"
|
96 |
msgstr "NO"
|
97 |
|
98 |
+
#: admin/class-page-visit-counter-admin.php:206
|
99 |
+
#: admin/class-page-visit-counter-admin.php:239
|
100 |
+
#: admin/class-page-visit-counter-admin.php:510
|
101 |
+
#: admin/class-page-visit-counter-admin.php:568
|
102 |
+
#: admin/class-page-visit-counter-admin.php:600
|
103 |
+
#: admin/class-page-visit-counter-admin.php:627
|
104 |
+
#: admin/class-page-visit-counter-admin.php:639
|
105 |
+
#: admin/class-page-visit-counter-admin.php:698
|
106 |
msgid "Page ID"
|
107 |
msgstr "ID pagina"
|
108 |
|
109 |
+
#: admin/class-page-visit-counter-admin.php:207
|
110 |
+
#: admin/class-page-visit-counter-admin.php:240
|
111 |
+
#: admin/class-page-visit-counter-admin.php:511
|
112 |
+
#: admin/class-page-visit-counter-admin.php:569
|
113 |
+
#: admin/class-page-visit-counter-admin.php:601
|
114 |
+
#: admin/class-page-visit-counter-admin.php:628
|
115 |
+
#: admin/class-page-visit-counter-admin.php:640
|
116 |
+
#: admin/class-page-visit-counter-admin.php:699
|
117 |
msgid "Page Title"
|
118 |
msgstr "Titolo della pagina"
|
119 |
|
120 |
+
#: admin/class-page-visit-counter-admin.php:208
|
121 |
+
#: admin/class-page-visit-counter-admin.php:241
|
122 |
+
#: admin/class-page-visit-counter-admin.php:413
|
123 |
+
#: admin/class-page-visit-counter-admin.php:512
|
124 |
+
#: admin/class-page-visit-counter-admin.php:570
|
125 |
+
#: admin/class-page-visit-counter-admin.php:602
|
126 |
+
#: admin/class-page-visit-counter-admin.php:629
|
127 |
+
#: admin/class-page-visit-counter-admin.php:641
|
128 |
+
#: admin/class-page-visit-counter-admin.php:700
|
129 |
msgid "Total Count"
|
130 |
msgstr "Conteggio totale"
|
131 |
|
132 |
+
#: admin/class-page-visit-counter-admin.php:209
|
133 |
+
#: admin/class-page-visit-counter-admin.php:242
|
134 |
+
#: admin/class-page-visit-counter-admin.php:513
|
135 |
+
#: admin/class-page-visit-counter-admin.php:571
|
136 |
+
#: admin/class-page-visit-counter-admin.php:603
|
137 |
+
#: admin/class-page-visit-counter-admin.php:630
|
138 |
+
#: admin/class-page-visit-counter-admin.php:642
|
139 |
+
#: admin/class-page-visit-counter-admin.php:701
|
140 |
msgid "Share"
|
141 |
msgstr "Condividere"
|
142 |
|
143 |
+
#: admin/class-page-visit-counter-admin.php:210
|
144 |
+
#: admin/class-page-visit-counter-admin.php:243
|
145 |
+
#: admin/class-page-visit-counter-admin.php:514
|
146 |
+
#: admin/class-page-visit-counter-admin.php:572
|
147 |
+
#: admin/class-page-visit-counter-admin.php:604
|
148 |
+
#: admin/class-page-visit-counter-admin.php:631
|
149 |
+
#: admin/class-page-visit-counter-admin.php:643
|
150 |
+
#: admin/class-page-visit-counter-admin.php:702
|
151 |
+
msgid "Report"
|
152 |
+
msgstr "rapporto"
|
153 |
+
|
154 |
+
#: admin/class-page-visit-counter-admin.php:232
|
155 |
+
#: admin/class-page-visit-counter-admin.php:561
|
156 |
+
#: admin/class-page-visit-counter-admin.php:621
|
157 |
+
#: admin/class-page-visit-counter-admin.php:691
|
158 |
+
msgid "View Report"
|
159 |
+
msgstr "Visualizza rapporto"
|
160 |
+
|
161 |
+
#: admin/class-page-visit-counter-admin.php:297
|
162 |
msgid "Page Counter Settings"
|
163 |
msgstr "Pagina Impostazioni contatore"
|
164 |
|
165 |
+
#: admin/class-page-visit-counter-admin.php:305
|
166 |
msgid "Post Type"
|
167 |
msgstr "Tipo Messaggio"
|
168 |
|
169 |
+
#: admin/class-page-visit-counter-admin.php:307
|
170 |
msgid "Add Page/Post Type"
|
171 |
msgstr "Aggiungi tipo di Pagina / Post"
|
172 |
|
173 |
+
#: admin/class-page-visit-counter-admin.php:316
|
174 |
msgid "(Select post types for which post views will be counted.)"
|
175 |
msgstr ""
|
176 |
"( Selezionare i tipi di posto per il quale verranno conteggiate "
|
177 |
"visualizzazioni di post . )"
|
178 |
|
179 |
+
#: admin/class-page-visit-counter-admin.php:316
|
180 |
msgid ""
|
181 |
"Note: If you leave the blank then it will count for all the post/page "
|
182 |
"registered in your theme."
|
184 |
"Nota : Se si lascia il vuoto allora conterà per tutti i post / pagina "
|
185 |
"registrata nel vostro tema ."
|
186 |
|
187 |
+
#: admin/class-page-visit-counter-admin.php:320
|
188 |
msgid "Exclude IPs (Ip Address)"
|
189 |
msgstr "Escludi IP ( indirizzo IP)"
|
190 |
|
191 |
+
#: admin/class-page-visit-counter-admin.php:322
|
192 |
msgid "Add IP Address in comma seprated"
|
193 |
msgstr "Aggiungere l'indirizzo IP in virgola seprated"
|
194 |
|
195 |
+
#: admin/class-page-visit-counter-admin.php:330
|
196 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
197 |
msgstr ""
|
198 |
"( Inserire gli indirizzi IP da escludere dalla vista Numero di messaggi . )"
|
199 |
|
200 |
+
#: admin/class-page-visit-counter-admin.php:335
|
201 |
msgid "Exclude Users"
|
202 |
msgstr "escludere gli utenti"
|
203 |
|
204 |
+
#: admin/class-page-visit-counter-admin.php:337
|
205 |
msgid "Select Registerd Users"
|
206 |
msgstr "Selezionare Utenti Registerd"
|
207 |
|
208 |
+
#: admin/class-page-visit-counter-admin.php:346
|
209 |
msgid "(Select the users to be excluded from post views count.)"
|
210 |
msgstr ""
|
211 |
"( Selezionare gli utenti da escludere dal numero dei tuoi messaggi vista . )"
|
212 |
|
213 |
+
#: admin/class-page-visit-counter-admin.php:350
|
214 |
msgid "Show front view counter"
|
215 |
msgstr "Mostra contatore vista frontale"
|
216 |
|
217 |
+
#: admin/class-page-visit-counter-admin.php:357
|
218 |
msgid "Check the box if you want to display counter view on front end."
|
219 |
msgstr ""
|
220 |
"Selezionare la casella se si desidera visualizzare vista contatore sul front-"
|
221 |
"end."
|
222 |
|
223 |
+
#: admin/class-page-visit-counter-admin.php:360
|
224 |
msgid "Choose color for the front end view"
|
225 |
msgstr "Scegliere il colore per la vista frontale"
|
226 |
|
227 |
+
#: admin/class-page-visit-counter-admin.php:376
|
228 |
msgid "Save"
|
229 |
msgstr "Salvare"
|
230 |
|
231 |
+
#: admin/class-page-visit-counter-admin.php:377
|
232 |
msgid "Settings saved Sucessfully."
|
233 |
msgstr "Impostazioni salvate con successo ."
|
234 |
|
235 |
+
#: admin/class-page-visit-counter-admin.php:382
|
236 |
msgid "Short Code"
|
237 |
msgstr "Codice corto"
|
238 |
|
239 |
+
#: admin/class-page-visit-counter-admin.php:383
|
240 |
msgid ""
|
241 |
"There are two shortcodes that you can use to manually add page view count to "
|
242 |
"any content on admin or post/page template created by your theme or plugin "
|
247 |
"amministrazione o inviati modello / pagina creata da tuo tema o plugin di "
|
248 |
"questo è creare un proprio contenuto del display a pagina / post ."
|
249 |
|
250 |
+
#: admin/class-page-visit-counter-admin.php:384
|
251 |
msgid "Use this shortcode to add admin side content on page/post:"
|
252 |
msgstr ""
|
253 |
"Utilizzare questa shortcode per aggiungere contenuti lato admin on page / "
|
254 |
"post :"
|
255 |
|
256 |
+
#: admin/class-page-visit-counter-admin.php:385
|
257 |
msgid ""
|
258 |
"Use this shortcode to add page/post template (.php) file of your own "
|
259 |
"template:"
|
261 |
"Utilizzare questa shortcode per aggiungere pagina di modello / post ( .php ) "
|
262 |
"file del proprio modello :"
|
263 |
|
264 |
+
#: admin/class-page-visit-counter-admin.php:401
|
265 |
msgid "Most Visited Page"
|
266 |
msgstr "La maggior parte Pagina visitata"
|
267 |
|
268 |
+
#: admin/class-page-visit-counter-admin.php:411
|
269 |
msgid "Page id"
|
270 |
msgstr "pagina id"
|
271 |
|
272 |
+
#: admin/class-page-visit-counter-admin.php:412
|
273 |
msgid "Page Name"
|
274 |
msgstr "Nome pagina"
|
275 |
|
276 |
+
#: admin/class-page-visit-counter-admin.php:735
|
277 |
msgid "Total Visits"
|
278 |
msgstr "Visite totali"
|
279 |
|
280 |
+
#: admin/class-page-visit-counter-admin.php:761
|
281 |
msgid "Do you want to enable page visits count for this page?"
|
282 |
msgstr "Vuoi abilitare numero di pagine visite per questa pagina?"
|
283 |
|
284 |
+
#: admin/class-page-visit-counter-admin.php:764
|
285 |
msgid "Yes"
|
286 |
msgstr "sì"
|
287 |
|
288 |
+
#: admin/class-page-visit-counter-admin.php:770
|
289 |
msgid "Total visits:"
|
290 |
msgstr "Visite totali:"
|
291 |
|
294 |
msgstr "Selezionare una pagina & hellip ;"
|
295 |
|
296 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
297 |
+
#: public/class-page-visit-counter-public.php:558
|
298 |
+
#: public/class-page-visit-counter-public.php:564
|
299 |
msgid "total visits."
|
300 |
msgstr "visite totali ."
|
301 |
|
languages/page-visit-counter-nl.mo
CHANGED
Binary file
|
languages/page-visit-counter-nl.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: nl\n"
|
@@ -15,118 +15,166 @@ msgstr ""
|
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: admin/class-page-visit-counter-admin.php:
|
19 |
msgid "Clear"
|
20 |
msgstr "Duidelijk"
|
21 |
|
22 |
-
#: admin/class-page-visit-counter-admin.php:
|
23 |
msgid "Default"
|
24 |
msgstr "Standaard"
|
25 |
|
26 |
-
#: admin/class-page-visit-counter-admin.php:
|
27 |
msgid "Select Color"
|
28 |
msgstr "Kies Kleur"
|
29 |
|
30 |
-
#: admin/class-page-visit-counter-admin.php:
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Pagina Bezoek Counter"
|
33 |
|
34 |
-
#: admin/class-page-visit-counter-admin.php:
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Pagina Bezoek Counter"
|
37 |
|
38 |
-
#: admin/class-page-visit-counter-admin.php:
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Counter- instellingen"
|
41 |
|
42 |
-
#: admin/class-page-visit-counter-admin.php:
|
43 |
msgid "Settings"
|
44 |
msgstr "instellingen"
|
45 |
|
46 |
-
#: admin/class-page-visit-counter-admin.php:
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Pagina Bezoek Counter"
|
49 |
|
50 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
msgid "Search by page title"
|
52 |
msgstr "Zoeken op pagina titel"
|
53 |
|
54 |
-
#: admin/class-page-visit-counter-admin.php:
|
55 |
msgid "Search by page date"
|
56 |
msgstr "Zoeken op page date"
|
57 |
|
58 |
-
#: admin/class-page-visit-counter-admin.php:
|
59 |
msgid "Search Page"
|
60 |
msgstr "Zoekpagina"
|
61 |
|
62 |
-
#: admin/class-page-visit-counter-admin.php:
|
63 |
-
#: admin/class-page-visit-counter-admin.php:
|
64 |
-
#: admin/class-page-visit-counter-admin.php:
|
65 |
-
#: admin/class-page-visit-counter-admin.php:
|
66 |
-
#: admin/class-page-visit-counter-admin.php:
|
67 |
-
#: admin/class-page-visit-counter-admin.php:
|
68 |
-
#: admin/class-page-visit-counter-admin.php:
|
69 |
-
#: admin/class-page-visit-counter-admin.php:
|
70 |
-
#: admin/class-page-visit-counter-admin.php:
|
71 |
msgid "No"
|
72 |
msgstr "Nee"
|
73 |
|
74 |
-
#: admin/class-page-visit-counter-admin.php:
|
75 |
-
#: admin/class-page-visit-counter-admin.php:
|
76 |
-
#: admin/class-page-visit-counter-admin.php:
|
77 |
-
#: admin/class-page-visit-counter-admin.php:
|
78 |
-
#: admin/class-page-visit-counter-admin.php:
|
79 |
-
#: admin/class-page-visit-counter-admin.php:
|
80 |
-
#: admin/class-page-visit-counter-admin.php:
|
81 |
-
#: admin/class-page-visit-counter-admin.php:
|
82 |
msgid "Page ID"
|
83 |
msgstr "pagina ID"
|
84 |
|
85 |
-
#: admin/class-page-visit-counter-admin.php:
|
86 |
-
#: admin/class-page-visit-counter-admin.php:
|
87 |
-
#: admin/class-page-visit-counter-admin.php:
|
88 |
-
#: admin/class-page-visit-counter-admin.php:
|
89 |
-
#: admin/class-page-visit-counter-admin.php:
|
90 |
-
#: admin/class-page-visit-counter-admin.php:
|
91 |
-
#: admin/class-page-visit-counter-admin.php:
|
92 |
-
#: admin/class-page-visit-counter-admin.php:
|
93 |
msgid "Page Title"
|
94 |
msgstr "Pagina titel"
|
95 |
|
96 |
-
#: admin/class-page-visit-counter-admin.php:
|
97 |
-
#: admin/class-page-visit-counter-admin.php:
|
98 |
-
#: admin/class-page-visit-counter-admin.php:
|
99 |
-
#: admin/class-page-visit-counter-admin.php:
|
100 |
-
#: admin/class-page-visit-counter-admin.php:
|
101 |
-
#: admin/class-page-visit-counter-admin.php:
|
102 |
-
#: admin/class-page-visit-counter-admin.php:
|
103 |
-
#: admin/class-page-visit-counter-admin.php:
|
104 |
-
#: admin/class-page-visit-counter-admin.php:
|
105 |
msgid "Total Count"
|
106 |
msgstr "Totaal"
|
107 |
|
108 |
-
#: admin/class-page-visit-counter-admin.php:
|
109 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
msgid "Share"
|
111 |
msgstr "Delen"
|
112 |
|
113 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
msgid "Page Counter Settings"
|
115 |
msgstr "Pagina Counter -instellingen"
|
116 |
|
117 |
-
#: admin/class-page-visit-counter-admin.php:
|
118 |
msgid "Post Type"
|
119 |
msgstr "Bericht Type"
|
120 |
|
121 |
-
#: admin/class-page-visit-counter-admin.php:
|
122 |
msgid "Add Page/Post Type"
|
123 |
msgstr "Pagina toevoegen / Post Type"
|
124 |
|
125 |
-
#: admin/class-page-visit-counter-admin.php:
|
126 |
msgid "(Select post types for which post views will be counted.)"
|
127 |
msgstr "( Selecteer types ambt waarvoor uitzicht post zal worden geteld . )"
|
128 |
|
129 |
-
#: admin/class-page-visit-counter-admin.php:
|
130 |
msgid ""
|
131 |
"Note: If you leave the blank then it will count for all the post/page "
|
132 |
"registered in your theme."
|
@@ -134,56 +182,56 @@ msgstr ""
|
|
134 |
"Opmerking: Als u het leeg laat dan zal het tellen voor alle post / pagina in "
|
135 |
"uw thema geregistreerd."
|
136 |
|
137 |
-
#: admin/class-page-visit-counter-admin.php:
|
138 |
msgid "Exclude IPs (Ip Address)"
|
139 |
msgstr "Uitsluiten IP ( IP-adres)"
|
140 |
|
141 |
-
#: admin/class-page-visit-counter-admin.php:
|
142 |
msgid "Add IP Address in comma seprated"
|
143 |
msgstr "Voeg IP-adres in komma seprated"
|
144 |
|
145 |
-
#: admin/class-page-visit-counter-admin.php:
|
146 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
147 |
msgstr "(Voer de IP-adressen van standpunten post worden uitgesloten tellen. )"
|
148 |
|
149 |
-
#: admin/class-page-visit-counter-admin.php:
|
150 |
msgid "Exclude Users"
|
151 |
msgstr "uitsluiten Gebruikers"
|
152 |
|
153 |
-
#: admin/class-page-visit-counter-admin.php:
|
154 |
msgid "Select Registerd Users"
|
155 |
msgstr "Kies Ingeschreven Gebruikers"
|
156 |
|
157 |
-
#: admin/class-page-visit-counter-admin.php:
|
158 |
msgid "(Select the users to be excluded from post views count.)"
|
159 |
msgstr ""
|
160 |
"( Selecteer de gebruikers te worden uitgesloten uit post uitzicht tellen. )"
|
161 |
|
162 |
-
#: admin/class-page-visit-counter-admin.php:
|
163 |
msgid "Show front view counter"
|
164 |
msgstr "Toon vooraanzicht teller"
|
165 |
|
166 |
-
#: admin/class-page-visit-counter-admin.php:
|
167 |
msgid "Check the box if you want to display counter view on front end."
|
168 |
msgstr "Vink het vakje aan als u wilt teller kijk op front-end weer te geven ."
|
169 |
|
170 |
-
#: admin/class-page-visit-counter-admin.php:
|
171 |
msgid "Choose color for the front end view"
|
172 |
msgstr "Kies een kleur voor de front end view"
|
173 |
|
174 |
-
#: admin/class-page-visit-counter-admin.php:
|
175 |
msgid "Save"
|
176 |
msgstr "Save"
|
177 |
|
178 |
-
#: admin/class-page-visit-counter-admin.php:
|
179 |
msgid "Settings saved Sucessfully."
|
180 |
msgstr "Instellingen opgeslagen met succes ."
|
181 |
|
182 |
-
#: admin/class-page-visit-counter-admin.php:
|
183 |
msgid "Short Code"
|
184 |
msgstr "Korte code"
|
185 |
|
186 |
-
#: admin/class-page-visit-counter-admin.php:
|
187 |
msgid ""
|
188 |
"There are two shortcodes that you can use to manually add page view count to "
|
189 |
"any content on admin or post/page template created by your theme or plugin "
|
@@ -194,12 +242,12 @@ msgstr ""
|
|
194 |
"gemaakt door uw thema of plugin dat is het creëren van een eigen beeldscherm "
|
195 |
"content pagina / post ."
|
196 |
|
197 |
-
#: admin/class-page-visit-counter-admin.php:
|
198 |
msgid "Use this shortcode to add admin side content on page/post:"
|
199 |
msgstr ""
|
200 |
"Gebruik deze shortcode om admin zijde inhoud op pagina / post toe te voegen :"
|
201 |
|
202 |
-
#: admin/class-page-visit-counter-admin.php:
|
203 |
msgid ""
|
204 |
"Use this shortcode to add page/post template (.php) file of your own "
|
205 |
"template:"
|
@@ -207,31 +255,31 @@ msgstr ""
|
|
207 |
"Met deze shortcode naar pagina / post template ( .php ) bestand van uw eigen "
|
208 |
"sjabloon toe te voegen :"
|
209 |
|
210 |
-
#: admin/class-page-visit-counter-admin.php:
|
211 |
msgid "Most Visited Page"
|
212 |
msgstr "Meest Bezochte pagina"
|
213 |
|
214 |
-
#: admin/class-page-visit-counter-admin.php:
|
215 |
msgid "Page id"
|
216 |
msgstr "Id pagina"
|
217 |
|
218 |
-
#: admin/class-page-visit-counter-admin.php:
|
219 |
msgid "Page Name"
|
220 |
msgstr "pagina naam"
|
221 |
|
222 |
-
#: admin/class-page-visit-counter-admin.php:
|
223 |
msgid "Total Visits"
|
224 |
msgstr "Totaal Bezoeken"
|
225 |
|
226 |
-
#: admin/class-page-visit-counter-admin.php:
|
227 |
msgid "Do you want to enable page visits count for this page?"
|
228 |
msgstr "Heeft u wilt inschakelen pagina bezoekt tellen voor deze pagina ?"
|
229 |
|
230 |
-
#: admin/class-page-visit-counter-admin.php:
|
231 |
msgid "Yes"
|
232 |
msgstr "Ja"
|
233 |
|
234 |
-
#: admin/class-page-visit-counter-admin.php:
|
235 |
msgid "Total visits:"
|
236 |
msgstr "Totaal aantal bezoeken :"
|
237 |
|
@@ -240,8 +288,8 @@ msgid "Select a page…"
|
|
240 |
msgstr "Selecteer een pagina & hellip ;"
|
241 |
|
242 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
243 |
-
#: public/class-page-visit-counter-public.php:
|
244 |
-
#: public/class-page-visit-counter-public.php:
|
245 |
msgid "total visits."
|
246 |
msgstr "totale aantal bezoeken ."
|
247 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
+
"POT-Creation-Date: 2016-04-05 11:19+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-04-05 11:20+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: nl\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: admin/class-page-visit-counter-admin.php:117
|
19 |
msgid "Clear"
|
20 |
msgstr "Duidelijk"
|
21 |
|
22 |
+
#: admin/class-page-visit-counter-admin.php:117
|
23 |
msgid "Default"
|
24 |
msgstr "Standaard"
|
25 |
|
26 |
+
#: admin/class-page-visit-counter-admin.php:117
|
27 |
msgid "Select Color"
|
28 |
msgstr "Kies Kleur"
|
29 |
|
30 |
+
#: admin/class-page-visit-counter-admin.php:143
|
31 |
msgid "Page-Visit-Counter"
|
32 |
msgstr "Pagina Bezoek Counter"
|
33 |
|
34 |
+
#: admin/class-page-visit-counter-admin.php:143
|
35 |
msgid "PageVisitCounter"
|
36 |
msgstr "Pagina Bezoek Counter"
|
37 |
|
38 |
+
#: admin/class-page-visit-counter-admin.php:144
|
39 |
msgid "Counter-Settings"
|
40 |
msgstr "Counter- instellingen"
|
41 |
|
42 |
+
#: admin/class-page-visit-counter-admin.php:144
|
43 |
msgid "Settings"
|
44 |
msgstr "instellingen"
|
45 |
|
46 |
+
#: admin/class-page-visit-counter-admin.php:154
|
47 |
msgid "Page Visit Counter"
|
48 |
msgstr "Pagina Bezoek Counter"
|
49 |
|
50 |
+
#: admin/class-page-visit-counter-admin.php:158
|
51 |
+
msgid "Top Browsers"
|
52 |
+
msgstr "Top Browsers"
|
53 |
+
|
54 |
+
#: admin/class-page-visit-counter-admin.php:159
|
55 |
+
msgid "Top 10 IP address"
|
56 |
+
msgstr "Top 10 IP -adres"
|
57 |
+
|
58 |
+
#: admin/class-page-visit-counter-admin.php:160
|
59 |
+
msgid "Top referer"
|
60 |
+
msgstr "Top referer"
|
61 |
+
|
62 |
+
#: admin/class-page-visit-counter-admin.php:161
|
63 |
+
msgid "Weekly report"
|
64 |
+
msgstr "Wekelijks verslag"
|
65 |
+
|
66 |
+
#: admin/class-page-visit-counter-admin.php:162
|
67 |
+
msgid "Monthly report"
|
68 |
+
msgstr "Maandelijks rapport"
|
69 |
+
|
70 |
+
#: admin/class-page-visit-counter-admin.php:163
|
71 |
+
msgid "Yearly Visit Report"
|
72 |
+
msgstr "Jaarlijkse Visit Report"
|
73 |
+
|
74 |
+
#: admin/class-page-visit-counter-admin.php:198
|
75 |
msgid "Search by page title"
|
76 |
msgstr "Zoeken op pagina titel"
|
77 |
|
78 |
+
#: admin/class-page-visit-counter-admin.php:198
|
79 |
msgid "Search by page date"
|
80 |
msgstr "Zoeken op page date"
|
81 |
|
82 |
+
#: admin/class-page-visit-counter-admin.php:198
|
83 |
msgid "Search Page"
|
84 |
msgstr "Zoekpagina"
|
85 |
|
86 |
+
#: admin/class-page-visit-counter-admin.php:205
|
87 |
+
#: admin/class-page-visit-counter-admin.php:238
|
88 |
+
#: admin/class-page-visit-counter-admin.php:509
|
89 |
+
#: admin/class-page-visit-counter-admin.php:567
|
90 |
+
#: admin/class-page-visit-counter-admin.php:599
|
91 |
+
#: admin/class-page-visit-counter-admin.php:626
|
92 |
+
#: admin/class-page-visit-counter-admin.php:638
|
93 |
+
#: admin/class-page-visit-counter-admin.php:697
|
94 |
+
#: admin/class-page-visit-counter-admin.php:765
|
95 |
msgid "No"
|
96 |
msgstr "Nee"
|
97 |
|
98 |
+
#: admin/class-page-visit-counter-admin.php:206
|
99 |
+
#: admin/class-page-visit-counter-admin.php:239
|
100 |
+
#: admin/class-page-visit-counter-admin.php:510
|
101 |
+
#: admin/class-page-visit-counter-admin.php:568
|
102 |
+
#: admin/class-page-visit-counter-admin.php:600
|
103 |
+
#: admin/class-page-visit-counter-admin.php:627
|
104 |
+
#: admin/class-page-visit-counter-admin.php:639
|
105 |
+
#: admin/class-page-visit-counter-admin.php:698
|
106 |
msgid "Page ID"
|
107 |
msgstr "pagina ID"
|
108 |
|
109 |
+
#: admin/class-page-visit-counter-admin.php:207
|
110 |
+
#: admin/class-page-visit-counter-admin.php:240
|
111 |
+
#: admin/class-page-visit-counter-admin.php:511
|
112 |
+
#: admin/class-page-visit-counter-admin.php:569
|
113 |
+
#: admin/class-page-visit-counter-admin.php:601
|
114 |
+
#: admin/class-page-visit-counter-admin.php:628
|
115 |
+
#: admin/class-page-visit-counter-admin.php:640
|
116 |
+
#: admin/class-page-visit-counter-admin.php:699
|
117 |
msgid "Page Title"
|
118 |
msgstr "Pagina titel"
|
119 |
|
120 |
+
#: admin/class-page-visit-counter-admin.php:208
|
121 |
+
#: admin/class-page-visit-counter-admin.php:241
|
122 |
+
#: admin/class-page-visit-counter-admin.php:413
|
123 |
+
#: admin/class-page-visit-counter-admin.php:512
|
124 |
+
#: admin/class-page-visit-counter-admin.php:570
|
125 |
+
#: admin/class-page-visit-counter-admin.php:602
|
126 |
+
#: admin/class-page-visit-counter-admin.php:629
|
127 |
+
#: admin/class-page-visit-counter-admin.php:641
|
128 |
+
#: admin/class-page-visit-counter-admin.php:700
|
129 |
msgid "Total Count"
|
130 |
msgstr "Totaal"
|
131 |
|
132 |
+
#: admin/class-page-visit-counter-admin.php:209
|
133 |
+
#: admin/class-page-visit-counter-admin.php:242
|
134 |
+
#: admin/class-page-visit-counter-admin.php:513
|
135 |
+
#: admin/class-page-visit-counter-admin.php:571
|
136 |
+
#: admin/class-page-visit-counter-admin.php:603
|
137 |
+
#: admin/class-page-visit-counter-admin.php:630
|
138 |
+
#: admin/class-page-visit-counter-admin.php:642
|
139 |
+
#: admin/class-page-visit-counter-admin.php:701
|
140 |
msgid "Share"
|
141 |
msgstr "Delen"
|
142 |
|
143 |
+
#: admin/class-page-visit-counter-admin.php:210
|
144 |
+
#: admin/class-page-visit-counter-admin.php:243
|
145 |
+
#: admin/class-page-visit-counter-admin.php:514
|
146 |
+
#: admin/class-page-visit-counter-admin.php:572
|
147 |
+
#: admin/class-page-visit-counter-admin.php:604
|
148 |
+
#: admin/class-page-visit-counter-admin.php:631
|
149 |
+
#: admin/class-page-visit-counter-admin.php:643
|
150 |
+
#: admin/class-page-visit-counter-admin.php:702
|
151 |
+
msgid "Report"
|
152 |
+
msgstr "Rapport"
|
153 |
+
|
154 |
+
#: admin/class-page-visit-counter-admin.php:232
|
155 |
+
#: admin/class-page-visit-counter-admin.php:561
|
156 |
+
#: admin/class-page-visit-counter-admin.php:621
|
157 |
+
#: admin/class-page-visit-counter-admin.php:691
|
158 |
+
msgid "View Report"
|
159 |
+
msgstr "Rapport weergeven"
|
160 |
+
|
161 |
+
#: admin/class-page-visit-counter-admin.php:297
|
162 |
msgid "Page Counter Settings"
|
163 |
msgstr "Pagina Counter -instellingen"
|
164 |
|
165 |
+
#: admin/class-page-visit-counter-admin.php:305
|
166 |
msgid "Post Type"
|
167 |
msgstr "Bericht Type"
|
168 |
|
169 |
+
#: admin/class-page-visit-counter-admin.php:307
|
170 |
msgid "Add Page/Post Type"
|
171 |
msgstr "Pagina toevoegen / Post Type"
|
172 |
|
173 |
+
#: admin/class-page-visit-counter-admin.php:316
|
174 |
msgid "(Select post types for which post views will be counted.)"
|
175 |
msgstr "( Selecteer types ambt waarvoor uitzicht post zal worden geteld . )"
|
176 |
|
177 |
+
#: admin/class-page-visit-counter-admin.php:316
|
178 |
msgid ""
|
179 |
"Note: If you leave the blank then it will count for all the post/page "
|
180 |
"registered in your theme."
|
182 |
"Opmerking: Als u het leeg laat dan zal het tellen voor alle post / pagina in "
|
183 |
"uw thema geregistreerd."
|
184 |
|
185 |
+
#: admin/class-page-visit-counter-admin.php:320
|
186 |
msgid "Exclude IPs (Ip Address)"
|
187 |
msgstr "Uitsluiten IP ( IP-adres)"
|
188 |
|
189 |
+
#: admin/class-page-visit-counter-admin.php:322
|
190 |
msgid "Add IP Address in comma seprated"
|
191 |
msgstr "Voeg IP-adres in komma seprated"
|
192 |
|
193 |
+
#: admin/class-page-visit-counter-admin.php:330
|
194 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
195 |
msgstr "(Voer de IP-adressen van standpunten post worden uitgesloten tellen. )"
|
196 |
|
197 |
+
#: admin/class-page-visit-counter-admin.php:335
|
198 |
msgid "Exclude Users"
|
199 |
msgstr "uitsluiten Gebruikers"
|
200 |
|
201 |
+
#: admin/class-page-visit-counter-admin.php:337
|
202 |
msgid "Select Registerd Users"
|
203 |
msgstr "Kies Ingeschreven Gebruikers"
|
204 |
|
205 |
+
#: admin/class-page-visit-counter-admin.php:346
|
206 |
msgid "(Select the users to be excluded from post views count.)"
|
207 |
msgstr ""
|
208 |
"( Selecteer de gebruikers te worden uitgesloten uit post uitzicht tellen. )"
|
209 |
|
210 |
+
#: admin/class-page-visit-counter-admin.php:350
|
211 |
msgid "Show front view counter"
|
212 |
msgstr "Toon vooraanzicht teller"
|
213 |
|
214 |
+
#: admin/class-page-visit-counter-admin.php:357
|
215 |
msgid "Check the box if you want to display counter view on front end."
|
216 |
msgstr "Vink het vakje aan als u wilt teller kijk op front-end weer te geven ."
|
217 |
|
218 |
+
#: admin/class-page-visit-counter-admin.php:360
|
219 |
msgid "Choose color for the front end view"
|
220 |
msgstr "Kies een kleur voor de front end view"
|
221 |
|
222 |
+
#: admin/class-page-visit-counter-admin.php:376
|
223 |
msgid "Save"
|
224 |
msgstr "Save"
|
225 |
|
226 |
+
#: admin/class-page-visit-counter-admin.php:377
|
227 |
msgid "Settings saved Sucessfully."
|
228 |
msgstr "Instellingen opgeslagen met succes ."
|
229 |
|
230 |
+
#: admin/class-page-visit-counter-admin.php:382
|
231 |
msgid "Short Code"
|
232 |
msgstr "Korte code"
|
233 |
|
234 |
+
#: admin/class-page-visit-counter-admin.php:383
|
235 |
msgid ""
|
236 |
"There are two shortcodes that you can use to manually add page view count to "
|
237 |
"any content on admin or post/page template created by your theme or plugin "
|
242 |
"gemaakt door uw thema of plugin dat is het creëren van een eigen beeldscherm "
|
243 |
"content pagina / post ."
|
244 |
|
245 |
+
#: admin/class-page-visit-counter-admin.php:384
|
246 |
msgid "Use this shortcode to add admin side content on page/post:"
|
247 |
msgstr ""
|
248 |
"Gebruik deze shortcode om admin zijde inhoud op pagina / post toe te voegen :"
|
249 |
|
250 |
+
#: admin/class-page-visit-counter-admin.php:385
|
251 |
msgid ""
|
252 |
"Use this shortcode to add page/post template (.php) file of your own "
|
253 |
"template:"
|
255 |
"Met deze shortcode naar pagina / post template ( .php ) bestand van uw eigen "
|
256 |
"sjabloon toe te voegen :"
|
257 |
|
258 |
+
#: admin/class-page-visit-counter-admin.php:401
|
259 |
msgid "Most Visited Page"
|
260 |
msgstr "Meest Bezochte pagina"
|
261 |
|
262 |
+
#: admin/class-page-visit-counter-admin.php:411
|
263 |
msgid "Page id"
|
264 |
msgstr "Id pagina"
|
265 |
|
266 |
+
#: admin/class-page-visit-counter-admin.php:412
|
267 |
msgid "Page Name"
|
268 |
msgstr "pagina naam"
|
269 |
|
270 |
+
#: admin/class-page-visit-counter-admin.php:735
|
271 |
msgid "Total Visits"
|
272 |
msgstr "Totaal Bezoeken"
|
273 |
|
274 |
+
#: admin/class-page-visit-counter-admin.php:761
|
275 |
msgid "Do you want to enable page visits count for this page?"
|
276 |
msgstr "Heeft u wilt inschakelen pagina bezoekt tellen voor deze pagina ?"
|
277 |
|
278 |
+
#: admin/class-page-visit-counter-admin.php:764
|
279 |
msgid "Yes"
|
280 |
msgstr "Ja"
|
281 |
|
282 |
+
#: admin/class-page-visit-counter-admin.php:770
|
283 |
msgid "Total visits:"
|
284 |
msgstr "Totaal aantal bezoeken :"
|
285 |
|
288 |
msgstr "Selecteer een pagina & hellip ;"
|
289 |
|
290 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
291 |
+
#: public/class-page-visit-counter-public.php:558
|
292 |
+
#: public/class-page-visit-counter-public.php:564
|
293 |
msgid "total visits."
|
294 |
msgstr "totale aantal bezoeken ."
|
295 |
|
languages/page-visit-counter-pl.mo
CHANGED
Binary file
|
languages/page-visit-counter-pl.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: pl\n"
|
@@ -16,118 +16,166 @@ msgstr ""
|
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: admin/class-page-visit-counter-admin.php:
|
20 |
msgid "Clear"
|
21 |
msgstr "Jasny"
|
22 |
|
23 |
-
#: admin/class-page-visit-counter-admin.php:
|
24 |
msgid "Default"
|
25 |
msgstr "Domyślne"
|
26 |
|
27 |
-
#: admin/class-page-visit-counter-admin.php:
|
28 |
msgid "Select Color"
|
29 |
msgstr "Wybierz kolor"
|
30 |
|
31 |
-
#: admin/class-page-visit-counter-admin.php:
|
32 |
msgid "Page-Visit-Counter"
|
33 |
msgstr "Page - wizyta - Counter"
|
34 |
|
35 |
-
#: admin/class-page-visit-counter-admin.php:
|
36 |
msgid "PageVisitCounter"
|
37 |
msgstr "Odwiedź stronę Counter"
|
38 |
|
39 |
-
#: admin/class-page-visit-counter-admin.php:
|
40 |
msgid "Counter-Settings"
|
41 |
msgstr "Counter- Ustawienia"
|
42 |
|
43 |
-
#: admin/class-page-visit-counter-admin.php:
|
44 |
msgid "Settings"
|
45 |
msgstr "Ustawienia"
|
46 |
|
47 |
-
#: admin/class-page-visit-counter-admin.php:
|
48 |
msgid "Page Visit Counter"
|
49 |
msgstr "Odwiedź stronę Counter"
|
50 |
|
51 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
msgid "Search by page title"
|
53 |
msgstr "Szukaj po tytule"
|
54 |
|
55 |
-
#: admin/class-page-visit-counter-admin.php:
|
56 |
msgid "Search by page date"
|
57 |
msgstr "Wyszukiwanie wg strona data"
|
58 |
|
59 |
-
#: admin/class-page-visit-counter-admin.php:
|
60 |
msgid "Search Page"
|
61 |
msgstr "Strona wyszukiwania"
|
62 |
|
63 |
-
#: admin/class-page-visit-counter-admin.php:
|
64 |
-
#: admin/class-page-visit-counter-admin.php:
|
65 |
-
#: admin/class-page-visit-counter-admin.php:
|
66 |
-
#: admin/class-page-visit-counter-admin.php:
|
67 |
-
#: admin/class-page-visit-counter-admin.php:
|
68 |
-
#: admin/class-page-visit-counter-admin.php:
|
69 |
-
#: admin/class-page-visit-counter-admin.php:
|
70 |
-
#: admin/class-page-visit-counter-admin.php:
|
71 |
-
#: admin/class-page-visit-counter-admin.php:
|
72 |
msgid "No"
|
73 |
msgstr "Nie"
|
74 |
|
75 |
-
#: admin/class-page-visit-counter-admin.php:
|
76 |
-
#: admin/class-page-visit-counter-admin.php:
|
77 |
-
#: admin/class-page-visit-counter-admin.php:
|
78 |
-
#: admin/class-page-visit-counter-admin.php:
|
79 |
-
#: admin/class-page-visit-counter-admin.php:
|
80 |
-
#: admin/class-page-visit-counter-admin.php:
|
81 |
-
#: admin/class-page-visit-counter-admin.php:
|
82 |
-
#: admin/class-page-visit-counter-admin.php:
|
83 |
msgid "Page ID"
|
84 |
msgstr "Strona ID"
|
85 |
|
86 |
-
#: admin/class-page-visit-counter-admin.php:
|
87 |
-
#: admin/class-page-visit-counter-admin.php:
|
88 |
-
#: admin/class-page-visit-counter-admin.php:
|
89 |
-
#: admin/class-page-visit-counter-admin.php:
|
90 |
-
#: admin/class-page-visit-counter-admin.php:
|
91 |
-
#: admin/class-page-visit-counter-admin.php:
|
92 |
-
#: admin/class-page-visit-counter-admin.php:
|
93 |
-
#: admin/class-page-visit-counter-admin.php:
|
94 |
msgid "Page Title"
|
95 |
msgstr "Tytuł strony"
|
96 |
|
97 |
-
#: admin/class-page-visit-counter-admin.php:
|
98 |
-
#: admin/class-page-visit-counter-admin.php:
|
99 |
-
#: admin/class-page-visit-counter-admin.php:
|
100 |
-
#: admin/class-page-visit-counter-admin.php:
|
101 |
-
#: admin/class-page-visit-counter-admin.php:
|
102 |
-
#: admin/class-page-visit-counter-admin.php:
|
103 |
-
#: admin/class-page-visit-counter-admin.php:
|
104 |
-
#: admin/class-page-visit-counter-admin.php:
|
105 |
-
#: admin/class-page-visit-counter-admin.php:
|
106 |
msgid "Total Count"
|
107 |
msgstr "całkowitej liczby"
|
108 |
|
109 |
-
#: admin/class-page-visit-counter-admin.php:
|
110 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
msgid "Share"
|
112 |
msgstr "Dzielić"
|
113 |
|
114 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
msgid "Page Counter Settings"
|
116 |
msgstr "Strona Ustawienia licznika"
|
117 |
|
118 |
-
#: admin/class-page-visit-counter-admin.php:
|
119 |
msgid "Post Type"
|
120 |
msgstr "Rodzaj post"
|
121 |
|
122 |
-
#: admin/class-page-visit-counter-admin.php:
|
123 |
msgid "Add Page/Post Type"
|
124 |
msgstr "Dodaj typ strony / post"
|
125 |
|
126 |
-
#: admin/class-page-visit-counter-admin.php:
|
127 |
msgid "(Select post types for which post views will be counted.)"
|
128 |
msgstr "(Wybierz typy stanowiska, na którym będą liczone poglądy pocztowe )."
|
129 |
|
130 |
-
#: admin/class-page-visit-counter-admin.php:
|
131 |
msgid ""
|
132 |
"Note: If you leave the blank then it will count for all the post/page "
|
133 |
"registered in your theme."
|
@@ -135,55 +183,55 @@ msgstr ""
|
|
135 |
"Uwaga: Jeśli zostawisz puste to będzie liczyć na cały post / strona "
|
136 |
"zarejestrowana w temacie."
|
137 |
|
138 |
-
#: admin/class-page-visit-counter-admin.php:
|
139 |
msgid "Exclude IPs (Ip Address)"
|
140 |
msgstr "Wykluczenie IP ( IP Address)"
|
141 |
|
142 |
-
#: admin/class-page-visit-counter-admin.php:
|
143 |
msgid "Add IP Address in comma seprated"
|
144 |
msgstr "Dodaj adres IP przecinkiem seprated"
|
145 |
|
146 |
-
#: admin/class-page-visit-counter-admin.php:
|
147 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
148 |
msgstr "( Wpisz adresy IP mają być wyłączone z widokiem pocztowych liczyć )."
|
149 |
|
150 |
-
#: admin/class-page-visit-counter-admin.php:
|
151 |
msgid "Exclude Users"
|
152 |
msgstr "wykluczyć użytkowników"
|
153 |
|
154 |
-
#: admin/class-page-visit-counter-admin.php:
|
155 |
msgid "Select Registerd Users"
|
156 |
msgstr "Wybierz przez zarejestrowanych użytkowników"
|
157 |
|
158 |
-
#: admin/class-page-visit-counter-admin.php:
|
159 |
msgid "(Select the users to be excluded from post views count.)"
|
160 |
msgstr "(Wybierz użytkownicy mają być wyłączone z postu liczby odsłon )."
|
161 |
|
162 |
-
#: admin/class-page-visit-counter-admin.php:
|
163 |
msgid "Show front view counter"
|
164 |
msgstr "Pokaż przedni widok licznika"
|
165 |
|
166 |
-
#: admin/class-page-visit-counter-admin.php:
|
167 |
msgid "Check the box if you want to display counter view on front end."
|
168 |
msgstr "Zaznacz pole wyboru , jeśli chcesz ekspozytor widok na przednim końcu."
|
169 |
|
170 |
-
#: admin/class-page-visit-counter-admin.php:
|
171 |
msgid "Choose color for the front end view"
|
172 |
msgstr "Wybierz kolor dla widoku z przodu końcowego"
|
173 |
|
174 |
-
#: admin/class-page-visit-counter-admin.php:
|
175 |
msgid "Save"
|
176 |
msgstr "Zapisać"
|
177 |
|
178 |
-
#: admin/class-page-visit-counter-admin.php:
|
179 |
msgid "Settings saved Sucessfully."
|
180 |
msgstr "Ustawienia zostały zapisane pomyślnie ."
|
181 |
|
182 |
-
#: admin/class-page-visit-counter-admin.php:
|
183 |
msgid "Short Code"
|
184 |
msgstr "Krótki kod"
|
185 |
|
186 |
-
#: admin/class-page-visit-counter-admin.php:
|
187 |
msgid ""
|
188 |
"There are two shortcodes that you can use to manually add page view count to "
|
189 |
"any content on admin or post/page template created by your theme or plugin "
|
@@ -194,11 +242,11 @@ msgstr ""
|
|
194 |
"szablon utworzony przez tematycznych lub wtyczki ów miała własną zawartość "
|
195 |
"wyświetlaną na stronie / post ."
|
196 |
|
197 |
-
#: admin/class-page-visit-counter-admin.php:
|
198 |
msgid "Use this shortcode to add admin side content on page/post:"
|
199 |
msgstr "Użyj tej shortcode dodać administratora treści boku na stronie / post:"
|
200 |
|
201 |
-
#: admin/class-page-visit-counter-admin.php:
|
202 |
msgid ""
|
203 |
"Use this shortcode to add page/post template (.php) file of your own "
|
204 |
"template:"
|
@@ -206,31 +254,31 @@ msgstr ""
|
|
206 |
"Użyj tej shortcode dodać stronę / post szablon ( .php ) plik własnego "
|
207 |
"szablonu :"
|
208 |
|
209 |
-
#: admin/class-page-visit-counter-admin.php:
|
210 |
msgid "Most Visited Page"
|
211 |
msgstr "Najczęściej odwiedzane strony"
|
212 |
|
213 |
-
#: admin/class-page-visit-counter-admin.php:
|
214 |
msgid "Page id"
|
215 |
msgstr "id Page"
|
216 |
|
217 |
-
#: admin/class-page-visit-counter-admin.php:
|
218 |
msgid "Page Name"
|
219 |
msgstr "Nazwa strony"
|
220 |
|
221 |
-
#: admin/class-page-visit-counter-admin.php:
|
222 |
msgid "Total Visits"
|
223 |
msgstr "Suma odwiedzin"
|
224 |
|
225 |
-
#: admin/class-page-visit-counter-admin.php:
|
226 |
msgid "Do you want to enable page visits count for this page?"
|
227 |
msgstr "Czy chcesz włączyć wizyty strona liczyć na tej stronie?"
|
228 |
|
229 |
-
#: admin/class-page-visit-counter-admin.php:
|
230 |
msgid "Yes"
|
231 |
msgstr "tak"
|
232 |
|
233 |
-
#: admin/class-page-visit-counter-admin.php:
|
234 |
msgid "Total visits:"
|
235 |
msgstr "Ilość wizyt:"
|
236 |
|
@@ -239,8 +287,8 @@ msgid "Select a page…"
|
|
239 |
msgstr "Wybierz stronę & hellip ;"
|
240 |
|
241 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
242 |
-
#: public/class-page-visit-counter-public.php:
|
243 |
-
#: public/class-page-visit-counter-public.php:
|
244 |
msgid "total visits."
|
245 |
msgstr "Ilość wizyt ."
|
246 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
+
"POT-Creation-Date: 2016-04-05 11:32+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-04-05 11:34+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: pl\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: admin/class-page-visit-counter-admin.php:117
|
20 |
msgid "Clear"
|
21 |
msgstr "Jasny"
|
22 |
|
23 |
+
#: admin/class-page-visit-counter-admin.php:117
|
24 |
msgid "Default"
|
25 |
msgstr "Domyślne"
|
26 |
|
27 |
+
#: admin/class-page-visit-counter-admin.php:117
|
28 |
msgid "Select Color"
|
29 |
msgstr "Wybierz kolor"
|
30 |
|
31 |
+
#: admin/class-page-visit-counter-admin.php:143
|
32 |
msgid "Page-Visit-Counter"
|
33 |
msgstr "Page - wizyta - Counter"
|
34 |
|
35 |
+
#: admin/class-page-visit-counter-admin.php:143
|
36 |
msgid "PageVisitCounter"
|
37 |
msgstr "Odwiedź stronę Counter"
|
38 |
|
39 |
+
#: admin/class-page-visit-counter-admin.php:144
|
40 |
msgid "Counter-Settings"
|
41 |
msgstr "Counter- Ustawienia"
|
42 |
|
43 |
+
#: admin/class-page-visit-counter-admin.php:144
|
44 |
msgid "Settings"
|
45 |
msgstr "Ustawienia"
|
46 |
|
47 |
+
#: admin/class-page-visit-counter-admin.php:154
|
48 |
msgid "Page Visit Counter"
|
49 |
msgstr "Odwiedź stronę Counter"
|
50 |
|
51 |
+
#: admin/class-page-visit-counter-admin.php:158
|
52 |
+
msgid "Top Browsers"
|
53 |
+
msgstr "Top Przeglądarki"
|
54 |
+
|
55 |
+
#: admin/class-page-visit-counter-admin.php:159
|
56 |
+
msgid "Top 10 IP address"
|
57 |
+
msgstr "Top 10 Adres IP"
|
58 |
+
|
59 |
+
#: admin/class-page-visit-counter-admin.php:160
|
60 |
+
msgid "Top referer"
|
61 |
+
msgstr "Top referer"
|
62 |
+
|
63 |
+
#: admin/class-page-visit-counter-admin.php:161
|
64 |
+
msgid "Weekly report"
|
65 |
+
msgstr "Raport tygodniowy"
|
66 |
+
|
67 |
+
#: admin/class-page-visit-counter-admin.php:162
|
68 |
+
msgid "Monthly report"
|
69 |
+
msgstr "Miesięczny raport"
|
70 |
+
|
71 |
+
#: admin/class-page-visit-counter-admin.php:163
|
72 |
+
msgid "Yearly Visit Report"
|
73 |
+
msgstr "Roczne Sprawozdanie wizyta"
|
74 |
+
|
75 |
+
#: admin/class-page-visit-counter-admin.php:198
|
76 |
msgid "Search by page title"
|
77 |
msgstr "Szukaj po tytule"
|
78 |
|
79 |
+
#: admin/class-page-visit-counter-admin.php:198
|
80 |
msgid "Search by page date"
|
81 |
msgstr "Wyszukiwanie wg strona data"
|
82 |
|
83 |
+
#: admin/class-page-visit-counter-admin.php:198
|
84 |
msgid "Search Page"
|
85 |
msgstr "Strona wyszukiwania"
|
86 |
|
87 |
+
#: admin/class-page-visit-counter-admin.php:205
|
88 |
+
#: admin/class-page-visit-counter-admin.php:238
|
89 |
+
#: admin/class-page-visit-counter-admin.php:509
|
90 |
+
#: admin/class-page-visit-counter-admin.php:567
|
91 |
+
#: admin/class-page-visit-counter-admin.php:599
|
92 |
+
#: admin/class-page-visit-counter-admin.php:626
|
93 |
+
#: admin/class-page-visit-counter-admin.php:638
|
94 |
+
#: admin/class-page-visit-counter-admin.php:697
|
95 |
+
#: admin/class-page-visit-counter-admin.php:765
|
96 |
msgid "No"
|
97 |
msgstr "Nie"
|
98 |
|
99 |
+
#: admin/class-page-visit-counter-admin.php:206
|
100 |
+
#: admin/class-page-visit-counter-admin.php:239
|
101 |
+
#: admin/class-page-visit-counter-admin.php:510
|
102 |
+
#: admin/class-page-visit-counter-admin.php:568
|
103 |
+
#: admin/class-page-visit-counter-admin.php:600
|
104 |
+
#: admin/class-page-visit-counter-admin.php:627
|
105 |
+
#: admin/class-page-visit-counter-admin.php:639
|
106 |
+
#: admin/class-page-visit-counter-admin.php:698
|
107 |
msgid "Page ID"
|
108 |
msgstr "Strona ID"
|
109 |
|
110 |
+
#: admin/class-page-visit-counter-admin.php:207
|
111 |
+
#: admin/class-page-visit-counter-admin.php:240
|
112 |
+
#: admin/class-page-visit-counter-admin.php:511
|
113 |
+
#: admin/class-page-visit-counter-admin.php:569
|
114 |
+
#: admin/class-page-visit-counter-admin.php:601
|
115 |
+
#: admin/class-page-visit-counter-admin.php:628
|
116 |
+
#: admin/class-page-visit-counter-admin.php:640
|
117 |
+
#: admin/class-page-visit-counter-admin.php:699
|
118 |
msgid "Page Title"
|
119 |
msgstr "Tytuł strony"
|
120 |
|
121 |
+
#: admin/class-page-visit-counter-admin.php:208
|
122 |
+
#: admin/class-page-visit-counter-admin.php:241
|
123 |
+
#: admin/class-page-visit-counter-admin.php:413
|
124 |
+
#: admin/class-page-visit-counter-admin.php:512
|
125 |
+
#: admin/class-page-visit-counter-admin.php:570
|
126 |
+
#: admin/class-page-visit-counter-admin.php:602
|
127 |
+
#: admin/class-page-visit-counter-admin.php:629
|
128 |
+
#: admin/class-page-visit-counter-admin.php:641
|
129 |
+
#: admin/class-page-visit-counter-admin.php:700
|
130 |
msgid "Total Count"
|
131 |
msgstr "całkowitej liczby"
|
132 |
|
133 |
+
#: admin/class-page-visit-counter-admin.php:209
|
134 |
+
#: admin/class-page-visit-counter-admin.php:242
|
135 |
+
#: admin/class-page-visit-counter-admin.php:513
|
136 |
+
#: admin/class-page-visit-counter-admin.php:571
|
137 |
+
#: admin/class-page-visit-counter-admin.php:603
|
138 |
+
#: admin/class-page-visit-counter-admin.php:630
|
139 |
+
#: admin/class-page-visit-counter-admin.php:642
|
140 |
+
#: admin/class-page-visit-counter-admin.php:701
|
141 |
msgid "Share"
|
142 |
msgstr "Dzielić"
|
143 |
|
144 |
+
#: admin/class-page-visit-counter-admin.php:210
|
145 |
+
#: admin/class-page-visit-counter-admin.php:243
|
146 |
+
#: admin/class-page-visit-counter-admin.php:514
|
147 |
+
#: admin/class-page-visit-counter-admin.php:572
|
148 |
+
#: admin/class-page-visit-counter-admin.php:604
|
149 |
+
#: admin/class-page-visit-counter-admin.php:631
|
150 |
+
#: admin/class-page-visit-counter-admin.php:643
|
151 |
+
#: admin/class-page-visit-counter-admin.php:702
|
152 |
+
msgid "Report"
|
153 |
+
msgstr "Raport"
|
154 |
+
|
155 |
+
#: admin/class-page-visit-counter-admin.php:232
|
156 |
+
#: admin/class-page-visit-counter-admin.php:561
|
157 |
+
#: admin/class-page-visit-counter-admin.php:621
|
158 |
+
#: admin/class-page-visit-counter-admin.php:691
|
159 |
+
msgid "View Report"
|
160 |
+
msgstr "Zobacz raport"
|
161 |
+
|
162 |
+
#: admin/class-page-visit-counter-admin.php:297
|
163 |
msgid "Page Counter Settings"
|
164 |
msgstr "Strona Ustawienia licznika"
|
165 |
|
166 |
+
#: admin/class-page-visit-counter-admin.php:305
|
167 |
msgid "Post Type"
|
168 |
msgstr "Rodzaj post"
|
169 |
|
170 |
+
#: admin/class-page-visit-counter-admin.php:307
|
171 |
msgid "Add Page/Post Type"
|
172 |
msgstr "Dodaj typ strony / post"
|
173 |
|
174 |
+
#: admin/class-page-visit-counter-admin.php:316
|
175 |
msgid "(Select post types for which post views will be counted.)"
|
176 |
msgstr "(Wybierz typy stanowiska, na którym będą liczone poglądy pocztowe )."
|
177 |
|
178 |
+
#: admin/class-page-visit-counter-admin.php:316
|
179 |
msgid ""
|
180 |
"Note: If you leave the blank then it will count for all the post/page "
|
181 |
"registered in your theme."
|
183 |
"Uwaga: Jeśli zostawisz puste to będzie liczyć na cały post / strona "
|
184 |
"zarejestrowana w temacie."
|
185 |
|
186 |
+
#: admin/class-page-visit-counter-admin.php:320
|
187 |
msgid "Exclude IPs (Ip Address)"
|
188 |
msgstr "Wykluczenie IP ( IP Address)"
|
189 |
|
190 |
+
#: admin/class-page-visit-counter-admin.php:322
|
191 |
msgid "Add IP Address in comma seprated"
|
192 |
msgstr "Dodaj adres IP przecinkiem seprated"
|
193 |
|
194 |
+
#: admin/class-page-visit-counter-admin.php:330
|
195 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
196 |
msgstr "( Wpisz adresy IP mają być wyłączone z widokiem pocztowych liczyć )."
|
197 |
|
198 |
+
#: admin/class-page-visit-counter-admin.php:335
|
199 |
msgid "Exclude Users"
|
200 |
msgstr "wykluczyć użytkowników"
|
201 |
|
202 |
+
#: admin/class-page-visit-counter-admin.php:337
|
203 |
msgid "Select Registerd Users"
|
204 |
msgstr "Wybierz przez zarejestrowanych użytkowników"
|
205 |
|
206 |
+
#: admin/class-page-visit-counter-admin.php:346
|
207 |
msgid "(Select the users to be excluded from post views count.)"
|
208 |
msgstr "(Wybierz użytkownicy mają być wyłączone z postu liczby odsłon )."
|
209 |
|
210 |
+
#: admin/class-page-visit-counter-admin.php:350
|
211 |
msgid "Show front view counter"
|
212 |
msgstr "Pokaż przedni widok licznika"
|
213 |
|
214 |
+
#: admin/class-page-visit-counter-admin.php:357
|
215 |
msgid "Check the box if you want to display counter view on front end."
|
216 |
msgstr "Zaznacz pole wyboru , jeśli chcesz ekspozytor widok na przednim końcu."
|
217 |
|
218 |
+
#: admin/class-page-visit-counter-admin.php:360
|
219 |
msgid "Choose color for the front end view"
|
220 |
msgstr "Wybierz kolor dla widoku z przodu końcowego"
|
221 |
|
222 |
+
#: admin/class-page-visit-counter-admin.php:376
|
223 |
msgid "Save"
|
224 |
msgstr "Zapisać"
|
225 |
|
226 |
+
#: admin/class-page-visit-counter-admin.php:377
|
227 |
msgid "Settings saved Sucessfully."
|
228 |
msgstr "Ustawienia zostały zapisane pomyślnie ."
|
229 |
|
230 |
+
#: admin/class-page-visit-counter-admin.php:382
|
231 |
msgid "Short Code"
|
232 |
msgstr "Krótki kod"
|
233 |
|
234 |
+
#: admin/class-page-visit-counter-admin.php:383
|
235 |
msgid ""
|
236 |
"There are two shortcodes that you can use to manually add page view count to "
|
237 |
"any content on admin or post/page template created by your theme or plugin "
|
242 |
"szablon utworzony przez tematycznych lub wtyczki ów miała własną zawartość "
|
243 |
"wyświetlaną na stronie / post ."
|
244 |
|
245 |
+
#: admin/class-page-visit-counter-admin.php:384
|
246 |
msgid "Use this shortcode to add admin side content on page/post:"
|
247 |
msgstr "Użyj tej shortcode dodać administratora treści boku na stronie / post:"
|
248 |
|
249 |
+
#: admin/class-page-visit-counter-admin.php:385
|
250 |
msgid ""
|
251 |
"Use this shortcode to add page/post template (.php) file of your own "
|
252 |
"template:"
|
254 |
"Użyj tej shortcode dodać stronę / post szablon ( .php ) plik własnego "
|
255 |
"szablonu :"
|
256 |
|
257 |
+
#: admin/class-page-visit-counter-admin.php:401
|
258 |
msgid "Most Visited Page"
|
259 |
msgstr "Najczęściej odwiedzane strony"
|
260 |
|
261 |
+
#: admin/class-page-visit-counter-admin.php:411
|
262 |
msgid "Page id"
|
263 |
msgstr "id Page"
|
264 |
|
265 |
+
#: admin/class-page-visit-counter-admin.php:412
|
266 |
msgid "Page Name"
|
267 |
msgstr "Nazwa strony"
|
268 |
|
269 |
+
#: admin/class-page-visit-counter-admin.php:735
|
270 |
msgid "Total Visits"
|
271 |
msgstr "Suma odwiedzin"
|
272 |
|
273 |
+
#: admin/class-page-visit-counter-admin.php:761
|
274 |
msgid "Do you want to enable page visits count for this page?"
|
275 |
msgstr "Czy chcesz włączyć wizyty strona liczyć na tej stronie?"
|
276 |
|
277 |
+
#: admin/class-page-visit-counter-admin.php:764
|
278 |
msgid "Yes"
|
279 |
msgstr "tak"
|
280 |
|
281 |
+
#: admin/class-page-visit-counter-admin.php:770
|
282 |
msgid "Total visits:"
|
283 |
msgstr "Ilość wizyt:"
|
284 |
|
287 |
msgstr "Wybierz stronę & hellip ;"
|
288 |
|
289 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
290 |
+
#: public/class-page-visit-counter-public.php:558
|
291 |
+
#: public/class-page-visit-counter-public.php:564
|
292 |
msgid "total visits."
|
293 |
msgstr "Ilość wizyt ."
|
294 |
|
languages/page-visit-counter-ru.mo
CHANGED
Binary file
|
languages/page-visit-counter-ru.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: ru\n"
|
@@ -16,119 +16,167 @@ msgstr ""
|
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: admin/class-page-visit-counter-admin.php:
|
20 |
msgid "Clear"
|
21 |
msgstr "Очистить"
|
22 |
|
23 |
-
#: admin/class-page-visit-counter-admin.php:
|
24 |
msgid "Default"
|
25 |
msgstr "По умолчанию"
|
26 |
|
27 |
-
#: admin/class-page-visit-counter-admin.php:
|
28 |
msgid "Select Color"
|
29 |
msgstr "Выберите цвет"
|
30 |
|
31 |
-
#: admin/class-page-visit-counter-admin.php:
|
32 |
msgid "Page-Visit-Counter"
|
33 |
msgstr "Страница - Визит -Counter"
|
34 |
|
35 |
-
#: admin/class-page-visit-counter-admin.php:
|
36 |
msgid "PageVisitCounter"
|
37 |
msgstr "Посетите страницу Счетчик"
|
38 |
|
39 |
-
#: admin/class-page-visit-counter-admin.php:
|
40 |
msgid "Counter-Settings"
|
41 |
msgstr "Counter- Настройки"
|
42 |
|
43 |
-
#: admin/class-page-visit-counter-admin.php:
|
44 |
msgid "Settings"
|
45 |
msgstr "настройки"
|
46 |
|
47 |
-
#: admin/class-page-visit-counter-admin.php:
|
48 |
msgid "Page Visit Counter"
|
49 |
msgstr "Посетите страницу Счетчик"
|
50 |
|
51 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
msgid "Search by page title"
|
53 |
msgstr "Поиск по названию страницы"
|
54 |
|
55 |
-
#: admin/class-page-visit-counter-admin.php:
|
56 |
msgid "Search by page date"
|
57 |
msgstr "Поиск по дате страницы"
|
58 |
|
59 |
-
#: admin/class-page-visit-counter-admin.php:
|
60 |
msgid "Search Page"
|
61 |
msgstr "Страница поиска"
|
62 |
|
63 |
-
#: admin/class-page-visit-counter-admin.php:
|
64 |
-
#: admin/class-page-visit-counter-admin.php:
|
65 |
-
#: admin/class-page-visit-counter-admin.php:
|
66 |
-
#: admin/class-page-visit-counter-admin.php:
|
67 |
-
#: admin/class-page-visit-counter-admin.php:
|
68 |
-
#: admin/class-page-visit-counter-admin.php:
|
69 |
-
#: admin/class-page-visit-counter-admin.php:
|
70 |
-
#: admin/class-page-visit-counter-admin.php:
|
71 |
-
#: admin/class-page-visit-counter-admin.php:
|
72 |
msgid "No"
|
73 |
msgstr "Нет"
|
74 |
|
75 |
-
#: admin/class-page-visit-counter-admin.php:
|
76 |
-
#: admin/class-page-visit-counter-admin.php:
|
77 |
-
#: admin/class-page-visit-counter-admin.php:
|
78 |
-
#: admin/class-page-visit-counter-admin.php:
|
79 |
-
#: admin/class-page-visit-counter-admin.php:
|
80 |
-
#: admin/class-page-visit-counter-admin.php:
|
81 |
-
#: admin/class-page-visit-counter-admin.php:
|
82 |
-
#: admin/class-page-visit-counter-admin.php:
|
83 |
msgid "Page ID"
|
84 |
msgstr "Идентификатор страницы"
|
85 |
|
86 |
-
#: admin/class-page-visit-counter-admin.php:
|
87 |
-
#: admin/class-page-visit-counter-admin.php:
|
88 |
-
#: admin/class-page-visit-counter-admin.php:
|
89 |
-
#: admin/class-page-visit-counter-admin.php:
|
90 |
-
#: admin/class-page-visit-counter-admin.php:
|
91 |
-
#: admin/class-page-visit-counter-admin.php:
|
92 |
-
#: admin/class-page-visit-counter-admin.php:
|
93 |
-
#: admin/class-page-visit-counter-admin.php:
|
94 |
msgid "Page Title"
|
95 |
msgstr "Заголовок страницы"
|
96 |
|
97 |
-
#: admin/class-page-visit-counter-admin.php:
|
98 |
-
#: admin/class-page-visit-counter-admin.php:
|
99 |
-
#: admin/class-page-visit-counter-admin.php:
|
100 |
-
#: admin/class-page-visit-counter-admin.php:
|
101 |
-
#: admin/class-page-visit-counter-admin.php:
|
102 |
-
#: admin/class-page-visit-counter-admin.php:
|
103 |
-
#: admin/class-page-visit-counter-admin.php:
|
104 |
-
#: admin/class-page-visit-counter-admin.php:
|
105 |
-
#: admin/class-page-visit-counter-admin.php:
|
106 |
msgid "Total Count"
|
107 |
msgstr "Общее количество"
|
108 |
|
109 |
-
#: admin/class-page-visit-counter-admin.php:
|
110 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
msgid "Share"
|
112 |
msgstr "Поделиться"
|
113 |
|
114 |
-
#: admin/class-page-visit-counter-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
msgid "Page Counter Settings"
|
116 |
msgstr "Настройки страницы Счетчик"
|
117 |
|
118 |
-
#: admin/class-page-visit-counter-admin.php:
|
119 |
msgid "Post Type"
|
120 |
msgstr "сообщение Тип"
|
121 |
|
122 |
-
#: admin/class-page-visit-counter-admin.php:
|
123 |
msgid "Add Page/Post Type"
|
124 |
msgstr "Добавить страницу / сообщение Тип"
|
125 |
|
126 |
-
#: admin/class-page-visit-counter-admin.php:
|
127 |
msgid "(Select post types for which post views will be counted.)"
|
128 |
msgstr ""
|
129 |
"( Выберите типы пост , для которых будут учитываться мнения сообщение.)"
|
130 |
|
131 |
-
#: admin/class-page-visit-counter-admin.php:
|
132 |
msgid ""
|
133 |
"Note: If you leave the blank then it will count for all the post/page "
|
134 |
"registered in your theme."
|
@@ -136,61 +184,61 @@ msgstr ""
|
|
136 |
"Примечание : Если оставить пустым, то он будет считать для всех записи / "
|
137 |
"страницы , зарегистрированной в вашей теме ."
|
138 |
|
139 |
-
#: admin/class-page-visit-counter-admin.php:
|
140 |
msgid "Exclude IPs (Ip Address)"
|
141 |
msgstr "Исключить IP-адреса (IP адрес )"
|
142 |
|
143 |
-
#: admin/class-page-visit-counter-admin.php:
|
144 |
msgid "Add IP Address in comma seprated"
|
145 |
msgstr "Добавить IP-адрес в seprated запятой"
|
146 |
|
147 |
-
#: admin/class-page-visit-counter-admin.php:
|
148 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
149 |
msgstr ""
|
150 |
"( Введите IP- адреса , которые следует исключить из представлений количеству "
|
151 |
"сообщений . )"
|
152 |
|
153 |
-
#: admin/class-page-visit-counter-admin.php:
|
154 |
msgid "Exclude Users"
|
155 |
msgstr "Исключение пользователей"
|
156 |
|
157 |
-
#: admin/class-page-visit-counter-admin.php:
|
158 |
msgid "Select Registerd Users"
|
159 |
msgstr "Выберите Registerd пользователей"
|
160 |
|
161 |
-
#: admin/class-page-visit-counter-admin.php:
|
162 |
msgid "(Select the users to be excluded from post views count.)"
|
163 |
msgstr ""
|
164 |
"( Выберите пользователей, которые будут исключены из почтового подсчета "
|
165 |
"просмотров . )"
|
166 |
|
167 |
-
#: admin/class-page-visit-counter-admin.php:
|
168 |
msgid "Show front view counter"
|
169 |
msgstr "Показать вид спереди счетчик"
|
170 |
|
171 |
-
#: admin/class-page-visit-counter-admin.php:
|
172 |
msgid "Check the box if you want to display counter view on front end."
|
173 |
msgstr ""
|
174 |
"Установите флажок , если вы хотите , чтобы отобразить вид счетчика на "
|
175 |
"переднем конце ."
|
176 |
|
177 |
-
#: admin/class-page-visit-counter-admin.php:
|
178 |
msgid "Choose color for the front end view"
|
179 |
msgstr "Выберите цвет для вид спереди конца"
|
180 |
|
181 |
-
#: admin/class-page-visit-counter-admin.php:
|
182 |
msgid "Save"
|
183 |
msgstr "Сохранить"
|
184 |
|
185 |
-
#: admin/class-page-visit-counter-admin.php:
|
186 |
msgid "Settings saved Sucessfully."
|
187 |
msgstr "Настройки сохраняются Устпешно ."
|
188 |
|
189 |
-
#: admin/class-page-visit-counter-admin.php:
|
190 |
msgid "Short Code"
|
191 |
msgstr "Короткий код"
|
192 |
|
193 |
-
#: admin/class-page-visit-counter-admin.php:
|
194 |
msgid ""
|
195 |
"There are two shortcodes that you can use to manually add page view count to "
|
196 |
"any content on admin or post/page template created by your theme or plugin "
|
@@ -201,13 +249,13 @@ msgstr ""
|
|
201 |
"почтового шаблона / страницы , созданной вашей темы или плагина Thats его "
|
202 |
"создания собственного контента дисплея на странице / пост ."
|
203 |
|
204 |
-
#: admin/class-page-visit-counter-admin.php:
|
205 |
msgid "Use this shortcode to add admin side content on page/post:"
|
206 |
msgstr ""
|
207 |
"Используйте этот шорткод , чтобы добавить администратора содержимого на "
|
208 |
"стороне на странице / сообщение :"
|
209 |
|
210 |
-
#: admin/class-page-visit-counter-admin.php:
|
211 |
msgid ""
|
212 |
"Use this shortcode to add page/post template (.php) file of your own "
|
213 |
"template:"
|
@@ -215,32 +263,32 @@ msgstr ""
|
|
215 |
"Используйте эту шорткод , чтобы добавить страницу / пост шаблон ( .php ) "
|
216 |
"собственный файл шаблона :"
|
217 |
|
218 |
-
#: admin/class-page-visit-counter-admin.php:
|
219 |
msgid "Most Visited Page"
|
220 |
msgstr "Наиболее посещаемые страницы"
|
221 |
|
222 |
-
#: admin/class-page-visit-counter-admin.php:
|
223 |
msgid "Page id"
|
224 |
msgstr "идентификатор страницы"
|
225 |
|
226 |
-
#: admin/class-page-visit-counter-admin.php:
|
227 |
msgid "Page Name"
|
228 |
msgstr "Название страницы"
|
229 |
|
230 |
-
#: admin/class-page-visit-counter-admin.php:
|
231 |
msgid "Total Visits"
|
232 |
msgstr "Всего просмотров"
|
233 |
|
234 |
-
#: admin/class-page-visit-counter-admin.php:
|
235 |
msgid "Do you want to enable page visits count for this page?"
|
236 |
msgstr ""
|
237 |
"Вы хотите , чтобы позволить подсчет посещений страниц для этой страницы ?"
|
238 |
|
239 |
-
#: admin/class-page-visit-counter-admin.php:
|
240 |
msgid "Yes"
|
241 |
msgstr "да"
|
242 |
|
243 |
-
#: admin/class-page-visit-counter-admin.php:
|
244 |
msgid "Total visits:"
|
245 |
msgstr "Всего посещений:"
|
246 |
|
@@ -249,8 +297,8 @@ msgid "Select a page…"
|
|
249 |
msgstr "Выберите страницу & hellip ;"
|
250 |
|
251 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
252 |
-
#: public/class-page-visit-counter-public.php:
|
253 |
-
#: public/class-page-visit-counter-public.php:
|
254 |
msgid "total visits."
|
255 |
msgstr "Общее количество посещений ."
|
256 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: page visit counter\n"
|
4 |
+
"POT-Creation-Date: 2016-04-05 11:34+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-04-05 11:36+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: multidots\n"
|
8 |
"Language: ru\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: admin/class-page-visit-counter-admin.php:117
|
20 |
msgid "Clear"
|
21 |
msgstr "Очистить"
|
22 |
|
23 |
+
#: admin/class-page-visit-counter-admin.php:117
|
24 |
msgid "Default"
|
25 |
msgstr "По умолчанию"
|
26 |
|
27 |
+
#: admin/class-page-visit-counter-admin.php:117
|
28 |
msgid "Select Color"
|
29 |
msgstr "Выберите цвет"
|
30 |
|
31 |
+
#: admin/class-page-visit-counter-admin.php:143
|
32 |
msgid "Page-Visit-Counter"
|
33 |
msgstr "Страница - Визит -Counter"
|
34 |
|
35 |
+
#: admin/class-page-visit-counter-admin.php:143
|
36 |
msgid "PageVisitCounter"
|
37 |
msgstr "Посетите страницу Счетчик"
|
38 |
|
39 |
+
#: admin/class-page-visit-counter-admin.php:144
|
40 |
msgid "Counter-Settings"
|
41 |
msgstr "Counter- Настройки"
|
42 |
|
43 |
+
#: admin/class-page-visit-counter-admin.php:144
|
44 |
msgid "Settings"
|
45 |
msgstr "настройки"
|
46 |
|
47 |
+
#: admin/class-page-visit-counter-admin.php:154
|
48 |
msgid "Page Visit Counter"
|
49 |
msgstr "Посетите страницу Счетчик"
|
50 |
|
51 |
+
#: admin/class-page-visit-counter-admin.php:158
|
52 |
+
msgid "Top Browsers"
|
53 |
+
msgstr "Лучшие браузеры"
|
54 |
+
|
55 |
+
#: admin/class-page-visit-counter-admin.php:159
|
56 |
+
msgid "Top 10 IP address"
|
57 |
+
msgstr "Топ 10 IP- адрес"
|
58 |
+
|
59 |
+
#: admin/class-page-visit-counter-admin.php:160
|
60 |
+
msgid "Top referer"
|
61 |
+
msgstr "Лучшие реферер"
|
62 |
+
|
63 |
+
#: admin/class-page-visit-counter-admin.php:161
|
64 |
+
msgid "Weekly report"
|
65 |
+
msgstr "Еженедельный отчет"
|
66 |
+
|
67 |
+
#: admin/class-page-visit-counter-admin.php:162
|
68 |
+
msgid "Monthly report"
|
69 |
+
msgstr "Месячный отчет"
|
70 |
+
|
71 |
+
#: admin/class-page-visit-counter-admin.php:163
|
72 |
+
msgid "Yearly Visit Report"
|
73 |
+
msgstr "Годовой отчет о посещении"
|
74 |
+
|
75 |
+
#: admin/class-page-visit-counter-admin.php:198
|
76 |
msgid "Search by page title"
|
77 |
msgstr "Поиск по названию страницы"
|
78 |
|
79 |
+
#: admin/class-page-visit-counter-admin.php:198
|
80 |
msgid "Search by page date"
|
81 |
msgstr "Поиск по дате страницы"
|
82 |
|
83 |
+
#: admin/class-page-visit-counter-admin.php:198
|
84 |
msgid "Search Page"
|
85 |
msgstr "Страница поиска"
|
86 |
|
87 |
+
#: admin/class-page-visit-counter-admin.php:205
|
88 |
+
#: admin/class-page-visit-counter-admin.php:238
|
89 |
+
#: admin/class-page-visit-counter-admin.php:509
|
90 |
+
#: admin/class-page-visit-counter-admin.php:567
|
91 |
+
#: admin/class-page-visit-counter-admin.php:599
|
92 |
+
#: admin/class-page-visit-counter-admin.php:626
|
93 |
+
#: admin/class-page-visit-counter-admin.php:638
|
94 |
+
#: admin/class-page-visit-counter-admin.php:697
|
95 |
+
#: admin/class-page-visit-counter-admin.php:765
|
96 |
msgid "No"
|
97 |
msgstr "Нет"
|
98 |
|
99 |
+
#: admin/class-page-visit-counter-admin.php:206
|
100 |
+
#: admin/class-page-visit-counter-admin.php:239
|
101 |
+
#: admin/class-page-visit-counter-admin.php:510
|
102 |
+
#: admin/class-page-visit-counter-admin.php:568
|
103 |
+
#: admin/class-page-visit-counter-admin.php:600
|
104 |
+
#: admin/class-page-visit-counter-admin.php:627
|
105 |
+
#: admin/class-page-visit-counter-admin.php:639
|
106 |
+
#: admin/class-page-visit-counter-admin.php:698
|
107 |
msgid "Page ID"
|
108 |
msgstr "Идентификатор страницы"
|
109 |
|
110 |
+
#: admin/class-page-visit-counter-admin.php:207
|
111 |
+
#: admin/class-page-visit-counter-admin.php:240
|
112 |
+
#: admin/class-page-visit-counter-admin.php:511
|
113 |
+
#: admin/class-page-visit-counter-admin.php:569
|
114 |
+
#: admin/class-page-visit-counter-admin.php:601
|
115 |
+
#: admin/class-page-visit-counter-admin.php:628
|
116 |
+
#: admin/class-page-visit-counter-admin.php:640
|
117 |
+
#: admin/class-page-visit-counter-admin.php:699
|
118 |
msgid "Page Title"
|
119 |
msgstr "Заголовок страницы"
|
120 |
|
121 |
+
#: admin/class-page-visit-counter-admin.php:208
|
122 |
+
#: admin/class-page-visit-counter-admin.php:241
|
123 |
+
#: admin/class-page-visit-counter-admin.php:413
|
124 |
+
#: admin/class-page-visit-counter-admin.php:512
|
125 |
+
#: admin/class-page-visit-counter-admin.php:570
|
126 |
+
#: admin/class-page-visit-counter-admin.php:602
|
127 |
+
#: admin/class-page-visit-counter-admin.php:629
|
128 |
+
#: admin/class-page-visit-counter-admin.php:641
|
129 |
+
#: admin/class-page-visit-counter-admin.php:700
|
130 |
msgid "Total Count"
|
131 |
msgstr "Общее количество"
|
132 |
|
133 |
+
#: admin/class-page-visit-counter-admin.php:209
|
134 |
+
#: admin/class-page-visit-counter-admin.php:242
|
135 |
+
#: admin/class-page-visit-counter-admin.php:513
|
136 |
+
#: admin/class-page-visit-counter-admin.php:571
|
137 |
+
#: admin/class-page-visit-counter-admin.php:603
|
138 |
+
#: admin/class-page-visit-counter-admin.php:630
|
139 |
+
#: admin/class-page-visit-counter-admin.php:642
|
140 |
+
#: admin/class-page-visit-counter-admin.php:701
|
141 |
msgid "Share"
|
142 |
msgstr "Поделиться"
|
143 |
|
144 |
+
#: admin/class-page-visit-counter-admin.php:210
|
145 |
+
#: admin/class-page-visit-counter-admin.php:243
|
146 |
+
#: admin/class-page-visit-counter-admin.php:514
|
147 |
+
#: admin/class-page-visit-counter-admin.php:572
|
148 |
+
#: admin/class-page-visit-counter-admin.php:604
|
149 |
+
#: admin/class-page-visit-counter-admin.php:631
|
150 |
+
#: admin/class-page-visit-counter-admin.php:643
|
151 |
+
#: admin/class-page-visit-counter-admin.php:702
|
152 |
+
msgid "Report"
|
153 |
+
msgstr "доклад"
|
154 |
+
|
155 |
+
#: admin/class-page-visit-counter-admin.php:232
|
156 |
+
#: admin/class-page-visit-counter-admin.php:561
|
157 |
+
#: admin/class-page-visit-counter-admin.php:621
|
158 |
+
#: admin/class-page-visit-counter-admin.php:691
|
159 |
+
msgid "View Report"
|
160 |
+
msgstr "Просмотреть отчет"
|
161 |
+
|
162 |
+
#: admin/class-page-visit-counter-admin.php:297
|
163 |
msgid "Page Counter Settings"
|
164 |
msgstr "Настройки страницы Счетчик"
|
165 |
|
166 |
+
#: admin/class-page-visit-counter-admin.php:305
|
167 |
msgid "Post Type"
|
168 |
msgstr "сообщение Тип"
|
169 |
|
170 |
+
#: admin/class-page-visit-counter-admin.php:307
|
171 |
msgid "Add Page/Post Type"
|
172 |
msgstr "Добавить страницу / сообщение Тип"
|
173 |
|
174 |
+
#: admin/class-page-visit-counter-admin.php:316
|
175 |
msgid "(Select post types for which post views will be counted.)"
|
176 |
msgstr ""
|
177 |
"( Выберите типы пост , для которых будут учитываться мнения сообщение.)"
|
178 |
|
179 |
+
#: admin/class-page-visit-counter-admin.php:316
|
180 |
msgid ""
|
181 |
"Note: If you leave the blank then it will count for all the post/page "
|
182 |
"registered in your theme."
|
184 |
"Примечание : Если оставить пустым, то он будет считать для всех записи / "
|
185 |
"страницы , зарегистрированной в вашей теме ."
|
186 |
|
187 |
+
#: admin/class-page-visit-counter-admin.php:320
|
188 |
msgid "Exclude IPs (Ip Address)"
|
189 |
msgstr "Исключить IP-адреса (IP адрес )"
|
190 |
|
191 |
+
#: admin/class-page-visit-counter-admin.php:322
|
192 |
msgid "Add IP Address in comma seprated"
|
193 |
msgstr "Добавить IP-адрес в seprated запятой"
|
194 |
|
195 |
+
#: admin/class-page-visit-counter-admin.php:330
|
196 |
msgid "(Enter the IP addresses to be excluded from post views count.)"
|
197 |
msgstr ""
|
198 |
"( Введите IP- адреса , которые следует исключить из представлений количеству "
|
199 |
"сообщений . )"
|
200 |
|
201 |
+
#: admin/class-page-visit-counter-admin.php:335
|
202 |
msgid "Exclude Users"
|
203 |
msgstr "Исключение пользователей"
|
204 |
|
205 |
+
#: admin/class-page-visit-counter-admin.php:337
|
206 |
msgid "Select Registerd Users"
|
207 |
msgstr "Выберите Registerd пользователей"
|
208 |
|
209 |
+
#: admin/class-page-visit-counter-admin.php:346
|
210 |
msgid "(Select the users to be excluded from post views count.)"
|
211 |
msgstr ""
|
212 |
"( Выберите пользователей, которые будут исключены из почтового подсчета "
|
213 |
"просмотров . )"
|
214 |
|
215 |
+
#: admin/class-page-visit-counter-admin.php:350
|
216 |
msgid "Show front view counter"
|
217 |
msgstr "Показать вид спереди счетчик"
|
218 |
|
219 |
+
#: admin/class-page-visit-counter-admin.php:357
|
220 |
msgid "Check the box if you want to display counter view on front end."
|
221 |
msgstr ""
|
222 |
"Установите флажок , если вы хотите , чтобы отобразить вид счетчика на "
|
223 |
"переднем конце ."
|
224 |
|
225 |
+
#: admin/class-page-visit-counter-admin.php:360
|
226 |
msgid "Choose color for the front end view"
|
227 |
msgstr "Выберите цвет для вид спереди конца"
|
228 |
|
229 |
+
#: admin/class-page-visit-counter-admin.php:376
|
230 |
msgid "Save"
|
231 |
msgstr "Сохранить"
|
232 |
|
233 |
+
#: admin/class-page-visit-counter-admin.php:377
|
234 |
msgid "Settings saved Sucessfully."
|
235 |
msgstr "Настройки сохраняются Устпешно ."
|
236 |
|
237 |
+
#: admin/class-page-visit-counter-admin.php:382
|
238 |
msgid "Short Code"
|
239 |
msgstr "Короткий код"
|
240 |
|
241 |
+
#: admin/class-page-visit-counter-admin.php:383
|
242 |
msgid ""
|
243 |
"There are two shortcodes that you can use to manually add page view count to "
|
244 |
"any content on admin or post/page template created by your theme or plugin "
|
249 |
"почтового шаблона / страницы , созданной вашей темы или плагина Thats его "
|
250 |
"создания собственного контента дисплея на странице / пост ."
|
251 |
|
252 |
+
#: admin/class-page-visit-counter-admin.php:384
|
253 |
msgid "Use this shortcode to add admin side content on page/post:"
|
254 |
msgstr ""
|
255 |
"Используйте этот шорткод , чтобы добавить администратора содержимого на "
|
256 |
"стороне на странице / сообщение :"
|
257 |
|
258 |
+
#: admin/class-page-visit-counter-admin.php:385
|
259 |
msgid ""
|
260 |
"Use this shortcode to add page/post template (.php) file of your own "
|
261 |
"template:"
|
263 |
"Используйте эту шорткод , чтобы добавить страницу / пост шаблон ( .php ) "
|
264 |
"собственный файл шаблона :"
|
265 |
|
266 |
+
#: admin/class-page-visit-counter-admin.php:401
|
267 |
msgid "Most Visited Page"
|
268 |
msgstr "Наиболее посещаемые страницы"
|
269 |
|
270 |
+
#: admin/class-page-visit-counter-admin.php:411
|
271 |
msgid "Page id"
|
272 |
msgstr "идентификатор страницы"
|
273 |
|
274 |
+
#: admin/class-page-visit-counter-admin.php:412
|
275 |
msgid "Page Name"
|
276 |
msgstr "Название страницы"
|
277 |
|
278 |
+
#: admin/class-page-visit-counter-admin.php:735
|
279 |
msgid "Total Visits"
|
280 |
msgstr "Всего просмотров"
|
281 |
|
282 |
+
#: admin/class-page-visit-counter-admin.php:761
|
283 |
msgid "Do you want to enable page visits count for this page?"
|
284 |
msgstr ""
|
285 |
"Вы хотите , чтобы позволить подсчет посещений страниц для этой страницы ?"
|
286 |
|
287 |
+
#: admin/class-page-visit-counter-admin.php:764
|
288 |
msgid "Yes"
|
289 |
msgstr "да"
|
290 |
|
291 |
+
#: admin/class-page-visit-counter-admin.php:770
|
292 |
msgid "Total visits:"
|
293 |
msgstr "Всего посещений:"
|
294 |
|
297 |
msgstr "Выберите страницу & hellip ;"
|
298 |
|
299 |
#: page_visit_counter.php:120 page_visit_counter.php:126
|
300 |
+
#: public/class-page-visit-counter-public.php:558
|
301 |
+
#: public/class-page-visit-counter-public.php:564
|
302 |
msgid "total visits."
|
303 |
msgstr "Общее количество посещений ."
|
304 |
|
page_visit_counter.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Plugin URI: http://www.multidots.com/
|
8 |
* Description: Plugin for show visited page
|
9 |
* Author: Multidots
|
10 |
-
* Version: 3.0.
|
11 |
* Author URI: http://www.multidots.com/
|
12 |
*/
|
13 |
// If this file is called directly, abort.
|
7 |
* Plugin URI: http://www.multidots.com/
|
8 |
* Description: Plugin for show visited page
|
9 |
* Author: Multidots
|
10 |
+
* Version: 3.0.2
|
11 |
* Author URI: http://www.multidots.com/
|
12 |
*/
|
13 |
// If this file is called directly, abort.
|