Google Analytics - Version 3.3.3

Version Description

  • 18-Jan-2021
  • Fix : Several small tweaks.
  • Fix : [pro] Show correct number of active users per page, for realtime tab.
Download this release

Release Info

Developer amribrahim
Plugin Icon 128x128 Google Analytics
Version 3.3.3
Comparing to
See all releases

Code changes from version 3.3.2 to 3.3.3

dist/css/lrgalite-main.css CHANGED
@@ -5090,7 +5090,6 @@ a.lrga_bs .thumbnail.active {
5090
  }
5091
  }
5092
  .lrga_bs .progress {
5093
- overflow: hidden;
5094
  height: 20px;
5095
  margin-bottom: 20px;
5096
  background-color: #f5f5f5;
@@ -9143,7 +9142,7 @@ div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:las
9143
  border-top: none;
9144
  margin-bottom: 0px;
9145
  box-shadow: none;
9146
- min-height: 350px;
9147
  padding: 15px;
9148
  }
9149
 
@@ -9222,67 +9221,6 @@ div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:las
9222
  border: solid 1px #f4f4f4;
9223
  }
9224
 
9225
- #lrgawidget_realtime_activenow {
9226
- text-align: center;
9227
- padding :5px
9228
- }
9229
-
9230
- #lrgawidget_realtime_activenow .lrgawidget_realtime_rn{
9231
- font-size: 200%;
9232
- }
9233
-
9234
- #lrgawidget_rttotal{
9235
- font-size: 600%;
9236
- line-height: normal;
9237
- }
9238
-
9239
- #lrgawidget_realtime_dimensions {
9240
- padding: 15px;
9241
- }
9242
-
9243
- .lrgawidget_realtime_dimension {
9244
-
9245
- padding: 5px;
9246
- margin-bottom: 10px;
9247
- }
9248
-
9249
- .lrgawidget_realtime_dimension ul{
9250
- list-style: none;
9251
- padding:0px;
9252
- margin:0px;
9253
- }
9254
-
9255
- .lrgawidget_realtime_dimension li{
9256
- float: left;
9257
- margin-right: 10px;
9258
- font-size: 12px;
9259
- font-weight: bold;
9260
- margin-bottom: 5px;
9261
-
9262
- }
9263
-
9264
- .lrgawidget_realtime_dimension span {
9265
- float: left;
9266
- width: 10px;
9267
- height: 10px;
9268
- margin-right:5px;
9269
- border-radius: 1px;
9270
- margin-top: 3px;
9271
- }
9272
-
9273
- .lrgawidget_realtime_dpbar {
9274
- clear:both;
9275
- }
9276
-
9277
- .lrgawidget_realtime_dpbar .progress {
9278
- border-radius: 3px;
9279
- margin-bottom: 0px;
9280
- }
9281
-
9282
- .lrgawidget_realtime_dpbar .progress div {
9283
- line-height: 150% !important;
9284
- }
9285
-
9286
  #lrgawidget_sessions_tab #lrga-xologoholder {
9287
  position: absolute;
9288
  top: 295px;
@@ -9528,4 +9466,103 @@ div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:las
9528
  float: right;
9529
  margin-right: 5px;
9530
  font-size: 12px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9531
  }
5090
  }
5091
  }
5092
  .lrga_bs .progress {
 
5093
  height: 20px;
5094
  margin-bottom: 20px;
5095
  background-color: #f5f5f5;
9142
  border-top: none;
9143
  margin-bottom: 0px;
9144
  box-shadow: none;
9145
+ min-height: 380px;
9146
  padding: 15px;
9147
  }
9148
 
9221
  border: solid 1px #f4f4f4;
9222
  }
9223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9224
  #lrgawidget_sessions_tab #lrga-xologoholder {
9225
  position: absolute;
9226
  top: 295px;
9466
  float: right;
9467
  margin-right: 5px;
9468
  font-size: 12px;
9469
+ }
9470
+
9471
+ #lrgawidget_realtime_activenow {
9472
+ text-align: center;
9473
+ padding :5px;
9474
+ }
9475
+
9476
+ #lrgawidget_realtime_activenow .lrgawidget_realtime_rn{
9477
+ font-size: 200%;
9478
+ }
9479
+
9480
+ #lrgawidget_rttotal{
9481
+ font-size: 600%;
9482
+ line-height: normal;
9483
+ }
9484
+
9485
+ .lrgawidget_realtime_dimension ul{
9486
+ list-style: none;
9487
+ padding:0px;
9488
+ margin:0px;
9489
+ }
9490
+
9491
+ .lrgawidget_realtime_dimension li{
9492
+ float: left;
9493
+ margin-right: 10px;
9494
+ font-size: 12px;
9495
+ font-weight: bold;
9496
+ margin-bottom: 5px;
9497
+
9498
+ }
9499
+
9500
+ .lrgawidget_realtime_dimension span {
9501
+ float: left;
9502
+ width: 10px;
9503
+ height: 10px;
9504
+ margin-right:5px;
9505
+ border-radius: 1px;
9506
+ margin-top: 3px;
9507
+ }
9508
+
9509
+ .lrgawidget_realtime_dpbar {
9510
+ clear:both;
9511
+ }
9512
+
9513
+ .lrgawidget_realtime_dpbar .progress {
9514
+ border-radius: 3px;
9515
+ margin-bottom: 0px;
9516
+ }
9517
+
9518
+ .lrgawidget_realtime_tooltip {
9519
+ position: relative;
9520
+ display: inline-block;
9521
+ }
9522
+
9523
+ .lrgawidget_realtime_tooltip .lrgawidget_realtime_tooltiptext {
9524
+ visibility: hidden;
9525
+ min-width: 150px;
9526
+ height: 22px;
9527
+ background-color: #555;
9528
+ color: #fff;
9529
+ text-align: center;
9530
+ border-radius: 3px;
9531
+ padding: 0px;
9532
+ position: absolute;
9533
+ z-index: 1;
9534
+ bottom: 125%;
9535
+ left: 0px;
9536
+ opacity: 0;
9537
+ transition: opacity 0.3s;
9538
+ }
9539
+
9540
+ .lrgawidget_realtime_tooltip:hover .lrgawidget_realtime_tooltiptext {
9541
+ visibility: visible;
9542
+ opacity: 1;
9543
+ }
9544
+
9545
+ #lrgawidget_realtime_dimensions{
9546
+ height: 100%;
9547
+ padding: 10px;
9548
+ display: flex;
9549
+ flex-wrap:wrap;
9550
+ }
9551
+
9552
+ .lrgawidget_realtime_dimension{
9553
+ width:50%;
9554
+ margin-bottom: 10px;
9555
+ }
9556
+
9557
+ .lrgawidget_realtime_dcontainer{
9558
+ display: flex;
9559
+ flex-direction: column;
9560
+ background-color: #f7f7f7;
9561
+ height: 100%;
9562
+ padding: 5px;
9563
+ margin: 5px;
9564
+ }
9565
+
9566
+ .lrgawidget_realtime_dlegend{
9567
+ flex-grow: 1;
9568
  }
dist/css/lrgawidget.css CHANGED
@@ -1720,7 +1720,7 @@
1720
  border-top: none;
1721
  margin-bottom: 0px;
1722
  box-shadow: none;
1723
- min-height: 350px;
1724
  padding: 15px;
1725
  }
1726
 
@@ -1799,67 +1799,6 @@
1799
  border: solid 1px #f4f4f4;
1800
  }
1801
 
1802
- #lrgawidget_realtime_activenow {
1803
- text-align: center;
1804
- padding :5px
1805
- }
1806
-
1807
- #lrgawidget_realtime_activenow .lrgawidget_realtime_rn{
1808
- font-size: 200%;
1809
- }
1810
-
1811
- #lrgawidget_rttotal{
1812
- font-size: 600%;
1813
- line-height: normal;
1814
- }
1815
-
1816
- #lrgawidget_realtime_dimensions {
1817
- padding: 15px;
1818
- }
1819
-
1820
- .lrgawidget_realtime_dimension {
1821
-
1822
- padding: 5px;
1823
- margin-bottom: 10px;
1824
- }
1825
-
1826
- .lrgawidget_realtime_dimension ul{
1827
- list-style: none;
1828
- padding:0px;
1829
- margin:0px;
1830
- }
1831
-
1832
- .lrgawidget_realtime_dimension li{
1833
- float: left;
1834
- margin-right: 10px;
1835
- font-size: 12px;
1836
- font-weight: bold;
1837
- margin-bottom: 5px;
1838
-
1839
- }
1840
-
1841
- .lrgawidget_realtime_dimension span {
1842
- float: left;
1843
- width: 10px;
1844
- height: 10px;
1845
- margin-right:5px;
1846
- border-radius: 1px;
1847
- margin-top: 3px;
1848
- }
1849
-
1850
- .lrgawidget_realtime_dpbar {
1851
- clear:both;
1852
- }
1853
-
1854
- .lrgawidget_realtime_dpbar .progress {
1855
- border-radius: 3px;
1856
- margin-bottom: 0px;
1857
- }
1858
-
1859
- .lrgawidget_realtime_dpbar .progress div {
1860
- line-height: 150% !important;
1861
- }
1862
-
1863
  #lrgawidget_sessions_tab #lrga-xologoholder {
1864
  position: absolute;
1865
  top: 295px;
@@ -2105,4 +2044,103 @@
2105
  float: right;
2106
  margin-right: 5px;
2107
  font-size: 12px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2108
  }
1720
  border-top: none;
1721
  margin-bottom: 0px;
1722
  box-shadow: none;
1723
+ min-height: 380px;
1724
  padding: 15px;
1725
  }
1726
 
1799
  border: solid 1px #f4f4f4;
1800
  }
1801
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1802
  #lrgawidget_sessions_tab #lrga-xologoholder {
1803
  position: absolute;
1804
  top: 295px;
2044
  float: right;
2045
  margin-right: 5px;
2046
  font-size: 12px;
2047
+ }
2048
+
2049
+ #lrgawidget_realtime_activenow {
2050
+ text-align: center;
2051
+ padding :5px;
2052
+ }
2053
+
2054
+ #lrgawidget_realtime_activenow .lrgawidget_realtime_rn{
2055
+ font-size: 200%;
2056
+ }
2057
+
2058
+ #lrgawidget_rttotal{
2059
+ font-size: 600%;
2060
+ line-height: normal;
2061
+ }
2062
+
2063
+ .lrgawidget_realtime_dimension ul{
2064
+ list-style: none;
2065
+ padding:0px;
2066
+ margin:0px;
2067
+ }
2068
+
2069
+ .lrgawidget_realtime_dimension li{
2070
+ float: left;
2071
+ margin-right: 10px;
2072
+ font-size: 12px;
2073
+ font-weight: bold;
2074
+ margin-bottom: 5px;
2075
+
2076
+ }
2077
+
2078
+ .lrgawidget_realtime_dimension span {
2079
+ float: left;
2080
+ width: 10px;
2081
+ height: 10px;
2082
+ margin-right:5px;
2083
+ border-radius: 1px;
2084
+ margin-top: 3px;
2085
+ }
2086
+
2087
+ .lrgawidget_realtime_dpbar {
2088
+ clear:both;
2089
+ }
2090
+
2091
+ .lrgawidget_realtime_dpbar .progress {
2092
+ border-radius: 3px;
2093
+ margin-bottom: 0px;
2094
+ }
2095
+
2096
+ .lrgawidget_realtime_tooltip {
2097
+ position: relative;
2098
+ display: inline-block;
2099
+ }
2100
+
2101
+ .lrgawidget_realtime_tooltip .lrgawidget_realtime_tooltiptext {
2102
+ visibility: hidden;
2103
+ min-width: 150px;
2104
+ height: 22px;
2105
+ background-color: #555;
2106
+ color: #fff;
2107
+ text-align: center;
2108
+ border-radius: 3px;
2109
+ padding: 0px;
2110
+ position: absolute;
2111
+ z-index: 1;
2112
+ bottom: 125%;
2113
+ left: 0px;
2114
+ opacity: 0;
2115
+ transition: opacity 0.3s;
2116
+ }
2117
+
2118
+ .lrgawidget_realtime_tooltip:hover .lrgawidget_realtime_tooltiptext {
2119
+ visibility: visible;
2120
+ opacity: 1;
2121
+ }
2122
+
2123
+ #lrgawidget_realtime_dimensions{
2124
+ height: 100%;
2125
+ padding: 10px;
2126
+ display: flex;
2127
+ flex-wrap:wrap;
2128
+ }
2129
+
2130
+ .lrgawidget_realtime_dimension{
2131
+ width:50%;
2132
+ margin-bottom: 10px;
2133
+ }
2134
+
2135
+ .lrgawidget_realtime_dcontainer{
2136
+ display: flex;
2137
+ flex-direction: column;
2138
+ background-color: #f7f7f7;
2139
+ height: 100%;
2140
+ padding: 5px;
2141
+ margin: 5px;
2142
+ }
2143
+
2144
+ .lrgawidget_realtime_dlegend{
2145
+ flex-grow: 1;
2146
  }
dist/img/{btn_google_signin_dark_normal_web.png → signin_dark_normal_web.png} RENAMED
File without changes
dist/js/lrgalite-main.js CHANGED
@@ -1366,7 +1366,7 @@ $(document).ready(function(){
1366
  e.preventDefault();
1367
  $("#lrgawidget_panel_hide").click();
1368
  });
1369
- $(".daterangepicker").removeClass("daterangepicker dropdown-menu opensleft").addClass("lrga_bs daterangepicker custom-dropdown-menu opensleft");
1370
  $('[data-toggle="lrgawidget_tooltip"]').tooltip();
1371
  if (typeof actLrgaTabs !== 'undefined'){
1372
  $("#lrgawidget a[data-target='#"+actLrgaTabs+"']").tab('show');
1366
  e.preventDefault();
1367
  $("#lrgawidget_panel_hide").click();
1368
  });
1369
+ $(".lrdaterangepicker").removeClass("lrdaterangepicker dropdown-menu opensleft").addClass("lrga_bs lrdaterangepicker custom-dropdown-menu opensleft");
1370
  $('[data-toggle="lrgawidget_tooltip"]').tooltip();
1371
  if (typeof actLrgaTabs !== 'undefined'){
1372
  $("#lrgawidget a[data-target='#"+actLrgaTabs+"']").tab('show');
dist/js/lrgawidget.js CHANGED
@@ -1068,7 +1068,7 @@ $(document).ready(function(){
1068
  e.preventDefault();
1069
  $("#lrgawidget_panel_hide").click();
1070
  });
1071
- $(".daterangepicker").removeClass("daterangepicker dropdown-menu opensleft").addClass("lrga_bs daterangepicker custom-dropdown-menu opensleft");
1072
  $('[data-toggle="lrgawidget_tooltip"]').tooltip();
1073
  if (typeof actLrgaTabs !== 'undefined'){
1074
  $("#lrgawidget a[data-target='#"+actLrgaTabs+"']").tab('show');
1068
  e.preventDefault();
1069
  $("#lrgawidget_panel_hide").click();
1070
  });
1071
+ $(".lrdaterangepicker").removeClass("lrdaterangepicker dropdown-menu opensleft").addClass("lrga_bs lrdaterangepicker custom-dropdown-menu opensleft");
1072
  $('[data-toggle="lrgawidget_tooltip"]').tooltip();
1073
  if (typeof actLrgaTabs !== 'undefined'){
1074
  $("#lrgawidget a[data-target='#"+actLrgaTabs+"']").tab('show');
dist/plugins/bootstrap/bootstrap.custom.min.css CHANGED
@@ -5089,7 +5089,6 @@ a.lrga_bs .thumbnail.active {
5089
  }
5090
  }
5091
  .lrga_bs .progress {
5092
- overflow: hidden;
5093
  height: 20px;
5094
  margin-bottom: 20px;
5095
  background-color: #f5f5f5;
5089
  }
5090
  }
5091
  .lrga_bs .progress {
 
5092
  height: 20px;
5093
  margin-bottom: 20px;
5094
  background-color: #f5f5f5;
languages/lara-google-analytics.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Lara Google Analytics\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2020-08-29 15:15+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -13,70 +13,91 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Generator: Loco https://localise.biz/\n"
16
- "X-Loco-Version: 2.4.3; wp-5.5-RC2-48740"
 
17
 
18
- #: core/lrgawidget.class.php:93 widgets/lrgawidget.php:511
19
  msgid "% New Sessions"
20
  msgstr ""
21
 
22
- #: widgets/lrgawidget.php:1002
23
  msgid "(filtered from _MAX_ total entries)"
24
  msgstr ""
25
 
26
- #: widgets/lrgawidget.php:168
27
  msgid "1"
28
  msgstr ""
29
 
30
- #: widgets/lrgawidget.php:890
31
  msgid "12 Months of Free Updates and Support"
32
  msgstr ""
33
 
34
- #: widgets/lrgawidget.php:169
35
  msgid "2"
36
  msgstr ""
37
 
38
- #: widgets/lrgawidget.php:170
39
  msgid "3"
40
  msgstr ""
41
 
42
- #: widgets/lrgawidget.php:1017
43
  msgid ": activate to sort column ascending"
44
  msgstr ""
45
 
46
- #: widgets/lrgawidget.php:1018
47
  msgid ": activate to sort column descending"
48
  msgstr ""
49
 
50
- #: widgets/lrgawidget.php:692
 
 
 
 
 
 
 
 
51
  msgid ""
52
  "<b>Position</b> is the average ranking of your website URLs for that query "
53
  "or keyword, on Google search results."
54
  msgstr ""
55
 
56
- #: widgets/lrgawidget.php:931
 
 
 
 
57
  msgid ""
58
  "<b>XtraOrbit</b> has been providing a wide range of services <b>since "
59
  "2002</b>, including <b>Web Hosting</b>, <b>Domain Names</b> & <b>Web "
60
  "Development</b>."
61
  msgstr ""
62
 
63
- #: widgets/lrgawidget.php:214 widgets/lrgawidget.php:303
64
  msgid "Access Code"
65
  msgstr ""
66
 
67
- #: widgets/lrgawidget.php:342
68
  msgid "Account"
69
  msgstr ""
70
 
71
- #: widgets/lrgawidget.php:394
72
  msgid "Account Name"
73
  msgstr ""
74
 
75
- #: widgets/lrgawidget.php:547
 
 
 
 
 
 
 
 
76
  msgid "active users on site"
77
  msgstr ""
78
 
79
- #: widgets/lrgawidget.php:373
80
  msgid "Add <b>Google Universal Analytics</b> tracking code to all pages."
81
  msgstr ""
82
 
@@ -84,11 +105,11 @@ msgstr ""
84
  msgid "Administrator [Change Settings]"
85
  msgstr ""
86
 
87
- #: widgets/lrgawidget.php:236
88
  msgid "Advanced Setup"
89
  msgstr ""
90
 
91
- #: widgets/lrgawidget.php:419
92
  msgid ""
93
  "After adding your website to <b>Google Search Console</b> and verifying "
94
  "ownership, clich <b>Reload</b>, to reload the <b>Search Console Property "
@@ -100,40 +121,36 @@ msgstr ""
100
  msgid "All Orders"
101
  msgstr ""
102
 
103
- #: widgets/lrgawidget.php:1021
104
  msgid ""
105
  "All saved authentication data will be removed. Do you want to continue ?!"
106
  msgstr ""
107
 
108
- #. Author of the plugin
109
- msgid "Amr M. Ibrahim"
110
- msgstr ""
111
-
112
- #: widgets/lrgawidget.php:1038
113
  msgid "Apply"
114
  msgstr ""
115
 
116
- #: widgets/lrgawidget.php:1057
117
  msgid "April"
118
  msgstr ""
119
 
120
- #: widgets/lrgawidget.php:1061
121
  msgid "August"
122
  msgstr ""
123
 
124
- #: widgets/lrgawidget.php:169
125
  msgid "Authorize APP"
126
  msgstr ""
127
 
128
- #: widgets/lrgawidget.php:316
129
  msgid "Authorize App"
130
  msgstr ""
131
 
132
- #: core/lrgawidget.class.php:95 widgets/lrgawidget.php:497
133
  msgid "Avg. Session Duration"
134
  msgstr ""
135
 
136
- #: widgets/lrgawidget.php:322
137
  msgid ""
138
  "Be sure to use the same email account that is linked to your <b>Google "
139
  "Analytics</b> and <b>Google Search Console</b> (formerly, Google Webmaster "
@@ -144,42 +161,42 @@ msgstr ""
144
  msgid "beta"
145
  msgstr ""
146
 
147
- #: core/lrgawidget.class.php:94 widgets/lrgawidget.php:504
148
  msgid "Bounce Rate"
149
  msgstr ""
150
 
151
- #: widgets/lrgawidget.php:589
152
  msgid "Browser"
153
  msgstr ""
154
 
155
- #: core/lrgawidget.permissions.php:42 widgets/lrgawidget.php:121
156
  msgid "Browsers"
157
  msgstr ""
158
 
159
- #: widgets/lrgawidget.php:874
160
  msgid "Browsers versions (IE 6, IE 7 .. etc.)."
161
  msgstr ""
162
 
163
- #: widgets/lrgawidget.php:910
164
  msgid "Buy Now"
165
  msgstr ""
166
 
167
- #: widgets/lrgawidget.php:848
168
  msgid "Buy the Premium version and get access to these amazing features"
169
  msgstr ""
170
 
171
- #: widgets/lrgawidget.php:239
172
  msgid ""
173
  "By clicking on <b>Start Advanced Setup</b> button below, The setup wizard "
174
  "will guide you through creating and/or configuring your own Google "
175
  "Application."
176
  msgstr ""
177
 
178
- #: widgets/lrgawidget.php:1029
179
  msgid "cached"
180
  msgstr ""
181
 
182
- #: widgets/lrgawidget.php:1039
183
  msgid "Cancel"
184
  msgstr ""
185
 
@@ -187,6 +204,10 @@ msgstr ""
187
  msgid "Cancelled"
188
  msgstr ""
189
 
 
 
 
 
190
  #: core/plugins/earnings/wordpress/lrga_wp_woo_plugin.php:65
191
  msgid "Categories"
192
  msgstr ""
@@ -195,58 +216,58 @@ msgstr ""
195
  msgid "Change Date Range"
196
  msgstr ""
197
 
198
- #: widgets/lrgawidget.php:884
199
  msgid "Check any Date Range, not just the last 30 days"
200
  msgstr ""
201
 
202
- #: widgets/lrgawidget.php:897
203
  msgid ""
204
  "Check the<strong> Demo</strong> to see exactly how the premium version looks "
205
  "like, and what you will get from it without leaving your wordpress dashboard"
206
  msgstr ""
207
 
208
- #: widgets/lrgawidget.php:201 widgets/lrgawidget.php:323
209
  msgid ""
210
  "Click <b>Allow</b>, then copy and paste the access code here, and click <b>"
211
  "Submit</b>."
212
  msgstr ""
213
 
214
- #: widgets/lrgawidget.php:279
215
  msgid ""
216
  "Click on <b>CREATE PROJECT</b>, choose a <b>Project name</b>, then click <b>"
217
  "CREATE</b>."
218
  msgstr ""
219
 
220
- #: widgets/lrgawidget.php:196
221
  msgid ""
222
  "Click on <b>Sign in with Google</b> button below, and a pop-up window will "
223
  "open, asking you to allow <b>Lara Analytics Widget</b> to access the "
224
  "following:"
225
  msgstr ""
226
 
227
- #: widgets/lrgawidget.php:317
228
  msgid ""
229
  "Click on <b>Sign in with Google</b> button below, and a pop-up window will "
230
  "open, asking you to allow the <b>app you just created</b> to :"
231
  msgstr ""
232
 
233
- #: widgets/lrgawidget.php:686
234
  msgid "Clicks"
235
  msgstr ""
236
 
237
- #: widgets/lrgawidget.php:253
238
  msgid "Client ID"
239
  msgstr ""
240
 
241
- #: widgets/lrgawidget.php:261
242
  msgid "Client Secret"
243
  msgstr ""
244
 
245
- #: widgets/lrgawidget.php:88
246
  msgid "Close"
247
  msgstr ""
248
 
249
- #: widgets/lrgawidget.php:934
250
  msgid "Come, check us out!"
251
  msgstr ""
252
 
@@ -264,15 +285,15 @@ msgid ""
264
  "Could not get or set widget permissions .. please contact an administrator"
265
  msgstr ""
266
 
267
- #: core/lrgawidget.permissions.php:41 widgets/lrgawidget.php:118
268
  msgid "Countries"
269
  msgstr ""
270
 
271
- #: widgets/lrgawidget.php:570
272
  msgid "Country"
273
  msgstr ""
274
 
275
- #: widgets/lrgawidget.php:168 widgets/lrgawidget.php:274
276
  msgid "Create Google APP"
277
  msgstr ""
278
 
@@ -280,7 +301,7 @@ msgstr ""
280
  msgid "Created"
281
  msgstr ""
282
 
283
- #: widgets/lrgawidget.php:686
284
  msgid "CTR"
285
  msgstr ""
286
 
@@ -291,7 +312,7 @@ msgid ""
291
  "cURL extension for PHP."
292
  msgstr ""
293
 
294
- #: widgets/lrgawidget.php:1042
295
  msgid "Custom Range"
296
  msgstr ""
297
 
@@ -302,19 +323,19 @@ msgstr ""
302
  msgid "DataBase Error .. please contact an administrator"
303
  msgstr ""
304
 
305
- #: widgets/lrgawidget.php:1065
306
  msgid "December"
307
  msgstr ""
308
 
309
- #: widgets/lrgawidget.php:648
310
  msgid "Device Type"
311
  msgstr ""
312
 
313
- #: widgets/lrgawidget.php:876
314
  msgid "Device Types and brands (Samsung, Apple .. etc.)."
315
  msgstr ""
316
 
317
- #: core/lrgawidget.permissions.php:45 widgets/lrgawidget.php:130
318
  msgid "Devices"
319
  msgstr ""
320
 
@@ -326,7 +347,7 @@ msgstr ""
326
  msgid "eCommerce Graphs"
327
  msgstr ""
328
 
329
- #: widgets/lrgawidget.php:860
330
  msgid ""
331
  "eCommerce graphs : </b>Highly customized earnings graphs, for popular "
332
  "WordPress eCommerce plugins, like WooCommerce."
@@ -340,11 +361,11 @@ msgstr ""
340
  msgid "Empty Series"
341
  msgstr ""
342
 
343
- #: widgets/lrgawidget.php:377
344
  msgid "Enable eCommerce graphs."
345
  msgstr ""
346
 
347
- #: widgets/lrgawidget.php:193
348
  msgid "Express Setup"
349
  msgstr ""
350
 
@@ -356,7 +377,7 @@ msgstr ""
356
  #: core/lrgawidget.handler.php:23 core/lrgawidget.handler.php:28
357
  #: core/lrgawidget.handler.php:38 core/lrgawidget.handler.php:103
358
  #: core/lrgawidget.handler.php:106 core/lrgawidget.permissions.php:106
359
- #: widgets/lrgawidget.php:29 widgets/lrgawidget.php:42
360
  #: core/system/wordpress/system.bootstrap.class.php:66
361
  #: core/system/wordpress/system.bootstrap.class.php:80
362
  #: core/system/wordpress/system.bootstrap.class.php:83
@@ -364,29 +385,29 @@ msgstr ""
364
  msgid "Fatal Error"
365
  msgstr ""
366
 
367
- #: widgets/lrgawidget.php:1055
368
  msgid "February"
369
  msgstr ""
370
 
371
- #: widgets/lrgawidget.php:1011
372
  msgid "First"
373
  msgstr ""
374
 
375
- #: widgets/lrgawidget.php:1050
376
  msgid "Fr"
377
  msgstr ""
378
 
379
- #: widgets/lrgawidget.php:1040
380
  msgid "From"
381
  msgstr ""
382
 
383
- #: widgets/lrgawidget.php:285
384
  msgid ""
385
  "From the side menu, click on <b>Credentials</b>, then click on <b>CREATE "
386
  "CREDENTIALS</b>, and select <b>OAuth client ID</b>."
387
  msgstr ""
388
 
389
- #: widgets/lrgawidget.php:280
390
  msgid ""
391
  "From the top <b>Search for APIs and Services</b> box, search for <b>Google "
392
  "Analytics API</b>, select it, then click <b>ENABLE</b>."
@@ -398,16 +419,16 @@ msgid ""
398
  "which also inserts latest Google Analytics tracking code to your pages."
399
  msgstr ""
400
 
401
- #: widgets/lrgawidget.php:180
402
  msgid "Go Back to Express Setup"
403
  msgstr ""
404
 
405
- #: widgets/lrgawidget.php:142 widgets/lrgawidget.php:847
406
  msgid "Go Premium !"
407
  msgstr ""
408
 
409
- #: widgets/lrgawidget.php:29 widgets/lrgawidget.php:42
410
- #: widgets/lrgawidget.php:61
411
  msgid "Google Analytics"
412
  msgstr ""
413
 
@@ -416,11 +437,11 @@ msgid ""
416
  "Google Replied with unexpected replay, enable debugging to check the reply"
417
  msgstr ""
418
 
419
- #: widgets/lrgawidget.php:67
420
  msgid "Graph Options"
421
  msgstr ""
422
 
423
- #: widgets/lrgawidget.php:954
424
  msgid "Help & Support"
425
  msgstr ""
426
 
@@ -441,15 +462,15 @@ msgstr ""
441
  msgid "I already rated it"
442
  msgstr ""
443
 
444
- #: widgets/lrgawidget.php:527 widgets/lrgawidget.php:555
445
- #: widgets/lrgawidget.php:589 widgets/lrgawidget.php:609
446
- #: widgets/lrgawidget.php:629 widgets/lrgawidget.php:648
447
- #: widgets/lrgawidget.php:667 widgets/lrgawidget.php:686
448
- #: widgets/lrgawidget.php:711
449
  msgid "ID"
450
  msgstr ""
451
 
452
- #: widgets/lrgawidget.php:32
453
  msgid ""
454
  "If this did not fix the problem, please <a href=\"https://clients.xtraorbit."
455
  "com/submitticket.php?step=2&deptid=2&subject=Plugin-UNABLE-TO-LOAD\" "
@@ -457,7 +478,7 @@ msgid ""
457
  "it."
458
  msgstr ""
459
 
460
- #: widgets/lrgawidget.php:955
461
  msgid ""
462
  "If you are facing any issues, need support or have a new feature request, "
463
  "visit the official plugin support forum, where you will be able to submit a "
@@ -467,23 +488,23 @@ msgstr ""
467
  #: widgets/lrgawidget.php:31
468
  msgid ""
469
  "If you are using an adblocker, please <b>disable</b> it on this page, then "
470
- "<b>refresh</b> the page."
471
  msgstr ""
472
 
473
- #: widgets/lrgawidget.php:203
474
  msgid ""
475
  "If you are using the <b>premium</b> version of the plugin, that email "
476
  "account should also be linked to your <b>Google Search Console</b>."
477
  msgstr ""
478
 
479
- #: widgets/lrgawidget.php:418
480
  msgid ""
481
  "If you cannot find your website, please go to <a href=\"https://www.google."
482
  "com/webmasters/tools/\" target=\"_blank\">Google Search Console</a> and "
483
  "click on <b>Add a property</b>, to add your website."
484
  msgstr ""
485
 
486
- #: core/review.notice.php:40 widgets/lrgawidget.php:945
487
  msgid ""
488
  "If you have a free moment, and want to help us spread the word and boost our "
489
  "motivation, please do us a BIG favour and give us 5 Stars rating on "
@@ -491,23 +512,31 @@ msgid ""
491
  "the plugin :)"
492
  msgstr ""
493
 
494
- #: widgets/lrgawidget.php:240
 
 
 
 
 
 
 
 
495
  msgid ""
496
  "If you want a quick start, or just trying the widget, use the <b>Express "
497
  "Setup</b> on the left."
498
  msgstr ""
499
 
500
- #: widgets/lrgawidget.php:202
501
  msgid ""
502
  "If you were asked to login, be sure to use the same email account that is "
503
  "linked to your <b>Google Analytics</b>."
504
  msgstr ""
505
 
506
- #: widgets/lrgawidget.php:686
507
  msgid "Impressions"
508
  msgstr ""
509
 
510
- #: widgets/lrgawidget.php:1031
511
  msgid "inactive"
512
  msgstr ""
513
 
@@ -515,7 +544,7 @@ msgstr ""
515
  msgid "Income"
516
  msgstr ""
517
 
518
- #: widgets/lrgawidget.php:1022
519
  msgid ""
520
  "Initial Setup Required! - Please contact an administratior to complete the "
521
  "widget setup."
@@ -535,35 +564,35 @@ msgstr ""
535
  msgid "Invalid Reply"
536
  msgstr ""
537
 
538
- #: widgets/lrgawidget.php:1054
539
  msgid "January"
540
  msgstr ""
541
 
542
- #: widgets/lrgawidget.php:1060
543
  msgid "July"
544
  msgstr ""
545
 
546
- #: widgets/lrgawidget.php:1059
547
  msgid "June"
548
  msgstr ""
549
 
550
- #: widgets/lrgawidget.php:686
551
  msgid "Keyword"
552
  msgstr ""
553
 
554
- #: core/lrgawidget.permissions.php:47 widgets/lrgawidget.php:136
555
  msgid "Keywords"
556
  msgstr ""
557
 
558
- #: widgets/lrgawidget.php:866
559
  msgid "Keywords ( provided by Google Search Console)."
560
  msgstr ""
561
 
562
- #: widgets/lrgawidget.php:609
563
  msgid "Language"
564
  msgstr ""
565
 
566
- #: core/lrgawidget.permissions.php:43 widgets/lrgawidget.php:124
567
  msgid "Languages"
568
  msgstr ""
569
 
@@ -571,57 +600,57 @@ msgstr ""
571
  msgid "Lara's Google Analytics"
572
  msgstr ""
573
 
574
- #: widgets/lrgawidget.php:1012
575
  msgid "Last"
576
  msgstr ""
577
 
578
- #: widgets/lrgawidget.php:1026
579
  msgid "Last 30 Days"
580
  msgstr ""
581
 
582
- #: widgets/lrgawidget.php:1025
583
  msgid "Last 7 Days"
584
  msgstr ""
585
 
586
- #: widgets/lrgawidget.php:1028
587
  msgid "Last Month"
588
  msgstr ""
589
 
590
- #: widgets/lrgawidget.php:900
591
  msgid "Launch Demo"
592
  msgstr ""
593
 
594
- #: core/review.notice.php:44 widgets/lrgawidget.php:947
595
  msgid "Let's do it, You deserve it"
596
  msgstr ""
597
 
598
- #: widgets/lrgawidget.php:77 widgets/lrgawidget.php:85
599
  msgid "Loading data, please wait !"
600
  msgstr ""
601
 
602
- #: widgets/lrgawidget.php:1006
603
  msgid "Loading..."
604
  msgstr ""
605
 
606
- #: widgets/lrgawidget.php:383
607
  msgid "Lock settings"
608
  msgstr ""
609
 
610
- #: widgets/lrgawidget.php:859
611
  msgid ""
612
  "Lock Settings : </b>Prevent users from changing the widget settings or "
613
  "viewing other Google analytics profiles."
614
  msgstr ""
615
 
616
- #: widgets/lrgawidget.php:158
617
  msgid "Make sure that your group has proper permissions to access the widget."
618
  msgstr ""
619
 
620
- #: widgets/lrgawidget.php:1056
621
  msgid "March"
622
  msgstr ""
623
 
624
- #: widgets/lrgawidget.php:1058
625
  msgid "May"
626
  msgstr ""
627
 
@@ -631,7 +660,7 @@ msgid ""
631
  "choose a valid <b>Search Console Property URL</b>."
632
  msgstr ""
633
 
634
- #: widgets/lrgawidget.php:1046
635
  msgid "Mo"
636
  msgstr ""
637
 
@@ -639,25 +668,25 @@ msgstr ""
639
  msgid "Modified"
640
  msgstr ""
641
 
642
- #: widgets/lrgawidget.php:857
643
  msgid ""
644
  "Multisite Multi-Network enabled : </b>Every blog/site in your network can "
645
  "has its own analytics tracking code and dashboard widget."
646
  msgstr ""
647
 
648
- #: widgets/lrgawidget.php:1013
649
  msgid "Next"
650
  msgstr ""
651
 
652
- #: widgets/lrgawidget.php:1033
653
  msgid "No active users"
654
  msgstr ""
655
 
656
- #: widgets/lrgawidget.php:999
657
  msgid "No data available in table"
658
  msgstr ""
659
 
660
- #: widgets/lrgawidget.php:1024
661
  msgid ""
662
  "No data available in table. <span class='pull-left'><ul><li>Did you <a "
663
  "href='https://support.google.com/webmasters/answer/34592?hl=en' "
@@ -668,7 +697,7 @@ msgid ""
668
  "appear.</li></ul></span>"
669
  msgstr ""
670
 
671
- #: widgets/lrgawidget.php:1009
672
  msgid "No matching records found"
673
  msgstr ""
674
 
@@ -676,11 +705,11 @@ msgstr ""
676
  msgid "Not Interested"
677
  msgstr ""
678
 
679
- #: widgets/lrgawidget.php:1064
680
  msgid "November"
681
  msgstr ""
682
 
683
- #: widgets/lrgawidget.php:1063
684
  msgid "October"
685
  msgstr ""
686
 
@@ -688,34 +717,34 @@ msgstr ""
688
  msgid "On Hold"
689
  msgstr ""
690
 
691
- #: widgets/lrgawidget.php:284
692
  msgid ""
693
  "On the next screen, choose an <b>Application name</b>, then click <b>Save</b>"
694
  "."
695
  msgstr ""
696
 
697
- #: widgets/lrgawidget.php:282
698
  msgid ""
699
  "Open <b>Google Developers Console</b> menu, by clicking on <i class=\"fas fa-"
700
  "bars fa-fw\"></i> and select <b>APIs & Services</b> <i class=\"fas fa-caret-"
701
  "right fa-fw\"></i> <b>OAuth consent screen</b>."
702
  msgstr ""
703
 
704
- #: widgets/lrgawidget.php:278
705
  msgid ""
706
  "Open the <a target=\"_blank\" href=\"//console.developers.google."
707
  "com/apis/credentials?project=_\">Google Developers Console</a>."
708
  msgstr ""
709
 
710
- #: widgets/lrgawidget.php:629
711
  msgid "Operating System"
712
  msgstr ""
713
 
714
- #: core/lrgawidget.permissions.php:44 widgets/lrgawidget.php:127
715
  msgid "Operating Systems"
716
  msgstr ""
717
 
718
- #: widgets/lrgawidget.php:875
719
  msgid "Operating Systems versions (Windows 7, Windows 8 .. etc.)."
720
  msgstr ""
721
 
@@ -731,20 +760,20 @@ msgstr ""
731
  msgid "Orders"
732
  msgstr ""
733
 
734
- #: widgets/lrgawidget.php:527 widgets/lrgawidget.php:555
735
  msgid "Page"
736
  msgstr ""
737
 
738
- #: core/lrgawidget.permissions.php:49 widgets/lrgawidget.php:112
739
  msgid "Pages"
740
  msgstr ""
741
 
742
- #: core/lrgawidget.class.php:96 widgets/lrgawidget.php:490
743
  msgid "Pages / Session"
744
  msgstr ""
745
 
746
- #: core/lrgawidget.class.php:92 widgets/lrgawidget.php:483
747
- #: widgets/lrgawidget.php:527 widgets/lrgawidget.php:555
748
  msgid "Pageviews"
749
  msgstr ""
750
 
@@ -756,11 +785,11 @@ msgstr ""
756
  msgid "Pending"
757
  msgstr ""
758
 
759
- #: widgets/lrgawidget.php:527 widgets/lrgawidget.php:555
760
- #: widgets/lrgawidget.php:570 widgets/lrgawidget.php:589
761
- #: widgets/lrgawidget.php:609 widgets/lrgawidget.php:629
762
- #: widgets/lrgawidget.php:648 widgets/lrgawidget.php:667
763
- #: widgets/lrgawidget.php:711
764
  msgid "Percentage"
765
  msgstr ""
766
 
@@ -768,27 +797,27 @@ msgstr ""
768
  msgid "Permissions"
769
  msgstr ""
770
 
771
- #: widgets/lrgawidget.php:858
772
  msgid ""
773
  "Permissions : </b>Easily control which data is viwed by your blog admins and "
774
  "users (also compatible with Multisite Multi-Network)."
775
  msgstr ""
776
 
777
- #: widgets/lrgawidget.php:415
778
  msgid ""
779
  "Please choose a valid <b>Search Console Property URL</b>, or the widget will "
780
  "not be able to get keywords data for your website."
781
  msgstr ""
782
 
783
- #: widgets/lrgawidget.php:686
784
  msgid "Position"
785
  msgstr ""
786
 
787
- #: widgets/lrgawidget.php:380
788
  msgid "Premium Settings"
789
  msgstr ""
790
 
791
- #: widgets/lrgawidget.php:1014
792
  msgid "Previous"
793
  msgstr ""
794
 
@@ -796,7 +825,7 @@ msgstr ""
796
  msgid "Processing"
797
  msgstr ""
798
 
799
- #: widgets/lrgawidget.php:1007
800
  msgid "Processing..."
801
  msgstr ""
802
 
@@ -804,36 +833,36 @@ msgstr ""
804
  msgid "Products"
805
  msgstr ""
806
 
807
- #: widgets/lrgawidget.php:393
808
  msgid "Profile Details"
809
  msgstr ""
810
 
811
- #: widgets/lrgawidget.php:347
812
  msgid "Property"
813
  msgstr ""
814
 
815
- #: widgets/lrgawidget.php:395
816
  msgid "Property Name"
817
  msgstr ""
818
 
819
- #: widgets/lrgawidget.php:412
820
  msgid "Property Url"
821
  msgstr ""
822
 
823
- #: widgets/lrgawidget.php:396
824
  msgid "Property WebsiteUrl"
825
  msgstr ""
826
 
827
- #: widgets/lrgawidget.php:944
828
  msgid "Rate Us"
829
  msgstr ""
830
 
831
- #: core/lrgawidget.permissions.php:40 widgets/lrgawidget.php:115
832
- #: widgets/lrgawidget.php:1030
833
  msgid "Real Time"
834
  msgstr ""
835
 
836
- #: widgets/lrgawidget.php:867
837
  msgid "Real Time site visitors"
838
  msgstr ""
839
 
@@ -841,34 +870,34 @@ msgstr ""
841
  msgid "Refunded"
842
  msgstr ""
843
 
844
- #: widgets/lrgawidget.php:421
845
  msgid "Reload"
846
  msgstr ""
847
 
848
- #: widgets/lrgawidget.php:281
849
  msgid ""
850
  "Repeat the above step to enable <b>Google Analytics Reporting API</b> and <b>"
851
  "Google Search Console API</b>."
852
  msgstr ""
853
 
854
- #: widgets/lrgawidget.php:177
855
  msgid "Reset all data and start over"
856
  msgstr ""
857
 
858
- #: widgets/lrgawidget.php:545
859
  msgid "Right now"
860
  msgstr ""
861
 
862
- #: widgets/lrgawidget.php:1051
863
  msgid "Sa"
864
  msgstr ""
865
 
866
- #: widgets/lrgawidget.php:87 widgets/lrgawidget.php:387
867
- #: widgets/lrgawidget.php:448
868
  msgid "Save"
869
  msgstr ""
870
 
871
- #: widgets/lrgawidget.php:133 widgets/lrgawidget.php:667
872
  msgid "Screen Resolution"
873
  msgstr ""
874
 
@@ -876,41 +905,41 @@ msgstr ""
876
  msgid "Screen Resolutions"
877
  msgstr ""
878
 
879
- #: widgets/lrgawidget.php:411
880
  msgid "Search Console Property"
881
  msgstr ""
882
 
883
- #: widgets/lrgawidget.php:1008
884
  msgid "Search:"
885
  msgstr ""
886
 
887
- #: widgets/lrgawidget.php:283
888
  msgid ""
889
  "Select <b>External</b> as the <b>User Type</b>, then click <b>CREATE</b>."
890
  msgstr ""
891
 
892
- #: widgets/lrgawidget.php:170
893
  msgid "Select Analytics Profile"
894
  msgstr ""
895
 
896
- #: widgets/lrgawidget.php:1023
897
  msgid "Select Property URL"
898
  msgstr ""
899
 
900
- #: widgets/lrgawidget.php:1062
901
  msgid "September"
902
  msgstr ""
903
 
904
  #: core/lrgawidget.class.php:90 core/lrgawidget.permissions.php:39
905
- #: widgets/lrgawidget.php:109 widgets/lrgawidget.php:469
906
- #: widgets/lrgawidget.php:570 widgets/lrgawidget.php:589
907
- #: widgets/lrgawidget.php:609 widgets/lrgawidget.php:629
908
- #: widgets/lrgawidget.php:648 widgets/lrgawidget.php:667
909
- #: widgets/lrgawidget.php:711
910
  msgid "Sessions"
911
  msgstr ""
912
 
913
- #: widgets/lrgawidget.php:83
914
  msgid "Settings"
915
  msgstr ""
916
 
@@ -919,19 +948,19 @@ msgstr ""
919
  msgid "Show"
920
  msgstr ""
921
 
922
- #: widgets/lrgawidget.php:1005
923
  msgid "Show _MENU_ entries"
924
  msgstr ""
925
 
926
- #: widgets/lrgawidget.php:1001
927
  msgid "Showing 0 to 0 of 0 entries"
928
  msgstr ""
929
 
930
- #: widgets/lrgawidget.php:1000
931
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
932
  msgstr ""
933
 
934
- #: widgets/lrgawidget.php:326
935
  msgid ""
936
  "Since your newly created app was not verified by Google, you will see <b>"
937
  "This app is not verified</b> warning. To continue, click on <b>Advanced</b>, "
@@ -942,7 +971,7 @@ msgstr ""
942
  msgid "Something went wrong .. please contact an administrator"
943
  msgstr ""
944
 
945
- #: widgets/lrgawidget.php:139 widgets/lrgawidget.php:711
946
  msgid "Source"
947
  msgstr ""
948
 
@@ -950,16 +979,16 @@ msgstr ""
950
  msgid "Sources"
951
  msgstr ""
952
 
953
- #: widgets/lrgawidget.php:241
954
  msgid "Start Advanced Setup"
955
  msgstr ""
956
 
957
- #: widgets/lrgawidget.php:1045
958
  msgid "Su"
959
  msgstr ""
960
 
961
- #: widgets/lrgawidget.php:221 widgets/lrgawidget.php:269
962
- #: widgets/lrgawidget.php:311
963
  msgid "Submit"
964
  msgstr ""
965
 
@@ -967,7 +996,7 @@ msgstr ""
967
  msgid "Super Administrator [Change Permissions]"
968
  msgstr ""
969
 
970
- #: widgets/lrgawidget.php:957
971
  msgid "Support Center"
972
  msgstr ""
973
 
@@ -975,13 +1004,13 @@ msgstr ""
975
  msgid "Tabs"
976
  msgstr ""
977
 
978
- #: widgets/lrgawidget.php:287
979
  msgid ""
980
  "Take note of the <b>client ID</b> & <b>client secret</b> then click <b>OK</b>"
981
  "."
982
  msgstr ""
983
 
984
- #: widgets/lrgawidget.php:1049
985
  msgid "Th"
986
  msgstr ""
987
 
@@ -991,7 +1020,7 @@ msgid ""
991
  "it has saved your valuable time and efforts!"
992
  msgstr ""
993
 
994
- #: widgets/lrgawidget.php:402
995
  msgid ""
996
  "The selected view is using a different timezone than your server's time zone,"
997
  " which <u>may</u> cause inaccurate dates/values."
@@ -1005,35 +1034,50 @@ msgid ""
1005
  "the widget from loading required files."
1006
  msgstr ""
1007
 
1008
- #: widgets/lrgawidget.php:1027
1009
  msgid "This Month"
1010
  msgstr ""
1011
 
1012
- #: widgets/lrgawidget.php:405
 
 
 
 
1013
  msgid "Time Zone"
1014
  msgstr ""
1015
 
1016
- #: widgets/lrgawidget.php:1041
1017
  msgid "To"
1018
  msgstr ""
1019
 
1020
- #: widgets/lrgawidget.php:383
 
 
 
 
 
 
 
 
 
 
 
1021
  msgid ""
1022
  "To unlock after saving, you will need to <b>reset all data</b> and re-"
1023
  "authorize with Google Analytics"
1024
  msgstr ""
1025
 
1026
- #: widgets/lrgawidget.php:275
1027
  msgid ""
1028
  "To use the <b>Google Analytics</b> widget, you will need to create a <b>"
1029
  "Google App</b> as follows :"
1030
  msgstr ""
1031
 
1032
- #: widgets/lrgawidget.php:553
1033
- msgid "Top 10 Pages"
1034
  msgstr ""
1035
 
1036
- #: widgets/lrgawidget.php:1032
1037
  msgid "Total"
1038
  msgstr ""
1039
 
@@ -1041,11 +1085,11 @@ msgstr ""
1041
  msgid "Totals"
1042
  msgstr ""
1043
 
1044
- #: widgets/lrgawidget.php:868
1045
  msgid "Traffic sources."
1046
  msgstr ""
1047
 
1048
- #: widgets/lrgawidget.php:1047
1049
  msgid "Tu"
1050
  msgstr ""
1051
 
@@ -1053,69 +1097,69 @@ msgstr ""
1053
  msgid "Types"
1054
  msgstr ""
1055
 
1056
- #: widgets/lrgawidget.php:286
1057
  msgid ""
1058
  "Under <b>Application type</b>, select <b>Desktop app</b>, choose a name, "
1059
  "then click <b>CREATE</b>."
1060
  msgstr ""
1061
 
1062
- #: core/lrgawidget.class.php:91 widgets/lrgawidget.php:476
1063
  msgid "Users"
1064
  msgstr ""
1065
 
1066
- #: widgets/lrgawidget.php:352
1067
  msgid "View"
1068
  msgstr ""
1069
 
1070
- #: widgets/lrgawidget.php:913
1071
  msgid "View all premuim features details"
1072
  msgstr ""
1073
 
1074
- #: widgets/lrgawidget.php:397
1075
  msgid "View Name"
1076
  msgstr ""
1077
 
1078
- #: widgets/lrgawidget.php:199 widgets/lrgawidget.php:320
1079
  msgid "View Search Console data for your verified sites"
1080
  msgstr ""
1081
 
1082
- #: widgets/lrgawidget.php:399 widgets/lrgawidget.php:404
1083
  msgid "View Time Zone"
1084
  msgstr ""
1085
 
1086
- #: widgets/lrgawidget.php:398
1087
  msgid "View Type"
1088
  msgstr ""
1089
 
1090
- #: widgets/lrgawidget.php:198 widgets/lrgawidget.php:319
1091
  msgid "View your Google Analytics data"
1092
  msgstr ""
1093
 
1094
- #: widgets/lrgawidget.php:869
1095
  msgid "Visitors Countries"
1096
  msgstr ""
1097
 
1098
- #: widgets/lrgawidget.php:1043
1099
  msgid "W"
1100
  msgstr ""
1101
 
1102
- #: widgets/lrgawidget.php:1048
1103
  msgid "We"
1104
  msgstr ""
1105
 
1106
- #: widgets/lrgawidget.php:932
1107
  msgid ""
1108
  "We mix creativity with imagination, responsibility with passion, and "
1109
  "resourcefulness with fun. That is what we do everyday within our company."
1110
  msgstr ""
1111
 
1112
- #: widgets/lrgawidget.php:289
1113
  msgid ""
1114
  "When done, paste the <b>client ID</b> & <b>client secret</b> here and click "
1115
  "<b>Submit</b>."
1116
  msgstr ""
1117
 
1118
- #: widgets/lrgawidget.php:930
1119
  msgid "Who we are & What we do"
1120
  msgstr ""
1121
 
@@ -1124,10 +1168,14 @@ msgstr ""
1124
  msgid "WooCommerce"
1125
  msgstr ""
1126
 
1127
- #: widgets/lrgawidget.php:380
1128
  msgid "Works in the Pro version only"
1129
  msgstr ""
1130
 
 
 
 
 
1131
  #: core/lrgawidget.permissions.php:96
1132
  msgid "You do not have permission to access this page"
1133
  msgstr ""
@@ -1142,6 +1190,6 @@ msgstr ""
1142
  msgid "You do not have permission to access this tab!"
1143
  msgstr ""
1144
 
1145
- #: widgets/lrgawidget.php:157
1146
  msgid "You do not have permission to view any tab!"
1147
  msgstr ""
3
  msgstr ""
4
  "Project-Id-Version: Lara Google Analytics\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2021-01-18 20:21+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Generator: Loco https://localise.biz/\n"
16
+ "X-Loco-Version: 2.5.0; wp-5.7-alpha-49973\n"
17
+ "X-Domain: lara-google-analytics"
18
 
19
+ #: core/lrgawidget.class.php:93 widgets/lrgawidget.php:529
20
  msgid "% New Sessions"
21
  msgstr ""
22
 
23
+ #: widgets/lrgawidget.php:1022
24
  msgid "(filtered from _MAX_ total entries)"
25
  msgstr ""
26
 
27
+ #: widgets/lrgawidget.php:176
28
  msgid "1"
29
  msgstr ""
30
 
31
+ #: widgets/lrgawidget.php:910
32
  msgid "12 Months of Free Updates and Support"
33
  msgstr ""
34
 
35
+ #: widgets/lrgawidget.php:177
36
  msgid "2"
37
  msgstr ""
38
 
39
+ #: widgets/lrgawidget.php:178
40
  msgid "3"
41
  msgstr ""
42
 
43
+ #: widgets/lrgawidget.php:1037
44
  msgid ": activate to sort column ascending"
45
  msgstr ""
46
 
47
+ #: widgets/lrgawidget.php:1038
48
  msgid ": activate to sort column descending"
49
  msgstr ""
50
 
51
+ #: widgets/lrgawidget.php:37
52
+ msgid "<b>Linux:</b> F5"
53
+ msgstr ""
54
+
55
+ #: widgets/lrgawidget.php:36
56
+ msgid "<b>Mac/Apple:</b> Apple + R <u>or</u> Command + R"
57
+ msgstr ""
58
+
59
+ #: widgets/lrgawidget.php:712
60
  msgid ""
61
  "<b>Position</b> is the average ranking of your website URLs for that query "
62
  "or keyword, on Google search results."
63
  msgstr ""
64
 
65
+ #: widgets/lrgawidget.php:35
66
+ msgid "<b>Windows:</b> Ctrl + F5 <u>or</u> SHIFT + Reload for firefox"
67
+ msgstr ""
68
+
69
+ #: widgets/lrgawidget.php:951
70
  msgid ""
71
  "<b>XtraOrbit</b> has been providing a wide range of services <b>since "
72
  "2002</b>, including <b>Web Hosting</b>, <b>Domain Names</b> & <b>Web "
73
  "Development</b>."
74
  msgstr ""
75
 
76
+ #: widgets/lrgawidget.php:222 widgets/lrgawidget.php:311
77
  msgid "Access Code"
78
  msgstr ""
79
 
80
+ #: widgets/lrgawidget.php:350
81
  msgid "Account"
82
  msgstr ""
83
 
84
+ #: widgets/lrgawidget.php:402
85
  msgid "Account Name"
86
  msgstr ""
87
 
88
+ #: widgets/lrgawidget.php:575
89
+ msgid "Active Page"
90
+ msgstr ""
91
+
92
+ #: widgets/lrgawidget.php:575
93
+ msgid "Active Users"
94
+ msgstr ""
95
+
96
+ #: widgets/lrgawidget.php:565
97
  msgid "active users on site"
98
  msgstr ""
99
 
100
+ #: widgets/lrgawidget.php:381
101
  msgid "Add <b>Google Universal Analytics</b> tracking code to all pages."
102
  msgstr ""
103
 
105
  msgid "Administrator [Change Settings]"
106
  msgstr ""
107
 
108
+ #: widgets/lrgawidget.php:244
109
  msgid "Advanced Setup"
110
  msgstr ""
111
 
112
+ #: widgets/lrgawidget.php:437
113
  msgid ""
114
  "After adding your website to <b>Google Search Console</b> and verifying "
115
  "ownership, clich <b>Reload</b>, to reload the <b>Search Console Property "
121
  msgid "All Orders"
122
  msgstr ""
123
 
124
+ #: widgets/lrgawidget.php:1041
125
  msgid ""
126
  "All saved authentication data will be removed. Do you want to continue ?!"
127
  msgstr ""
128
 
129
+ #: widgets/lrgawidget.php:1058
 
 
 
 
130
  msgid "Apply"
131
  msgstr ""
132
 
133
+ #: widgets/lrgawidget.php:1077
134
  msgid "April"
135
  msgstr ""
136
 
137
+ #: widgets/lrgawidget.php:1081
138
  msgid "August"
139
  msgstr ""
140
 
141
+ #: widgets/lrgawidget.php:177
142
  msgid "Authorize APP"
143
  msgstr ""
144
 
145
+ #: widgets/lrgawidget.php:324
146
  msgid "Authorize App"
147
  msgstr ""
148
 
149
+ #: core/lrgawidget.class.php:95 widgets/lrgawidget.php:515
150
  msgid "Avg. Session Duration"
151
  msgstr ""
152
 
153
+ #: widgets/lrgawidget.php:330
154
  msgid ""
155
  "Be sure to use the same email account that is linked to your <b>Google "
156
  "Analytics</b> and <b>Google Search Console</b> (formerly, Google Webmaster "
161
  msgid "beta"
162
  msgstr ""
163
 
164
+ #: core/lrgawidget.class.php:94 widgets/lrgawidget.php:522
165
  msgid "Bounce Rate"
166
  msgstr ""
167
 
168
+ #: widgets/lrgawidget.php:609
169
  msgid "Browser"
170
  msgstr ""
171
 
172
+ #: core/lrgawidget.permissions.php:42 widgets/lrgawidget.php:129
173
  msgid "Browsers"
174
  msgstr ""
175
 
176
+ #: widgets/lrgawidget.php:894
177
  msgid "Browsers versions (IE 6, IE 7 .. etc.)."
178
  msgstr ""
179
 
180
+ #: widgets/lrgawidget.php:930
181
  msgid "Buy Now"
182
  msgstr ""
183
 
184
+ #: widgets/lrgawidget.php:868
185
  msgid "Buy the Premium version and get access to these amazing features"
186
  msgstr ""
187
 
188
+ #: widgets/lrgawidget.php:247
189
  msgid ""
190
  "By clicking on <b>Start Advanced Setup</b> button below, The setup wizard "
191
  "will guide you through creating and/or configuring your own Google "
192
  "Application."
193
  msgstr ""
194
 
195
+ #: widgets/lrgawidget.php:1049
196
  msgid "cached"
197
  msgstr ""
198
 
199
+ #: widgets/lrgawidget.php:1059
200
  msgid "Cancel"
201
  msgstr ""
202
 
204
  msgid "Cancelled"
205
  msgstr ""
206
 
207
+ #: widgets/lrgawidget.php:421
208
+ msgid "Cannot find your Google Analytics property ?"
209
+ msgstr ""
210
+
211
  #: core/plugins/earnings/wordpress/lrga_wp_woo_plugin.php:65
212
  msgid "Categories"
213
  msgstr ""
216
  msgid "Change Date Range"
217
  msgstr ""
218
 
219
+ #: widgets/lrgawidget.php:904
220
  msgid "Check any Date Range, not just the last 30 days"
221
  msgstr ""
222
 
223
+ #: widgets/lrgawidget.php:917
224
  msgid ""
225
  "Check the<strong> Demo</strong> to see exactly how the premium version looks "
226
  "like, and what you will get from it without leaving your wordpress dashboard"
227
  msgstr ""
228
 
229
+ #: widgets/lrgawidget.php:209 widgets/lrgawidget.php:331
230
  msgid ""
231
  "Click <b>Allow</b>, then copy and paste the access code here, and click <b>"
232
  "Submit</b>."
233
  msgstr ""
234
 
235
+ #: widgets/lrgawidget.php:287
236
  msgid ""
237
  "Click on <b>CREATE PROJECT</b>, choose a <b>Project name</b>, then click <b>"
238
  "CREATE</b>."
239
  msgstr ""
240
 
241
+ #: widgets/lrgawidget.php:204
242
  msgid ""
243
  "Click on <b>Sign in with Google</b> button below, and a pop-up window will "
244
  "open, asking you to allow <b>Lara Analytics Widget</b> to access the "
245
  "following:"
246
  msgstr ""
247
 
248
+ #: widgets/lrgawidget.php:325
249
  msgid ""
250
  "Click on <b>Sign in with Google</b> button below, and a pop-up window will "
251
  "open, asking you to allow the <b>app you just created</b> to :"
252
  msgstr ""
253
 
254
+ #: widgets/lrgawidget.php:706
255
  msgid "Clicks"
256
  msgstr ""
257
 
258
+ #: widgets/lrgawidget.php:261
259
  msgid "Client ID"
260
  msgstr ""
261
 
262
+ #: widgets/lrgawidget.php:269
263
  msgid "Client Secret"
264
  msgstr ""
265
 
266
+ #: widgets/lrgawidget.php:96
267
  msgid "Close"
268
  msgstr ""
269
 
270
+ #: widgets/lrgawidget.php:954
271
  msgid "Come, check us out!"
272
  msgstr ""
273
 
285
  "Could not get or set widget permissions .. please contact an administrator"
286
  msgstr ""
287
 
288
+ #: core/lrgawidget.permissions.php:41 widgets/lrgawidget.php:126
289
  msgid "Countries"
290
  msgstr ""
291
 
292
+ #: widgets/lrgawidget.php:590
293
  msgid "Country"
294
  msgstr ""
295
 
296
+ #: widgets/lrgawidget.php:176 widgets/lrgawidget.php:282
297
  msgid "Create Google APP"
298
  msgstr ""
299
 
301
  msgid "Created"
302
  msgstr ""
303
 
304
+ #: widgets/lrgawidget.php:706
305
  msgid "CTR"
306
  msgstr ""
307
 
312
  "cURL extension for PHP."
313
  msgstr ""
314
 
315
+ #: widgets/lrgawidget.php:1062
316
  msgid "Custom Range"
317
  msgstr ""
318
 
323
  msgid "DataBase Error .. please contact an administrator"
324
  msgstr ""
325
 
326
+ #: widgets/lrgawidget.php:1085
327
  msgid "December"
328
  msgstr ""
329
 
330
+ #: widgets/lrgawidget.php:668
331
  msgid "Device Type"
332
  msgstr ""
333
 
334
+ #: widgets/lrgawidget.php:896
335
  msgid "Device Types and brands (Samsung, Apple .. etc.)."
336
  msgstr ""
337
 
338
+ #: core/lrgawidget.permissions.php:45 widgets/lrgawidget.php:138
339
  msgid "Devices"
340
  msgstr ""
341
 
347
  msgid "eCommerce Graphs"
348
  msgstr ""
349
 
350
+ #: widgets/lrgawidget.php:880
351
  msgid ""
352
  "eCommerce graphs : </b>Highly customized earnings graphs, for popular "
353
  "WordPress eCommerce plugins, like WooCommerce."
361
  msgid "Empty Series"
362
  msgstr ""
363
 
364
+ #: widgets/lrgawidget.php:385
365
  msgid "Enable eCommerce graphs."
366
  msgstr ""
367
 
368
+ #: widgets/lrgawidget.php:201
369
  msgid "Express Setup"
370
  msgstr ""
371
 
377
  #: core/lrgawidget.handler.php:23 core/lrgawidget.handler.php:28
378
  #: core/lrgawidget.handler.php:38 core/lrgawidget.handler.php:103
379
  #: core/lrgawidget.handler.php:106 core/lrgawidget.permissions.php:106
380
+ #: widgets/lrgawidget.php:29 widgets/lrgawidget.php:50
381
  #: core/system/wordpress/system.bootstrap.class.php:66
382
  #: core/system/wordpress/system.bootstrap.class.php:80
383
  #: core/system/wordpress/system.bootstrap.class.php:83
385
  msgid "Fatal Error"
386
  msgstr ""
387
 
388
+ #: widgets/lrgawidget.php:1075
389
  msgid "February"
390
  msgstr ""
391
 
392
+ #: widgets/lrgawidget.php:1031
393
  msgid "First"
394
  msgstr ""
395
 
396
+ #: widgets/lrgawidget.php:1070
397
  msgid "Fr"
398
  msgstr ""
399
 
400
+ #: widgets/lrgawidget.php:1060
401
  msgid "From"
402
  msgstr ""
403
 
404
+ #: widgets/lrgawidget.php:293
405
  msgid ""
406
  "From the side menu, click on <b>Credentials</b>, then click on <b>CREATE "
407
  "CREDENTIALS</b>, and select <b>OAuth client ID</b>."
408
  msgstr ""
409
 
410
+ #: widgets/lrgawidget.php:288
411
  msgid ""
412
  "From the top <b>Search for APIs and Services</b> box, search for <b>Google "
413
  "Analytics API</b>, select it, then click <b>ENABLE</b>."
419
  "which also inserts latest Google Analytics tracking code to your pages."
420
  msgstr ""
421
 
422
+ #: widgets/lrgawidget.php:188
423
  msgid "Go Back to Express Setup"
424
  msgstr ""
425
 
426
+ #: widgets/lrgawidget.php:150 widgets/lrgawidget.php:867
427
  msgid "Go Premium !"
428
  msgstr ""
429
 
430
+ #: widgets/lrgawidget.php:29 widgets/lrgawidget.php:50
431
+ #: widgets/lrgawidget.php:69
432
  msgid "Google Analytics"
433
  msgstr ""
434
 
437
  "Google Replied with unexpected replay, enable debugging to check the reply"
438
  msgstr ""
439
 
440
+ #: widgets/lrgawidget.php:75
441
  msgid "Graph Options"
442
  msgstr ""
443
 
444
+ #: widgets/lrgawidget.php:974
445
  msgid "Help & Support"
446
  msgstr ""
447
 
462
  msgid "I already rated it"
463
  msgstr ""
464
 
465
+ #: widgets/lrgawidget.php:545 widgets/lrgawidget.php:575
466
+ #: widgets/lrgawidget.php:609 widgets/lrgawidget.php:629
467
+ #: widgets/lrgawidget.php:649 widgets/lrgawidget.php:668
468
+ #: widgets/lrgawidget.php:687 widgets/lrgawidget.php:706
469
+ #: widgets/lrgawidget.php:731
470
  msgid "ID"
471
  msgstr ""
472
 
473
+ #: widgets/lrgawidget.php:40
474
  msgid ""
475
  "If this did not fix the problem, please <a href=\"https://clients.xtraorbit."
476
  "com/submitticket.php?step=2&deptid=2&subject=Plugin-UNABLE-TO-LOAD\" "
478
  "it."
479
  msgstr ""
480
 
481
+ #: widgets/lrgawidget.php:975
482
  msgid ""
483
  "If you are facing any issues, need support or have a new feature request, "
484
  "visit the official plugin support forum, where you will be able to submit a "
488
  #: widgets/lrgawidget.php:31
489
  msgid ""
490
  "If you are using an adblocker, please <b>disable</b> it on this page, then "
491
+ "<b>clear the cache memory of your browser</b>."
492
  msgstr ""
493
 
494
+ #: widgets/lrgawidget.php:211
495
  msgid ""
496
  "If you are using the <b>premium</b> version of the plugin, that email "
497
  "account should also be linked to your <b>Google Search Console</b>."
498
  msgstr ""
499
 
500
+ #: widgets/lrgawidget.php:436
501
  msgid ""
502
  "If you cannot find your website, please go to <a href=\"https://www.google."
503
  "com/webmasters/tools/\" target=\"_blank\">Google Search Console</a> and "
504
  "click on <b>Add a property</b>, to add your website."
505
  msgstr ""
506
 
507
+ #: core/review.notice.php:40 widgets/lrgawidget.php:965
508
  msgid ""
509
  "If you have a free moment, and want to help us spread the word and boost our "
510
  "motivation, please do us a BIG favour and give us 5 Stars rating on "
512
  "the plugin :)"
513
  msgstr ""
514
 
515
+ #: widgets/lrgawidget.php:422
516
+ msgid ""
517
+ "If you have recently created a new property, you might not see it here, as "
518
+ "the new Google API for <b>GA4</b> properties is still in <u><a href=\"https:"
519
+ "//developers.google.com/analytics/devguides/config/mgmt/v3\" "
520
+ "target=\"_blank\">beta</a></u>."
521
+ msgstr ""
522
+
523
+ #: widgets/lrgawidget.php:248
524
  msgid ""
525
  "If you want a quick start, or just trying the widget, use the <b>Express "
526
  "Setup</b> on the left."
527
  msgstr ""
528
 
529
+ #: widgets/lrgawidget.php:210
530
  msgid ""
531
  "If you were asked to login, be sure to use the same email account that is "
532
  "linked to your <b>Google Analytics</b>."
533
  msgstr ""
534
 
535
+ #: widgets/lrgawidget.php:706
536
  msgid "Impressions"
537
  msgstr ""
538
 
539
+ #: widgets/lrgawidget.php:1051
540
  msgid "inactive"
541
  msgstr ""
542
 
544
  msgid "Income"
545
  msgstr ""
546
 
547
+ #: widgets/lrgawidget.php:1042
548
  msgid ""
549
  "Initial Setup Required! - Please contact an administratior to complete the "
550
  "widget setup."
564
  msgid "Invalid Reply"
565
  msgstr ""
566
 
567
+ #: widgets/lrgawidget.php:1074
568
  msgid "January"
569
  msgstr ""
570
 
571
+ #: widgets/lrgawidget.php:1080
572
  msgid "July"
573
  msgstr ""
574
 
575
+ #: widgets/lrgawidget.php:1079
576
  msgid "June"
577
  msgstr ""
578
 
579
+ #: widgets/lrgawidget.php:706
580
  msgid "Keyword"
581
  msgstr ""
582
 
583
+ #: core/lrgawidget.permissions.php:47 widgets/lrgawidget.php:144
584
  msgid "Keywords"
585
  msgstr ""
586
 
587
+ #: widgets/lrgawidget.php:886
588
  msgid "Keywords ( provided by Google Search Console)."
589
  msgstr ""
590
 
591
+ #: widgets/lrgawidget.php:629
592
  msgid "Language"
593
  msgstr ""
594
 
595
+ #: core/lrgawidget.permissions.php:43 widgets/lrgawidget.php:132
596
  msgid "Languages"
597
  msgstr ""
598
 
600
  msgid "Lara's Google Analytics"
601
  msgstr ""
602
 
603
+ #: widgets/lrgawidget.php:1032
604
  msgid "Last"
605
  msgstr ""
606
 
607
+ #: widgets/lrgawidget.php:1046
608
  msgid "Last 30 Days"
609
  msgstr ""
610
 
611
+ #: widgets/lrgawidget.php:1045
612
  msgid "Last 7 Days"
613
  msgstr ""
614
 
615
+ #: widgets/lrgawidget.php:1048
616
  msgid "Last Month"
617
  msgstr ""
618
 
619
+ #: widgets/lrgawidget.php:920
620
  msgid "Launch Demo"
621
  msgstr ""
622
 
623
+ #: core/review.notice.php:44 widgets/lrgawidget.php:967
624
  msgid "Let's do it, You deserve it"
625
  msgstr ""
626
 
627
+ #: widgets/lrgawidget.php:85 widgets/lrgawidget.php:93
628
  msgid "Loading data, please wait !"
629
  msgstr ""
630
 
631
+ #: widgets/lrgawidget.php:1026
632
  msgid "Loading..."
633
  msgstr ""
634
 
635
+ #: widgets/lrgawidget.php:391
636
  msgid "Lock settings"
637
  msgstr ""
638
 
639
+ #: widgets/lrgawidget.php:879
640
  msgid ""
641
  "Lock Settings : </b>Prevent users from changing the widget settings or "
642
  "viewing other Google analytics profiles."
643
  msgstr ""
644
 
645
+ #: widgets/lrgawidget.php:166
646
  msgid "Make sure that your group has proper permissions to access the widget."
647
  msgstr ""
648
 
649
+ #: widgets/lrgawidget.php:1076
650
  msgid "March"
651
  msgstr ""
652
 
653
+ #: widgets/lrgawidget.php:1078
654
  msgid "May"
655
  msgstr ""
656
 
660
  "choose a valid <b>Search Console Property URL</b>."
661
  msgstr ""
662
 
663
+ #: widgets/lrgawidget.php:1066
664
  msgid "Mo"
665
  msgstr ""
666
 
668
  msgid "Modified"
669
  msgstr ""
670
 
671
+ #: widgets/lrgawidget.php:877
672
  msgid ""
673
  "Multisite Multi-Network enabled : </b>Every blog/site in your network can "
674
  "has its own analytics tracking code and dashboard widget."
675
  msgstr ""
676
 
677
+ #: widgets/lrgawidget.php:1033
678
  msgid "Next"
679
  msgstr ""
680
 
681
+ #: widgets/lrgawidget.php:1053
682
  msgid "No active users"
683
  msgstr ""
684
 
685
+ #: widgets/lrgawidget.php:1019
686
  msgid "No data available in table"
687
  msgstr ""
688
 
689
+ #: widgets/lrgawidget.php:1044
690
  msgid ""
691
  "No data available in table. <span class='pull-left'><ul><li>Did you <a "
692
  "href='https://support.google.com/webmasters/answer/34592?hl=en' "
697
  "appear.</li></ul></span>"
698
  msgstr ""
699
 
700
+ #: widgets/lrgawidget.php:1029
701
  msgid "No matching records found"
702
  msgstr ""
703
 
705
  msgid "Not Interested"
706
  msgstr ""
707
 
708
+ #: widgets/lrgawidget.php:1084
709
  msgid "November"
710
  msgstr ""
711
 
712
+ #: widgets/lrgawidget.php:1083
713
  msgid "October"
714
  msgstr ""
715
 
717
  msgid "On Hold"
718
  msgstr ""
719
 
720
+ #: widgets/lrgawidget.php:292
721
  msgid ""
722
  "On the next screen, choose an <b>Application name</b>, then click <b>Save</b>"
723
  "."
724
  msgstr ""
725
 
726
+ #: widgets/lrgawidget.php:290
727
  msgid ""
728
  "Open <b>Google Developers Console</b> menu, by clicking on <i class=\"fas fa-"
729
  "bars fa-fw\"></i> and select <b>APIs & Services</b> <i class=\"fas fa-caret-"
730
  "right fa-fw\"></i> <b>OAuth consent screen</b>."
731
  msgstr ""
732
 
733
+ #: widgets/lrgawidget.php:286
734
  msgid ""
735
  "Open the <a target=\"_blank\" href=\"//console.developers.google."
736
  "com/apis/credentials?project=_\">Google Developers Console</a>."
737
  msgstr ""
738
 
739
+ #: widgets/lrgawidget.php:649
740
  msgid "Operating System"
741
  msgstr ""
742
 
743
+ #: core/lrgawidget.permissions.php:44 widgets/lrgawidget.php:135
744
  msgid "Operating Systems"
745
  msgstr ""
746
 
747
+ #: widgets/lrgawidget.php:895
748
  msgid "Operating Systems versions (Windows 7, Windows 8 .. etc.)."
749
  msgstr ""
750
 
760
  msgid "Orders"
761
  msgstr ""
762
 
763
+ #: widgets/lrgawidget.php:545
764
  msgid "Page"
765
  msgstr ""
766
 
767
+ #: core/lrgawidget.permissions.php:49 widgets/lrgawidget.php:120
768
  msgid "Pages"
769
  msgstr ""
770
 
771
+ #: core/lrgawidget.class.php:96 widgets/lrgawidget.php:508
772
  msgid "Pages / Session"
773
  msgstr ""
774
 
775
+ #: core/lrgawidget.class.php:92 widgets/lrgawidget.php:501
776
+ #: widgets/lrgawidget.php:545
777
  msgid "Pageviews"
778
  msgstr ""
779
 
785
  msgid "Pending"
786
  msgstr ""
787
 
788
+ #: widgets/lrgawidget.php:545 widgets/lrgawidget.php:575
789
+ #: widgets/lrgawidget.php:590 widgets/lrgawidget.php:609
790
+ #: widgets/lrgawidget.php:629 widgets/lrgawidget.php:649
791
+ #: widgets/lrgawidget.php:668 widgets/lrgawidget.php:687
792
+ #: widgets/lrgawidget.php:731
793
  msgid "Percentage"
794
  msgstr ""
795
 
797
  msgid "Permissions"
798
  msgstr ""
799
 
800
+ #: widgets/lrgawidget.php:878
801
  msgid ""
802
  "Permissions : </b>Easily control which data is viwed by your blog admins and "
803
  "users (also compatible with Multisite Multi-Network)."
804
  msgstr ""
805
 
806
+ #: widgets/lrgawidget.php:433
807
  msgid ""
808
  "Please choose a valid <b>Search Console Property URL</b>, or the widget will "
809
  "not be able to get keywords data for your website."
810
  msgstr ""
811
 
812
+ #: widgets/lrgawidget.php:706
813
  msgid "Position"
814
  msgstr ""
815
 
816
+ #: widgets/lrgawidget.php:388
817
  msgid "Premium Settings"
818
  msgstr ""
819
 
820
+ #: widgets/lrgawidget.php:1034
821
  msgid "Previous"
822
  msgstr ""
823
 
825
  msgid "Processing"
826
  msgstr ""
827
 
828
+ #: widgets/lrgawidget.php:1027
829
  msgid "Processing..."
830
  msgstr ""
831
 
833
  msgid "Products"
834
  msgstr ""
835
 
836
+ #: widgets/lrgawidget.php:401
837
  msgid "Profile Details"
838
  msgstr ""
839
 
840
+ #: widgets/lrgawidget.php:355
841
  msgid "Property"
842
  msgstr ""
843
 
844
+ #: widgets/lrgawidget.php:403
845
  msgid "Property Name"
846
  msgstr ""
847
 
848
+ #: widgets/lrgawidget.php:430
849
  msgid "Property Url"
850
  msgstr ""
851
 
852
+ #: widgets/lrgawidget.php:404
853
  msgid "Property WebsiteUrl"
854
  msgstr ""
855
 
856
+ #: widgets/lrgawidget.php:964
857
  msgid "Rate Us"
858
  msgstr ""
859
 
860
+ #: core/lrgawidget.permissions.php:40 widgets/lrgawidget.php:123
861
+ #: widgets/lrgawidget.php:1050
862
  msgid "Real Time"
863
  msgstr ""
864
 
865
+ #: widgets/lrgawidget.php:887
866
  msgid "Real Time site visitors"
867
  msgstr ""
868
 
870
  msgid "Refunded"
871
  msgstr ""
872
 
873
+ #: widgets/lrgawidget.php:439
874
  msgid "Reload"
875
  msgstr ""
876
 
877
+ #: widgets/lrgawidget.php:289
878
  msgid ""
879
  "Repeat the above step to enable <b>Google Analytics Reporting API</b> and <b>"
880
  "Google Search Console API</b>."
881
  msgstr ""
882
 
883
+ #: widgets/lrgawidget.php:185
884
  msgid "Reset all data and start over"
885
  msgstr ""
886
 
887
+ #: widgets/lrgawidget.php:563
888
  msgid "Right now"
889
  msgstr ""
890
 
891
+ #: widgets/lrgawidget.php:1071
892
  msgid "Sa"
893
  msgstr ""
894
 
895
+ #: widgets/lrgawidget.php:95 widgets/lrgawidget.php:395
896
+ #: widgets/lrgawidget.php:466
897
  msgid "Save"
898
  msgstr ""
899
 
900
+ #: widgets/lrgawidget.php:141 widgets/lrgawidget.php:687
901
  msgid "Screen Resolution"
902
  msgstr ""
903
 
905
  msgid "Screen Resolutions"
906
  msgstr ""
907
 
908
+ #: widgets/lrgawidget.php:429
909
  msgid "Search Console Property"
910
  msgstr ""
911
 
912
+ #: widgets/lrgawidget.php:1028
913
  msgid "Search:"
914
  msgstr ""
915
 
916
+ #: widgets/lrgawidget.php:291
917
  msgid ""
918
  "Select <b>External</b> as the <b>User Type</b>, then click <b>CREATE</b>."
919
  msgstr ""
920
 
921
+ #: widgets/lrgawidget.php:178
922
  msgid "Select Analytics Profile"
923
  msgstr ""
924
 
925
+ #: widgets/lrgawidget.php:1043
926
  msgid "Select Property URL"
927
  msgstr ""
928
 
929
+ #: widgets/lrgawidget.php:1082
930
  msgid "September"
931
  msgstr ""
932
 
933
  #: core/lrgawidget.class.php:90 core/lrgawidget.permissions.php:39
934
+ #: widgets/lrgawidget.php:117 widgets/lrgawidget.php:487
935
+ #: widgets/lrgawidget.php:590 widgets/lrgawidget.php:609
936
+ #: widgets/lrgawidget.php:629 widgets/lrgawidget.php:649
937
+ #: widgets/lrgawidget.php:668 widgets/lrgawidget.php:687
938
+ #: widgets/lrgawidget.php:731
939
  msgid "Sessions"
940
  msgstr ""
941
 
942
+ #: widgets/lrgawidget.php:91
943
  msgid "Settings"
944
  msgstr ""
945
 
948
  msgid "Show"
949
  msgstr ""
950
 
951
+ #: widgets/lrgawidget.php:1025
952
  msgid "Show _MENU_ entries"
953
  msgstr ""
954
 
955
+ #: widgets/lrgawidget.php:1021
956
  msgid "Showing 0 to 0 of 0 entries"
957
  msgstr ""
958
 
959
+ #: widgets/lrgawidget.php:1020
960
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
961
  msgstr ""
962
 
963
+ #: widgets/lrgawidget.php:334
964
  msgid ""
965
  "Since your newly created app was not verified by Google, you will see <b>"
966
  "This app is not verified</b> warning. To continue, click on <b>Advanced</b>, "
971
  msgid "Something went wrong .. please contact an administrator"
972
  msgstr ""
973
 
974
+ #: widgets/lrgawidget.php:147 widgets/lrgawidget.php:731
975
  msgid "Source"
976
  msgstr ""
977
 
979
  msgid "Sources"
980
  msgstr ""
981
 
982
+ #: widgets/lrgawidget.php:249
983
  msgid "Start Advanced Setup"
984
  msgstr ""
985
 
986
+ #: widgets/lrgawidget.php:1065
987
  msgid "Su"
988
  msgstr ""
989
 
990
+ #: widgets/lrgawidget.php:229 widgets/lrgawidget.php:277
991
+ #: widgets/lrgawidget.php:319
992
  msgid "Submit"
993
  msgstr ""
994
 
996
  msgid "Super Administrator [Change Permissions]"
997
  msgstr ""
998
 
999
+ #: widgets/lrgawidget.php:977
1000
  msgid "Support Center"
1001
  msgstr ""
1002
 
1004
  msgid "Tabs"
1005
  msgstr ""
1006
 
1007
+ #: widgets/lrgawidget.php:295
1008
  msgid ""
1009
  "Take note of the <b>client ID</b> & <b>client secret</b> then click <b>OK</b>"
1010
  "."
1011
  msgstr ""
1012
 
1013
+ #: widgets/lrgawidget.php:1069
1014
  msgid "Th"
1015
  msgstr ""
1016
 
1020
  "it has saved your valuable time and efforts!"
1021
  msgstr ""
1022
 
1023
+ #: widgets/lrgawidget.php:410
1024
  msgid ""
1025
  "The selected view is using a different timezone than your server's time zone,"
1026
  " which <u>may</u> cause inaccurate dates/values."
1034
  "the widget from loading required files."
1035
  msgstr ""
1036
 
1037
+ #: widgets/lrgawidget.php:1047
1038
  msgid "This Month"
1039
  msgstr ""
1040
 
1041
+ #: widgets/lrgawidget.php:424
1042
+ msgid "This will allow the widget to access your newly created property."
1043
+ msgstr ""
1044
+
1045
+ #: widgets/lrgawidget.php:413
1046
  msgid "Time Zone"
1047
  msgstr ""
1048
 
1049
+ #: widgets/lrgawidget.php:1061
1050
  msgid "To"
1051
  msgstr ""
1052
 
1053
+ #: widgets/lrgawidget.php:33
1054
+ msgid "To clear the cache memory of your browser :"
1055
+ msgstr ""
1056
+
1057
+ #: widgets/lrgawidget.php:423
1058
+ msgid ""
1059
+ "To overcome this limitation, when you create a <b>new</b> Google Analytics "
1060
+ "property, click on <b>Show Advanced Options</b> and then click on <b>Create "
1061
+ "a Universal Analytics Property</b>."
1062
+ msgstr ""
1063
+
1064
+ #: widgets/lrgawidget.php:391
1065
  msgid ""
1066
  "To unlock after saving, you will need to <b>reset all data</b> and re-"
1067
  "authorize with Google Analytics"
1068
  msgstr ""
1069
 
1070
+ #: widgets/lrgawidget.php:283
1071
  msgid ""
1072
  "To use the <b>Google Analytics</b> widget, you will need to create a <b>"
1073
  "Google App</b> as follows :"
1074
  msgstr ""
1075
 
1076
+ #: widgets/lrgawidget.php:573
1077
+ msgid "Top Active Pages"
1078
  msgstr ""
1079
 
1080
+ #: widgets/lrgawidget.php:1052
1081
  msgid "Total"
1082
  msgstr ""
1083
 
1085
  msgid "Totals"
1086
  msgstr ""
1087
 
1088
+ #: widgets/lrgawidget.php:888
1089
  msgid "Traffic sources."
1090
  msgstr ""
1091
 
1092
+ #: widgets/lrgawidget.php:1067
1093
  msgid "Tu"
1094
  msgstr ""
1095
 
1097
  msgid "Types"
1098
  msgstr ""
1099
 
1100
+ #: widgets/lrgawidget.php:294
1101
  msgid ""
1102
  "Under <b>Application type</b>, select <b>Desktop app</b>, choose a name, "
1103
  "then click <b>CREATE</b>."
1104
  msgstr ""
1105
 
1106
+ #: core/lrgawidget.class.php:91 widgets/lrgawidget.php:494
1107
  msgid "Users"
1108
  msgstr ""
1109
 
1110
+ #: widgets/lrgawidget.php:360
1111
  msgid "View"
1112
  msgstr ""
1113
 
1114
+ #: widgets/lrgawidget.php:933
1115
  msgid "View all premuim features details"
1116
  msgstr ""
1117
 
1118
+ #: widgets/lrgawidget.php:405
1119
  msgid "View Name"
1120
  msgstr ""
1121
 
1122
+ #: widgets/lrgawidget.php:207 widgets/lrgawidget.php:328
1123
  msgid "View Search Console data for your verified sites"
1124
  msgstr ""
1125
 
1126
+ #: widgets/lrgawidget.php:407 widgets/lrgawidget.php:412
1127
  msgid "View Time Zone"
1128
  msgstr ""
1129
 
1130
+ #: widgets/lrgawidget.php:406
1131
  msgid "View Type"
1132
  msgstr ""
1133
 
1134
+ #: widgets/lrgawidget.php:206 widgets/lrgawidget.php:327
1135
  msgid "View your Google Analytics data"
1136
  msgstr ""
1137
 
1138
+ #: widgets/lrgawidget.php:889
1139
  msgid "Visitors Countries"
1140
  msgstr ""
1141
 
1142
+ #: widgets/lrgawidget.php:1063
1143
  msgid "W"
1144
  msgstr ""
1145
 
1146
+ #: widgets/lrgawidget.php:1068
1147
  msgid "We"
1148
  msgstr ""
1149
 
1150
+ #: widgets/lrgawidget.php:952
1151
  msgid ""
1152
  "We mix creativity with imagination, responsibility with passion, and "
1153
  "resourcefulness with fun. That is what we do everyday within our company."
1154
  msgstr ""
1155
 
1156
+ #: widgets/lrgawidget.php:297
1157
  msgid ""
1158
  "When done, paste the <b>client ID</b> & <b>client secret</b> here and click "
1159
  "<b>Submit</b>."
1160
  msgstr ""
1161
 
1162
+ #: widgets/lrgawidget.php:950
1163
  msgid "Who we are & What we do"
1164
  msgstr ""
1165
 
1168
  msgid "WooCommerce"
1169
  msgstr ""
1170
 
1171
+ #: widgets/lrgawidget.php:388
1172
  msgid "Works in the Pro version only"
1173
  msgstr ""
1174
 
1175
+ #. Author of the plugin
1176
+ msgid "XtraOrbit Web development SRL"
1177
+ msgstr ""
1178
+
1179
  #: core/lrgawidget.permissions.php:96
1180
  msgid "You do not have permission to access this page"
1181
  msgstr ""
1190
  msgid "You do not have permission to access this tab!"
1191
  msgstr ""
1192
 
1193
+ #: widgets/lrgawidget.php:165
1194
  msgid "You do not have permission to view any tab!"
1195
  msgstr ""
lara-google-analytics.php CHANGED
@@ -4,8 +4,8 @@
4
  Plugin Name: Lara's Google Analytics
5
  Plugin URI: https://www.xtraorbit.com/wordpress-google-analytics-dashboard-widget/
6
  Description: Full width Google Analytics dashboard widget for Wordpress admin interface, which also inserts latest Google Analytics tracking code to your pages.
7
- Version: 3.3.2
8
- Author: Amr M. Ibrahim
9
  Author URI: https://www.xtraorbit.com/
10
  License: GPL2
11
  Text Domain: lara-google-analytics
@@ -15,9 +15,9 @@ Domain Path: /languages/
15
  if (!defined("ABSPATH"))
16
  die("This file cannot be accessed directly");
17
 
18
- define ("lrgawidget_plugin_version", "3.3.2");
19
  define ("lrgawidget_plugin_prefiex", "lrgalite-");
20
- define ("lrgawidget_plugin_scripts_version", "332");
21
  define ("lrgawidget_plugin_dir", dirname(__FILE__ ) . DIRECTORY_SEPARATOR);
22
  define ("lrgawidget_plugin_dir_url", plugin_dir_url( __FILE__ ));
23
  define ("lrgawidget_plugin_dist_url", lrgawidget_plugin_dir_url . 'dist/');
4
  Plugin Name: Lara's Google Analytics
5
  Plugin URI: https://www.xtraorbit.com/wordpress-google-analytics-dashboard-widget/
6
  Description: Full width Google Analytics dashboard widget for Wordpress admin interface, which also inserts latest Google Analytics tracking code to your pages.
7
+ Version: 3.3.3
8
+ Author: XtraOrbit Web Development SRL
9
  Author URI: https://www.xtraorbit.com/
10
  License: GPL2
11
  Text Domain: lara-google-analytics
15
  if (!defined("ABSPATH"))
16
  die("This file cannot be accessed directly");
17
 
18
+ define ("lrgawidget_plugin_version", "3.3.3");
19
  define ("lrgawidget_plugin_prefiex", "lrgalite-");
20
+ define ("lrgawidget_plugin_scripts_version", "333");
21
  define ("lrgawidget_plugin_dir", dirname(__FILE__ ) . DIRECTORY_SEPARATOR);
22
  define ("lrgawidget_plugin_dir_url", plugin_dir_url( __FILE__ ));
23
  define ("lrgawidget_plugin_dist_url", lrgawidget_plugin_dir_url . 'dist/');
readme.txt CHANGED
@@ -3,8 +3,8 @@ Tags: analytics,google analytics,google analytics dashboard,google analytics plu
3
  Contributors: amribrahim, laragoogleanalytics
4
  Requires PHP: 5.6.0
5
  Requires at least: 4.7.0
6
- Tested up to: 5.6
7
- Stable tag: 3.3.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -40,6 +40,11 @@ Adds a full width Google Analytics dashboard widget for WordPress admin interfac
40
  12. Google Analytics - Pro Version Only - Traffic Sources, showing who is sending you visitors.
41
 
42
  == Changelog ==
 
 
 
 
 
43
  = 3.3.2 =
44
  * 29-Aug-2020
45
  * Fix : Add domain names to links.
@@ -90,12 +95,12 @@ Adds a full width Google Analytics dashboard widget for WordPress admin interfac
90
 
91
  = 2.0.6 =
92
  * 14-Oct-2019
93
- * Fix : extra validation for POST variables.
94
  * Fix : Pages tab shows correct percentage values.
95
 
96
  = 2.0.5 =
97
  * 14-Oct-2019
98
- * Fix : validate POST variables.
99
 
100
  = 2.0.4 =
101
  * 8-Dec-2018
3
  Contributors: amribrahim, laragoogleanalytics
4
  Requires PHP: 5.6.0
5
  Requires at least: 4.7.0
6
+ Tested up to: 6.0
7
+ Stable tag: 3.3.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
40
  12. Google Analytics - Pro Version Only - Traffic Sources, showing who is sending you visitors.
41
 
42
  == Changelog ==
43
+ = 3.3.3 =
44
+ * 18-Jan-2021
45
+ * Fix : Several small tweaks.
46
+ * Fix : [pro] Show correct number of active users per page, for realtime tab.
47
+
48
  = 3.3.2 =
49
  * 29-Aug-2020
50
  * Fix : Add domain names to links.
95
 
96
  = 2.0.6 =
97
  * 14-Oct-2019
98
+ * Fix : Extra validation for POST variables.
99
  * Fix : Pages tab shows correct percentage values.
100
 
101
  = 2.0.5 =
102
  * 14-Oct-2019
103
+ * Fix : Validate POST variables.
104
 
105
  = 2.0.4 =
106
  * 8-Dec-2018
widgets/lrgawidget.php CHANGED
@@ -28,7 +28,15 @@ if (!defined("ABSPATH"))
28
  <div style="width:50%; padding:15px; border: 1px solid #444; border-radius:2px;">
29
  <p><b><?php _e('Google Analytics', 'lara-google-analytics'); ?> - <?php _e('Fatal Error', 'lara-google-analytics'); ?> : UNABLE_TO_LOAD</b></p>
30
  <p><?php _e('The widget was not able to load, which is usually caused by either an active <b>adblocker</b>, or a <b>conflicting plugin</b>. Some adblockers block all URLs containing certain words, like "<b>google-analytics</b>", which stops the widget from loading required files.', 'lara-google-analytics'); ?></p>
31
- <p style="background: #e6eaee; padding: 15px;"><?php _e('If you are using an adblocker, please <b>disable</b> it on this page, then <b>refresh</b> the page.', 'lara-google-analytics'); ?></p>
 
 
 
 
 
 
 
 
32
  <p><?php _e('If this did not fix the problem, please <a href="https://clients.xtraorbit.com/submitticket.php?step=2&deptid=2&subject=Plugin-UNABLE-TO-LOAD" target="_blank">open a support ticket</a>, and we will do our best to fix it.', 'lara-google-analytics'); ?></p>
33
  </div>
34
  </div>
@@ -202,7 +210,7 @@ if (!empty(DataStore::$RUNTIME["askforreview"])){
202
  <br><br><?php _e('If you were asked to login, be sure to use the same email account that is linked to your <b>Google Analytics</b>.', 'lara-google-analytics'); ?>
203
  <br><?php _e('If you are using the <b>premium</b> version of the plugin, that email account should also be linked to your <b>Google Search Console</b>.', 'lara-google-analytics'); ?>
204
 
205
- <br><br><a href="javascript:gauthWindow('https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=<?php echo lrgawidget_plugin_client_id;?>&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/analytics.readonly&access_type=offline&approval_prompt=force');" ><img src="<?php echo lrgawidget_plugin_dist_url.'/img/btn_google_signin_dark_normal_web.png'; ?>"></a>
206
 
207
  </p>
208
 
@@ -327,7 +335,7 @@ if (!empty(DataStore::$RUNTIME["askforreview"])){
327
  </div>
328
  </p>
329
 
330
- <a href="#" id="code-btn"><img src="<?php echo lrgawidget_plugin_dist_url.'/img/btn_google_signin_dark_normal_web.png'; ?>"></a>
331
  </div>
332
  </div>
333
  </div>
@@ -407,6 +415,16 @@ if ($enable_ecommerce_graph !== "off"){
407
  </div>
408
  </div>
409
  </div>
 
 
 
 
 
 
 
 
 
 
410
  <div class="hidden" id="lrgawidget-scpurl-message">
411
  <h2><?php _e('Search Console Property', 'lara-google-analytics'); ?></h2>
412
  <label><?php _e('Property Url', 'lara-google-analytics'); ?> :</label> <i id="lrgawidget-scpurl"></i>
@@ -546,13 +564,15 @@ if ($enable_ecommerce_graph !== "off"){
546
  <div id="lrgawidget_rttotal"><i class="fas fa-sync-alt fa-spin" style="margin-top: 25px;"></i></div>
547
  <div class="lrgawidget_realtime_an"><?php _e('active users on site', 'lara-google-analytics'); ?></div>
548
  </div>
549
- <div id="lrgawidget_realtime_dimensions"></div>
 
 
550
  </div>
551
  <div class="col-md-6 hidden-xs hidden-sm" >
552
  <div>
553
- <div><h2><b><?php _e('Top 10 Pages', 'lara-google-analytics'); ?></b></h2></div>
554
  <table id="lrgawidget_realtime_dataTable" class="table table-bordered table-hover" cellspacing="0" width="100%" >
555
- <thead><tr><th><?php _e('ID', 'lara-google-analytics'); ?></th><th><?php _e('Page', 'lara-google-analytics'); ?></th><th><?php _e('Pageviews', 'lara-google-analytics'); ?></th><th><?php _e('Percentage', 'lara-google-analytics'); ?></th></tr></thead>
556
  <tbody></tbody>
557
  </table>
558
  </div>
28
  <div style="width:50%; padding:15px; border: 1px solid #444; border-radius:2px;">
29
  <p><b><?php _e('Google Analytics', 'lara-google-analytics'); ?> - <?php _e('Fatal Error', 'lara-google-analytics'); ?> : UNABLE_TO_LOAD</b></p>
30
  <p><?php _e('The widget was not able to load, which is usually caused by either an active <b>adblocker</b>, or a <b>conflicting plugin</b>. Some adblockers block all URLs containing certain words, like "<b>google-analytics</b>", which stops the widget from loading required files.', 'lara-google-analytics'); ?></p>
31
+ <p style="background: #e6eaee; padding: 15px;"><?php _e('If you are using an adblocker, please <b>disable</b> it on this page, then <b>clear the cache memory of your browser</b>.', 'lara-google-analytics'); ?></p>
32
+ <div style="background: #e6eaee; padding: 15px;">
33
+ <p><?php _e('To clear the cache memory of your browser :', 'lara-google-analytics'); ?></p>
34
+ <ol>
35
+ <li><?php _e('<b>Windows:</b> Ctrl + F5 <u>or</u> SHIFT + Reload for firefox', 'lara-google-analytics'); ?></li>
36
+ <li><?php _e('<b>Mac/Apple:</b> Apple + R <u>or</u> Command + R', 'lara-google-analytics'); ?></li>
37
+ <li><?php _e('<b>Linux:</b> F5', 'lara-google-analytics'); ?></li>
38
+ </ol>
39
+ </div>
40
  <p><?php _e('If this did not fix the problem, please <a href="https://clients.xtraorbit.com/submitticket.php?step=2&deptid=2&subject=Plugin-UNABLE-TO-LOAD" target="_blank">open a support ticket</a>, and we will do our best to fix it.', 'lara-google-analytics'); ?></p>
41
  </div>
42
  </div>
210
  <br><br><?php _e('If you were asked to login, be sure to use the same email account that is linked to your <b>Google Analytics</b>.', 'lara-google-analytics'); ?>
211
  <br><?php _e('If you are using the <b>premium</b> version of the plugin, that email account should also be linked to your <b>Google Search Console</b>.', 'lara-google-analytics'); ?>
212
 
213
+ <br><br><a href="javascript:gauthWindow('https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=<?php echo lrgawidget_plugin_client_id;?>&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/analytics.readonly&access_type=offline&approval_prompt=force');" ><img src="<?php echo lrgawidget_plugin_dist_url.'/img/signin_dark_normal_web.png'; ?>"></a>
214
 
215
  </p>
216
 
335
  </div>
336
  </p>
337
 
338
+ <a href="#" id="code-btn"><img src="<?php echo lrgawidget_plugin_dist_url.'/img/signin_dark_normal_web.png'; ?>"></a>
339
  </div>
340
  </div>
341
  </div>
415
  </div>
416
  </div>
417
  </div>
418
+
419
+ <div>
420
+ <div id="ga4-notfound-answer" class="alert" style="background-color: #eef7fb; margin-top:5px;">
421
+ <p><b><?php _e('Cannot find your Google Analytics property ?', 'lara-google-analytics'); ?></b></p>
422
+ <p><?php _e('If you have recently created a new property, you might not see it here, as the new Google API for <b>GA4</b> properties is still in <u><a href="https://developers.google.com/analytics/devguides/config/mgmt/v3" target="_blank">beta</a></u>.', 'lara-google-analytics'); ?></p>
423
+ <p><?php _e('To overcome this limitation, when you create a <b>new</b> Google Analytics property, click on <b>Show Advanced Options</b> and then click on <b>Create a Universal Analytics Property</b>.', 'lara-google-analytics'); ?></p>
424
+ <p><?php _e('This will allow the widget to access your newly created property.', 'lara-google-analytics'); ?></p>
425
+ </div>
426
+ </div>
427
+
428
  <div class="hidden" id="lrgawidget-scpurl-message">
429
  <h2><?php _e('Search Console Property', 'lara-google-analytics'); ?></h2>
430
  <label><?php _e('Property Url', 'lara-google-analytics'); ?> :</label> <i id="lrgawidget-scpurl"></i>
564
  <div id="lrgawidget_rttotal"><i class="fas fa-sync-alt fa-spin" style="margin-top: 25px;"></i></div>
565
  <div class="lrgawidget_realtime_an"><?php _e('active users on site', 'lara-google-analytics'); ?></div>
566
  </div>
567
+ <div id="lrgawidget_realtime_dimensions_cn">
568
+ <div id="lrgawidget_realtime_dimensions"></div>
569
+ </div>
570
  </div>
571
  <div class="col-md-6 hidden-xs hidden-sm" >
572
  <div>
573
+ <div><h2><b><?php _e('Top Active Pages', 'lara-google-analytics'); ?></b></h2></div>
574
  <table id="lrgawidget_realtime_dataTable" class="table table-bordered table-hover" cellspacing="0" width="100%" >
575
+ <thead><tr><th><?php _e('ID', 'lara-google-analytics'); ?></th><th><?php _e('Active Page', 'lara-google-analytics'); ?></th><th><?php _e('Active Users', 'lara-google-analytics'); ?></th><th><?php _e('Percentage', 'lara-google-analytics'); ?></th></tr></thead>
576
  <tbody></tbody>
577
  </table>
578
  </div>