Google Analytics Dashboard for WP (GADWP) - Version 4.7.3

Version Description

  • Enhancement: Russian translation
  • Enhancement: Romanian translation
  • Enhancement: Hungarian translation updated
  • Enhancement: UX improvements, props by adipop
  • Enhancement: settings page cleanup
Download this release

Release Info

Developer deconf
Plugin Icon 128x128 Google Analytics Dashboard for WP (GADWP)
Version 4.7.3
Comparing to
See all releases

Code changes from version 4.7.2 to 4.7.3

admin/css/gadwp.css CHANGED
@@ -77,10 +77,14 @@ td.roles {
77
  color: red !important;
78
  }
79
 
 
 
 
 
80
  /* Options pages ON/OFF Switch */
81
  .onoffswitch {
82
  position: relative;
83
- width: 55px;
84
  float: left;
85
  -webkit-user-select: none;
86
  -moz-user-select: none;
@@ -91,12 +95,18 @@ td.roles {
91
  display: none !important;
92
  }
93
 
 
 
 
 
 
 
94
  .onoffswitch-label {
95
  display: block;
96
  overflow: hidden;
97
  cursor: pointer;
98
- border: 2px solid #C9C9C9;
99
- border-radius: 5px;
100
  }
101
 
102
  .onoffswitch-inner {
@@ -111,43 +121,43 @@ td.roles {
111
  .onoffswitch-inner:before, .onoffswitch-inner:after {
112
  float: left;
113
  width: 50%;
114
- height: 18px;
115
  padding: 0;
116
- line-height: 18px;
117
  font-size: 12px;
118
  color: white;
119
  font-family: Trebuchet, Arial, sans-serif;
120
- font-weight: bold;
121
  -moz-box-sizing: border-box;
122
  -webkit-box-sizing: border-box;
123
  box-sizing: border-box;
124
  }
125
 
126
  .onoffswitch-inner:before {
127
- content: "ON";
128
- padding-left: 6px;
129
- background-color: #1269BA;
130
- color: #FFFFFF;
131
  }
132
 
133
  .onoffswitch-inner:after {
134
- content: "OFF";
135
- padding-right: 6px;
136
- background-color: #EEEEEE;
137
- color: #999999;
138
  text-align: right;
139
  }
140
 
141
  .onoffswitch-switch {
142
- width: 18px;
143
  margin: 0px;
144
- background: #FFFFFF;
145
- border: 2px solid #C9C9C9;
146
- border-radius: 5px;
147
  position: absolute;
148
  top: 0;
149
  bottom: 0;
150
- right: 33px;
151
  -moz-transition: all 0.3s ease-in 0s;
152
  -webkit-transition: all 0.3s ease-in 0s;
153
  -o-transition: all 0.3s ease-in 0s;
77
  color: red !important;
78
  }
79
 
80
+ #poststuff h2 {
81
+ padding-bottom:0;
82
+ }
83
+
84
  /* Options pages ON/OFF Switch */
85
  .onoffswitch {
86
  position: relative;
87
+ width: 50px;
88
  float: left;
89
  -webkit-user-select: none;
90
  -moz-user-select: none;
95
  display: none !important;
96
  }
97
 
98
+ .onoffswitch:hover {
99
+ border-color: #5b9dd9;
100
+ -webkit-box-shadow: 0 0 2px rgba(30,140,190,.8);
101
+ box-shadow: 0 0 2px rgba(30,140,190,.8);
102
+ }
103
+
104
  .onoffswitch-label {
105
  display: block;
106
  overflow: hidden;
107
  cursor: pointer;
108
+ border: 1px solid #ddd;
109
+ border-radius: 2px;
110
  }
111
 
112
  .onoffswitch-inner {
121
  .onoffswitch-inner:before, .onoffswitch-inner:after {
122
  float: left;
123
  width: 50%;
124
+ height: 22px;
125
  padding: 0;
126
+ line-height: 22px;
127
  font-size: 12px;
128
  color: white;
129
  font-family: Trebuchet, Arial, sans-serif;
130
+ font-weight: normal;
131
  -moz-box-sizing: border-box;
132
  -webkit-box-sizing: border-box;
133
  box-sizing: border-box;
134
  }
135
 
136
  .onoffswitch-inner:before {
137
+ content: "On";
138
+ padding-left: 5px;
139
+ background-color: #00a0d2;
140
+ color: #fff;
141
  }
142
 
143
  .onoffswitch-inner:after {
144
+ content: "Off";
145
+ padding-right: 5px;
146
+ background-color: #fff;
147
+ color: #999;
148
  text-align: right;
149
  }
150
 
151
  .onoffswitch-switch {
152
+ width: 22px;
153
  margin: 0px;
154
+ background: #fff;
155
+ border: 1px solid #ddd;
156
+ border-radius: 2px;
157
  position: absolute;
158
  top: 0;
159
  bottom: 0;
160
+ right: 26px;
161
  -moz-transition: all 0.3s ease-in 0s;
162
  -webkit-transition: all 0.3s ease-in 0s;
163
  -o-transition: all 0.3s ease-in 0s;
admin/settings.php CHANGED
@@ -111,11 +111,6 @@ final class GADWP_Settings
111
  <div class="inside">
112
  <?php if (isset($message)) echo $message; ?>
113
  <table class="options">
114
- <tr>
115
- <td colspan="2">
116
- <?php printf(__('Read %s for more information about Frontend Features and Options.', 'ga-dash'), sprintf('<a href="%1$s" target="_blank">%2$s</a>', 'https://deconf.com/google-analytics-dashboard-wordpress/?utm_source=gadwp_config&utm_medium=link&utm_content=frontend_screen&utm_campaign=gadwp', __('this documentation page', 'ga-dash')))?>
117
- </td>
118
- </tr>
119
  <tr>
120
  <td colspan="2"><?php echo "<h2>" . __( "Permissions", 'ga-dash' ) . "</h2>"; ?></td>
121
  </tr>
@@ -219,11 +214,6 @@ final class GADWP_Settings
219
  <div class="inside">
220
  <?php if (isset($message)) echo $message; ?>
221
  <table class="options">
222
- <tr>
223
- <td colspan="2">
224
- <?php printf(__('Read %s for more information about Backend Features and Options.', 'ga-dash'), sprintf('<a href="%1$s" target="_blank">%2$s</a>', 'https://deconf.com/google-analytics-dashboard-wordpress/?utm_source=gadwp_config&utm_medium=link&utm_content=backend_screen&utm_campaign=gadwp', __('this documentation page', 'ga-dash')))?>
225
- </td>
226
- </tr>
227
  <tr>
228
  <td colspan="2"><?php echo "<h2>" . __( "Permissions", 'ga-dash' ) . "</h2>"; ?></td>
229
  </tr>
@@ -366,7 +356,6 @@ final class GADWP_Settings
366
  );
367
  self::navigation_tabs($tabs);
368
  ?>
369
- <div class="gadwp-help"><?php printf(__('For more information about Tracking Options read %s.', 'ga-dash'), sprintf('<a href="%1$s" target="_blank">%2$s</a>', 'https://deconf.com/google-analytics-dashboard-wordpress/?utm_source=gadwp_config&utm_medium=link&utm_content=tracking_screen&utm_campaign=gadwp', __('this documentation page', 'ga-dash')));?></div>
370
  <?php if (isset($message)) echo $message; ?>
371
  <div id="gadwp-basic">
372
  <table class="options">
@@ -600,10 +589,6 @@ final class GADWP_Settings
600
  }
601
  }
602
  ?>
603
-
604
-
605
-
606
-
607
  </table>
608
  </td>
609
  </tr>
@@ -677,11 +662,6 @@ final class GADWP_Settings
677
  ?>
678
  <div id="gadwp-errors">
679
  <table class="options">
680
- <tr>
681
- <td>
682
- <?php printf(__('For errors and/or other issues check %s and related resources.', 'ga-dash'), sprintf('<a href="%1$s" target="_blank">%2$s</a>', 'https://deconf.com/google-analytics-dashboard-wordpress/?utm_source=gadwp_config&utm_medium=link&utm_content=errors_screen&utm_campaign=gadwp', __('this documentation page', 'ga-dash')))?>
683
- </td>
684
- </tr>
685
  <tr>
686
  <td>
687
  <?php echo "<h2>" . __( "Last Error detected", 'ga-dash' ) . "</h2>"; ?>
111
  <div class="inside">
112
  <?php if (isset($message)) echo $message; ?>
113
  <table class="options">
 
 
 
 
 
114
  <tr>
115
  <td colspan="2"><?php echo "<h2>" . __( "Permissions", 'ga-dash' ) . "</h2>"; ?></td>
116
  </tr>
214
  <div class="inside">
215
  <?php if (isset($message)) echo $message; ?>
216
  <table class="options">
 
 
 
 
 
217
  <tr>
218
  <td colspan="2"><?php echo "<h2>" . __( "Permissions", 'ga-dash' ) . "</h2>"; ?></td>
219
  </tr>
356
  );
357
  self::navigation_tabs($tabs);
358
  ?>
 
359
  <?php if (isset($message)) echo $message; ?>
360
  <div id="gadwp-basic">
361
  <table class="options">
589
  }
590
  }
591
  ?>
 
 
 
 
592
  </table>
593
  </td>
594
  </tr>
662
  ?>
663
  <div id="gadwp-errors">
664
  <table class="options">
 
 
 
 
 
665
  <tr>
666
  <td>
667
  <?php echo "<h2>" . __( "Last Error detected", 'ga-dash' ) . "</h2>"; ?>
gadwp.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://deconf.com
5
  * Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
6
  * Author: Alin Marcu
7
- * Version: 4.7.2
8
  * Author URI: https://deconf.com
9
  */
10
 
@@ -86,7 +86,7 @@ if (! class_exists('GADWP_Manager')) {
86
 
87
  // Plugin Version
88
  if (! defined('GADWP_CURRENT_VERSION')) {
89
- define('GADWP_CURRENT_VERSION', '4.7.2');
90
  }
91
 
92
  // Plugin Path
4
  * Plugin URI: https://deconf.com
5
  * Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
6
  * Author: Alin Marcu
7
+ * Version: 4.7.3
8
  * Author URI: https://deconf.com
9
  */
10
 
86
 
87
  // Plugin Version
88
  if (! defined('GADWP_CURRENT_VERSION')) {
89
+ define('GADWP_CURRENT_VERSION', '4.7.3');
90
  }
91
 
92
  // Plugin Path
languages/ga-dash-ar.po CHANGED
@@ -3,15 +3,15 @@ msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
- "POT-Creation-Date: 2015-04-10 09:31+0200\n"
7
- "PO-Revision-Date: 2015-04-10 09:31+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Ahmed Majed <admin@almobdaa.com>\n"
10
  "Language: ar\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.7.5\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,43 +19,43 @@ msgstr ""
19
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
20
  "X-Poedit-SearchPath-0: ../.\n"
21
 
22
- #: .././admin/item-reports.php:66
23
  msgid "Analytics"
24
  msgstr ""
25
 
26
- #: .././admin/settings.php:94 .././admin/settings.php:202
27
- #: .././admin/settings.php:338 .././admin/settings.php:819
28
- #: .././admin/settings.php:1088
29
  msgid "Settings saved."
30
  msgstr ""
31
 
32
- #: .././admin/settings.php:96 .././admin/settings.php:204
33
- #: .././admin/settings.php:340 .././admin/settings.php:796
34
- #: .././admin/settings.php:806 .././admin/settings.php:815
35
- #: .././admin/settings.php:821 .././admin/settings.php:833
36
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
37
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
38
- #: .././admin/settings.php:1102
39
  msgid "Cheating Huh?"
40
  msgstr "تغش ها؟"
41
 
42
- #: .././admin/settings.php:100 .././admin/settings.php:208
43
- #: .././admin/settings.php:344 .././admin/settings.php:659
44
- #: .././admin/settings.php:847 .././admin/settings.php:1115
45
  #, php-format
46
  msgid "Something went wrong, check %1$s or %2$s."
47
  msgstr ""
48
 
49
- #: .././admin/settings.php:100 .././admin/settings.php:208
50
- #: .././admin/settings.php:344 .././admin/settings.php:659
51
- #: .././admin/settings.php:847 .././admin/settings.php:1115
52
  #: .././admin/setup.php:96 .././admin/setup.php:119
53
  msgid "Errors & Debug"
54
  msgstr ""
55
 
56
- #: .././admin/settings.php:100 .././admin/settings.php:208
57
- #: .././admin/settings.php:344 .././admin/settings.php:659
58
- #: .././admin/settings.php:847 .././admin/settings.php:1115
59
  msgid "authorize the plugin"
60
  msgstr "صرح بالدخول للأضافة"
61
 
@@ -63,319 +63,294 @@ msgstr "صرح بالدخول للأضافة"
63
  msgid "Google Analytics Frontend Settings"
64
  msgstr "اعدادات الظهور الامامي لأحصائيات كوكل"
65
 
66
- #: .././admin/settings.php:116
67
- #, php-format
68
- msgid "Read %s for more information about Frontend Features and Options."
69
- msgstr ""
70
-
71
- #: .././admin/settings.php:116 .././admin/settings.php:224
72
- #: .././admin/settings.php:369 .././admin/settings.php:682
73
- msgid "this documentation page"
74
- msgstr ""
75
-
76
- #: .././admin/settings.php:120 .././admin/settings.php:228
77
  msgid "Permissions"
78
  msgstr ""
79
 
80
- #: .././admin/settings.php:123 .././admin/settings.php:231
81
  msgid "Show stats to:"
82
  msgstr ""
83
 
84
- #: .././admin/settings.php:162
85
  msgid "show page sessions and users in frontend (after each article)"
86
  msgstr ""
87
 
88
- #: .././admin/settings.php:173
89
  msgid "show page searches (after each article)"
90
  msgstr ""
91
 
92
- #: .././admin/settings.php:180 .././admin/settings.php:318
93
- #: .././admin/settings.php:617 .././admin/settings.php:965
94
- #: .././admin/settings.php:1252
95
  msgid "Save Changes"
96
  msgstr ""
97
 
98
- #: .././admin/settings.php:213
99
  msgid "Google Analytics Backend Settings"
100
  msgstr ""
101
 
102
- #: .././admin/settings.php:224
103
- #, php-format
104
- msgid "Read %s for more information about Backend Features and Options."
105
- msgstr ""
106
-
107
- #: .././admin/settings.php:272
108
- msgid "enable Switch Profile/View functionality"
109
  msgstr ""
110
 
111
- #: .././admin/settings.php:283
112
  msgid "enable reports on Posts List and Pages List"
113
  msgstr ""
114
 
115
- #: .././admin/settings.php:294
116
  msgid "enable the main Dashboard Widget"
117
  msgstr ""
118
 
119
- #: .././admin/settings.php:298
120
  msgid "Real-Time Settings"
121
  msgstr "اعدادات الوقت الحقيقي"
122
 
123
- #: .././admin/settings.php:301
124
  msgid "Maximum number of pages to display on real-time tab:"
125
  msgstr "اكثر عدد صفحات يتم اظهارها في قسم الوقت الحقيقي:"
126
 
127
- #: .././admin/settings.php:306
128
  msgid "Location Settings"
129
  msgstr ""
130
 
131
- #: .././admin/settings.php:310
132
  msgid "Target Geo Map to country:"
133
  msgstr ""
134
 
135
- #: .././admin/settings.php:347
136
  msgid ""
137
  "The tracking component is disabled. You should set <strong>Tracking Options</"
138
  "strong> to <strong>Enabled</strong>"
139
  msgstr ""
140
 
141
- #: .././admin/settings.php:352
142
  msgid "Google Analytics Tracking Code"
143
  msgstr "كود تعقب احصائيات كوكل"
144
 
145
- #: .././admin/settings.php:361
146
  msgid "Basic Settings"
147
  msgstr ""
148
 
149
- #: .././admin/settings.php:362 .././admin/settings.php:429
150
  msgid "Events Tracking"
151
  msgstr "تعقب الافعال"
152
 
153
- #: .././admin/settings.php:363 .././admin/settings.php:477
154
  msgid "Custom Definitions"
155
  msgstr "تعاريف مخصصة"
156
 
157
- #: .././admin/settings.php:364 .././admin/settings.php:575
158
- #: .././admin/settings.php:1235
159
  msgid "Exclude Tracking"
160
  msgstr "لا تتبع"
161
 
162
- #: .././admin/settings.php:365
163
  msgid "Advanced Settings"
164
  msgstr ""
165
 
166
- #: .././admin/settings.php:369
167
- #, php-format
168
- msgid "For more information about Tracking Options read %s."
169
- msgstr ""
170
-
171
- #: .././admin/settings.php:374
172
  msgid "Tracking Settings"
173
  msgstr "اعدادات التعقب"
174
 
175
- #: .././admin/settings.php:377
176
  msgid "Tracking Options:"
177
  msgstr ""
178
 
179
- #: .././admin/settings.php:379
180
  msgid "Disabled"
181
  msgstr "تعطيل"
182
 
183
- #: .././admin/settings.php:380
184
  msgid "Enabled"
185
  msgstr "تفعيل"
186
 
187
- #: .././admin/settings.php:388 .././admin/settings.php:911
188
- #: .././admin/settings.php:933 .././admin/settings.php:1208
189
- #: .././admin/widgets.php:72
190
  msgid "View Name:"
191
  msgstr "شاهد الاسم:"
192
 
193
- #: .././admin/settings.php:388 .././admin/settings.php:933
194
  msgid "Tracking ID:"
195
  msgstr "معرف التعقب:"
196
 
197
- #: .././admin/settings.php:388 .././admin/settings.php:933
198
  msgid "Default URL:"
199
  msgstr "الرابط الرئيسي:"
200
 
201
- #: .././admin/settings.php:388 .././admin/settings.php:933
202
  msgid "Time Zone:"
203
  msgstr "المنطقة الزمنية:"
204
 
205
- #: .././admin/settings.php:393
206
  msgid "Basic Tracking"
207
  msgstr "التعقب الاساسي"
208
 
209
- #: .././admin/settings.php:396
210
  msgid "Tracking Type:"
211
  msgstr ""
212
 
213
- #: .././admin/settings.php:398
214
  msgid "Classic Analytics"
215
  msgstr "الاحصائيات الكلاسيكية"
216
 
217
- #: .././admin/settings.php:399
218
  msgid "Universal Analytics"
219
  msgstr "الاحصائيات العالمية"
220
 
221
- #: .././admin/settings.php:410
222
  msgid "anonymize IPs while tracking"
223
  msgstr ""
224
 
225
- #: .././admin/settings.php:421
226
  msgid "enable remarketing, demographics and interests reports"
227
  msgstr ""
228
 
229
- #: .././admin/settings.php:439
230
  msgid "track downloads, mailto and outbound links"
231
  msgstr ""
232
 
233
- #: .././admin/settings.php:443
234
  msgid "Downloads Regex:"
235
  msgstr "حمل التقارير"
236
 
237
- #: .././admin/settings.php:454
238
  msgid "track affiliate links matching this regex"
239
  msgstr ""
240
 
241
- #: .././admin/settings.php:458
242
  msgid "Affiliates Regex:"
243
  msgstr "روابط الداعمين:"
244
 
245
- #: .././admin/settings.php:469
246
  msgid "track fragment identifiers, hashmarks (#) in URI links"
247
  msgstr ""
248
 
249
- #: .././admin/settings.php:480
250
  msgid "Authors:"
251
  msgstr ""
252
 
253
- #: .././admin/settings.php:488
254
  msgid "Publication Year:"
255
  msgstr ""
256
 
257
- #: .././admin/settings.php:496
258
  msgid "Categories:"
259
  msgstr ""
260
 
261
- #: .././admin/settings.php:504
262
  msgid "User Type:"
263
  msgstr ""
264
 
265
- #: .././admin/settings.php:516
266
  msgid "Advanced Tracking"
267
  msgstr "تتبع متطور"
268
 
269
- #: .././admin/settings.php:519
270
  msgid "Page Speed SR:"
271
  msgstr "سرعة الصفحة:"
272
 
273
- #: .././admin/settings.php:530
274
  msgid "exclude events from bounce-rate calculation"
275
  msgstr ""
276
 
277
- #: .././admin/settings.php:541
278
  msgid "enable enhanced link attribution"
279
  msgstr ""
280
 
281
- #: .././admin/settings.php:552
282
  msgid "enable AdSense account linking"
283
  msgstr ""
284
 
285
- #: .././admin/settings.php:563
286
  msgid "enable cross domain tracking"
287
  msgstr ""
288
 
289
- #: .././admin/settings.php:567
290
  msgid "Cross Domains:"
291
  msgstr "عبر الروابط التالية:"
292
 
293
- #: .././admin/settings.php:578
294
  msgid "Exclude tracking for:"
295
  msgstr ""
296
 
297
- #: .././admin/settings.php:663
298
  msgid "Google Analytics Errors & Debugging"
299
  msgstr ""
300
 
301
- #: .././admin/settings.php:673
302
  msgid "Errors & Details"
303
  msgstr ""
304
 
305
- #: .././admin/settings.php:674
306
  msgid "Plugin Settings"
307
  msgstr ""
308
 
309
- #: .././admin/settings.php:682
310
- #, php-format
311
- msgid "For errors and/or other issues please check %s and related tutorials."
312
- msgstr ""
313
-
314
- #: .././admin/settings.php:687
315
  msgid "Last Error detected"
316
  msgstr ""
317
 
318
- #: .././admin/settings.php:693 .././admin/settings.php:706
319
  msgid "None"
320
  msgstr ""
321
 
322
- #: .././admin/settings.php:700
323
  msgid "Error Details"
324
  msgstr ""
325
 
326
- #: .././admin/settings.php:720
327
  msgid "Plugin Configuration"
328
  msgstr ""
329
 
330
- #: .././admin/settings.php:742 .././admin/settings.php:1000
331
  msgid ""
332
  "Loading the required libraries. If this results in a blank screen or a fatal "
333
  "error, try this solution:"
334
  msgstr ""
335
 
336
- #: .././admin/settings.php:742
337
  msgid "Library conflicts between WordPress plugins"
338
  msgstr ""
339
 
340
- #: .././admin/settings.php:756 .././admin/settings.php:1016
341
  msgid "Plugin authorization succeeded."
342
  msgstr "تم تفعيل تصريح الاضافة بنجاح."
343
 
344
- #: .././admin/settings.php:771 .././admin/settings.php:1040
345
  msgid ""
346
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
347
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
348
  msgstr ""
349
 
350
- #: .././admin/settings.php:794 .././admin/settings.php:1072
351
  msgid "Cleared Cache."
352
  msgstr "الخزن المزال."
353
 
354
- #: .././admin/settings.php:803 .././admin/settings.php:1081
355
  msgid "Token Reseted and Revoked."
356
  msgstr "الجزء المراح والمعدل."
357
 
358
- #: .././admin/settings.php:813
359
  msgid "All errors reseted."
360
  msgstr ""
361
 
362
- #: .././admin/settings.php:826 .././admin/settings.php:1095
363
  msgid "All other domains/properties were removed."
364
  msgstr "كل الروابط/والخصائص تم إزالتها."
365
 
366
- #: .././admin/settings.php:838 .././admin/settings.php:1107
367
  msgid "Google Analytics Settings"
368
  msgstr "إعدادات احصائيات كوكل"
369
 
370
- #: .././admin/settings.php:852 .././admin/settings.php:1120
371
  msgid "Use the red link (see below) to generate and get your access code!"
372
  msgstr ""
373
 
374
- #: .././admin/settings.php:863 .././admin/settings.php:1148
375
  msgid "Plugin Authorization"
376
  msgstr "تصريح الأضافة"
377
 
378
- #: .././admin/settings.php:868 .././admin/settings.php:1152
379
  #, php-format
380
  msgid ""
381
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -383,169 +358,165 @@ msgid ""
383
  "account!"
384
  msgstr ""
385
 
386
- #: .././admin/settings.php:868 .././admin/settings.php:1152
387
  msgid "video"
388
  msgstr "الڤيديو"
389
 
390
- #: .././admin/settings.php:868 .././admin/settings.php:1152
391
  msgid "tutorial"
392
  msgstr "الدرس"
393
 
394
- #: .././admin/settings.php:873 .././admin/settings.php:1159
395
  msgid "use your own API Project credentials"
396
  msgstr ""
397
 
398
- #: .././admin/settings.php:877 .././admin/settings.php:1166
399
  msgid "API Key:"
400
  msgstr "مفتاح API:"
401
 
402
- #: .././admin/settings.php:881 .././admin/settings.php:1170
403
  msgid "Client ID:"
404
  msgstr "معرف الزيون:"
405
 
406
- #: .././admin/settings.php:885 .././admin/settings.php:1174
407
  msgid "Client Secret:"
408
  msgstr "سر الزبون:"
409
 
410
- #: .././admin/settings.php:895 .././admin/settings.php:1184
411
  msgid "Clear Authorization"
412
  msgstr "أزل التصريحات"
413
 
414
- #: .././admin/settings.php:895 .././admin/settings.php:971
415
- #: .././admin/settings.php:1184 .././admin/settings.php:1259
416
  msgid "Clear Cache"
417
  msgstr "أزل الخزن"
418
 
419
- #: .././admin/settings.php:895
420
  msgid "Reset Errors"
421
  msgstr ""
422
 
423
- #: .././admin/settings.php:901 .././admin/setup.php:80
424
  #: .././admin/setup.php:115
425
  msgid "General Settings"
426
  msgstr "الأعدادات العامة"
427
 
428
- #: .././admin/settings.php:904
429
- msgid "Select Domain:"
430
  msgstr ""
431
 
432
- #: .././admin/settings.php:915 .././admin/settings.php:1212
433
  msgid "Property not found"
434
  msgstr ""
435
 
436
- #: .././admin/settings.php:920
437
- msgid "and/or hide all other domains"
438
- msgstr "و/أو أخفي كل الروابط الأخرى"
439
-
440
- #: .././admin/settings.php:921
441
- msgid "Hide Now"
442
- msgstr "أخفي الأن"
443
 
444
- #: .././admin/settings.php:939
445
  msgid "Theme Color:"
446
  msgstr ""
447
 
448
- #: .././admin/settings.php:947 .././admin/settings.php:1221
449
  msgid "Automatic Updates"
450
  msgstr ""
451
 
452
- #: .././admin/settings.php:957 .././admin/settings.php:1231
453
  msgid ""
454
  "automatic updates for minor versions (security and maintenance releases only)"
455
  msgstr ""
456
 
457
- #: .././admin/settings.php:971 .././admin/settings.php:1259
458
- #: .././admin/widgets.php:43
459
  msgid "Authorize Plugin"
460
  msgstr "صرح الأضافة "
461
 
462
- #: .././admin/settings.php:1046
463
  msgid "Properties refreshed."
464
  msgstr "تم تحديث الخصائص."
465
 
466
- #: .././admin/settings.php:1130
467
  msgid "Network Setup"
468
  msgstr "اعدادات الشبكة"
469
 
470
- #: .././admin/settings.php:1140
471
  msgid "use a single Google Analytics account for the entire network"
472
  msgstr ""
473
 
474
- #: .././admin/settings.php:1184
475
  msgid "Refresh Properties"
476
  msgstr "حدث الخصائص"
477
 
478
- #: .././admin/settings.php:1190
479
  msgid "Properties/Views Settings"
480
  msgstr "اعدادات الخصائص/المشاهدة"
481
 
482
- #: .././admin/settings.php:1245
483
  msgid "exclude Super Admin tracking for the entire network"
484
  msgstr ""
485
 
486
- #: .././admin/settings.php:1290
487
  msgid "Setup Tutorial & Demo"
488
  msgstr "درس التنصيب"
489
 
490
- #: .././admin/settings.php:1298
491
  msgid "Support & Reviews"
492
  msgstr "الدعم والتقييم"
493
 
494
- #: .././admin/settings.php:1305
495
  #, php-format
496
  msgid "Plugin documentation and support on %s"
497
  msgstr ""
498
 
499
- #: .././admin/settings.php:1312
500
  #, php-format
501
  msgid "Your feedback and review are both important, %s!"
502
  msgstr ""
503
 
504
- #: .././admin/settings.php:1312
505
  msgid "rate this plugin"
506
  msgstr "قيم هذه الاضافة"
507
 
508
- #: .././admin/settings.php:1318
509
  msgid "Further Reading"
510
  msgstr "أكمل القراءة"
511
 
512
- #: .././admin/settings.php:1325
513
  #, php-format
514
  msgid "%s by moving your website to HTTPS/SSL."
515
  msgstr ""
516
 
517
- #: .././admin/settings.php:1325
518
  msgid "Improve search rankings"
519
  msgstr "حسن ترتيب البحث"
520
 
521
- #: .././admin/settings.php:1332
522
  #, php-format
523
  msgid "Other %s written by the same author"
524
  msgstr ""
525
 
526
- #: .././admin/settings.php:1332
527
  msgid "WordPress Plugins"
528
  msgstr "اضافات وردبريس"
529
 
530
- #: .././admin/settings.php:1338
531
  msgid "Other Services"
532
  msgstr ""
533
 
534
- #: .././admin/settings.php:1345
535
  #, php-format
536
  msgid "Speed up your website and plug into a whole %s"
537
  msgstr ""
538
 
539
- #: .././admin/settings.php:1345
540
  msgid "new level of site speed"
541
  msgstr ""
542
 
543
- #: .././admin/settings.php:1352
544
  #, php-format
545
  msgid "%s service with users tracking at IP level."
546
  msgstr ""
547
 
548
- #: .././admin/settings.php:1352
549
  msgid "Web Analytics"
550
  msgstr "احصائيات الويب"
551
 
@@ -565,131 +536,131 @@ msgstr "اعدادات الظهور"
565
  msgid "Tracking Code"
566
  msgstr "كود التعقب"
567
 
568
- #: .././admin/setup.php:196 .././admin/widgets.php:128
569
  msgid "Today"
570
  msgstr "اليوم"
571
 
572
- #: .././admin/setup.php:197 .././admin/widgets.php:130
573
  msgid "Yesterday"
574
  msgstr "البارحة"
575
 
576
- #: .././admin/setup.php:198 .././admin/widgets.php:132
577
  #: .././front/widgets.php:74 .././front/widgets.php:182
578
  msgid "Last 7 Days"
579
  msgstr "اخر ٧ ايام"
580
 
581
- #: .././admin/setup.php:199 .././admin/widgets.php:136
582
  #: .././front/widgets.php:80 .././front/widgets.php:184
583
  msgid "Last 30 Days"
584
  msgstr "اخر ٣٠ يوم"
585
 
586
- #: .././admin/setup.php:200 .././admin/widgets.php:138
587
  msgid "Last 90 Days"
588
  msgstr "أخر ٩٠ يوم"
589
 
590
- #: .././admin/setup.php:203 .././admin/setup.php:219
591
  msgid "Unique Views"
592
  msgstr ""
593
 
594
- #: .././admin/setup.php:204 .././admin/setup.php:220
595
- #: .././admin/widgets.php:145 .././admin/widgets.php:891
596
- #: .././tools/gapi.php:382
597
  msgid "Users"
598
  msgstr ""
599
 
600
- #: .././admin/setup.php:205 .././admin/widgets.php:147
601
  msgid "Organic"
602
  msgstr "عضوي"
603
 
604
- #: .././admin/setup.php:206 .././admin/setup.php:221
605
- #: .././admin/widgets.php:149 .././admin/widgets.php:895
606
- #: .././tools/gapi.php:385
607
  msgid "Page Views"
608
  msgstr "مشاهدات الصفحة"
609
 
610
- #: .././admin/setup.php:207 .././admin/setup.php:222
611
- #: .././admin/widgets.php:151 .././admin/widgets.php:899
612
- #: .././tools/gapi.php:388
613
  msgid "Bounce Rate"
614
  msgstr "نسبة القفز"
615
 
616
- #: .././admin/setup.php:208 .././admin/widgets.php:153
617
  msgid "Location"
618
  msgstr ""
619
 
620
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
621
  msgid "Referrers"
622
  msgstr ""
623
 
624
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
625
- #: .././tools/gapi.php:913
626
  msgid "Searches"
627
  msgstr ""
628
 
629
- #: .././admin/setup.php:211 .././admin/widgets.php:161
630
  msgid "Traffic Details"
631
  msgstr ""
632
 
633
- #: .././admin/setup.php:214 .././admin/widgets.php:527
634
- #: .././admin/widgets.php:623 .././admin/widgets.php:821
635
- #: .././admin/widgets.php:933 .././front/item-reports.php:87
636
  msgid "A JavaScript Error is blocking plugin resources!"
637
  msgstr ""
638
 
639
- #: .././admin/setup.php:215 .././admin/widgets.php:729
640
  msgid "Traffic Mediums"
641
  msgstr ""
642
 
643
- #: .././admin/setup.php:216 .././admin/widgets.php:745
644
  msgid "Visitor Type"
645
  msgstr ""
646
 
647
- #: .././admin/setup.php:217 .././admin/widgets.php:761
648
  msgid "Social Networks"
649
  msgstr ""
650
 
651
- #: .././admin/setup.php:218 .././admin/widgets.php:777
652
  msgid "Search Engines"
653
  msgstr ""
654
 
655
- #: .././admin/setup.php:223 .././admin/widgets.php:903
656
  msgid "Organic Search"
657
  msgstr ""
658
 
659
- #: .././admin/setup.php:224 .././admin/widgets.php:907
660
  msgid "Pages/Session"
661
  msgstr ""
662
 
663
- #: .././admin/setup.php:225 .././admin/widgets.php:540
664
- #: .././admin/widgets.php:558 .././admin/widgets.php:636
665
- #: .././admin/widgets.php:654 .././admin/widgets.php:673
666
- #: .././admin/widgets.php:692 .././admin/widgets.php:712
667
- #: .././admin/widgets.php:835 .././admin/widgets.php:946
668
- #: .././admin/widgets.php:965 .././front/item-reports.php:99
669
- #: .././front/item-reports.php:118
670
  msgid "Invalid response, more details in JavaScript Console (F12)."
671
  msgstr ""
672
 
673
- #: .././admin/setup.php:226
674
  msgid "Not enough data collected"
675
  msgstr ""
676
 
677
- #: .././admin/setup.php:227 .././admin/widgets.php:545
678
- #: .././admin/widgets.php:563 .././admin/widgets.php:641
679
- #: .././admin/widgets.php:659 .././admin/widgets.php:678
680
- #: .././admin/widgets.php:697 .././admin/widgets.php:717
681
- #: .././admin/widgets.php:840 .././admin/widgets.php:843
682
- #: .././admin/widgets.php:951 .././admin/widgets.php:970
683
- #: .././front/item-reports.php:104 .././front/item-reports.php:123
684
  #: .././front/widgets.php:110
685
  msgid "This report is unavailable"
686
  msgstr ""
687
 
688
- #: .././admin/setup.php:228
689
  msgid "report generated by"
690
  msgstr ""
691
 
692
- #: .././admin/setup.php:268
693
  msgid "Settings"
694
  msgstr "الاعدادات"
695
 
@@ -697,27 +668,27 @@ msgstr "الاعدادات"
697
  msgid "Google Analytics Dashboard"
698
  msgstr "لوحة أحصائيات كوكل"
699
 
700
- #: .././admin/widgets.php:43
701
  msgid "This plugin needs an authorization:"
702
  msgstr "هذه الاضافة تحتاج الى تصريح:"
703
 
704
- #: .././admin/widgets.php:77
705
  msgid "Something went wrong while retrieving profiles list."
706
  msgstr "حدث خطأ ما اثناء استرجاع قائمة البروفايلات."
707
 
708
- #: .././admin/widgets.php:77
709
  msgid "More details"
710
  msgstr "المزيد من التفاصيل"
711
 
712
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
713
  msgid "An admin should asign a default Google Analytics Profile."
714
  msgstr "المدير يجب ان يحصل على حساب احصائيات كوكل رئيسي."
715
 
716
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
717
  msgid "Select Domain"
718
  msgstr "حدد النطاق"
719
 
720
- #: .././admin/widgets.php:106
721
  msgid ""
722
  "Something went wrong while retrieving property data. You need to create and "
723
  "properly configure a Google Analytics account:"
@@ -725,70 +696,70 @@ msgstr ""
725
  "حدث خطأ ما اثناء استرجاع بيانات الملكية. تحتاج الى انشاء واعداد حساب كوكل "
726
  "للأحصائيات بصورة صحيحة:"
727
 
728
- #: .././admin/widgets.php:106
729
  msgid "Find out more!"
730
  msgstr "اعرف أكثر!"
731
 
732
- #: .././admin/widgets.php:127
733
  msgid "Real-Time"
734
  msgstr "الوقت الحقيقي"
735
 
736
- #: .././admin/widgets.php:134 .././front/widgets.php:77
737
  #: .././front/widgets.php:183
738
  msgid "Last 14 Days"
739
  msgstr "أخر ١٤ يوم"
740
 
741
- #: .././admin/widgets.php:144 .././admin/widgets.php:887
742
- #: .././front/widgets.php:46 .././tools/gapi.php:397 .././tools/gapi.php:558
743
- #: .././tools/gapi.php:604 .././tools/gapi.php:667 .././tools/gapi.php:777
744
- #: .././tools/gapi.php:818 .././tools/gapi.php:914
745
  msgid "Sessions"
746
  msgstr ""
747
 
748
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
749
  msgid "Pages"
750
  msgstr ""
751
 
752
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
753
  msgid "REFERRAL"
754
  msgstr "المصدر"
755
 
756
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
757
  msgid "ORGANIC"
758
  msgstr "عضوي"
759
 
760
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
761
- #: .././admin/widgets.php:491
762
  msgid "SOCIAL"
763
  msgstr "اجتماعي"
764
 
765
- #: .././admin/widgets.php:261 .././admin/widgets.php:380
766
- #: .././admin/widgets.php:492
767
  msgid "CAMPAIGN"
768
  msgstr ""
769
 
770
- #: .././admin/widgets.php:265 .././admin/widgets.php:383
771
- #: .././admin/widgets.php:495
772
  msgid "DIRECT"
773
  msgstr "مباشر"
774
 
775
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
776
  msgid "NEW"
777
  msgstr "جديد"
778
 
779
- #: .././admin/widgets.php:371
780
  msgid "REFERRALS"
781
  msgstr "المصادر"
782
 
783
- #: .././admin/widgets.php:374
784
  msgid "KEYWORDS"
785
  msgstr "الكلمات المفتاحية"
786
 
787
- #: .././front/item-reports.php:133
788
  msgid "Views vs UniqueViews"
789
  msgstr "المشاهدات ضد المشاهدات الحقيقية"
790
 
791
- #: .././front/item-reports.php:183
792
  msgid "Google Analytics Reports"
793
  msgstr ""
794
 
@@ -796,7 +767,7 @@ msgstr ""
796
  msgid "Will display your google analytics stats in a widget"
797
  msgstr "ستظهر احصائيات حسابك في مربع جانبي"
798
 
799
- #: .././front/widgets.php:46 .././tools/gapi.php:818
800
  msgid "trend"
801
  msgstr ""
802
 
@@ -852,66 +823,72 @@ msgstr "أعطي الفضل:"
852
  msgid "This is not allowed, read the documentation!"
853
  msgstr ""
854
 
855
- #: .././tools/gapi.php:141
856
  msgid "Use this link to get your access code:"
857
  msgstr "أستخدم هذا الرابط للحصول على كود التعقب الخاص بك:"
858
 
859
- #: .././tools/gapi.php:141
860
  msgid "Get Access Code"
861
  msgstr "احصل على كود الدخول"
862
 
863
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
864
  msgid "Use the red link to get your access code!"
865
  msgstr ""
866
 
867
- #: .././tools/gapi.php:146
868
  msgid "Access Code:"
869
  msgstr "كود الدخول:"
870
 
871
- #: .././tools/gapi.php:158
872
  msgid "Save Access Code"
873
  msgstr "أحفظ كود الدخول"
874
 
875
- #: .././tools/gapi.php:391
876
  msgid "Organic Searches"
877
  msgstr "البحث العضوي"
878
 
879
- #: .././tools/gapi.php:394
880
  msgid "Unique Page Views"
881
  msgstr ""
882
 
883
- #: .././tools/gapi.php:402
884
  msgid "Hour"
885
  msgstr "الساعة"
886
 
887
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
888
  msgid "Date"
889
  msgstr "التاريخ"
890
 
891
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
892
  msgid "Views"
893
  msgstr "المشاهدات"
894
 
895
- #: .././tools/gapi.php:631
896
  msgid "Countries"
897
  msgstr ""
898
 
899
- #: .././tools/gapi.php:641
900
  msgid "Cities from"
901
  msgstr ""
902
 
903
- #: .././tools/gapi.php:713
904
  msgid "Channels"
905
  msgstr ""
906
 
907
- #: .././tools/gapi.php:776
908
  msgid "Type"
909
  msgstr "النوع"
910
 
911
- #: .././tools/gapi.php:871
912
  msgid "UniqueViews"
913
  msgstr "المشاهدات الخاصة"
914
 
 
 
 
 
 
 
915
  #~ msgid "about this feature"
916
  #~ msgstr "حول هذه الميزة"
917
 
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
+ "POT-Creation-Date: 2015-05-20 21:45+0200\n"
7
+ "PO-Revision-Date: 2015-05-20 21:45+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Ahmed Majed <admin@almobdaa.com>\n"
10
  "Language: ar\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
20
  "X-Poedit-SearchPath-0: ../.\n"
21
 
22
+ #: .././admin/item-reports.php:67
23
  msgid "Analytics"
24
  msgstr ""
25
 
26
+ #: .././admin/settings.php:94 .././admin/settings.php:197
27
+ #: .././admin/settings.php:328 .././admin/settings.php:800
28
+ #: .././admin/settings.php:1069
29
  msgid "Settings saved."
30
  msgstr ""
31
 
32
+ #: .././admin/settings.php:96 .././admin/settings.php:199
33
+ #: .././admin/settings.php:330 .././admin/settings.php:777
34
+ #: .././admin/settings.php:787 .././admin/settings.php:796
35
+ #: .././admin/settings.php:802 .././admin/settings.php:814
36
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
37
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
38
+ #: .././admin/settings.php:1083
39
  msgid "Cheating Huh?"
40
  msgstr "تغش ها؟"
41
 
42
+ #: .././admin/settings.php:100 .././admin/settings.php:203
43
+ #: .././admin/settings.php:334 .././admin/settings.php:644
44
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
45
  #, php-format
46
  msgid "Something went wrong, check %1$s or %2$s."
47
  msgstr ""
48
 
49
+ #: .././admin/settings.php:100 .././admin/settings.php:203
50
+ #: .././admin/settings.php:334 .././admin/settings.php:644
51
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
52
  #: .././admin/setup.php:96 .././admin/setup.php:119
53
  msgid "Errors & Debug"
54
  msgstr ""
55
 
56
+ #: .././admin/settings.php:100 .././admin/settings.php:203
57
+ #: .././admin/settings.php:334 .././admin/settings.php:644
58
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
59
  msgid "authorize the plugin"
60
  msgstr "صرح بالدخول للأضافة"
61
 
63
  msgid "Google Analytics Frontend Settings"
64
  msgstr "اعدادات الظهور الامامي لأحصائيات كوكل"
65
 
66
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
67
  msgid "Permissions"
68
  msgstr ""
69
 
70
+ #: .././admin/settings.php:118 .././admin/settings.php:221
71
  msgid "Show stats to:"
72
  msgstr ""
73
 
74
+ #: .././admin/settings.php:157
75
  msgid "show page sessions and users in frontend (after each article)"
76
  msgstr ""
77
 
78
+ #: .././admin/settings.php:168
79
  msgid "show page searches (after each article)"
80
  msgstr ""
81
 
82
+ #: .././admin/settings.php:175 .././admin/settings.php:308
83
+ #: .././admin/settings.php:602 .././admin/settings.php:945
84
+ #: .././admin/settings.php:1233
85
  msgid "Save Changes"
86
  msgstr ""
87
 
88
+ #: .././admin/settings.php:208
89
  msgid "Google Analytics Backend Settings"
90
  msgstr ""
91
 
92
+ #: .././admin/settings.php:262
93
+ msgid "enable Switch View functionality"
 
 
 
 
 
94
  msgstr ""
95
 
96
+ #: .././admin/settings.php:273
97
  msgid "enable reports on Posts List and Pages List"
98
  msgstr ""
99
 
100
+ #: .././admin/settings.php:284
101
  msgid "enable the main Dashboard Widget"
102
  msgstr ""
103
 
104
+ #: .././admin/settings.php:288
105
  msgid "Real-Time Settings"
106
  msgstr "اعدادات الوقت الحقيقي"
107
 
108
+ #: .././admin/settings.php:291
109
  msgid "Maximum number of pages to display on real-time tab:"
110
  msgstr "اكثر عدد صفحات يتم اظهارها في قسم الوقت الحقيقي:"
111
 
112
+ #: .././admin/settings.php:296
113
  msgid "Location Settings"
114
  msgstr ""
115
 
116
+ #: .././admin/settings.php:300
117
  msgid "Target Geo Map to country:"
118
  msgstr ""
119
 
120
+ #: .././admin/settings.php:337
121
  msgid ""
122
  "The tracking component is disabled. You should set <strong>Tracking Options</"
123
  "strong> to <strong>Enabled</strong>"
124
  msgstr ""
125
 
126
+ #: .././admin/settings.php:342
127
  msgid "Google Analytics Tracking Code"
128
  msgstr "كود تعقب احصائيات كوكل"
129
 
130
+ #: .././admin/settings.php:351
131
  msgid "Basic Settings"
132
  msgstr ""
133
 
134
+ #: .././admin/settings.php:352 .././admin/settings.php:418
135
  msgid "Events Tracking"
136
  msgstr "تعقب الافعال"
137
 
138
+ #: .././admin/settings.php:353 .././admin/settings.php:466
139
  msgid "Custom Definitions"
140
  msgstr "تعاريف مخصصة"
141
 
142
+ #: .././admin/settings.php:354 .././admin/settings.php:564
143
+ #: .././admin/settings.php:1216
144
  msgid "Exclude Tracking"
145
  msgstr "لا تتبع"
146
 
147
+ #: .././admin/settings.php:355
148
  msgid "Advanced Settings"
149
  msgstr ""
150
 
151
+ #: .././admin/settings.php:363
 
 
 
 
 
152
  msgid "Tracking Settings"
153
  msgstr "اعدادات التعقب"
154
 
155
+ #: .././admin/settings.php:366
156
  msgid "Tracking Options:"
157
  msgstr ""
158
 
159
+ #: .././admin/settings.php:368
160
  msgid "Disabled"
161
  msgstr "تعطيل"
162
 
163
+ #: .././admin/settings.php:369
164
  msgid "Enabled"
165
  msgstr "تفعيل"
166
 
167
+ #: .././admin/settings.php:377 .././admin/settings.php:892
168
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
169
+ #: .././admin/widgets.php:71
170
  msgid "View Name:"
171
  msgstr "شاهد الاسم:"
172
 
173
+ #: .././admin/settings.php:377 .././admin/settings.php:913
174
  msgid "Tracking ID:"
175
  msgstr "معرف التعقب:"
176
 
177
+ #: .././admin/settings.php:377 .././admin/settings.php:913
178
  msgid "Default URL:"
179
  msgstr "الرابط الرئيسي:"
180
 
181
+ #: .././admin/settings.php:377 .././admin/settings.php:913
182
  msgid "Time Zone:"
183
  msgstr "المنطقة الزمنية:"
184
 
185
+ #: .././admin/settings.php:382
186
  msgid "Basic Tracking"
187
  msgstr "التعقب الاساسي"
188
 
189
+ #: .././admin/settings.php:385
190
  msgid "Tracking Type:"
191
  msgstr ""
192
 
193
+ #: .././admin/settings.php:387
194
  msgid "Classic Analytics"
195
  msgstr "الاحصائيات الكلاسيكية"
196
 
197
+ #: .././admin/settings.php:388
198
  msgid "Universal Analytics"
199
  msgstr "الاحصائيات العالمية"
200
 
201
+ #: .././admin/settings.php:399
202
  msgid "anonymize IPs while tracking"
203
  msgstr ""
204
 
205
+ #: .././admin/settings.php:410
206
  msgid "enable remarketing, demographics and interests reports"
207
  msgstr ""
208
 
209
+ #: .././admin/settings.php:428
210
  msgid "track downloads, mailto and outbound links"
211
  msgstr ""
212
 
213
+ #: .././admin/settings.php:432
214
  msgid "Downloads Regex:"
215
  msgstr "حمل التقارير"
216
 
217
+ #: .././admin/settings.php:443
218
  msgid "track affiliate links matching this regex"
219
  msgstr ""
220
 
221
+ #: .././admin/settings.php:447
222
  msgid "Affiliates Regex:"
223
  msgstr "روابط الداعمين:"
224
 
225
+ #: .././admin/settings.php:458
226
  msgid "track fragment identifiers, hashmarks (#) in URI links"
227
  msgstr ""
228
 
229
+ #: .././admin/settings.php:469
230
  msgid "Authors:"
231
  msgstr ""
232
 
233
+ #: .././admin/settings.php:477
234
  msgid "Publication Year:"
235
  msgstr ""
236
 
237
+ #: .././admin/settings.php:485
238
  msgid "Categories:"
239
  msgstr ""
240
 
241
+ #: .././admin/settings.php:493
242
  msgid "User Type:"
243
  msgstr ""
244
 
245
+ #: .././admin/settings.php:505
246
  msgid "Advanced Tracking"
247
  msgstr "تتبع متطور"
248
 
249
+ #: .././admin/settings.php:508
250
  msgid "Page Speed SR:"
251
  msgstr "سرعة الصفحة:"
252
 
253
+ #: .././admin/settings.php:519
254
  msgid "exclude events from bounce-rate calculation"
255
  msgstr ""
256
 
257
+ #: .././admin/settings.php:530
258
  msgid "enable enhanced link attribution"
259
  msgstr ""
260
 
261
+ #: .././admin/settings.php:541
262
  msgid "enable AdSense account linking"
263
  msgstr ""
264
 
265
+ #: .././admin/settings.php:552
266
  msgid "enable cross domain tracking"
267
  msgstr ""
268
 
269
+ #: .././admin/settings.php:556
270
  msgid "Cross Domains:"
271
  msgstr "عبر الروابط التالية:"
272
 
273
+ #: .././admin/settings.php:567
274
  msgid "Exclude tracking for:"
275
  msgstr ""
276
 
277
+ #: .././admin/settings.php:648
278
  msgid "Google Analytics Errors & Debugging"
279
  msgstr ""
280
 
281
+ #: .././admin/settings.php:658
282
  msgid "Errors & Details"
283
  msgstr ""
284
 
285
+ #: .././admin/settings.php:659
286
  msgid "Plugin Settings"
287
  msgstr ""
288
 
289
+ #: .././admin/settings.php:667
 
 
 
 
 
290
  msgid "Last Error detected"
291
  msgstr ""
292
 
293
+ #: .././admin/settings.php:673 .././admin/settings.php:686
294
  msgid "None"
295
  msgstr ""
296
 
297
+ #: .././admin/settings.php:680
298
  msgid "Error Details"
299
  msgstr ""
300
 
301
+ #: .././admin/settings.php:700
302
  msgid "Plugin Configuration"
303
  msgstr ""
304
 
305
+ #: .././admin/settings.php:722 .././admin/settings.php:980
306
  msgid ""
307
  "Loading the required libraries. If this results in a blank screen or a fatal "
308
  "error, try this solution:"
309
  msgstr ""
310
 
311
+ #: .././admin/settings.php:722
312
  msgid "Library conflicts between WordPress plugins"
313
  msgstr ""
314
 
315
+ #: .././admin/settings.php:737 .././admin/settings.php:997
316
  msgid "Plugin authorization succeeded."
317
  msgstr "تم تفعيل تصريح الاضافة بنجاح."
318
 
319
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
320
  msgid ""
321
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
322
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
323
  msgstr ""
324
 
325
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
326
  msgid "Cleared Cache."
327
  msgstr "الخزن المزال."
328
 
329
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
330
  msgid "Token Reseted and Revoked."
331
  msgstr "الجزء المراح والمعدل."
332
 
333
+ #: .././admin/settings.php:794
334
  msgid "All errors reseted."
335
  msgstr ""
336
 
337
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
338
  msgid "All other domains/properties were removed."
339
  msgstr "كل الروابط/والخصائص تم إزالتها."
340
 
341
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
342
  msgid "Google Analytics Settings"
343
  msgstr "إعدادات احصائيات كوكل"
344
 
345
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
346
  msgid "Use the red link (see below) to generate and get your access code!"
347
  msgstr ""
348
 
349
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
350
  msgid "Plugin Authorization"
351
  msgstr "تصريح الأضافة"
352
 
353
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
354
  #, php-format
355
  msgid ""
356
  "You should watch the %1$s and read this %2$s before proceeding to "
358
  "account!"
359
  msgstr ""
360
 
361
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
362
  msgid "video"
363
  msgstr "الڤيديو"
364
 
365
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
366
  msgid "tutorial"
367
  msgstr "الدرس"
368
 
369
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
370
  msgid "use your own API Project credentials"
371
  msgstr ""
372
 
373
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
374
  msgid "API Key:"
375
  msgstr "مفتاح API:"
376
 
377
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
378
  msgid "Client ID:"
379
  msgstr "معرف الزيون:"
380
 
381
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
382
  msgid "Client Secret:"
383
  msgstr "سر الزبون:"
384
 
385
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
386
  msgid "Clear Authorization"
387
  msgstr "أزل التصريحات"
388
 
389
+ #: .././admin/settings.php:876 .././admin/settings.php:951
390
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
391
  msgid "Clear Cache"
392
  msgstr "أزل الخزن"
393
 
394
+ #: .././admin/settings.php:876
395
  msgid "Reset Errors"
396
  msgstr ""
397
 
398
+ #: .././admin/settings.php:882 .././admin/setup.php:80
399
  #: .././admin/setup.php:115
400
  msgid "General Settings"
401
  msgstr "الأعدادات العامة"
402
 
403
+ #: .././admin/settings.php:885
404
+ msgid "Select View:"
405
  msgstr ""
406
 
407
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
408
  msgid "Property not found"
409
  msgstr ""
410
 
411
+ #: .././admin/settings.php:901
412
+ msgid "Lock Selection"
413
+ msgstr ""
 
 
 
 
414
 
415
+ #: .././admin/settings.php:919
416
  msgid "Theme Color:"
417
  msgstr ""
418
 
419
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
420
  msgid "Automatic Updates"
421
  msgstr ""
422
 
423
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
424
  msgid ""
425
  "automatic updates for minor versions (security and maintenance releases only)"
426
  msgstr ""
427
 
428
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
429
+ #: .././admin/widgets.php:42
430
  msgid "Authorize Plugin"
431
  msgstr "صرح الأضافة "
432
 
433
+ #: .././admin/settings.php:1027
434
  msgid "Properties refreshed."
435
  msgstr "تم تحديث الخصائص."
436
 
437
+ #: .././admin/settings.php:1111
438
  msgid "Network Setup"
439
  msgstr "اعدادات الشبكة"
440
 
441
+ #: .././admin/settings.php:1121
442
  msgid "use a single Google Analytics account for the entire network"
443
  msgstr ""
444
 
445
+ #: .././admin/settings.php:1165
446
  msgid "Refresh Properties"
447
  msgstr "حدث الخصائص"
448
 
449
+ #: .././admin/settings.php:1171
450
  msgid "Properties/Views Settings"
451
  msgstr "اعدادات الخصائص/المشاهدة"
452
 
453
+ #: .././admin/settings.php:1226
454
  msgid "exclude Super Admin tracking for the entire network"
455
  msgstr ""
456
 
457
+ #: .././admin/settings.php:1271
458
  msgid "Setup Tutorial & Demo"
459
  msgstr "درس التنصيب"
460
 
461
+ #: .././admin/settings.php:1279
462
  msgid "Support & Reviews"
463
  msgstr "الدعم والتقييم"
464
 
465
+ #: .././admin/settings.php:1286
466
  #, php-format
467
  msgid "Plugin documentation and support on %s"
468
  msgstr ""
469
 
470
+ #: .././admin/settings.php:1293
471
  #, php-format
472
  msgid "Your feedback and review are both important, %s!"
473
  msgstr ""
474
 
475
+ #: .././admin/settings.php:1293
476
  msgid "rate this plugin"
477
  msgstr "قيم هذه الاضافة"
478
 
479
+ #: .././admin/settings.php:1299
480
  msgid "Further Reading"
481
  msgstr "أكمل القراءة"
482
 
483
+ #: .././admin/settings.php:1306
484
  #, php-format
485
  msgid "%s by moving your website to HTTPS/SSL."
486
  msgstr ""
487
 
488
+ #: .././admin/settings.php:1306
489
  msgid "Improve search rankings"
490
  msgstr "حسن ترتيب البحث"
491
 
492
+ #: .././admin/settings.php:1313
493
  #, php-format
494
  msgid "Other %s written by the same author"
495
  msgstr ""
496
 
497
+ #: .././admin/settings.php:1313
498
  msgid "WordPress Plugins"
499
  msgstr "اضافات وردبريس"
500
 
501
+ #: .././admin/settings.php:1319
502
  msgid "Other Services"
503
  msgstr ""
504
 
505
+ #: .././admin/settings.php:1326
506
  #, php-format
507
  msgid "Speed up your website and plug into a whole %s"
508
  msgstr ""
509
 
510
+ #: .././admin/settings.php:1326
511
  msgid "new level of site speed"
512
  msgstr ""
513
 
514
+ #: .././admin/settings.php:1333
515
  #, php-format
516
  msgid "%s service with users tracking at IP level."
517
  msgstr ""
518
 
519
+ #: .././admin/settings.php:1333
520
  msgid "Web Analytics"
521
  msgstr "احصائيات الويب"
522
 
536
  msgid "Tracking Code"
537
  msgstr "كود التعقب"
538
 
539
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
540
  msgid "Today"
541
  msgstr "اليوم"
542
 
543
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
544
  msgid "Yesterday"
545
  msgstr "البارحة"
546
 
547
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
548
  #: .././front/widgets.php:74 .././front/widgets.php:182
549
  msgid "Last 7 Days"
550
  msgstr "اخر ٧ ايام"
551
 
552
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
553
  #: .././front/widgets.php:80 .././front/widgets.php:184
554
  msgid "Last 30 Days"
555
  msgstr "اخر ٣٠ يوم"
556
 
557
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
558
  msgid "Last 90 Days"
559
  msgstr "أخر ٩٠ يوم"
560
 
561
+ #: .././admin/setup.php:202 .././admin/setup.php:218
562
  msgid "Unique Views"
563
  msgstr ""
564
 
565
+ #: .././admin/setup.php:203 .././admin/setup.php:219
566
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
567
+ #: .././tools/gapi.php:391
568
  msgid "Users"
569
  msgstr ""
570
 
571
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
572
  msgid "Organic"
573
  msgstr "عضوي"
574
 
575
+ #: .././admin/setup.php:205 .././admin/setup.php:220
576
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
577
+ #: .././tools/gapi.php:394
578
  msgid "Page Views"
579
  msgstr "مشاهدات الصفحة"
580
 
581
+ #: .././admin/setup.php:206 .././admin/setup.php:221
582
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
583
+ #: .././tools/gapi.php:397
584
  msgid "Bounce Rate"
585
  msgstr "نسبة القفز"
586
 
587
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
588
  msgid "Location"
589
  msgstr ""
590
 
591
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
592
  msgid "Referrers"
593
  msgstr ""
594
 
595
+ #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
596
+ #: .././tools/gapi.php:918
597
  msgid "Searches"
598
  msgstr ""
599
 
600
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
601
  msgid "Traffic Details"
602
  msgstr ""
603
 
604
+ #: .././admin/setup.php:213 .././admin/widgets.php:510
605
+ #: .././admin/widgets.php:607 .././admin/widgets.php:805
606
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
607
  msgid "A JavaScript Error is blocking plugin resources!"
608
  msgstr ""
609
 
610
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
611
  msgid "Traffic Mediums"
612
  msgstr ""
613
 
614
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
615
  msgid "Visitor Type"
616
  msgstr ""
617
 
618
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
619
  msgid "Social Networks"
620
  msgstr ""
621
 
622
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
623
  msgid "Search Engines"
624
  msgstr ""
625
 
626
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
627
  msgid "Organic Search"
628
  msgstr ""
629
 
630
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
631
  msgid "Pages/Session"
632
  msgstr ""
633
 
634
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
635
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
636
+ #: .././admin/widgets.php:638 .././admin/widgets.php:657
637
+ #: .././admin/widgets.php:676 .././admin/widgets.php:696
638
+ #: .././admin/widgets.php:819 .././admin/widgets.php:930
639
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
640
+ #: .././front/item-reports.php:128
641
  msgid "Invalid response, more details in JavaScript Console (F12)."
642
  msgstr ""
643
 
644
+ #: .././admin/setup.php:225
645
  msgid "Not enough data collected"
646
  msgstr ""
647
 
648
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
649
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
650
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
651
+ #: .././admin/widgets.php:681 .././admin/widgets.php:701
652
+ #: .././admin/widgets.php:824 .././admin/widgets.php:827
653
+ #: .././admin/widgets.php:935 .././admin/widgets.php:954
654
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
655
  #: .././front/widgets.php:110
656
  msgid "This report is unavailable"
657
  msgstr ""
658
 
659
+ #: .././admin/setup.php:227
660
  msgid "report generated by"
661
  msgstr ""
662
 
663
+ #: .././admin/setup.php:267
664
  msgid "Settings"
665
  msgstr "الاعدادات"
666
 
668
  msgid "Google Analytics Dashboard"
669
  msgstr "لوحة أحصائيات كوكل"
670
 
671
+ #: .././admin/widgets.php:42
672
  msgid "This plugin needs an authorization:"
673
  msgstr "هذه الاضافة تحتاج الى تصريح:"
674
 
675
+ #: .././admin/widgets.php:76
676
  msgid "Something went wrong while retrieving profiles list."
677
  msgstr "حدث خطأ ما اثناء استرجاع قائمة البروفايلات."
678
 
679
+ #: .././admin/widgets.php:76
680
  msgid "More details"
681
  msgstr "المزيد من التفاصيل"
682
 
683
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
684
  msgid "An admin should asign a default Google Analytics Profile."
685
  msgstr "المدير يجب ان يحصل على حساب احصائيات كوكل رئيسي."
686
 
687
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
688
  msgid "Select Domain"
689
  msgstr "حدد النطاق"
690
 
691
+ #: .././admin/widgets.php:105
692
  msgid ""
693
  "Something went wrong while retrieving property data. You need to create and "
694
  "properly configure a Google Analytics account:"
696
  "حدث خطأ ما اثناء استرجاع بيانات الملكية. تحتاج الى انشاء واعداد حساب كوكل "
697
  "للأحصائيات بصورة صحيحة:"
698
 
699
+ #: .././admin/widgets.php:105
700
  msgid "Find out more!"
701
  msgstr "اعرف أكثر!"
702
 
703
+ #: .././admin/widgets.php:125
704
  msgid "Real-Time"
705
  msgstr "الوقت الحقيقي"
706
 
707
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
708
  #: .././front/widgets.php:183
709
  msgid "Last 14 Days"
710
  msgstr "أخر ١٤ يوم"
711
 
712
+ #: .././admin/widgets.php:135 .././admin/widgets.php:871
713
+ #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
714
+ #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
715
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
716
  msgid "Sessions"
717
  msgstr ""
718
 
719
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
720
  msgid "Pages"
721
  msgstr ""
722
 
723
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
724
  msgid "REFERRAL"
725
  msgstr "المصدر"
726
 
727
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
728
  msgid "ORGANIC"
729
  msgstr "عضوي"
730
 
731
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
732
+ #: .././admin/widgets.php:474
733
  msgid "SOCIAL"
734
  msgstr "اجتماعي"
735
 
736
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
737
+ #: .././admin/widgets.php:475
738
  msgid "CAMPAIGN"
739
  msgstr ""
740
 
741
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
742
+ #: .././admin/widgets.php:478
743
  msgid "DIRECT"
744
  msgstr "مباشر"
745
 
746
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
747
  msgid "NEW"
748
  msgstr "جديد"
749
 
750
+ #: .././admin/widgets.php:354
751
  msgid "REFERRALS"
752
  msgstr "المصادر"
753
 
754
+ #: .././admin/widgets.php:357
755
  msgid "KEYWORDS"
756
  msgstr "الكلمات المفتاحية"
757
 
758
+ #: .././front/item-reports.php:143
759
  msgid "Views vs UniqueViews"
760
  msgstr "المشاهدات ضد المشاهدات الحقيقية"
761
 
762
+ #: .././front/item-reports.php:193
763
  msgid "Google Analytics Reports"
764
  msgstr ""
765
 
767
  msgid "Will display your google analytics stats in a widget"
768
  msgstr "ستظهر احصائيات حسابك في مربع جانبي"
769
 
770
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
771
  msgid "trend"
772
  msgstr ""
773
 
823
  msgid "This is not allowed, read the documentation!"
824
  msgstr ""
825
 
826
+ #: .././tools/gapi.php:134
827
  msgid "Use this link to get your access code:"
828
  msgstr "أستخدم هذا الرابط للحصول على كود التعقب الخاص بك:"
829
 
830
+ #: .././tools/gapi.php:134
831
  msgid "Get Access Code"
832
  msgstr "احصل على كود الدخول"
833
 
834
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
835
  msgid "Use the red link to get your access code!"
836
  msgstr ""
837
 
838
+ #: .././tools/gapi.php:138
839
  msgid "Access Code:"
840
  msgstr "كود الدخول:"
841
 
842
+ #: .././tools/gapi.php:145
843
  msgid "Save Access Code"
844
  msgstr "أحفظ كود الدخول"
845
 
846
+ #: .././tools/gapi.php:400
847
  msgid "Organic Searches"
848
  msgstr "البحث العضوي"
849
 
850
+ #: .././tools/gapi.php:403
851
  msgid "Unique Page Views"
852
  msgstr ""
853
 
854
+ #: .././tools/gapi.php:411
855
  msgid "Hour"
856
  msgstr "الساعة"
857
 
858
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
859
  msgid "Date"
860
  msgstr "التاريخ"
861
 
862
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
863
  msgid "Views"
864
  msgstr "المشاهدات"
865
 
866
+ #: .././tools/gapi.php:640
867
  msgid "Countries"
868
  msgstr ""
869
 
870
+ #: .././tools/gapi.php:650
871
  msgid "Cities from"
872
  msgstr ""
873
 
874
+ #: .././tools/gapi.php:722
875
  msgid "Channels"
876
  msgstr ""
877
 
878
+ #: .././tools/gapi.php:785
879
  msgid "Type"
880
  msgstr "النوع"
881
 
882
+ #: .././tools/gapi.php:878
883
  msgid "UniqueViews"
884
  msgstr "المشاهدات الخاصة"
885
 
886
+ #~ msgid "and/or hide all other domains"
887
+ #~ msgstr "و/أو أخفي كل الروابط الأخرى"
888
+
889
+ #~ msgid "Hide Now"
890
+ #~ msgstr "أخفي الأن"
891
+
892
  #~ msgid "about this feature"
893
  #~ msgstr "حول هذه الميزة"
894
 
languages/ga-dash-cs_CZ.po CHANGED
@@ -4,52 +4,52 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-dashboard-for-wp\n"
7
- "POT-Creation-Date: 2015-04-27 19:26+0200\n"
8
- "PO-Revision-Date: 2015-05-03 10:25+0100\n"
9
- "Last-Translator: Marek Anýž\n"
10
  "Language-Team: Alin Marcu\n"
 
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
15
- "X-Generator: Poedit 1.8beta1\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-Basepath: .\n"
19
- "Language: cs_CZ\n"
20
  "X-Poedit-SearchPath-0: ../.\n"
21
 
22
  #: .././admin/item-reports.php:67
23
  msgid "Analytics"
24
  msgstr "Analýza"
25
 
26
- #: .././admin/settings.php:94 .././admin/settings.php:202 .././admin/settings.php:338
27
- #: .././admin/settings.php:820 .././admin/settings.php:1089
28
  msgid "Settings saved."
29
  msgstr "Nastavení uloženo"
30
 
31
- #: .././admin/settings.php:96 .././admin/settings.php:204 .././admin/settings.php:340
32
- #: .././admin/settings.php:797 .././admin/settings.php:807 .././admin/settings.php:816
33
- #: .././admin/settings.php:822 .././admin/settings.php:834 .././admin/settings.php:1050
34
- #: .././admin/settings.php:1075 .././admin/settings.php:1085 .././admin/settings.php:1091
35
- #: .././admin/settings.php:1103
36
  msgid "Cheating Huh?"
37
  msgstr "Podvádět jo?"
38
 
39
- #: .././admin/settings.php:100 .././admin/settings.php:208 .././admin/settings.php:344
40
- #: .././admin/settings.php:659 .././admin/settings.php:848 .././admin/settings.php:1116
41
  #, php-format
42
  msgid "Something went wrong, check %1$s or %2$s."
43
  msgstr "Něco je špatně, zkontroluj %1$s nebo %2$s."
44
 
45
- #: .././admin/settings.php:100 .././admin/settings.php:208 .././admin/settings.php:344
46
- #: .././admin/settings.php:659 .././admin/settings.php:848 .././admin/settings.php:1116
47
  #: .././admin/setup.php:96 .././admin/setup.php:119
48
  msgid "Errors & Debug"
49
  msgstr "Chyby a ladění"
50
 
51
- #: .././admin/settings.php:100 .././admin/settings.php:208 .././admin/settings.php:344
52
- #: .././admin/settings.php:659 .././admin/settings.php:848 .././admin/settings.php:1116
53
  msgid "authorize the plugin"
54
  msgstr "autorizovat modul"
55
 
@@ -57,75 +57,60 @@ msgstr "autorizovat modul"
57
  msgid "Google Analytics Frontend Settings"
58
  msgstr "Nastavení Google Analytics pro veřejnou část"
59
 
60
- #: .././admin/settings.php:116
61
- #, php-format
62
- msgid "Read %s for more information about Frontend Features and Options."
63
- msgstr "Přečti si %s pro více informací o Možnostech veřejné části webu a možnostech."
64
-
65
- #: .././admin/settings.php:116 .././admin/settings.php:224 .././admin/settings.php:369
66
- #: .././admin/settings.php:682
67
- msgid "this documentation page"
68
- msgstr "tuto stránka dokumentace"
69
-
70
- #: .././admin/settings.php:120 .././admin/settings.php:228
71
  msgid "Permissions"
72
  msgstr "Oprávnění"
73
 
74
- #: .././admin/settings.php:123 .././admin/settings.php:231
75
  msgid "Show stats to:"
76
  msgstr "Zobrazit statistiky pro:"
77
 
78
- #: .././admin/settings.php:162
79
  msgid "show page sessions and users in frontend (after each article)"
80
  msgstr "zobrazit stránku návštěv a uživatelů na veřejné části webu (za každým příspěvkem)"
81
 
82
- #: .././admin/settings.php:173
83
  msgid "show page searches (after each article)"
84
  msgstr "zobraz vyhledávané termíny pro danou stránku (za každým příspěvkem)"
85
 
86
- #: .././admin/settings.php:180 .././admin/settings.php:318 .././admin/settings.php:617
87
- #: .././admin/settings.php:965 .././admin/settings.php:1253
88
  msgid "Save Changes"
89
  msgstr "Uložit změny"
90
 
91
- #: .././admin/settings.php:213
92
  msgid "Google Analytics Backend Settings"
93
  msgstr "Nastavení pozadí Google Analytics"
94
 
95
- #: .././admin/settings.php:224
96
- #, php-format
97
- msgid "Read %s for more information about Backend Features and Options."
98
- msgstr "Přečti si %s pro více informací o možnostech pozadí webu a nastavení."
99
-
100
- #: .././admin/settings.php:272
101
  msgid "enable Switch View functionality"
102
  msgstr "povol funkci Přepni Náhled"
103
 
104
- #: .././admin/settings.php:283
105
  msgid "enable reports on Posts List and Pages List"
106
  msgstr "povolit report na seznamu příspěvků a seznamu stránek"
107
 
108
- #: .././admin/settings.php:294
109
  msgid "enable the main Dashboard Widget"
110
  msgstr "povolit hlavní widget na nástěnce"
111
 
112
- #: .././admin/settings.php:298
113
  msgid "Real-Time Settings"
114
  msgstr "Nastavení v reálném čase"
115
 
116
- #: .././admin/settings.php:301
117
  msgid "Maximum number of pages to display on real-time tab:"
118
  msgstr "Maximální počet stránek zobrazených na záložce reálného času"
119
 
120
- #: .././admin/settings.php:306
121
  msgid "Location Settings"
122
  msgstr "Nastavení Umístění"
123
 
124
- #: .././admin/settings.php:310
125
  msgid "Target Geo Map to country:"
126
  msgstr "Cíl Geo Map k zemi"
127
 
128
- #: .././admin/settings.php:347
129
  msgid ""
130
  "The tracking component is disabled. You should set <strong>Tracking Options</strong> to "
131
  "<strong>Enabled</strong>"
@@ -133,194 +118,184 @@ msgstr ""
133
  "Komponenta sledování je zakázána. Měli byste nastavit <strong> Možnosti sledování </ strong> na "
134
  "<strong> Povoleno </ strong>"
135
 
136
- #: .././admin/settings.php:352
137
  msgid "Google Analytics Tracking Code"
138
  msgstr "Sledovací kód Google Analytics"
139
 
140
- #: .././admin/settings.php:361
141
  msgid "Basic Settings"
142
  msgstr "Základní nastavení"
143
 
144
- #: .././admin/settings.php:362 .././admin/settings.php:429
145
  msgid "Events Tracking"
146
  msgstr "Sledování událostí"
147
 
148
- #: .././admin/settings.php:363 .././admin/settings.php:477
149
  msgid "Custom Definitions"
150
  msgstr "Vlastní definice"
151
 
152
- #: .././admin/settings.php:364 .././admin/settings.php:575 .././admin/settings.php:1236
153
  msgid "Exclude Tracking"
154
  msgstr "Vyloučit ze sledování"
155
 
156
- #: .././admin/settings.php:365
157
  msgid "Advanced Settings"
158
  msgstr "Pokročilá nastavení"
159
 
160
- #: .././admin/settings.php:369
161
- #, php-format
162
- msgid "For more information about Tracking Options read %s."
163
- msgstr "Pro více informací o Možnostech Sledování si přečtěte %s."
164
-
165
- #: .././admin/settings.php:374
166
  msgid "Tracking Settings"
167
  msgstr "Nastavení sledování"
168
 
169
- #: .././admin/settings.php:377
170
  msgid "Tracking Options:"
171
  msgstr "Možnosti sledování"
172
 
173
- #: .././admin/settings.php:379
174
  msgid "Disabled"
175
  msgstr "Zakázat"
176
 
177
- #: .././admin/settings.php:380
178
  msgid "Enabled"
179
  msgstr "Povolit"
180
 
181
- #: .././admin/settings.php:388 .././admin/settings.php:912 .././admin/settings.php:933
182
- #: .././admin/settings.php:1209 .././admin/widgets.php:71
183
  msgid "View Name:"
184
  msgstr "Zobrazované Jméno:"
185
 
186
- #: .././admin/settings.php:388 .././admin/settings.php:933
187
  msgid "Tracking ID:"
188
  msgstr "Sledovací ID:"
189
 
190
- #: .././admin/settings.php:388 .././admin/settings.php:933
191
  msgid "Default URL:"
192
  msgstr "Zákaldní URL:"
193
 
194
- #: .././admin/settings.php:388 .././admin/settings.php:933
195
  msgid "Time Zone:"
196
  msgstr "Časová Zóna:"
197
 
198
- #: .././admin/settings.php:393
199
  msgid "Basic Tracking"
200
  msgstr "Základní sledování"
201
 
202
- #: .././admin/settings.php:396
203
  msgid "Tracking Type:"
204
  msgstr "Druh sledování"
205
 
206
- #: .././admin/settings.php:398
207
  msgid "Classic Analytics"
208
  msgstr "Klasické Analytics"
209
 
210
- #: .././admin/settings.php:399
211
  msgid "Universal Analytics"
212
  msgstr "Univerzální Analytics"
213
 
214
- #: .././admin/settings.php:410
215
  msgid "anonymize IPs while tracking"
216
  msgstr "anonymizovat IP při sledování"
217
 
218
- #: .././admin/settings.php:421
219
  msgid "enable remarketing, demographics and interests reports"
220
  msgstr "umožnit remarketing (rentabilita?), demografii a zprávy zájmů"
221
 
222
- #: .././admin/settings.php:439
223
  msgid "track downloads, mailto and outbound links"
224
  msgstr "sledovat stahování, odkazy mail to (odeslat mail) a odchozí odkazy"
225
 
226
- #: .././admin/settings.php:443
227
  msgid "Downloads Regex:"
228
  msgstr "Stažené Regex:"
229
 
230
- #: .././admin/settings.php:454
231
  msgid "track affiliate links matching this regex"
232
  msgstr "sledovat odkazy, které sedí na tento Regex"
233
 
234
- #: .././admin/settings.php:458
235
  msgid "Affiliates Regex:"
236
  msgstr "Členy Regexu"
237
 
238
- #: .././admin/settings.php:469
239
  msgid "track fragment identifiers, hashmarks (#) in URI links"
240
  msgstr "sledování identifikátorů, hashmarks (#) v URI odkazech"
241
 
242
- #: .././admin/settings.php:480
243
  msgid "Authors:"
244
  msgstr "Autoři:"
245
 
246
- #: .././admin/settings.php:488
247
  msgid "Publication Year:"
248
  msgstr "Rok Zveřejnění:"
249
 
250
- #: .././admin/settings.php:496
251
  msgid "Categories:"
252
  msgstr "Kategorie:"
253
 
254
- #: .././admin/settings.php:504
255
  msgid "User Type:"
256
  msgstr "Uživatelké typ:"
257
 
258
- #: .././admin/settings.php:516
259
  msgid "Advanced Tracking"
260
  msgstr "Pokročilé sledování"
261
 
262
- #: .././admin/settings.php:519
263
  msgid "Page Speed SR:"
264
  msgstr "Rychlost stránky SR:"
265
 
266
- #: .././admin/settings.php:530
267
  msgid "exclude events from bounce-rate calculation"
268
  msgstr "vyloučit události z výpočtů míry opuštění"
269
 
270
- #: .././admin/settings.php:541
271
  msgid "enable enhanced link attribution"
272
  msgstr "povolit vylepšné vlastnosti odkazů"
273
 
274
- #: .././admin/settings.php:552
275
  msgid "enable AdSense account linking"
276
  msgstr "povolit prolinkování účtu AdSense"
277
 
278
- #: .././admin/settings.php:563
279
  msgid "enable cross domain tracking"
280
  msgstr "povolit sledování cross domain"
281
 
282
- #: .././admin/settings.php:567
283
  msgid "Cross Domains:"
284
  msgstr "Cross Domains:"
285
 
286
- #: .././admin/settings.php:578
287
  msgid "Exclude tracking for:"
288
  msgstr "Vynechat sledování pro:"
289
 
290
- #: .././admin/settings.php:663
291
  msgid "Google Analytics Errors & Debugging"
292
  msgstr "Chyby a Ladění Google Analytics"
293
 
294
- #: .././admin/settings.php:673
295
  msgid "Errors & Details"
296
  msgstr "Chyby a popisy"
297
 
298
- #: .././admin/settings.php:674
299
  msgid "Plugin Settings"
300
  msgstr "Nastavení modulu:"
301
 
302
- #: .././admin/settings.php:682
303
- #, php-format
304
- msgid "For errors and/or other issues check %s and related resources."
305
- msgstr "Pro chyby a/nebo ostatní problémy zkontroluj %s a podobné zdroje."
306
-
307
- #: .././admin/settings.php:687
308
  msgid "Last Error detected"
309
  msgstr "Detekovaná poslední chyba"
310
 
311
- #: .././admin/settings.php:693 .././admin/settings.php:706
312
  msgid "None"
313
  msgstr "Nic"
314
 
315
- #: .././admin/settings.php:700
316
  msgid "Error Details"
317
  msgstr "Detail chyby"
318
 
319
- #: .././admin/settings.php:720
320
  msgid "Plugin Configuration"
321
  msgstr "Nastavení modulu"
322
 
323
- #: .././admin/settings.php:742 .././admin/settings.php:1000
324
  msgid ""
325
  "Loading the required libraries. If this results in a blank screen or a fatal error, try this "
326
  "solution:"
@@ -328,15 +303,15 @@ msgstr ""
328
  "Nahrávání požadovaných knihoven. Pokud to má za následek prázdnou obrazovku nebo fatální chybu, "
329
  "zkuste toto řešení:"
330
 
331
- #: .././admin/settings.php:742
332
  msgid "Library conflicts between WordPress plugins"
333
  msgstr "Knihovna koliduje mezi moduly WordPressu"
334
 
335
- #: .././admin/settings.php:757 .././admin/settings.php:1017
336
  msgid "Plugin authorization succeeded."
337
  msgstr "Modul byl autorizován."
338
 
339
- #: .././admin/settings.php:772 .././admin/settings.php:1041
340
  msgid ""
341
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> (UA-XXXXX-X). Try "
342
  "again, and use the red link to get your access code"
@@ -344,35 +319,35 @@ msgstr ""
344
  "Přístupový kód <strong>NENÍ</strong> Vaše <strong>Sledovací ID</strong> (UA-XXXXX-X). Zkuste "
345
  "to znovu a použijte červený odkaz pro získání přístupového kódu."
346
 
347
- #: .././admin/settings.php:795 .././admin/settings.php:1073
348
  msgid "Cleared Cache."
349
  msgstr "Vyčištěná dočasná paměť (cache)."
350
 
351
- #: .././admin/settings.php:804 .././admin/settings.php:1082
352
  msgid "Token Reseted and Revoked."
353
  msgstr "Token Resetován a Zrušen."
354
 
355
- #: .././admin/settings.php:814
356
  msgid "All errors reseted."
357
  msgstr "Všechny chyby vymazány. (reseted)"
358
 
359
- #: .././admin/settings.php:827 .././admin/settings.php:1096
360
  msgid "All other domains/properties were removed."
361
  msgstr "Všechny ostatní domény/nastavení byly odstraněny."
362
 
363
- #: .././admin/settings.php:839 .././admin/settings.php:1108
364
  msgid "Google Analytics Settings"
365
  msgstr "Nastavení Google Analytics"
366
 
367
- #: .././admin/settings.php:853 .././admin/settings.php:1121
368
  msgid "Use the red link (see below) to generate and get your access code!"
369
  msgstr "Použijte červený odkaz níže pro vygenerování a získání Vašeho přístupového kódu!"
370
 
371
- #: .././admin/settings.php:864 .././admin/settings.php:1149
372
  msgid "Plugin Authorization"
373
  msgstr "Autorizace modulu"
374
 
375
- #: .././admin/settings.php:869 .././admin/settings.php:1153
376
  #, php-format
377
  msgid ""
378
  "You should watch the %1$s and read this %2$s before proceeding to authorization. This plugin "
@@ -381,162 +356,162 @@ msgstr ""
381
  "Měli byste shlédnout %1$s a přečíst si toto %2$s, než přikročíte k povolení. Tento modul "
382
  "vyžaduje správně nakonfigurovaný účet Google Analytics!"
383
 
384
- #: .././admin/settings.php:869 .././admin/settings.php:1153
385
  msgid "video"
386
  msgstr "video"
387
 
388
- #: .././admin/settings.php:869 .././admin/settings.php:1153
389
  msgid "tutorial"
390
  msgstr "cvičení"
391
 
392
- #: .././admin/settings.php:874 .././admin/settings.php:1160
393
  msgid "use your own API Project credentials"
394
  msgstr "použijte Vaše vlastní přístupové údaje projektového API"
395
 
396
- #: .././admin/settings.php:878 .././admin/settings.php:1167
397
  msgid "API Key:"
398
  msgstr "Klíč API:"
399
 
400
- #: .././admin/settings.php:882 .././admin/settings.php:1171
401
  msgid "Client ID:"
402
  msgstr "Klientské ID:"
403
 
404
- #: .././admin/settings.php:886 .././admin/settings.php:1175
405
  msgid "Client Secret:"
406
  msgstr "Klientský klíč:"
407
 
408
- #: .././admin/settings.php:896 .././admin/settings.php:1185
409
  msgid "Clear Authorization"
410
  msgstr "Smazat autorizaci."
411
 
412
- #: .././admin/settings.php:896 .././admin/settings.php:971 .././admin/settings.php:1185
413
- #: .././admin/settings.php:1260
414
  msgid "Clear Cache"
415
  msgstr "Smazat dočasnou paměť (cache)."
416
 
417
- #: .././admin/settings.php:896
418
  msgid "Reset Errors"
419
  msgstr "Smazat chyby"
420
 
421
- #: .././admin/settings.php:902 .././admin/setup.php:80 .././admin/setup.php:115
422
  msgid "General Settings"
423
  msgstr "Hlavní Nastavení"
424
 
425
- #: .././admin/settings.php:905
426
  msgid "Select View:"
427
  msgstr "Zvolte pohled:"
428
 
429
- #: .././admin/settings.php:916 .././admin/settings.php:1213
430
  msgid "Property not found"
431
  msgstr "Možnost nenalezena:"
432
 
433
- #: .././admin/settings.php:921
434
  msgid "Lock Selection"
435
  msgstr "Uzamknout tvolené"
436
 
437
- #: .././admin/settings.php:939
438
  msgid "Theme Color:"
439
  msgstr "Barva téma:"
440
 
441
- #: .././admin/settings.php:947 .././admin/settings.php:1222
442
  msgid "Automatic Updates"
443
  msgstr "Automatické aktualizace"
444
 
445
- #: .././admin/settings.php:957 .././admin/settings.php:1232
446
  msgid "automatic updates for minor versions (security and maintenance releases only)"
447
  msgstr "automatické aktualizace pro nedůležité aktualizace (jen bezpečnostní a údržbové)"
448
 
449
- #: .././admin/settings.php:971 .././admin/settings.php:1260 .././admin/widgets.php:42
450
  msgid "Authorize Plugin"
451
  msgstr "Autorizovat modul"
452
 
453
- #: .././admin/settings.php:1047
454
  msgid "Properties refreshed."
455
  msgstr "Možnosti obnoveny"
456
 
457
- #: .././admin/settings.php:1131
458
  msgid "Network Setup"
459
  msgstr "Nastavení sítě"
460
 
461
- #: .././admin/settings.php:1141
462
  msgid "use a single Google Analytics account for the entire network"
463
  msgstr "použít jeden účet Google Analytics pro celou síť"
464
 
465
- #: .././admin/settings.php:1185
466
  msgid "Refresh Properties"
467
  msgstr "Obnovit možnosti"
468
 
469
- #: .././admin/settings.php:1191
470
  msgid "Properties/Views Settings"
471
  msgstr "Možnosti/Zobrazení nastavení"
472
 
473
- #: .././admin/settings.php:1246
474
  msgid "exclude Super Admin tracking for the entire network"
475
  msgstr "vypnout sledování Adminů pro celou síť"
476
 
477
- #: .././admin/settings.php:1291
478
  msgid "Setup Tutorial & Demo"
479
  msgstr "Průvodce nastavení a ukázky"
480
 
481
- #: .././admin/settings.php:1299
482
  msgid "Support & Reviews"
483
  msgstr "Podpora a hodnocení"
484
 
485
- #: .././admin/settings.php:1306
486
  #, php-format
487
  msgid "Plugin documentation and support on %s"
488
  msgstr "Dokumentace modulu a podpora na %s"
489
 
490
- #: .././admin/settings.php:1313
491
  #, php-format
492
  msgid "Your feedback and review are both important, %s!"
493
  msgstr "Vaše odezva a hodnocení jsou pro nás důležité, %s!"
494
 
495
- #: .././admin/settings.php:1313
496
  msgid "rate this plugin"
497
  msgstr "ohodnoťte tento modul"
498
 
499
- #: .././admin/settings.php:1319
500
  msgid "Further Reading"
501
  msgstr "Další čtení"
502
 
503
- #: .././admin/settings.php:1326
504
  #, php-format
505
  msgid "%s by moving your website to HTTPS/SSL."
506
  msgstr "%s přesunutím vaší sítě na HTTPS/SSL."
507
 
508
- #: .././admin/settings.php:1326
509
  msgid "Improve search rankings"
510
  msgstr "Zlepšení vyhledávání žebříčku"
511
 
512
- #: .././admin/settings.php:1333
513
  #, php-format
514
  msgid "Other %s written by the same author"
515
  msgstr "Ostatní %s vytvořené stejným autorem"
516
 
517
- #: .././admin/settings.php:1333
518
  msgid "WordPress Plugins"
519
  msgstr "moduly WordPressu"
520
 
521
- #: .././admin/settings.php:1339
522
  msgid "Other Services"
523
  msgstr "Ostatní služby"
524
 
525
- #: .././admin/settings.php:1346
526
  #, php-format
527
  msgid "Speed up your website and plug into a whole %s"
528
  msgstr "Zrychlete své webové stránky a zapojte do celku %s"
529
 
530
- #: .././admin/settings.php:1346
531
  msgid "new level of site speed"
532
  msgstr "nová úroveň rychlosti sítě"
533
 
534
- #: .././admin/settings.php:1353
535
  #, php-format
536
  msgid "%s service with users tracking at IP level."
537
  msgstr "Služba %s se sledováním uživatelů na úrovni IP."
538
 
539
- #: .././admin/settings.php:1353
540
  msgid "Web Analytics"
541
  msgstr "Web Analýza"
542
 
@@ -610,7 +585,7 @@ msgid "Referrers"
610
  msgstr "Odkazy"
611
 
612
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
613
- #: .././tools/gapi.php:922
614
  msgid "Searches"
615
  msgstr "Vyhledávání"
616
 
@@ -619,7 +594,7 @@ msgid "Traffic Details"
619
  msgstr "Detail provozu"
620
 
621
  #: .././admin/setup.php:213 .././admin/widgets.php:510 .././admin/widgets.php:607
622
- #: .././admin/widgets.php:805 .././admin/widgets.php:917 .././front/item-reports.php:94
623
  msgid "A JavaScript Error is blocking plugin resources!"
624
  msgstr "Chyva JavaScriptu blokuje zdroje modulu."
625
 
@@ -650,8 +625,8 @@ msgstr "Stránky/Návštěvy"
650
  #: .././admin/setup.php:224 .././admin/widgets.php:523 .././admin/widgets.php:541
651
  #: .././admin/widgets.php:620 .././admin/widgets.php:638 .././admin/widgets.php:657
652
  #: .././admin/widgets.php:676 .././admin/widgets.php:696 .././admin/widgets.php:819
653
- #: .././admin/widgets.php:930 .././admin/widgets.php:949 .././front/item-reports.php:106
654
- #: .././front/item-reports.php:125
655
  msgid "Invalid response, more details in JavaScript Console (F12)."
656
  msgstr "Neplatná odpověď, více detailů v konzoli JavaScriptu (F12)."
657
 
@@ -663,7 +638,7 @@ msgstr "Nedostatečné množství dat"
663
  #: .././admin/widgets.php:625 .././admin/widgets.php:643 .././admin/widgets.php:662
664
  #: .././admin/widgets.php:681 .././admin/widgets.php:701 .././admin/widgets.php:824
665
  #: .././admin/widgets.php:827 .././admin/widgets.php:935 .././admin/widgets.php:954
666
- #: .././front/item-reports.php:111 .././front/item-reports.php:130 .././front/widgets.php:110
667
  msgid "This report is unavailable"
668
  msgstr "Toto hlášení není dostupné"
669
 
@@ -721,7 +696,7 @@ msgstr "Posledních 14 dní"
721
 
722
  #: .././admin/widgets.php:135 .././admin/widgets.php:871 .././front/widgets.php:46
723
  #: .././tools/gapi.php:406 .././tools/gapi.php:567 .././tools/gapi.php:613 .././tools/gapi.php:676
724
- #: .././tools/gapi.php:786 .././tools/gapi.php:827 .././tools/gapi.php:923
725
  msgid "Sessions"
726
  msgstr "Návštěvy"
727
 
@@ -761,11 +736,11 @@ msgstr "POSTOUPENÍ"
761
  msgid "KEYWORDS"
762
  msgstr "KLÍČOVÁ SLOVA"
763
 
764
- #: .././front/item-reports.php:140
765
  msgid "Views vs UniqueViews"
766
  msgstr "Shlédnutí X Unikátní Shlédnutí"
767
 
768
- #: .././front/item-reports.php:190
769
  msgid "Google Analytics Reports"
770
  msgstr "Hlášení Google Analytics"
771
 
@@ -861,11 +836,11 @@ msgstr "Unikátní zobrazení stránky"
861
  msgid "Hour"
862
  msgstr "Hodina"
863
 
864
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
865
  msgid "Date"
866
  msgstr "Datum"
867
 
868
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
869
  msgid "Views"
870
  msgstr "Zobrazení"
871
 
@@ -885,6 +860,21 @@ msgstr "Kanály"
885
  msgid "Type"
886
  msgstr "Typ"
887
 
888
- #: .././tools/gapi.php:880
889
  msgid "UniqueViews"
890
  msgstr "Unikátní shlédnutí"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgstr ""
5
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-dashboard-for-wp\n"
7
+ "POT-Creation-Date: 2015-05-20 21:45+0200\n"
8
+ "PO-Revision-Date: 2015-05-20 21:45+0200\n"
9
+ "Last-Translator: Alin Marcu <admin@deconf.com>\n"
10
  "Language-Team: Alin Marcu\n"
11
+ "Language: cs_CZ\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16
+ "X-Generator: Poedit 1.8\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
19
  "X-Poedit-Basepath: .\n"
 
20
  "X-Poedit-SearchPath-0: ../.\n"
21
 
22
  #: .././admin/item-reports.php:67
23
  msgid "Analytics"
24
  msgstr "Analýza"
25
 
26
+ #: .././admin/settings.php:94 .././admin/settings.php:197 .././admin/settings.php:328
27
+ #: .././admin/settings.php:800 .././admin/settings.php:1069
28
  msgid "Settings saved."
29
  msgstr "Nastavení uloženo"
30
 
31
+ #: .././admin/settings.php:96 .././admin/settings.php:199 .././admin/settings.php:330
32
+ #: .././admin/settings.php:777 .././admin/settings.php:787 .././admin/settings.php:796
33
+ #: .././admin/settings.php:802 .././admin/settings.php:814 .././admin/settings.php:1030
34
+ #: .././admin/settings.php:1055 .././admin/settings.php:1065 .././admin/settings.php:1071
35
+ #: .././admin/settings.php:1083
36
  msgid "Cheating Huh?"
37
  msgstr "Podvádět jo?"
38
 
39
+ #: .././admin/settings.php:100 .././admin/settings.php:203 .././admin/settings.php:334
40
+ #: .././admin/settings.php:644 .././admin/settings.php:828 .././admin/settings.php:1096
41
  #, php-format
42
  msgid "Something went wrong, check %1$s or %2$s."
43
  msgstr "Něco je špatně, zkontroluj %1$s nebo %2$s."
44
 
45
+ #: .././admin/settings.php:100 .././admin/settings.php:203 .././admin/settings.php:334
46
+ #: .././admin/settings.php:644 .././admin/settings.php:828 .././admin/settings.php:1096
47
  #: .././admin/setup.php:96 .././admin/setup.php:119
48
  msgid "Errors & Debug"
49
  msgstr "Chyby a ladění"
50
 
51
+ #: .././admin/settings.php:100 .././admin/settings.php:203 .././admin/settings.php:334
52
+ #: .././admin/settings.php:644 .././admin/settings.php:828 .././admin/settings.php:1096
53
  msgid "authorize the plugin"
54
  msgstr "autorizovat modul"
55
 
57
  msgid "Google Analytics Frontend Settings"
58
  msgstr "Nastavení Google Analytics pro veřejnou část"
59
 
60
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
61
  msgid "Permissions"
62
  msgstr "Oprávnění"
63
 
64
+ #: .././admin/settings.php:118 .././admin/settings.php:221
65
  msgid "Show stats to:"
66
  msgstr "Zobrazit statistiky pro:"
67
 
68
+ #: .././admin/settings.php:157
69
  msgid "show page sessions and users in frontend (after each article)"
70
  msgstr "zobrazit stránku návštěv a uživatelů na veřejné části webu (za každým příspěvkem)"
71
 
72
+ #: .././admin/settings.php:168
73
  msgid "show page searches (after each article)"
74
  msgstr "zobraz vyhledávané termíny pro danou stránku (za každým příspěvkem)"
75
 
76
+ #: .././admin/settings.php:175 .././admin/settings.php:308 .././admin/settings.php:602
77
+ #: .././admin/settings.php:945 .././admin/settings.php:1233
78
  msgid "Save Changes"
79
  msgstr "Uložit změny"
80
 
81
+ #: .././admin/settings.php:208
82
  msgid "Google Analytics Backend Settings"
83
  msgstr "Nastavení pozadí Google Analytics"
84
 
85
+ #: .././admin/settings.php:262
 
 
 
 
 
86
  msgid "enable Switch View functionality"
87
  msgstr "povol funkci Přepni Náhled"
88
 
89
+ #: .././admin/settings.php:273
90
  msgid "enable reports on Posts List and Pages List"
91
  msgstr "povolit report na seznamu příspěvků a seznamu stránek"
92
 
93
+ #: .././admin/settings.php:284
94
  msgid "enable the main Dashboard Widget"
95
  msgstr "povolit hlavní widget na nástěnce"
96
 
97
+ #: .././admin/settings.php:288
98
  msgid "Real-Time Settings"
99
  msgstr "Nastavení v reálném čase"
100
 
101
+ #: .././admin/settings.php:291
102
  msgid "Maximum number of pages to display on real-time tab:"
103
  msgstr "Maximální počet stránek zobrazených na záložce reálného času"
104
 
105
+ #: .././admin/settings.php:296
106
  msgid "Location Settings"
107
  msgstr "Nastavení Umístění"
108
 
109
+ #: .././admin/settings.php:300
110
  msgid "Target Geo Map to country:"
111
  msgstr "Cíl Geo Map k zemi"
112
 
113
+ #: .././admin/settings.php:337
114
  msgid ""
115
  "The tracking component is disabled. You should set <strong>Tracking Options</strong> to "
116
  "<strong>Enabled</strong>"
118
  "Komponenta sledování je zakázána. Měli byste nastavit <strong> Možnosti sledování </ strong> na "
119
  "<strong> Povoleno </ strong>"
120
 
121
+ #: .././admin/settings.php:342
122
  msgid "Google Analytics Tracking Code"
123
  msgstr "Sledovací kód Google Analytics"
124
 
125
+ #: .././admin/settings.php:351
126
  msgid "Basic Settings"
127
  msgstr "Základní nastavení"
128
 
129
+ #: .././admin/settings.php:352 .././admin/settings.php:418
130
  msgid "Events Tracking"
131
  msgstr "Sledování událostí"
132
 
133
+ #: .././admin/settings.php:353 .././admin/settings.php:466
134
  msgid "Custom Definitions"
135
  msgstr "Vlastní definice"
136
 
137
+ #: .././admin/settings.php:354 .././admin/settings.php:564 .././admin/settings.php:1216
138
  msgid "Exclude Tracking"
139
  msgstr "Vyloučit ze sledování"
140
 
141
+ #: .././admin/settings.php:355
142
  msgid "Advanced Settings"
143
  msgstr "Pokročilá nastavení"
144
 
145
+ #: .././admin/settings.php:363
 
 
 
 
 
146
  msgid "Tracking Settings"
147
  msgstr "Nastavení sledování"
148
 
149
+ #: .././admin/settings.php:366
150
  msgid "Tracking Options:"
151
  msgstr "Možnosti sledování"
152
 
153
+ #: .././admin/settings.php:368
154
  msgid "Disabled"
155
  msgstr "Zakázat"
156
 
157
+ #: .././admin/settings.php:369
158
  msgid "Enabled"
159
  msgstr "Povolit"
160
 
161
+ #: .././admin/settings.php:377 .././admin/settings.php:892 .././admin/settings.php:913
162
+ #: .././admin/settings.php:1189 .././admin/widgets.php:71
163
  msgid "View Name:"
164
  msgstr "Zobrazované Jméno:"
165
 
166
+ #: .././admin/settings.php:377 .././admin/settings.php:913
167
  msgid "Tracking ID:"
168
  msgstr "Sledovací ID:"
169
 
170
+ #: .././admin/settings.php:377 .././admin/settings.php:913
171
  msgid "Default URL:"
172
  msgstr "Zákaldní URL:"
173
 
174
+ #: .././admin/settings.php:377 .././admin/settings.php:913
175
  msgid "Time Zone:"
176
  msgstr "Časová Zóna:"
177
 
178
+ #: .././admin/settings.php:382
179
  msgid "Basic Tracking"
180
  msgstr "Základní sledování"
181
 
182
+ #: .././admin/settings.php:385
183
  msgid "Tracking Type:"
184
  msgstr "Druh sledování"
185
 
186
+ #: .././admin/settings.php:387
187
  msgid "Classic Analytics"
188
  msgstr "Klasické Analytics"
189
 
190
+ #: .././admin/settings.php:388
191
  msgid "Universal Analytics"
192
  msgstr "Univerzální Analytics"
193
 
194
+ #: .././admin/settings.php:399
195
  msgid "anonymize IPs while tracking"
196
  msgstr "anonymizovat IP při sledování"
197
 
198
+ #: .././admin/settings.php:410
199
  msgid "enable remarketing, demographics and interests reports"
200
  msgstr "umožnit remarketing (rentabilita?), demografii a zprávy zájmů"
201
 
202
+ #: .././admin/settings.php:428
203
  msgid "track downloads, mailto and outbound links"
204
  msgstr "sledovat stahování, odkazy mail to (odeslat mail) a odchozí odkazy"
205
 
206
+ #: .././admin/settings.php:432
207
  msgid "Downloads Regex:"
208
  msgstr "Stažené Regex:"
209
 
210
+ #: .././admin/settings.php:443
211
  msgid "track affiliate links matching this regex"
212
  msgstr "sledovat odkazy, které sedí na tento Regex"
213
 
214
+ #: .././admin/settings.php:447
215
  msgid "Affiliates Regex:"
216
  msgstr "Členy Regexu"
217
 
218
+ #: .././admin/settings.php:458
219
  msgid "track fragment identifiers, hashmarks (#) in URI links"
220
  msgstr "sledování identifikátorů, hashmarks (#) v URI odkazech"
221
 
222
+ #: .././admin/settings.php:469
223
  msgid "Authors:"
224
  msgstr "Autoři:"
225
 
226
+ #: .././admin/settings.php:477
227
  msgid "Publication Year:"
228
  msgstr "Rok Zveřejnění:"
229
 
230
+ #: .././admin/settings.php:485
231
  msgid "Categories:"
232
  msgstr "Kategorie:"
233
 
234
+ #: .././admin/settings.php:493
235
  msgid "User Type:"
236
  msgstr "Uživatelké typ:"
237
 
238
+ #: .././admin/settings.php:505
239
  msgid "Advanced Tracking"
240
  msgstr "Pokročilé sledování"
241
 
242
+ #: .././admin/settings.php:508
243
  msgid "Page Speed SR:"
244
  msgstr "Rychlost stránky SR:"
245
 
246
+ #: .././admin/settings.php:519
247
  msgid "exclude events from bounce-rate calculation"
248
  msgstr "vyloučit události z výpočtů míry opuštění"
249
 
250
+ #: .././admin/settings.php:530
251
  msgid "enable enhanced link attribution"
252
  msgstr "povolit vylepšné vlastnosti odkazů"
253
 
254
+ #: .././admin/settings.php:541
255
  msgid "enable AdSense account linking"
256
  msgstr "povolit prolinkování účtu AdSense"
257
 
258
+ #: .././admin/settings.php:552
259
  msgid "enable cross domain tracking"
260
  msgstr "povolit sledování cross domain"
261
 
262
+ #: .././admin/settings.php:556
263
  msgid "Cross Domains:"
264
  msgstr "Cross Domains:"
265
 
266
+ #: .././admin/settings.php:567
267
  msgid "Exclude tracking for:"
268
  msgstr "Vynechat sledování pro:"
269
 
270
+ #: .././admin/settings.php:648
271
  msgid "Google Analytics Errors & Debugging"
272
  msgstr "Chyby a Ladění Google Analytics"
273
 
274
+ #: .././admin/settings.php:658
275
  msgid "Errors & Details"
276
  msgstr "Chyby a popisy"
277
 
278
+ #: .././admin/settings.php:659
279
  msgid "Plugin Settings"
280
  msgstr "Nastavení modulu:"
281
 
282
+ #: .././admin/settings.php:667
 
 
 
 
 
283
  msgid "Last Error detected"
284
  msgstr "Detekovaná poslední chyba"
285
 
286
+ #: .././admin/settings.php:673 .././admin/settings.php:686
287
  msgid "None"
288
  msgstr "Nic"
289
 
290
+ #: .././admin/settings.php:680
291
  msgid "Error Details"
292
  msgstr "Detail chyby"
293
 
294
+ #: .././admin/settings.php:700
295
  msgid "Plugin Configuration"
296
  msgstr "Nastavení modulu"
297
 
298
+ #: .././admin/settings.php:722 .././admin/settings.php:980
299
  msgid ""
300
  "Loading the required libraries. If this results in a blank screen or a fatal error, try this "
301
  "solution:"
303
  "Nahrávání požadovaných knihoven. Pokud to má za následek prázdnou obrazovku nebo fatální chybu, "
304
  "zkuste toto řešení:"
305
 
306
+ #: .././admin/settings.php:722
307
  msgid "Library conflicts between WordPress plugins"
308
  msgstr "Knihovna koliduje mezi moduly WordPressu"
309
 
310
+ #: .././admin/settings.php:737 .././admin/settings.php:997
311
  msgid "Plugin authorization succeeded."
312
  msgstr "Modul byl autorizován."
313
 
314
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
315
  msgid ""
316
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> (UA-XXXXX-X). Try "
317
  "again, and use the red link to get your access code"
319
  "Přístupový kód <strong>NENÍ</strong> Vaše <strong>Sledovací ID</strong> (UA-XXXXX-X). Zkuste "
320
  "to znovu a použijte červený odkaz pro získání přístupového kódu."
321
 
322
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
323
  msgid "Cleared Cache."
324
  msgstr "Vyčištěná dočasná paměť (cache)."
325
 
326
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
327
  msgid "Token Reseted and Revoked."
328
  msgstr "Token Resetován a Zrušen."
329
 
330
+ #: .././admin/settings.php:794
331
  msgid "All errors reseted."
332
  msgstr "Všechny chyby vymazány. (reseted)"
333
 
334
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
335
  msgid "All other domains/properties were removed."
336
  msgstr "Všechny ostatní domény/nastavení byly odstraněny."
337
 
338
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
339
  msgid "Google Analytics Settings"
340
  msgstr "Nastavení Google Analytics"
341
 
342
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
343
  msgid "Use the red link (see below) to generate and get your access code!"
344
  msgstr "Použijte červený odkaz níže pro vygenerování a získání Vašeho přístupového kódu!"
345
 
346
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
347
  msgid "Plugin Authorization"
348
  msgstr "Autorizace modulu"
349
 
350
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
351
  #, php-format
352
  msgid ""
353
  "You should watch the %1$s and read this %2$s before proceeding to authorization. This plugin "
356
  "Měli byste shlédnout %1$s a přečíst si toto %2$s, než přikročíte k povolení. Tento modul "
357
  "vyžaduje správně nakonfigurovaný účet Google Analytics!"
358
 
359
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
360
  msgid "video"
361
  msgstr "video"
362
 
363
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
364
  msgid "tutorial"
365
  msgstr "cvičení"
366
 
367
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
368
  msgid "use your own API Project credentials"
369
  msgstr "použijte Vaše vlastní přístupové údaje projektového API"
370
 
371
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
372
  msgid "API Key:"
373
  msgstr "Klíč API:"
374
 
375
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
376
  msgid "Client ID:"
377
  msgstr "Klientské ID:"
378
 
379
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
380
  msgid "Client Secret:"
381
  msgstr "Klientský klíč:"
382
 
383
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
384
  msgid "Clear Authorization"
385
  msgstr "Smazat autorizaci."
386
 
387
+ #: .././admin/settings.php:876 .././admin/settings.php:951 .././admin/settings.php:1165
388
+ #: .././admin/settings.php:1240
389
  msgid "Clear Cache"
390
  msgstr "Smazat dočasnou paměť (cache)."
391
 
392
+ #: .././admin/settings.php:876
393
  msgid "Reset Errors"
394
  msgstr "Smazat chyby"
395
 
396
+ #: .././admin/settings.php:882 .././admin/setup.php:80 .././admin/setup.php:115
397
  msgid "General Settings"
398
  msgstr "Hlavní Nastavení"
399
 
400
+ #: .././admin/settings.php:885
401
  msgid "Select View:"
402
  msgstr "Zvolte pohled:"
403
 
404
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
405
  msgid "Property not found"
406
  msgstr "Možnost nenalezena:"
407
 
408
+ #: .././admin/settings.php:901
409
  msgid "Lock Selection"
410
  msgstr "Uzamknout tvolené"
411
 
412
+ #: .././admin/settings.php:919
413
  msgid "Theme Color:"
414
  msgstr "Barva téma:"
415
 
416
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
417
  msgid "Automatic Updates"
418
  msgstr "Automatické aktualizace"
419
 
420
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
421
  msgid "automatic updates for minor versions (security and maintenance releases only)"
422
  msgstr "automatické aktualizace pro nedůležité aktualizace (jen bezpečnostní a údržbové)"
423
 
424
+ #: .././admin/settings.php:951 .././admin/settings.php:1240 .././admin/widgets.php:42
425
  msgid "Authorize Plugin"
426
  msgstr "Autorizovat modul"
427
 
428
+ #: .././admin/settings.php:1027
429
  msgid "Properties refreshed."
430
  msgstr "Možnosti obnoveny"
431
 
432
+ #: .././admin/settings.php:1111
433
  msgid "Network Setup"
434
  msgstr "Nastavení sítě"
435
 
436
+ #: .././admin/settings.php:1121
437
  msgid "use a single Google Analytics account for the entire network"
438
  msgstr "použít jeden účet Google Analytics pro celou síť"
439
 
440
+ #: .././admin/settings.php:1165
441
  msgid "Refresh Properties"
442
  msgstr "Obnovit možnosti"
443
 
444
+ #: .././admin/settings.php:1171
445
  msgid "Properties/Views Settings"
446
  msgstr "Možnosti/Zobrazení nastavení"
447
 
448
+ #: .././admin/settings.php:1226
449
  msgid "exclude Super Admin tracking for the entire network"
450
  msgstr "vypnout sledování Adminů pro celou síť"
451
 
452
+ #: .././admin/settings.php:1271
453
  msgid "Setup Tutorial & Demo"
454
  msgstr "Průvodce nastavení a ukázky"
455
 
456
+ #: .././admin/settings.php:1279
457
  msgid "Support & Reviews"
458
  msgstr "Podpora a hodnocení"
459
 
460
+ #: .././admin/settings.php:1286
461
  #, php-format
462
  msgid "Plugin documentation and support on %s"
463
  msgstr "Dokumentace modulu a podpora na %s"
464
 
465
+ #: .././admin/settings.php:1293
466
  #, php-format
467
  msgid "Your feedback and review are both important, %s!"
468
  msgstr "Vaše odezva a hodnocení jsou pro nás důležité, %s!"
469
 
470
+ #: .././admin/settings.php:1293
471
  msgid "rate this plugin"
472
  msgstr "ohodnoťte tento modul"
473
 
474
+ #: .././admin/settings.php:1299
475
  msgid "Further Reading"
476
  msgstr "Další čtení"
477
 
478
+ #: .././admin/settings.php:1306
479
  #, php-format
480
  msgid "%s by moving your website to HTTPS/SSL."
481
  msgstr "%s přesunutím vaší sítě na HTTPS/SSL."
482
 
483
+ #: .././admin/settings.php:1306
484
  msgid "Improve search rankings"
485
  msgstr "Zlepšení vyhledávání žebříčku"
486
 
487
+ #: .././admin/settings.php:1313
488
  #, php-format
489
  msgid "Other %s written by the same author"
490
  msgstr "Ostatní %s vytvořené stejným autorem"
491
 
492
+ #: .././admin/settings.php:1313
493
  msgid "WordPress Plugins"
494
  msgstr "moduly WordPressu"
495
 
496
+ #: .././admin/settings.php:1319
497
  msgid "Other Services"
498
  msgstr "Ostatní služby"
499
 
500
+ #: .././admin/settings.php:1326
501
  #, php-format
502
  msgid "Speed up your website and plug into a whole %s"
503
  msgstr "Zrychlete své webové stránky a zapojte do celku %s"
504
 
505
+ #: .././admin/settings.php:1326
506
  msgid "new level of site speed"
507
  msgstr "nová úroveň rychlosti sítě"
508
 
509
+ #: .././admin/settings.php:1333
510
  #, php-format
511
  msgid "%s service with users tracking at IP level."
512
  msgstr "Služba %s se sledováním uživatelů na úrovni IP."
513
 
514
+ #: .././admin/settings.php:1333
515
  msgid "Web Analytics"
516
  msgstr "Web Analýza"
517
 
585
  msgstr "Odkazy"
586
 
587
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
588
+ #: .././tools/gapi.php:918
589
  msgid "Searches"
590
  msgstr "Vyhledávání"
591
 
594
  msgstr "Detail provozu"
595
 
596
  #: .././admin/setup.php:213 .././admin/widgets.php:510 .././admin/widgets.php:607
597
+ #: .././admin/widgets.php:805 .././admin/widgets.php:917 .././front/item-reports.php:97
598
  msgid "A JavaScript Error is blocking plugin resources!"
599
  msgstr "Chyva JavaScriptu blokuje zdroje modulu."
600
 
625
  #: .././admin/setup.php:224 .././admin/widgets.php:523 .././admin/widgets.php:541
626
  #: .././admin/widgets.php:620 .././admin/widgets.php:638 .././admin/widgets.php:657
627
  #: .././admin/widgets.php:676 .././admin/widgets.php:696 .././admin/widgets.php:819
628
+ #: .././admin/widgets.php:930 .././admin/widgets.php:949 .././front/item-reports.php:109
629
+ #: .././front/item-reports.php:128
630
  msgid "Invalid response, more details in JavaScript Console (F12)."
631
  msgstr "Neplatná odpověď, více detailů v konzoli JavaScriptu (F12)."
632
 
638
  #: .././admin/widgets.php:625 .././admin/widgets.php:643 .././admin/widgets.php:662
639
  #: .././admin/widgets.php:681 .././admin/widgets.php:701 .././admin/widgets.php:824
640
  #: .././admin/widgets.php:827 .././admin/widgets.php:935 .././admin/widgets.php:954
641
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133 .././front/widgets.php:110
642
  msgid "This report is unavailable"
643
  msgstr "Toto hlášení není dostupné"
644
 
696
 
697
  #: .././admin/widgets.php:135 .././admin/widgets.php:871 .././front/widgets.php:46
698
  #: .././tools/gapi.php:406 .././tools/gapi.php:567 .././tools/gapi.php:613 .././tools/gapi.php:676
699
+ #: .././tools/gapi.php:786 .././tools/gapi.php:827 .././tools/gapi.php:919
700
  msgid "Sessions"
701
  msgstr "Návštěvy"
702
 
736
  msgid "KEYWORDS"
737
  msgstr "KLÍČOVÁ SLOVA"
738
 
739
+ #: .././front/item-reports.php:143
740
  msgid "Views vs UniqueViews"
741
  msgstr "Shlédnutí X Unikátní Shlédnutí"
742
 
743
+ #: .././front/item-reports.php:193
744
  msgid "Google Analytics Reports"
745
  msgstr "Hlášení Google Analytics"
746
 
836
  msgid "Hour"
837
  msgstr "Hodina"
838
 
839
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
840
  msgid "Date"
841
  msgstr "Datum"
842
 
843
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
844
  msgid "Views"
845
  msgstr "Zobrazení"
846
 
860
  msgid "Type"
861
  msgstr "Typ"
862
 
863
+ #: .././tools/gapi.php:878
864
  msgid "UniqueViews"
865
  msgstr "Unikátní shlédnutí"
866
+
867
+ #~ msgid "Read %s for more information about Frontend Features and Options."
868
+ #~ msgstr "Přečti si %s pro více informací o Možnostech veřejné části webu a možnostech."
869
+
870
+ #~ msgid "this documentation page"
871
+ #~ msgstr "tuto stránka dokumentace"
872
+
873
+ #~ msgid "Read %s for more information about Backend Features and Options."
874
+ #~ msgstr "Přečti si %s pro více informací o možnostech pozadí webu a nastavení."
875
+
876
+ #~ msgid "For more information about Tracking Options read %s."
877
+ #~ msgstr "Pro více informací o Možnostech Sledování si přečtěte %s."
878
+
879
+ #~ msgid "For errors and/or other issues check %s and related resources."
880
+ #~ msgstr "Pro chyby a/nebo ostatní problémy zkontroluj %s a podobné zdroje."
languages/ga-dash-de_DE.po CHANGED
@@ -3,15 +3,15 @@ msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
- "POT-Creation-Date: 2015-04-27 19:25+0200\n"
7
- "PO-Revision-Date: 2015-04-27 19:25+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Alin Marcu\n"
10
  "Language: de\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.7.6\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,39 +22,39 @@ msgstr ""
22
  msgid "Analytics"
23
  msgstr ""
24
 
25
- #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:820
27
- #: .././admin/settings.php:1089
28
  msgid "Settings saved."
29
  msgstr ""
30
 
31
- #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:797
33
- #: .././admin/settings.php:807 .././admin/settings.php:816
34
- #: .././admin/settings.php:822 .././admin/settings.php:834
35
- #: .././admin/settings.php:1050 .././admin/settings.php:1075
36
- #: .././admin/settings.php:1085 .././admin/settings.php:1091
37
- #: .././admin/settings.php:1103
38
  msgid "Cheating Huh?"
39
  msgstr ""
40
 
41
- #: .././admin/settings.php:100 .././admin/settings.php:208
42
- #: .././admin/settings.php:344 .././admin/settings.php:659
43
- #: .././admin/settings.php:848 .././admin/settings.php:1116
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
  msgstr ""
47
 
48
- #: .././admin/settings.php:100 .././admin/settings.php:208
49
- #: .././admin/settings.php:344 .././admin/settings.php:659
50
- #: .././admin/settings.php:848 .././admin/settings.php:1116
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
  msgstr ""
54
 
55
- #: .././admin/settings.php:100 .././admin/settings.php:208
56
- #: .././admin/settings.php:344 .././admin/settings.php:659
57
- #: .././admin/settings.php:848 .././admin/settings.php:1116
58
  msgid "authorize the plugin"
59
  msgstr "das Plugin autorisieren"
60
 
@@ -62,321 +62,296 @@ msgstr "das Plugin autorisieren"
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Google Analytics Frontend Einstellungen"
64
 
65
- #: .././admin/settings.php:116
66
- #, php-format
67
- msgid "Read %s for more information about Frontend Features and Options."
68
- msgstr ""
69
-
70
- #: .././admin/settings.php:116 .././admin/settings.php:224
71
- #: .././admin/settings.php:369 .././admin/settings.php:682
72
- msgid "this documentation page"
73
- msgstr ""
74
-
75
- #: .././admin/settings.php:120 .././admin/settings.php:228
76
  msgid "Permissions"
77
  msgstr ""
78
 
79
- #: .././admin/settings.php:123 .././admin/settings.php:231
80
  msgid "Show stats to:"
81
  msgstr ""
82
 
83
- #: .././admin/settings.php:162
84
  msgid "show page sessions and users in frontend (after each article)"
85
  msgstr ""
86
 
87
- #: .././admin/settings.php:173
88
  msgid "show page searches (after each article)"
89
  msgstr ""
90
 
91
- #: .././admin/settings.php:180 .././admin/settings.php:318
92
- #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1253
94
  msgid "Save Changes"
95
  msgstr ""
96
 
97
- #: .././admin/settings.php:213
98
  msgid "Google Analytics Backend Settings"
99
  msgstr ""
100
 
101
- #: .././admin/settings.php:224
102
- #, php-format
103
- msgid "Read %s for more information about Backend Features and Options."
104
- msgstr ""
105
-
106
- #: .././admin/settings.php:272
107
  msgid "enable Switch View functionality"
108
  msgstr ""
109
 
110
- #: .././admin/settings.php:283
111
  msgid "enable reports on Posts List and Pages List"
112
  msgstr ""
113
 
114
- #: .././admin/settings.php:294
115
  msgid "enable the main Dashboard Widget"
116
  msgstr ""
117
 
118
- #: .././admin/settings.php:298
119
  msgid "Real-Time Settings"
120
  msgstr "Echtzeit Einstellungen"
121
 
122
- #: .././admin/settings.php:301
123
  msgid "Maximum number of pages to display on real-time tab:"
124
  msgstr ""
125
  "Maximale Anzahl der Seiten, die in einem Echtzeit-Tab angezeigt werden "
126
  "sollen:"
127
 
128
- #: .././admin/settings.php:306
129
  msgid "Location Settings"
130
  msgstr ""
131
 
132
- #: .././admin/settings.php:310
133
  msgid "Target Geo Map to country:"
134
  msgstr ""
135
 
136
- #: .././admin/settings.php:347
137
  msgid ""
138
  "The tracking component is disabled. You should set <strong>Tracking Options</"
139
  "strong> to <strong>Enabled</strong>"
140
  msgstr ""
141
 
142
- #: .././admin/settings.php:352
143
  msgid "Google Analytics Tracking Code"
144
  msgstr "Google Analytics Tracking Code"
145
 
146
- #: .././admin/settings.php:361
147
  msgid "Basic Settings"
148
  msgstr ""
149
 
150
- #: .././admin/settings.php:362 .././admin/settings.php:429
151
  msgid "Events Tracking"
152
  msgstr "Event Tracking"
153
 
154
- #: .././admin/settings.php:363 .././admin/settings.php:477
155
  msgid "Custom Definitions"
156
  msgstr ""
157
 
158
- #: .././admin/settings.php:364 .././admin/settings.php:575
159
- #: .././admin/settings.php:1236
160
  msgid "Exclude Tracking"
161
  msgstr "Exkludiere Tracking"
162
 
163
- #: .././admin/settings.php:365
164
  msgid "Advanced Settings"
165
  msgstr ""
166
 
167
- #: .././admin/settings.php:369
168
- #, php-format
169
- msgid "For more information about Tracking Options read %s."
170
- msgstr ""
171
-
172
- #: .././admin/settings.php:374
173
  msgid "Tracking Settings"
174
  msgstr "Tracking Einstellungen"
175
 
176
- #: .././admin/settings.php:377
177
  msgid "Tracking Options:"
178
  msgstr ""
179
 
180
- #: .././admin/settings.php:379
181
  msgid "Disabled"
182
  msgstr "Deaktiviert"
183
 
184
- #: .././admin/settings.php:380
185
  msgid "Enabled"
186
  msgstr "Aktiviert"
187
 
188
- #: .././admin/settings.php:388 .././admin/settings.php:912
189
- #: .././admin/settings.php:933 .././admin/settings.php:1209
190
  #: .././admin/widgets.php:71
191
  msgid "View Name:"
192
  msgstr "Anzeigename:"
193
 
194
- #: .././admin/settings.php:388 .././admin/settings.php:933
195
  msgid "Tracking ID:"
196
  msgstr "Tracking ID:"
197
 
198
- #: .././admin/settings.php:388 .././admin/settings.php:933
199
  msgid "Default URL:"
200
  msgstr "Standard URL:"
201
 
202
- #: .././admin/settings.php:388 .././admin/settings.php:933
203
  msgid "Time Zone:"
204
  msgstr "Zeitzone"
205
 
206
- #: .././admin/settings.php:393
207
  msgid "Basic Tracking"
208
  msgstr "Basic Tracking"
209
 
210
- #: .././admin/settings.php:396
211
  msgid "Tracking Type:"
212
  msgstr ""
213
 
214
- #: .././admin/settings.php:398
215
  msgid "Classic Analytics"
216
  msgstr "Klassische Analyse"
217
 
218
- #: .././admin/settings.php:399
219
  msgid "Universal Analytics"
220
  msgstr "Universelle Analyse"
221
 
222
- #: .././admin/settings.php:410
223
  msgid "anonymize IPs while tracking"
224
  msgstr ""
225
 
226
- #: .././admin/settings.php:421
227
  msgid "enable remarketing, demographics and interests reports"
228
  msgstr ""
229
 
230
- #: .././admin/settings.php:439
231
  msgid "track downloads, mailto and outbound links"
232
  msgstr ""
233
 
234
- #: .././admin/settings.php:443
235
  msgid "Downloads Regex:"
236
  msgstr "Download Filter:"
237
 
238
- #: .././admin/settings.php:454
239
  msgid "track affiliate links matching this regex"
240
  msgstr ""
241
 
242
- #: .././admin/settings.php:458
243
  msgid "Affiliates Regex:"
244
  msgstr ""
245
 
246
- #: .././admin/settings.php:469
247
  msgid "track fragment identifiers, hashmarks (#) in URI links"
248
  msgstr ""
249
 
250
- #: .././admin/settings.php:480
251
  msgid "Authors:"
252
  msgstr ""
253
 
254
- #: .././admin/settings.php:488
255
  msgid "Publication Year:"
256
  msgstr ""
257
 
258
- #: .././admin/settings.php:496
259
  msgid "Categories:"
260
  msgstr ""
261
 
262
- #: .././admin/settings.php:504
263
  msgid "User Type:"
264
  msgstr ""
265
 
266
- #: .././admin/settings.php:516
267
  msgid "Advanced Tracking"
268
  msgstr "Advanced Tracking"
269
 
270
- #: .././admin/settings.php:519
271
  msgid "Page Speed SR:"
272
  msgstr "Seiten pro Besuch:"
273
 
274
- #: .././admin/settings.php:530
275
  msgid "exclude events from bounce-rate calculation"
276
  msgstr ""
277
 
278
- #: .././admin/settings.php:541
279
  msgid "enable enhanced link attribution"
280
  msgstr ""
281
 
282
- #: .././admin/settings.php:552
283
  msgid "enable AdSense account linking"
284
  msgstr ""
285
 
286
- #: .././admin/settings.php:563
287
  msgid "enable cross domain tracking"
288
  msgstr ""
289
 
290
- #: .././admin/settings.php:567
291
  msgid "Cross Domains:"
292
  msgstr ""
293
 
294
- #: .././admin/settings.php:578
295
  msgid "Exclude tracking for:"
296
  msgstr ""
297
 
298
- #: .././admin/settings.php:663
299
  msgid "Google Analytics Errors & Debugging"
300
  msgstr ""
301
 
302
- #: .././admin/settings.php:673
303
  msgid "Errors & Details"
304
  msgstr ""
305
 
306
- #: .././admin/settings.php:674
307
  msgid "Plugin Settings"
308
  msgstr ""
309
 
310
- #: .././admin/settings.php:682
311
- #, php-format
312
- msgid "For errors and/or other issues check %s and related resources."
313
- msgstr ""
314
-
315
- #: .././admin/settings.php:687
316
  msgid "Last Error detected"
317
  msgstr ""
318
 
319
- #: .././admin/settings.php:693 .././admin/settings.php:706
320
  msgid "None"
321
  msgstr ""
322
 
323
- #: .././admin/settings.php:700
324
  msgid "Error Details"
325
  msgstr ""
326
 
327
- #: .././admin/settings.php:720
328
  msgid "Plugin Configuration"
329
  msgstr ""
330
 
331
- #: .././admin/settings.php:742 .././admin/settings.php:1000
332
  msgid ""
333
  "Loading the required libraries. If this results in a blank screen or a fatal "
334
  "error, try this solution:"
335
  msgstr ""
336
 
337
- #: .././admin/settings.php:742
338
  msgid "Library conflicts between WordPress plugins"
339
  msgstr ""
340
 
341
- #: .././admin/settings.php:757 .././admin/settings.php:1017
342
  msgid "Plugin authorization succeeded."
343
  msgstr "Plugin Autorisierung erfolgreich."
344
 
345
- #: .././admin/settings.php:772 .././admin/settings.php:1041
346
  msgid ""
347
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
348
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
349
  msgstr ""
350
 
351
- #: .././admin/settings.php:795 .././admin/settings.php:1073
352
  msgid "Cleared Cache."
353
  msgstr "Cache geleert."
354
 
355
- #: .././admin/settings.php:804 .././admin/settings.php:1082
356
  msgid "Token Reseted and Revoked."
357
  msgstr "Token zurückgesetzt und entzogen."
358
 
359
- #: .././admin/settings.php:814
360
  msgid "All errors reseted."
361
  msgstr ""
362
 
363
- #: .././admin/settings.php:827 .././admin/settings.php:1096
364
  msgid "All other domains/properties were removed."
365
  msgstr "Alle anderen Domains/Einstellungen wurden entfernt."
366
 
367
- #: .././admin/settings.php:839 .././admin/settings.php:1108
368
  msgid "Google Analytics Settings"
369
  msgstr "Google Analytics Einstellungen"
370
 
371
- #: .././admin/settings.php:853 .././admin/settings.php:1121
372
  msgid "Use the red link (see below) to generate and get your access code!"
373
  msgstr ""
374
 
375
- #: .././admin/settings.php:864 .././admin/settings.php:1149
376
  msgid "Plugin Authorization"
377
  msgstr "Plugin Autorisierung"
378
 
379
- #: .././admin/settings.php:869 .././admin/settings.php:1153
380
  #, php-format
381
  msgid ""
382
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -384,165 +359,165 @@ msgid ""
384
  "account!"
385
  msgstr ""
386
 
387
- #: .././admin/settings.php:869 .././admin/settings.php:1153
388
  msgid "video"
389
  msgstr "Video ansehen"
390
 
391
- #: .././admin/settings.php:869 .././admin/settings.php:1153
392
  msgid "tutorial"
393
  msgstr "Tutorial lesen"
394
 
395
- #: .././admin/settings.php:874 .././admin/settings.php:1160
396
  msgid "use your own API Project credentials"
397
  msgstr ""
398
 
399
- #: .././admin/settings.php:878 .././admin/settings.php:1167
400
  msgid "API Key:"
401
  msgstr "API Key:"
402
 
403
- #: .././admin/settings.php:882 .././admin/settings.php:1171
404
  msgid "Client ID:"
405
  msgstr "Client ID:"
406
 
407
- #: .././admin/settings.php:886 .././admin/settings.php:1175
408
  msgid "Client Secret:"
409
  msgstr "Client Secret:"
410
 
411
- #: .././admin/settings.php:896 .././admin/settings.php:1185
412
  msgid "Clear Authorization"
413
  msgstr "Entferne die Autorisierung"
414
 
415
- #: .././admin/settings.php:896 .././admin/settings.php:971
416
- #: .././admin/settings.php:1185 .././admin/settings.php:1260
417
  msgid "Clear Cache"
418
  msgstr "Cache leeren"
419
 
420
- #: .././admin/settings.php:896
421
  msgid "Reset Errors"
422
  msgstr ""
423
 
424
- #: .././admin/settings.php:902 .././admin/setup.php:80
425
  #: .././admin/setup.php:115
426
  msgid "General Settings"
427
  msgstr "Allgemeine Einstellungen"
428
 
429
- #: .././admin/settings.php:905
430
  msgid "Select View:"
431
  msgstr ""
432
 
433
- #: .././admin/settings.php:916 .././admin/settings.php:1213
434
  msgid "Property not found"
435
  msgstr ""
436
 
437
- #: .././admin/settings.php:921
438
  msgid "Lock Selection"
439
  msgstr ""
440
 
441
- #: .././admin/settings.php:939
442
  msgid "Theme Color:"
443
  msgstr ""
444
 
445
- #: .././admin/settings.php:947 .././admin/settings.php:1222
446
  msgid "Automatic Updates"
447
  msgstr ""
448
 
449
- #: .././admin/settings.php:957 .././admin/settings.php:1232
450
  msgid ""
451
  "automatic updates for minor versions (security and maintenance releases only)"
452
  msgstr ""
453
 
454
- #: .././admin/settings.php:971 .././admin/settings.php:1260
455
  #: .././admin/widgets.php:42
456
  msgid "Authorize Plugin"
457
  msgstr "Plugin autorisieren"
458
 
459
- #: .././admin/settings.php:1047
460
  msgid "Properties refreshed."
461
  msgstr ""
462
 
463
- #: .././admin/settings.php:1131
464
  msgid "Network Setup"
465
  msgstr ""
466
 
467
- #: .././admin/settings.php:1141
468
  msgid "use a single Google Analytics account for the entire network"
469
  msgstr ""
470
 
471
- #: .././admin/settings.php:1185
472
  msgid "Refresh Properties"
473
  msgstr ""
474
 
475
- #: .././admin/settings.php:1191
476
  msgid "Properties/Views Settings"
477
  msgstr "Frontend Einstellungen"
478
 
479
- #: .././admin/settings.php:1246
480
  msgid "exclude Super Admin tracking for the entire network"
481
  msgstr ""
482
 
483
- #: .././admin/settings.php:1291
484
  msgid "Setup Tutorial & Demo"
485
  msgstr "Setup Tutorial & Demo"
486
 
487
- #: .././admin/settings.php:1299
488
  msgid "Support & Reviews"
489
  msgstr "Support & Bewertungen"
490
 
491
- #: .././admin/settings.php:1306
492
  #, php-format
493
  msgid "Plugin documentation and support on %s"
494
  msgstr ""
495
 
496
- #: .././admin/settings.php:1313
497
  #, php-format
498
  msgid "Your feedback and review are both important, %s!"
499
  msgstr ""
500
 
501
- #: .././admin/settings.php:1313
502
  msgid "rate this plugin"
503
  msgstr "Bewerte dieses Plugin"
504
 
505
- #: .././admin/settings.php:1319
506
  msgid "Further Reading"
507
  msgstr "Mehr erfahren"
508
 
509
- #: .././admin/settings.php:1326
510
  #, php-format
511
  msgid "%s by moving your website to HTTPS/SSL."
512
  msgstr ""
513
 
514
- #: .././admin/settings.php:1326
515
  msgid "Improve search rankings"
516
  msgstr ""
517
 
518
- #: .././admin/settings.php:1333
519
  #, php-format
520
  msgid "Other %s written by the same author"
521
  msgstr ""
522
 
523
- #: .././admin/settings.php:1333
524
  msgid "WordPress Plugins"
525
  msgstr "WordPress Plugins"
526
 
527
- #: .././admin/settings.php:1339
528
  msgid "Other Services"
529
  msgstr ""
530
 
531
- #: .././admin/settings.php:1346
532
  #, php-format
533
  msgid "Speed up your website and plug into a whole %s"
534
  msgstr ""
535
 
536
- #: .././admin/settings.php:1346
537
  msgid "new level of site speed"
538
  msgstr ""
539
 
540
- #: .././admin/settings.php:1353
541
  #, php-format
542
  msgid "%s service with users tracking at IP level."
543
  msgstr ""
544
 
545
- #: .././admin/settings.php:1353
546
  msgid "Web Analytics"
547
  msgstr "Web Analyse"
548
 
@@ -619,7 +594,7 @@ msgid "Referrers"
619
  msgstr ""
620
 
621
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
622
- #: .././tools/gapi.php:922
623
  msgid "Searches"
624
  msgstr ""
625
 
@@ -629,7 +604,7 @@ msgstr ""
629
 
630
  #: .././admin/setup.php:213 .././admin/widgets.php:510
631
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
632
- #: .././admin/widgets.php:917 .././front/item-reports.php:94
633
  msgid "A JavaScript Error is blocking plugin resources!"
634
  msgstr ""
635
 
@@ -662,8 +637,8 @@ msgstr ""
662
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
663
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
664
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
665
- #: .././admin/widgets.php:949 .././front/item-reports.php:106
666
- #: .././front/item-reports.php:125
667
  msgid "Invalid response, more details in JavaScript Console (F12)."
668
  msgstr ""
669
 
@@ -677,7 +652,7 @@ msgstr ""
677
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
678
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
679
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
680
- #: .././front/item-reports.php:111 .././front/item-reports.php:130
681
  #: .././front/widgets.php:110
682
  msgid "This report is unavailable"
683
  msgstr ""
@@ -739,7 +714,7 @@ msgstr "Letzten 14 Tage"
739
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
740
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
741
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
742
- #: .././tools/gapi.php:827 .././tools/gapi.php:923
743
  msgid "Sessions"
744
  msgstr ""
745
 
@@ -782,11 +757,11 @@ msgstr "VERWEISUNGEN"
782
  msgid "KEYWORDS"
783
  msgstr "STICHWORTE"
784
 
785
- #: .././front/item-reports.php:140
786
  msgid "Views vs UniqueViews"
787
  msgstr "Aufrufe vs. Einmalige Aufrufe"
788
 
789
- #: .././front/item-reports.php:190
790
  msgid "Google Analytics Reports"
791
  msgstr ""
792
 
@@ -882,11 +857,11 @@ msgstr ""
882
  msgid "Hour"
883
  msgstr "Stunde"
884
 
885
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
886
  msgid "Date"
887
  msgstr "Datum"
888
 
889
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
890
  msgid "Views"
891
  msgstr "Aufrufe"
892
 
@@ -906,7 +881,7 @@ msgstr ""
906
  msgid "Type"
907
  msgstr "Typ"
908
 
909
- #: .././tools/gapi.php:880
910
  msgid "UniqueViews"
911
  msgstr "Einmalige Aufrufe"
912
 
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
+ "POT-Creation-Date: 2015-05-20 21:45+0200\n"
7
+ "PO-Revision-Date: 2015-05-20 21:45+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Alin Marcu\n"
10
  "Language: de\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
22
  msgid "Analytics"
23
  msgstr ""
24
 
25
+ #: .././admin/settings.php:94 .././admin/settings.php:197
26
+ #: .././admin/settings.php:328 .././admin/settings.php:800
27
+ #: .././admin/settings.php:1069
28
  msgid "Settings saved."
29
  msgstr ""
30
 
31
+ #: .././admin/settings.php:96 .././admin/settings.php:199
32
+ #: .././admin/settings.php:330 .././admin/settings.php:777
33
+ #: .././admin/settings.php:787 .././admin/settings.php:796
34
+ #: .././admin/settings.php:802 .././admin/settings.php:814
35
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
36
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
37
+ #: .././admin/settings.php:1083
38
  msgid "Cheating Huh?"
39
  msgstr ""
40
 
41
+ #: .././admin/settings.php:100 .././admin/settings.php:203
42
+ #: .././admin/settings.php:334 .././admin/settings.php:644
43
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
  msgstr ""
47
 
48
+ #: .././admin/settings.php:100 .././admin/settings.php:203
49
+ #: .././admin/settings.php:334 .././admin/settings.php:644
50
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
  msgstr ""
54
 
55
+ #: .././admin/settings.php:100 .././admin/settings.php:203
56
+ #: .././admin/settings.php:334 .././admin/settings.php:644
57
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
58
  msgid "authorize the plugin"
59
  msgstr "das Plugin autorisieren"
60
 
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Google Analytics Frontend Einstellungen"
64
 
65
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
66
  msgid "Permissions"
67
  msgstr ""
68
 
69
+ #: .././admin/settings.php:118 .././admin/settings.php:221
70
  msgid "Show stats to:"
71
  msgstr ""
72
 
73
+ #: .././admin/settings.php:157
74
  msgid "show page sessions and users in frontend (after each article)"
75
  msgstr ""
76
 
77
+ #: .././admin/settings.php:168
78
  msgid "show page searches (after each article)"
79
  msgstr ""
80
 
81
+ #: .././admin/settings.php:175 .././admin/settings.php:308
82
+ #: .././admin/settings.php:602 .././admin/settings.php:945
83
+ #: .././admin/settings.php:1233
84
  msgid "Save Changes"
85
  msgstr ""
86
 
87
+ #: .././admin/settings.php:208
88
  msgid "Google Analytics Backend Settings"
89
  msgstr ""
90
 
91
+ #: .././admin/settings.php:262
 
 
 
 
 
92
  msgid "enable Switch View functionality"
93
  msgstr ""
94
 
95
+ #: .././admin/settings.php:273
96
  msgid "enable reports on Posts List and Pages List"
97
  msgstr ""
98
 
99
+ #: .././admin/settings.php:284
100
  msgid "enable the main Dashboard Widget"
101
  msgstr ""
102
 
103
+ #: .././admin/settings.php:288
104
  msgid "Real-Time Settings"
105
  msgstr "Echtzeit Einstellungen"
106
 
107
+ #: .././admin/settings.php:291
108
  msgid "Maximum number of pages to display on real-time tab:"
109
  msgstr ""
110
  "Maximale Anzahl der Seiten, die in einem Echtzeit-Tab angezeigt werden "
111
  "sollen:"
112
 
113
+ #: .././admin/settings.php:296
114
  msgid "Location Settings"
115
  msgstr ""
116
 
117
+ #: .././admin/settings.php:300
118
  msgid "Target Geo Map to country:"
119
  msgstr ""
120
 
121
+ #: .././admin/settings.php:337
122
  msgid ""
123
  "The tracking component is disabled. You should set <strong>Tracking Options</"
124
  "strong> to <strong>Enabled</strong>"
125
  msgstr ""
126
 
127
+ #: .././admin/settings.php:342
128
  msgid "Google Analytics Tracking Code"
129
  msgstr "Google Analytics Tracking Code"
130
 
131
+ #: .././admin/settings.php:351
132
  msgid "Basic Settings"
133
  msgstr ""
134
 
135
+ #: .././admin/settings.php:352 .././admin/settings.php:418
136
  msgid "Events Tracking"
137
  msgstr "Event Tracking"
138
 
139
+ #: .././admin/settings.php:353 .././admin/settings.php:466
140
  msgid "Custom Definitions"
141
  msgstr ""
142
 
143
+ #: .././admin/settings.php:354 .././admin/settings.php:564
144
+ #: .././admin/settings.php:1216
145
  msgid "Exclude Tracking"
146
  msgstr "Exkludiere Tracking"
147
 
148
+ #: .././admin/settings.php:355
149
  msgid "Advanced Settings"
150
  msgstr ""
151
 
152
+ #: .././admin/settings.php:363
 
 
 
 
 
153
  msgid "Tracking Settings"
154
  msgstr "Tracking Einstellungen"
155
 
156
+ #: .././admin/settings.php:366
157
  msgid "Tracking Options:"
158
  msgstr ""
159
 
160
+ #: .././admin/settings.php:368
161
  msgid "Disabled"
162
  msgstr "Deaktiviert"
163
 
164
+ #: .././admin/settings.php:369
165
  msgid "Enabled"
166
  msgstr "Aktiviert"
167
 
168
+ #: .././admin/settings.php:377 .././admin/settings.php:892
169
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
170
  #: .././admin/widgets.php:71
171
  msgid "View Name:"
172
  msgstr "Anzeigename:"
173
 
174
+ #: .././admin/settings.php:377 .././admin/settings.php:913
175
  msgid "Tracking ID:"
176
  msgstr "Tracking ID:"
177
 
178
+ #: .././admin/settings.php:377 .././admin/settings.php:913
179
  msgid "Default URL:"
180
  msgstr "Standard URL:"
181
 
182
+ #: .././admin/settings.php:377 .././admin/settings.php:913
183
  msgid "Time Zone:"
184
  msgstr "Zeitzone"
185
 
186
+ #: .././admin/settings.php:382
187
  msgid "Basic Tracking"
188
  msgstr "Basic Tracking"
189
 
190
+ #: .././admin/settings.php:385
191
  msgid "Tracking Type:"
192
  msgstr ""
193
 
194
+ #: .././admin/settings.php:387
195
  msgid "Classic Analytics"
196
  msgstr "Klassische Analyse"
197
 
198
+ #: .././admin/settings.php:388
199
  msgid "Universal Analytics"
200
  msgstr "Universelle Analyse"
201
 
202
+ #: .././admin/settings.php:399
203
  msgid "anonymize IPs while tracking"
204
  msgstr ""
205
 
206
+ #: .././admin/settings.php:410
207
  msgid "enable remarketing, demographics and interests reports"
208
  msgstr ""
209
 
210
+ #: .././admin/settings.php:428
211
  msgid "track downloads, mailto and outbound links"
212
  msgstr ""
213
 
214
+ #: .././admin/settings.php:432
215
  msgid "Downloads Regex:"
216
  msgstr "Download Filter:"
217
 
218
+ #: .././admin/settings.php:443
219
  msgid "track affiliate links matching this regex"
220
  msgstr ""
221
 
222
+ #: .././admin/settings.php:447
223
  msgid "Affiliates Regex:"
224
  msgstr ""
225
 
226
+ #: .././admin/settings.php:458
227
  msgid "track fragment identifiers, hashmarks (#) in URI links"
228
  msgstr ""
229
 
230
+ #: .././admin/settings.php:469
231
  msgid "Authors:"
232
  msgstr ""
233
 
234
+ #: .././admin/settings.php:477
235
  msgid "Publication Year:"
236
  msgstr ""
237
 
238
+ #: .././admin/settings.php:485
239
  msgid "Categories:"
240
  msgstr ""
241
 
242
+ #: .././admin/settings.php:493
243
  msgid "User Type:"
244
  msgstr ""
245
 
246
+ #: .././admin/settings.php:505
247
  msgid "Advanced Tracking"
248
  msgstr "Advanced Tracking"
249
 
250
+ #: .././admin/settings.php:508
251
  msgid "Page Speed SR:"
252
  msgstr "Seiten pro Besuch:"
253
 
254
+ #: .././admin/settings.php:519
255
  msgid "exclude events from bounce-rate calculation"
256
  msgstr ""
257
 
258
+ #: .././admin/settings.php:530
259
  msgid "enable enhanced link attribution"
260
  msgstr ""
261
 
262
+ #: .././admin/settings.php:541
263
  msgid "enable AdSense account linking"
264
  msgstr ""
265
 
266
+ #: .././admin/settings.php:552
267
  msgid "enable cross domain tracking"
268
  msgstr ""
269
 
270
+ #: .././admin/settings.php:556
271
  msgid "Cross Domains:"
272
  msgstr ""
273
 
274
+ #: .././admin/settings.php:567
275
  msgid "Exclude tracking for:"
276
  msgstr ""
277
 
278
+ #: .././admin/settings.php:648
279
  msgid "Google Analytics Errors & Debugging"
280
  msgstr ""
281
 
282
+ #: .././admin/settings.php:658
283
  msgid "Errors & Details"
284
  msgstr ""
285
 
286
+ #: .././admin/settings.php:659
287
  msgid "Plugin Settings"
288
  msgstr ""
289
 
290
+ #: .././admin/settings.php:667
 
 
 
 
 
291
  msgid "Last Error detected"
292
  msgstr ""
293
 
294
+ #: .././admin/settings.php:673 .././admin/settings.php:686
295
  msgid "None"
296
  msgstr ""
297
 
298
+ #: .././admin/settings.php:680
299
  msgid "Error Details"
300
  msgstr ""
301
 
302
+ #: .././admin/settings.php:700
303
  msgid "Plugin Configuration"
304
  msgstr ""
305
 
306
+ #: .././admin/settings.php:722 .././admin/settings.php:980
307
  msgid ""
308
  "Loading the required libraries. If this results in a blank screen or a fatal "
309
  "error, try this solution:"
310
  msgstr ""
311
 
312
+ #: .././admin/settings.php:722
313
  msgid "Library conflicts between WordPress plugins"
314
  msgstr ""
315
 
316
+ #: .././admin/settings.php:737 .././admin/settings.php:997
317
  msgid "Plugin authorization succeeded."
318
  msgstr "Plugin Autorisierung erfolgreich."
319
 
320
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
321
  msgid ""
322
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
323
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
324
  msgstr ""
325
 
326
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
327
  msgid "Cleared Cache."
328
  msgstr "Cache geleert."
329
 
330
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
331
  msgid "Token Reseted and Revoked."
332
  msgstr "Token zurückgesetzt und entzogen."
333
 
334
+ #: .././admin/settings.php:794
335
  msgid "All errors reseted."
336
  msgstr ""
337
 
338
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
339
  msgid "All other domains/properties were removed."
340
  msgstr "Alle anderen Domains/Einstellungen wurden entfernt."
341
 
342
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
343
  msgid "Google Analytics Settings"
344
  msgstr "Google Analytics Einstellungen"
345
 
346
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
347
  msgid "Use the red link (see below) to generate and get your access code!"
348
  msgstr ""
349
 
350
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
351
  msgid "Plugin Authorization"
352
  msgstr "Plugin Autorisierung"
353
 
354
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
355
  #, php-format
356
  msgid ""
357
  "You should watch the %1$s and read this %2$s before proceeding to "
359
  "account!"
360
  msgstr ""
361
 
362
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
363
  msgid "video"
364
  msgstr "Video ansehen"
365
 
366
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
367
  msgid "tutorial"
368
  msgstr "Tutorial lesen"
369
 
370
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
371
  msgid "use your own API Project credentials"
372
  msgstr ""
373
 
374
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
375
  msgid "API Key:"
376
  msgstr "API Key:"
377
 
378
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
379
  msgid "Client ID:"
380
  msgstr "Client ID:"
381
 
382
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
383
  msgid "Client Secret:"
384
  msgstr "Client Secret:"
385
 
386
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
387
  msgid "Clear Authorization"
388
  msgstr "Entferne die Autorisierung"
389
 
390
+ #: .././admin/settings.php:876 .././admin/settings.php:951
391
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
392
  msgid "Clear Cache"
393
  msgstr "Cache leeren"
394
 
395
+ #: .././admin/settings.php:876
396
  msgid "Reset Errors"
397
  msgstr ""
398
 
399
+ #: .././admin/settings.php:882 .././admin/setup.php:80
400
  #: .././admin/setup.php:115
401
  msgid "General Settings"
402
  msgstr "Allgemeine Einstellungen"
403
 
404
+ #: .././admin/settings.php:885
405
  msgid "Select View:"
406
  msgstr ""
407
 
408
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
409
  msgid "Property not found"
410
  msgstr ""
411
 
412
+ #: .././admin/settings.php:901
413
  msgid "Lock Selection"
414
  msgstr ""
415
 
416
+ #: .././admin/settings.php:919
417
  msgid "Theme Color:"
418
  msgstr ""
419
 
420
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
421
  msgid "Automatic Updates"
422
  msgstr ""
423
 
424
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
425
  msgid ""
426
  "automatic updates for minor versions (security and maintenance releases only)"
427
  msgstr ""
428
 
429
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
430
  #: .././admin/widgets.php:42
431
  msgid "Authorize Plugin"
432
  msgstr "Plugin autorisieren"
433
 
434
+ #: .././admin/settings.php:1027
435
  msgid "Properties refreshed."
436
  msgstr ""
437
 
438
+ #: .././admin/settings.php:1111
439
  msgid "Network Setup"
440
  msgstr ""
441
 
442
+ #: .././admin/settings.php:1121
443
  msgid "use a single Google Analytics account for the entire network"
444
  msgstr ""
445
 
446
+ #: .././admin/settings.php:1165
447
  msgid "Refresh Properties"
448
  msgstr ""
449
 
450
+ #: .././admin/settings.php:1171
451
  msgid "Properties/Views Settings"
452
  msgstr "Frontend Einstellungen"
453
 
454
+ #: .././admin/settings.php:1226
455
  msgid "exclude Super Admin tracking for the entire network"
456
  msgstr ""
457
 
458
+ #: .././admin/settings.php:1271
459
  msgid "Setup Tutorial & Demo"
460
  msgstr "Setup Tutorial & Demo"
461
 
462
+ #: .././admin/settings.php:1279
463
  msgid "Support & Reviews"
464
  msgstr "Support & Bewertungen"
465
 
466
+ #: .././admin/settings.php:1286
467
  #, php-format
468
  msgid "Plugin documentation and support on %s"
469
  msgstr ""
470
 
471
+ #: .././admin/settings.php:1293
472
  #, php-format
473
  msgid "Your feedback and review are both important, %s!"
474
  msgstr ""
475
 
476
+ #: .././admin/settings.php:1293
477
  msgid "rate this plugin"
478
  msgstr "Bewerte dieses Plugin"
479
 
480
+ #: .././admin/settings.php:1299
481
  msgid "Further Reading"
482
  msgstr "Mehr erfahren"
483
 
484
+ #: .././admin/settings.php:1306
485
  #, php-format
486
  msgid "%s by moving your website to HTTPS/SSL."
487
  msgstr ""
488
 
489
+ #: .././admin/settings.php:1306
490
  msgid "Improve search rankings"
491
  msgstr ""
492
 
493
+ #: .././admin/settings.php:1313
494
  #, php-format
495
  msgid "Other %s written by the same author"
496
  msgstr ""
497
 
498
+ #: .././admin/settings.php:1313
499
  msgid "WordPress Plugins"
500
  msgstr "WordPress Plugins"
501
 
502
+ #: .././admin/settings.php:1319
503
  msgid "Other Services"
504
  msgstr ""
505
 
506
+ #: .././admin/settings.php:1326
507
  #, php-format
508
  msgid "Speed up your website and plug into a whole %s"
509
  msgstr ""
510
 
511
+ #: .././admin/settings.php:1326
512
  msgid "new level of site speed"
513
  msgstr ""
514
 
515
+ #: .././admin/settings.php:1333
516
  #, php-format
517
  msgid "%s service with users tracking at IP level."
518
  msgstr ""
519
 
520
+ #: .././admin/settings.php:1333
521
  msgid "Web Analytics"
522
  msgstr "Web Analyse"
523
 
594
  msgstr ""
595
 
596
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
597
+ #: .././tools/gapi.php:918
598
  msgid "Searches"
599
  msgstr ""
600
 
604
 
605
  #: .././admin/setup.php:213 .././admin/widgets.php:510
606
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
607
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
608
  msgid "A JavaScript Error is blocking plugin resources!"
609
  msgstr ""
610
 
637
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
638
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
639
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
640
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
641
+ #: .././front/item-reports.php:128
642
  msgid "Invalid response, more details in JavaScript Console (F12)."
643
  msgstr ""
644
 
652
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
653
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
654
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
655
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
656
  #: .././front/widgets.php:110
657
  msgid "This report is unavailable"
658
  msgstr ""
714
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
715
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
716
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
717
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
718
  msgid "Sessions"
719
  msgstr ""
720
 
757
  msgid "KEYWORDS"
758
  msgstr "STICHWORTE"
759
 
760
+ #: .././front/item-reports.php:143
761
  msgid "Views vs UniqueViews"
762
  msgstr "Aufrufe vs. Einmalige Aufrufe"
763
 
764
+ #: .././front/item-reports.php:193
765
  msgid "Google Analytics Reports"
766
  msgstr ""
767
 
857
  msgid "Hour"
858
  msgstr "Stunde"
859
 
860
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
861
  msgid "Date"
862
  msgstr "Datum"
863
 
864
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
865
  msgid "Views"
866
  msgstr "Aufrufe"
867
 
881
  msgid "Type"
882
  msgstr "Typ"
883
 
884
+ #: .././tools/gapi.php:878
885
  msgid "UniqueViews"
886
  msgstr "Einmalige Aufrufe"
887
 
languages/ga-dash-es_ES.po CHANGED
@@ -3,15 +3,15 @@ msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
- "POT-Creation-Date: 2015-04-27 19:25+0200\n"
7
- "PO-Revision-Date: 2015-04-27 19:25+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Alin Marcu\n"
10
  "Language: es_ES\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.7.6\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -21,39 +21,39 @@ msgstr ""
21
  msgid "Analytics"
22
  msgstr ""
23
 
24
- #: .././admin/settings.php:94 .././admin/settings.php:202
25
- #: .././admin/settings.php:338 .././admin/settings.php:820
26
- #: .././admin/settings.php:1089
27
  msgid "Settings saved."
28
  msgstr ""
29
 
30
- #: .././admin/settings.php:96 .././admin/settings.php:204
31
- #: .././admin/settings.php:340 .././admin/settings.php:797
32
- #: .././admin/settings.php:807 .././admin/settings.php:816
33
- #: .././admin/settings.php:822 .././admin/settings.php:834
34
- #: .././admin/settings.php:1050 .././admin/settings.php:1075
35
- #: .././admin/settings.php:1085 .././admin/settings.php:1091
36
- #: .././admin/settings.php:1103
37
  msgid "Cheating Huh?"
38
  msgstr ""
39
 
40
- #: .././admin/settings.php:100 .././admin/settings.php:208
41
- #: .././admin/settings.php:344 .././admin/settings.php:659
42
- #: .././admin/settings.php:848 .././admin/settings.php:1116
43
  #, php-format
44
  msgid "Something went wrong, check %1$s or %2$s."
45
  msgstr ""
46
 
47
- #: .././admin/settings.php:100 .././admin/settings.php:208
48
- #: .././admin/settings.php:344 .././admin/settings.php:659
49
- #: .././admin/settings.php:848 .././admin/settings.php:1116
50
  #: .././admin/setup.php:96 .././admin/setup.php:119
51
  msgid "Errors & Debug"
52
  msgstr ""
53
 
54
- #: .././admin/settings.php:100 .././admin/settings.php:208
55
- #: .././admin/settings.php:344 .././admin/settings.php:659
56
- #: .././admin/settings.php:848 .././admin/settings.php:1116
57
  msgid "authorize the plugin"
58
  msgstr "autorizar aplicación"
59
 
@@ -61,331 +61,306 @@ msgstr "autorizar aplicación"
61
  msgid "Google Analytics Frontend Settings"
62
  msgstr "Configuración del frontend de Google Analytics"
63
 
64
- #: .././admin/settings.php:116
65
- #, php-format
66
- msgid "Read %s for more information about Frontend Features and Options."
67
- msgstr ""
68
-
69
- #: .././admin/settings.php:116 .././admin/settings.php:224
70
- #: .././admin/settings.php:369 .././admin/settings.php:682
71
- msgid "this documentation page"
72
- msgstr ""
73
-
74
- #: .././admin/settings.php:120 .././admin/settings.php:228
75
  msgid "Permissions"
76
  msgstr ""
77
 
78
- #: .././admin/settings.php:123 .././admin/settings.php:231
79
  msgid "Show stats to:"
80
  msgstr ""
81
 
82
- #: .././admin/settings.php:162
83
  msgid "show page sessions and users in frontend (after each article)"
84
  msgstr ""
85
 
86
- #: .././admin/settings.php:173
87
  msgid "show page searches (after each article)"
88
  msgstr ""
89
 
90
- #: .././admin/settings.php:180 .././admin/settings.php:318
91
- #: .././admin/settings.php:617 .././admin/settings.php:965
92
- #: .././admin/settings.php:1253
93
  msgid "Save Changes"
94
  msgstr ""
95
 
96
- #: .././admin/settings.php:213
97
  msgid "Google Analytics Backend Settings"
98
  msgstr ""
99
 
100
- #: .././admin/settings.php:224
101
- #, php-format
102
- msgid "Read %s for more information about Backend Features and Options."
103
- msgstr ""
104
-
105
- #: .././admin/settings.php:272
106
  msgid "enable Switch View functionality"
107
  msgstr ""
108
 
109
- #: .././admin/settings.php:283
110
  msgid "enable reports on Posts List and Pages List"
111
  msgstr ""
112
 
113
- #: .././admin/settings.php:294
114
  msgid "enable the main Dashboard Widget"
115
  msgstr ""
116
 
117
- #: .././admin/settings.php:298
118
  #, fuzzy
119
  msgid "Real-Time Settings"
120
  msgstr "Configuración de la caché"
121
 
122
- #: .././admin/settings.php:301
123
  msgid "Maximum number of pages to display on real-time tab:"
124
  msgstr ""
125
 
126
- #: .././admin/settings.php:306
127
  msgid "Location Settings"
128
  msgstr ""
129
 
130
- #: .././admin/settings.php:310
131
  msgid "Target Geo Map to country:"
132
  msgstr ""
133
 
134
- #: .././admin/settings.php:347
135
  msgid ""
136
  "The tracking component is disabled. You should set <strong>Tracking Options</"
137
  "strong> to <strong>Enabled</strong>"
138
  msgstr ""
139
 
140
- #: .././admin/settings.php:352
141
  #, fuzzy
142
  msgid "Google Analytics Tracking Code"
143
  msgstr "Seguimiento de Google Analytics"
144
 
145
- #: .././admin/settings.php:361
146
  msgid "Basic Settings"
147
  msgstr ""
148
 
149
- #: .././admin/settings.php:362 .././admin/settings.php:429
150
  #, fuzzy
151
  msgid "Events Tracking"
152
  msgstr "Activar seguimiento:"
153
 
154
- #: .././admin/settings.php:363 .././admin/settings.php:477
155
  msgid "Custom Definitions"
156
  msgstr ""
157
 
158
- #: .././admin/settings.php:364 .././admin/settings.php:575
159
- #: .././admin/settings.php:1236
160
  #, fuzzy
161
  msgid "Exclude Tracking"
162
  msgstr "Activar seguimiento:"
163
 
164
- #: .././admin/settings.php:365
165
  msgid "Advanced Settings"
166
  msgstr ""
167
 
168
- #: .././admin/settings.php:369
169
- #, php-format
170
- msgid "For more information about Tracking Options read %s."
171
- msgstr ""
172
-
173
- #: .././admin/settings.php:374
174
  #, fuzzy
175
  msgid "Tracking Settings"
176
  msgstr "Configuración del backend"
177
 
178
- #: .././admin/settings.php:377
179
  msgid "Tracking Options:"
180
  msgstr ""
181
 
182
- #: .././admin/settings.php:379
183
  msgid "Disabled"
184
  msgstr "desactivado"
185
 
186
- #: .././admin/settings.php:380
187
  #, fuzzy
188
  msgid "Enabled"
189
  msgstr "desactivado"
190
 
191
- #: .././admin/settings.php:388 .././admin/settings.php:912
192
- #: .././admin/settings.php:933 .././admin/settings.php:1209
193
  #: .././admin/widgets.php:71
194
  msgid "View Name:"
195
  msgstr ""
196
 
197
- #: .././admin/settings.php:388 .././admin/settings.php:933
198
  #, fuzzy
199
  msgid "Tracking ID:"
200
  msgstr "Tipo de seguimiento:"
201
 
202
- #: .././admin/settings.php:388 .././admin/settings.php:933
203
  msgid "Default URL:"
204
  msgstr ""
205
 
206
- #: .././admin/settings.php:388 .././admin/settings.php:933
207
  msgid "Time Zone:"
208
  msgstr ""
209
 
210
- #: .././admin/settings.php:393
211
  #, fuzzy
212
  msgid "Basic Tracking"
213
  msgstr "Activar seguimiento:"
214
 
215
- #: .././admin/settings.php:396
216
  msgid "Tracking Type:"
217
  msgstr ""
218
 
219
- #: .././admin/settings.php:398
220
  msgid "Classic Analytics"
221
  msgstr ""
222
 
223
- #: .././admin/settings.php:399
224
  msgid "Universal Analytics"
225
  msgstr ""
226
 
227
- #: .././admin/settings.php:410
228
  msgid "anonymize IPs while tracking"
229
  msgstr ""
230
 
231
- #: .././admin/settings.php:421
232
  msgid "enable remarketing, demographics and interests reports"
233
  msgstr ""
234
 
235
- #: .././admin/settings.php:439
236
  msgid "track downloads, mailto and outbound links"
237
  msgstr ""
238
 
239
- #: .././admin/settings.php:443
240
  msgid "Downloads Regex:"
241
  msgstr ""
242
 
243
- #: .././admin/settings.php:454
244
  msgid "track affiliate links matching this regex"
245
  msgstr ""
246
 
247
- #: .././admin/settings.php:458
248
  msgid "Affiliates Regex:"
249
  msgstr ""
250
 
251
- #: .././admin/settings.php:469
252
  msgid "track fragment identifiers, hashmarks (#) in URI links"
253
  msgstr ""
254
 
255
- #: .././admin/settings.php:480
256
  msgid "Authors:"
257
  msgstr ""
258
 
259
- #: .././admin/settings.php:488
260
  msgid "Publication Year:"
261
  msgstr ""
262
 
263
- #: .././admin/settings.php:496
264
  msgid "Categories:"
265
  msgstr ""
266
 
267
- #: .././admin/settings.php:504
268
  msgid "User Type:"
269
  msgstr ""
270
 
271
- #: .././admin/settings.php:516
272
  #, fuzzy
273
  msgid "Advanced Tracking"
274
  msgstr "Activar seguimiento:"
275
 
276
- #: .././admin/settings.php:519
277
  #, fuzzy
278
  msgid "Page Speed SR:"
279
  msgstr "Páginas por visita:"
280
 
281
- #: .././admin/settings.php:530
282
  msgid "exclude events from bounce-rate calculation"
283
  msgstr ""
284
 
285
- #: .././admin/settings.php:541
286
  msgid "enable enhanced link attribution"
287
  msgstr ""
288
 
289
- #: .././admin/settings.php:552
290
  msgid "enable AdSense account linking"
291
  msgstr ""
292
 
293
- #: .././admin/settings.php:563
294
  msgid "enable cross domain tracking"
295
  msgstr ""
296
 
297
- #: .././admin/settings.php:567
298
  msgid "Cross Domains:"
299
  msgstr ""
300
 
301
- #: .././admin/settings.php:578
302
  msgid "Exclude tracking for:"
303
  msgstr ""
304
 
305
- #: .././admin/settings.php:663
306
  msgid "Google Analytics Errors & Debugging"
307
  msgstr ""
308
 
309
- #: .././admin/settings.php:673
310
  msgid "Errors & Details"
311
  msgstr ""
312
 
313
- #: .././admin/settings.php:674
314
  msgid "Plugin Settings"
315
  msgstr ""
316
 
317
- #: .././admin/settings.php:682
318
- #, php-format
319
- msgid "For errors and/or other issues check %s and related resources."
320
- msgstr ""
321
-
322
- #: .././admin/settings.php:687
323
  msgid "Last Error detected"
324
  msgstr ""
325
 
326
- #: .././admin/settings.php:693 .././admin/settings.php:706
327
  msgid "None"
328
  msgstr "Ninguno"
329
 
330
- #: .././admin/settings.php:700
331
  msgid "Error Details"
332
  msgstr ""
333
 
334
- #: .././admin/settings.php:720
335
  msgid "Plugin Configuration"
336
  msgstr ""
337
 
338
- #: .././admin/settings.php:742 .././admin/settings.php:1000
339
  msgid ""
340
  "Loading the required libraries. If this results in a blank screen or a fatal "
341
  "error, try this solution:"
342
  msgstr ""
343
 
344
- #: .././admin/settings.php:742
345
  msgid "Library conflicts between WordPress plugins"
346
  msgstr ""
347
 
348
- #: .././admin/settings.php:757 .././admin/settings.php:1017
349
  msgid "Plugin authorization succeeded."
350
  msgstr ""
351
 
352
- #: .././admin/settings.php:772 .././admin/settings.php:1041
353
  msgid ""
354
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
355
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
356
  msgstr ""
357
 
358
- #: .././admin/settings.php:795 .././admin/settings.php:1073
359
  msgid "Cleared Cache."
360
  msgstr "Caché borrada."
361
 
362
- #: .././admin/settings.php:804 .././admin/settings.php:1082
363
  #, fuzzy
364
  msgid "Token Reseted and Revoked."
365
  msgstr "Token reseteado."
366
 
367
- #: .././admin/settings.php:814
368
  msgid "All errors reseted."
369
  msgstr ""
370
 
371
- #: .././admin/settings.php:827 .././admin/settings.php:1096
372
  msgid "All other domains/properties were removed."
373
  msgstr ""
374
 
375
- #: .././admin/settings.php:839 .././admin/settings.php:1108
376
  msgid "Google Analytics Settings"
377
  msgstr "Configuración de Google Analytics"
378
 
379
- #: .././admin/settings.php:853 .././admin/settings.php:1121
380
  msgid "Use the red link (see below) to generate and get your access code!"
381
  msgstr ""
382
 
383
- #: .././admin/settings.php:864 .././admin/settings.php:1149
384
  #, fuzzy
385
  msgid "Plugin Authorization"
386
  msgstr "Borrar autorización"
387
 
388
- #: .././admin/settings.php:869 .././admin/settings.php:1153
389
  #, php-format
390
  msgid ""
391
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -393,170 +368,170 @@ msgid ""
393
  "account!"
394
  msgstr ""
395
 
396
- #: .././admin/settings.php:869 .././admin/settings.php:1153
397
  msgid "video"
398
  msgstr ""
399
 
400
- #: .././admin/settings.php:869 .././admin/settings.php:1153
401
  #, fuzzy
402
  msgid "tutorial"
403
  msgstr "Tutorial de configuración"
404
 
405
- #: .././admin/settings.php:874 .././admin/settings.php:1160
406
  msgid "use your own API Project credentials"
407
  msgstr ""
408
 
409
- #: .././admin/settings.php:878 .././admin/settings.php:1167
410
  msgid "API Key:"
411
  msgstr "API Key:"
412
 
413
- #: .././admin/settings.php:882 .././admin/settings.php:1171
414
  msgid "Client ID:"
415
  msgstr "Client ID:"
416
 
417
- #: .././admin/settings.php:886 .././admin/settings.php:1175
418
  msgid "Client Secret:"
419
  msgstr "Client Secret:"
420
 
421
- #: .././admin/settings.php:896 .././admin/settings.php:1185
422
  msgid "Clear Authorization"
423
  msgstr "Borrar autorización"
424
 
425
- #: .././admin/settings.php:896 .././admin/settings.php:971
426
- #: .././admin/settings.php:1185 .././admin/settings.php:1260
427
  msgid "Clear Cache"
428
  msgstr "Borrar caché"
429
 
430
- #: .././admin/settings.php:896
431
  msgid "Reset Errors"
432
  msgstr ""
433
 
434
- #: .././admin/settings.php:902 .././admin/setup.php:80
435
  #: .././admin/setup.php:115
436
  msgid "General Settings"
437
  msgstr "Configuración general"
438
 
439
- #: .././admin/settings.php:905
440
  msgid "Select View:"
441
  msgstr ""
442
 
443
- #: .././admin/settings.php:916 .././admin/settings.php:1213
444
  msgid "Property not found"
445
  msgstr ""
446
 
447
- #: .././admin/settings.php:921
448
  msgid "Lock Selection"
449
  msgstr ""
450
 
451
- #: .././admin/settings.php:939
452
  msgid "Theme Color:"
453
  msgstr ""
454
 
455
- #: .././admin/settings.php:947 .././admin/settings.php:1222
456
  msgid "Automatic Updates"
457
  msgstr ""
458
 
459
- #: .././admin/settings.php:957 .././admin/settings.php:1232
460
  msgid ""
461
  "automatic updates for minor versions (security and maintenance releases only)"
462
  msgstr ""
463
 
464
- #: .././admin/settings.php:971 .././admin/settings.php:1260
465
  #: .././admin/widgets.php:42
466
  #, fuzzy
467
  msgid "Authorize Plugin"
468
  msgstr "Autorizar aplicación"
469
 
470
- #: .././admin/settings.php:1047
471
  msgid "Properties refreshed."
472
  msgstr ""
473
 
474
- #: .././admin/settings.php:1131
475
  msgid "Network Setup"
476
  msgstr ""
477
 
478
- #: .././admin/settings.php:1141
479
  msgid "use a single Google Analytics account for the entire network"
480
  msgstr ""
481
 
482
- #: .././admin/settings.php:1185
483
  msgid "Refresh Properties"
484
  msgstr ""
485
 
486
- #: .././admin/settings.php:1191
487
  #, fuzzy
488
  msgid "Properties/Views Settings"
489
  msgstr "Configuración del frontend"
490
 
491
- #: .././admin/settings.php:1246
492
  msgid "exclude Super Admin tracking for the entire network"
493
  msgstr ""
494
 
495
- #: .././admin/settings.php:1291
496
  #, fuzzy
497
  msgid "Setup Tutorial & Demo"
498
  msgstr "Tutorial de configuración"
499
 
500
- #: .././admin/settings.php:1299
501
  #, fuzzy
502
  msgid "Support & Reviews"
503
  msgstr "Enlaces de soporte"
504
 
505
- #: .././admin/settings.php:1306
506
  #, php-format
507
  msgid "Plugin documentation and support on %s"
508
  msgstr ""
509
 
510
- #: .././admin/settings.php:1313
511
  #, php-format
512
  msgid "Your feedback and review are both important, %s!"
513
  msgstr ""
514
 
515
- #: .././admin/settings.php:1313
516
  msgid "rate this plugin"
517
  msgstr ""
518
 
519
- #: .././admin/settings.php:1319
520
  msgid "Further Reading"
521
  msgstr ""
522
 
523
- #: .././admin/settings.php:1326
524
  #, php-format
525
  msgid "%s by moving your website to HTTPS/SSL."
526
  msgstr ""
527
 
528
- #: .././admin/settings.php:1326
529
  msgid "Improve search rankings"
530
  msgstr ""
531
 
532
- #: .././admin/settings.php:1333
533
  #, php-format
534
  msgid "Other %s written by the same author"
535
  msgstr ""
536
 
537
- #: .././admin/settings.php:1333
538
  msgid "WordPress Plugins"
539
  msgstr ""
540
 
541
- #: .././admin/settings.php:1339
542
  msgid "Other Services"
543
  msgstr ""
544
 
545
- #: .././admin/settings.php:1346
546
  #, php-format
547
  msgid "Speed up your website and plug into a whole %s"
548
  msgstr ""
549
 
550
- #: .././admin/settings.php:1346
551
  msgid "new level of site speed"
552
  msgstr ""
553
 
554
- #: .././admin/settings.php:1353
555
  #, php-format
556
  msgid "%s service with users tracking at IP level."
557
  msgstr ""
558
 
559
- #: .././admin/settings.php:1353
560
  msgid "Web Analytics"
561
  msgstr "Analíticas web"
562
 
@@ -634,7 +609,7 @@ msgid "Referrers"
634
  msgstr ""
635
 
636
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
637
- #: .././tools/gapi.php:922
638
  msgid "Searches"
639
  msgstr ""
640
 
@@ -644,7 +619,7 @@ msgstr ""
644
 
645
  #: .././admin/setup.php:213 .././admin/widgets.php:510
646
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
647
- #: .././admin/widgets.php:917 .././front/item-reports.php:94
648
  msgid "A JavaScript Error is blocking plugin resources!"
649
  msgstr ""
650
 
@@ -677,8 +652,8 @@ msgstr ""
677
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
678
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
679
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
680
- #: .././admin/widgets.php:949 .././front/item-reports.php:106
681
- #: .././front/item-reports.php:125
682
  msgid "Invalid response, more details in JavaScript Console (F12)."
683
  msgstr ""
684
 
@@ -692,7 +667,7 @@ msgstr ""
692
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
693
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
694
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
695
- #: .././front/item-reports.php:111 .././front/item-reports.php:130
696
  #: .././front/widgets.php:110
697
  msgid "This report is unavailable"
698
  msgstr ""
@@ -753,7 +728,7 @@ msgstr "Últimos 14 días"
753
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
754
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
755
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
756
- #: .././tools/gapi.php:827 .././tools/gapi.php:923
757
  msgid "Sessions"
758
  msgstr ""
759
 
@@ -796,11 +771,11 @@ msgstr ""
796
  msgid "KEYWORDS"
797
  msgstr ""
798
 
799
- #: .././front/item-reports.php:140
800
  msgid "Views vs UniqueViews"
801
  msgstr "Visitas vs visitas únicas"
802
 
803
- #: .././front/item-reports.php:190
804
  msgid "Google Analytics Reports"
805
  msgstr ""
806
 
@@ -896,11 +871,11 @@ msgstr ""
896
  msgid "Hour"
897
  msgstr "Hora"
898
 
899
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
900
  msgid "Date"
901
  msgstr "Fecha"
902
 
903
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
904
  msgid "Views"
905
  msgstr "Vistas"
906
 
@@ -920,7 +895,7 @@ msgstr ""
920
  msgid "Type"
921
  msgstr "Tipo"
922
 
923
- #: .././tools/gapi.php:880
924
  msgid "UniqueViews"
925
  msgstr "Visitas únicas"
926
 
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
+ "POT-Creation-Date: 2015-05-20 21:45+0200\n"
7
+ "PO-Revision-Date: 2015-05-20 21:45+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Alin Marcu\n"
10
  "Language: es_ES\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
21
  msgid "Analytics"
22
  msgstr ""
23
 
24
+ #: .././admin/settings.php:94 .././admin/settings.php:197
25
+ #: .././admin/settings.php:328 .././admin/settings.php:800
26
+ #: .././admin/settings.php:1069
27
  msgid "Settings saved."
28
  msgstr ""
29
 
30
+ #: .././admin/settings.php:96 .././admin/settings.php:199
31
+ #: .././admin/settings.php:330 .././admin/settings.php:777
32
+ #: .././admin/settings.php:787 .././admin/settings.php:796
33
+ #: .././admin/settings.php:802 .././admin/settings.php:814
34
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
35
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
36
+ #: .././admin/settings.php:1083
37
  msgid "Cheating Huh?"
38
  msgstr ""
39
 
40
+ #: .././admin/settings.php:100 .././admin/settings.php:203
41
+ #: .././admin/settings.php:334 .././admin/settings.php:644
42
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
43
  #, php-format
44
  msgid "Something went wrong, check %1$s or %2$s."
45
  msgstr ""
46
 
47
+ #: .././admin/settings.php:100 .././admin/settings.php:203
48
+ #: .././admin/settings.php:334 .././admin/settings.php:644
49
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
50
  #: .././admin/setup.php:96 .././admin/setup.php:119
51
  msgid "Errors & Debug"
52
  msgstr ""
53
 
54
+ #: .././admin/settings.php:100 .././admin/settings.php:203
55
+ #: .././admin/settings.php:334 .././admin/settings.php:644
56
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
57
  msgid "authorize the plugin"
58
  msgstr "autorizar aplicación"
59
 
61
  msgid "Google Analytics Frontend Settings"
62
  msgstr "Configuración del frontend de Google Analytics"
63
 
64
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
65
  msgid "Permissions"
66
  msgstr ""
67
 
68
+ #: .././admin/settings.php:118 .././admin/settings.php:221
69
  msgid "Show stats to:"
70
  msgstr ""
71
 
72
+ #: .././admin/settings.php:157
73
  msgid "show page sessions and users in frontend (after each article)"
74
  msgstr ""
75
 
76
+ #: .././admin/settings.php:168
77
  msgid "show page searches (after each article)"
78
  msgstr ""
79
 
80
+ #: .././admin/settings.php:175 .././admin/settings.php:308
81
+ #: .././admin/settings.php:602 .././admin/settings.php:945
82
+ #: .././admin/settings.php:1233
83
  msgid "Save Changes"
84
  msgstr ""
85
 
86
+ #: .././admin/settings.php:208
87
  msgid "Google Analytics Backend Settings"
88
  msgstr ""
89
 
90
+ #: .././admin/settings.php:262
 
 
 
 
 
91
  msgid "enable Switch View functionality"
92
  msgstr ""
93
 
94
+ #: .././admin/settings.php:273
95
  msgid "enable reports on Posts List and Pages List"
96
  msgstr ""
97
 
98
+ #: .././admin/settings.php:284
99
  msgid "enable the main Dashboard Widget"
100
  msgstr ""
101
 
102
+ #: .././admin/settings.php:288
103
  #, fuzzy
104
  msgid "Real-Time Settings"
105
  msgstr "Configuración de la caché"
106
 
107
+ #: .././admin/settings.php:291
108
  msgid "Maximum number of pages to display on real-time tab:"
109
  msgstr ""
110
 
111
+ #: .././admin/settings.php:296
112
  msgid "Location Settings"
113
  msgstr ""
114
 
115
+ #: .././admin/settings.php:300
116
  msgid "Target Geo Map to country:"
117
  msgstr ""
118
 
119
+ #: .././admin/settings.php:337
120
  msgid ""
121
  "The tracking component is disabled. You should set <strong>Tracking Options</"
122
  "strong> to <strong>Enabled</strong>"
123
  msgstr ""
124
 
125
+ #: .././admin/settings.php:342
126
  #, fuzzy
127
  msgid "Google Analytics Tracking Code"
128
  msgstr "Seguimiento de Google Analytics"
129
 
130
+ #: .././admin/settings.php:351
131
  msgid "Basic Settings"
132
  msgstr ""
133
 
134
+ #: .././admin/settings.php:352 .././admin/settings.php:418
135
  #, fuzzy
136
  msgid "Events Tracking"
137
  msgstr "Activar seguimiento:"
138
 
139
+ #: .././admin/settings.php:353 .././admin/settings.php:466
140
  msgid "Custom Definitions"
141
  msgstr ""
142
 
143
+ #: .././admin/settings.php:354 .././admin/settings.php:564
144
+ #: .././admin/settings.php:1216
145
  #, fuzzy
146
  msgid "Exclude Tracking"
147
  msgstr "Activar seguimiento:"
148
 
149
+ #: .././admin/settings.php:355
150
  msgid "Advanced Settings"
151
  msgstr ""
152
 
153
+ #: .././admin/settings.php:363
 
 
 
 
 
154
  #, fuzzy
155
  msgid "Tracking Settings"
156
  msgstr "Configuración del backend"
157
 
158
+ #: .././admin/settings.php:366
159
  msgid "Tracking Options:"
160
  msgstr ""
161
 
162
+ #: .././admin/settings.php:368
163
  msgid "Disabled"
164
  msgstr "desactivado"
165
 
166
+ #: .././admin/settings.php:369
167
  #, fuzzy
168
  msgid "Enabled"
169
  msgstr "desactivado"
170
 
171
+ #: .././admin/settings.php:377 .././admin/settings.php:892
172
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
173
  #: .././admin/widgets.php:71
174
  msgid "View Name:"
175
  msgstr ""
176
 
177
+ #: .././admin/settings.php:377 .././admin/settings.php:913
178
  #, fuzzy
179
  msgid "Tracking ID:"
180
  msgstr "Tipo de seguimiento:"
181
 
182
+ #: .././admin/settings.php:377 .././admin/settings.php:913
183
  msgid "Default URL:"
184
  msgstr ""
185
 
186
+ #: .././admin/settings.php:377 .././admin/settings.php:913
187
  msgid "Time Zone:"
188
  msgstr ""
189
 
190
+ #: .././admin/settings.php:382
191
  #, fuzzy
192
  msgid "Basic Tracking"
193
  msgstr "Activar seguimiento:"
194
 
195
+ #: .././admin/settings.php:385
196
  msgid "Tracking Type:"
197
  msgstr ""
198
 
199
+ #: .././admin/settings.php:387
200
  msgid "Classic Analytics"
201
  msgstr ""
202
 
203
+ #: .././admin/settings.php:388
204
  msgid "Universal Analytics"
205
  msgstr ""
206
 
207
+ #: .././admin/settings.php:399
208
  msgid "anonymize IPs while tracking"
209
  msgstr ""
210
 
211
+ #: .././admin/settings.php:410
212
  msgid "enable remarketing, demographics and interests reports"
213
  msgstr ""
214
 
215
+ #: .././admin/settings.php:428
216
  msgid "track downloads, mailto and outbound links"
217
  msgstr ""
218
 
219
+ #: .././admin/settings.php:432
220
  msgid "Downloads Regex:"
221
  msgstr ""
222
 
223
+ #: .././admin/settings.php:443
224
  msgid "track affiliate links matching this regex"
225
  msgstr ""
226
 
227
+ #: .././admin/settings.php:447
228
  msgid "Affiliates Regex:"
229
  msgstr ""
230
 
231
+ #: .././admin/settings.php:458
232
  msgid "track fragment identifiers, hashmarks (#) in URI links"
233
  msgstr ""
234
 
235
+ #: .././admin/settings.php:469
236
  msgid "Authors:"
237
  msgstr ""
238
 
239
+ #: .././admin/settings.php:477
240
  msgid "Publication Year:"
241
  msgstr ""
242
 
243
+ #: .././admin/settings.php:485
244
  msgid "Categories:"
245
  msgstr ""
246
 
247
+ #: .././admin/settings.php:493
248
  msgid "User Type:"
249
  msgstr ""
250
 
251
+ #: .././admin/settings.php:505
252
  #, fuzzy
253
  msgid "Advanced Tracking"
254
  msgstr "Activar seguimiento:"
255
 
256
+ #: .././admin/settings.php:508
257
  #, fuzzy
258
  msgid "Page Speed SR:"
259
  msgstr "Páginas por visita:"
260
 
261
+ #: .././admin/settings.php:519
262
  msgid "exclude events from bounce-rate calculation"
263
  msgstr ""
264
 
265
+ #: .././admin/settings.php:530
266
  msgid "enable enhanced link attribution"
267
  msgstr ""
268
 
269
+ #: .././admin/settings.php:541
270
  msgid "enable AdSense account linking"
271
  msgstr ""
272
 
273
+ #: .././admin/settings.php:552
274
  msgid "enable cross domain tracking"
275
  msgstr ""
276
 
277
+ #: .././admin/settings.php:556
278
  msgid "Cross Domains:"
279
  msgstr ""
280
 
281
+ #: .././admin/settings.php:567
282
  msgid "Exclude tracking for:"
283
  msgstr ""
284
 
285
+ #: .././admin/settings.php:648
286
  msgid "Google Analytics Errors & Debugging"
287
  msgstr ""
288
 
289
+ #: .././admin/settings.php:658
290
  msgid "Errors & Details"
291
  msgstr ""
292
 
293
+ #: .././admin/settings.php:659
294
  msgid "Plugin Settings"
295
  msgstr ""
296
 
297
+ #: .././admin/settings.php:667
 
 
 
 
 
298
  msgid "Last Error detected"
299
  msgstr ""
300
 
301
+ #: .././admin/settings.php:673 .././admin/settings.php:686
302
  msgid "None"
303
  msgstr "Ninguno"
304
 
305
+ #: .././admin/settings.php:680
306
  msgid "Error Details"
307
  msgstr ""
308
 
309
+ #: .././admin/settings.php:700
310
  msgid "Plugin Configuration"
311
  msgstr ""
312
 
313
+ #: .././admin/settings.php:722 .././admin/settings.php:980
314
  msgid ""
315
  "Loading the required libraries. If this results in a blank screen or a fatal "
316
  "error, try this solution:"
317
  msgstr ""
318
 
319
+ #: .././admin/settings.php:722
320
  msgid "Library conflicts between WordPress plugins"
321
  msgstr ""
322
 
323
+ #: .././admin/settings.php:737 .././admin/settings.php:997
324
  msgid "Plugin authorization succeeded."
325
  msgstr ""
326
 
327
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
328
  msgid ""
329
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
330
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
331
  msgstr ""
332
 
333
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
334
  msgid "Cleared Cache."
335
  msgstr "Caché borrada."
336
 
337
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
338
  #, fuzzy
339
  msgid "Token Reseted and Revoked."
340
  msgstr "Token reseteado."
341
 
342
+ #: .././admin/settings.php:794
343
  msgid "All errors reseted."
344
  msgstr ""
345
 
346
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
347
  msgid "All other domains/properties were removed."
348
  msgstr ""
349
 
350
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
351
  msgid "Google Analytics Settings"
352
  msgstr "Configuración de Google Analytics"
353
 
354
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
355
  msgid "Use the red link (see below) to generate and get your access code!"
356
  msgstr ""
357
 
358
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
359
  #, fuzzy
360
  msgid "Plugin Authorization"
361
  msgstr "Borrar autorización"
362
 
363
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
364
  #, php-format
365
  msgid ""
366
  "You should watch the %1$s and read this %2$s before proceeding to "
368
  "account!"
369
  msgstr ""
370
 
371
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
372
  msgid "video"
373
  msgstr ""
374
 
375
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
376
  #, fuzzy
377
  msgid "tutorial"
378
  msgstr "Tutorial de configuración"
379
 
380
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
381
  msgid "use your own API Project credentials"
382
  msgstr ""
383
 
384
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
385
  msgid "API Key:"
386
  msgstr "API Key:"
387
 
388
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
389
  msgid "Client ID:"
390
  msgstr "Client ID:"
391
 
392
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
393
  msgid "Client Secret:"
394
  msgstr "Client Secret:"
395
 
396
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
397
  msgid "Clear Authorization"
398
  msgstr "Borrar autorización"
399
 
400
+ #: .././admin/settings.php:876 .././admin/settings.php:951
401
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
402
  msgid "Clear Cache"
403
  msgstr "Borrar caché"
404
 
405
+ #: .././admin/settings.php:876
406
  msgid "Reset Errors"
407
  msgstr ""
408
 
409
+ #: .././admin/settings.php:882 .././admin/setup.php:80
410
  #: .././admin/setup.php:115
411
  msgid "General Settings"
412
  msgstr "Configuración general"
413
 
414
+ #: .././admin/settings.php:885
415
  msgid "Select View:"
416
  msgstr ""
417
 
418
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
419
  msgid "Property not found"
420
  msgstr ""
421
 
422
+ #: .././admin/settings.php:901
423
  msgid "Lock Selection"
424
  msgstr ""
425
 
426
+ #: .././admin/settings.php:919
427
  msgid "Theme Color:"
428
  msgstr ""
429
 
430
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
431
  msgid "Automatic Updates"
432
  msgstr ""
433
 
434
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
435
  msgid ""
436
  "automatic updates for minor versions (security and maintenance releases only)"
437
  msgstr ""
438
 
439
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
440
  #: .././admin/widgets.php:42
441
  #, fuzzy
442
  msgid "Authorize Plugin"
443
  msgstr "Autorizar aplicación"
444
 
445
+ #: .././admin/settings.php:1027
446
  msgid "Properties refreshed."
447
  msgstr ""
448
 
449
+ #: .././admin/settings.php:1111
450
  msgid "Network Setup"
451
  msgstr ""
452
 
453
+ #: .././admin/settings.php:1121
454
  msgid "use a single Google Analytics account for the entire network"
455
  msgstr ""
456
 
457
+ #: .././admin/settings.php:1165
458
  msgid "Refresh Properties"
459
  msgstr ""
460
 
461
+ #: .././admin/settings.php:1171
462
  #, fuzzy
463
  msgid "Properties/Views Settings"
464
  msgstr "Configuración del frontend"
465
 
466
+ #: .././admin/settings.php:1226
467
  msgid "exclude Super Admin tracking for the entire network"
468
  msgstr ""
469
 
470
+ #: .././admin/settings.php:1271
471
  #, fuzzy
472
  msgid "Setup Tutorial & Demo"
473
  msgstr "Tutorial de configuración"
474
 
475
+ #: .././admin/settings.php:1279
476
  #, fuzzy
477
  msgid "Support & Reviews"
478
  msgstr "Enlaces de soporte"
479
 
480
+ #: .././admin/settings.php:1286
481
  #, php-format
482
  msgid "Plugin documentation and support on %s"
483
  msgstr ""
484
 
485
+ #: .././admin/settings.php:1293
486
  #, php-format
487
  msgid "Your feedback and review are both important, %s!"
488
  msgstr ""
489
 
490
+ #: .././admin/settings.php:1293
491
  msgid "rate this plugin"
492
  msgstr ""
493
 
494
+ #: .././admin/settings.php:1299
495
  msgid "Further Reading"
496
  msgstr ""
497
 
498
+ #: .././admin/settings.php:1306
499
  #, php-format
500
  msgid "%s by moving your website to HTTPS/SSL."
501
  msgstr ""
502
 
503
+ #: .././admin/settings.php:1306
504
  msgid "Improve search rankings"
505
  msgstr ""
506
 
507
+ #: .././admin/settings.php:1313
508
  #, php-format
509
  msgid "Other %s written by the same author"
510
  msgstr ""
511
 
512
+ #: .././admin/settings.php:1313
513
  msgid "WordPress Plugins"
514
  msgstr ""
515
 
516
+ #: .././admin/settings.php:1319
517
  msgid "Other Services"
518
  msgstr ""
519
 
520
+ #: .././admin/settings.php:1326
521
  #, php-format
522
  msgid "Speed up your website and plug into a whole %s"
523
  msgstr ""
524
 
525
+ #: .././admin/settings.php:1326
526
  msgid "new level of site speed"
527
  msgstr ""
528
 
529
+ #: .././admin/settings.php:1333
530
  #, php-format
531
  msgid "%s service with users tracking at IP level."
532
  msgstr ""
533
 
534
+ #: .././admin/settings.php:1333
535
  msgid "Web Analytics"
536
  msgstr "Analíticas web"
537
 
609
  msgstr ""
610
 
611
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
612
+ #: .././tools/gapi.php:918
613
  msgid "Searches"
614
  msgstr ""
615
 
619
 
620
  #: .././admin/setup.php:213 .././admin/widgets.php:510
621
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
622
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
623
  msgid "A JavaScript Error is blocking plugin resources!"
624
  msgstr ""
625
 
652
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
653
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
654
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
655
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
656
+ #: .././front/item-reports.php:128
657
  msgid "Invalid response, more details in JavaScript Console (F12)."
658
  msgstr ""
659
 
667
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
668
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
669
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
670
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
671
  #: .././front/widgets.php:110
672
  msgid "This report is unavailable"
673
  msgstr ""
728
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
729
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
730
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
731
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
732
  msgid "Sessions"
733
  msgstr ""
734
 
771
  msgid "KEYWORDS"
772
  msgstr ""
773
 
774
+ #: .././front/item-reports.php:143
775
  msgid "Views vs UniqueViews"
776
  msgstr "Visitas vs visitas únicas"
777
 
778
+ #: .././front/item-reports.php:193
779
  msgid "Google Analytics Reports"
780
  msgstr ""
781
 
871
  msgid "Hour"
872
  msgstr "Hora"
873
 
874
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
875
  msgid "Date"
876
  msgstr "Fecha"
877
 
878
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
879
  msgid "Views"
880
  msgstr "Vistas"
881
 
895
  msgid "Type"
896
  msgstr "Tipo"
897
 
898
+ #: .././tools/gapi.php:878
899
  msgid "UniqueViews"
900
  msgstr "Visitas únicas"
901
 
languages/ga-dash-fr_FR.po CHANGED
@@ -3,15 +3,15 @@ msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
- "POT-Creation-Date: 2015-04-27 19:25+0200\n"
7
- "PO-Revision-Date: 2015-04-27 19:25+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Alin Marcu\n"
10
  "Language: fr_FR\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.7.6\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,39 +22,39 @@ msgstr ""
22
  msgid "Analytics"
23
  msgstr ""
24
 
25
- #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:820
27
- #: .././admin/settings.php:1089
28
  msgid "Settings saved."
29
  msgstr ""
30
 
31
- #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:797
33
- #: .././admin/settings.php:807 .././admin/settings.php:816
34
- #: .././admin/settings.php:822 .././admin/settings.php:834
35
- #: .././admin/settings.php:1050 .././admin/settings.php:1075
36
- #: .././admin/settings.php:1085 .././admin/settings.php:1091
37
- #: .././admin/settings.php:1103
38
  msgid "Cheating Huh?"
39
  msgstr "Tricher Hein?"
40
 
41
- #: .././admin/settings.php:100 .././admin/settings.php:208
42
- #: .././admin/settings.php:344 .././admin/settings.php:659
43
- #: .././admin/settings.php:848 .././admin/settings.php:1116
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
  msgstr ""
47
 
48
- #: .././admin/settings.php:100 .././admin/settings.php:208
49
- #: .././admin/settings.php:344 .././admin/settings.php:659
50
- #: .././admin/settings.php:848 .././admin/settings.php:1116
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
  msgstr ""
54
 
55
- #: .././admin/settings.php:100 .././admin/settings.php:208
56
- #: .././admin/settings.php:344 .././admin/settings.php:659
57
- #: .././admin/settings.php:848 .././admin/settings.php:1116
58
  msgid "authorize the plugin"
59
  msgstr "autoriser le plugin"
60
 
@@ -62,321 +62,296 @@ msgstr "autoriser le plugin"
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Google Analytics Paramètres Frontend"
64
 
65
- #: .././admin/settings.php:116
66
- #, php-format
67
- msgid "Read %s for more information about Frontend Features and Options."
68
- msgstr ""
69
-
70
- #: .././admin/settings.php:116 .././admin/settings.php:224
71
- #: .././admin/settings.php:369 .././admin/settings.php:682
72
- msgid "this documentation page"
73
- msgstr ""
74
-
75
- #: .././admin/settings.php:120 .././admin/settings.php:228
76
  msgid "Permissions"
77
  msgstr ""
78
 
79
- #: .././admin/settings.php:123 .././admin/settings.php:231
80
  msgid "Show stats to:"
81
  msgstr ""
82
 
83
- #: .././admin/settings.php:162
84
  msgid "show page sessions and users in frontend (after each article)"
85
  msgstr ""
86
 
87
- #: .././admin/settings.php:173
88
  msgid "show page searches (after each article)"
89
  msgstr ""
90
 
91
- #: .././admin/settings.php:180 .././admin/settings.php:318
92
- #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1253
94
  msgid "Save Changes"
95
  msgstr ""
96
 
97
- #: .././admin/settings.php:213
98
  msgid "Google Analytics Backend Settings"
99
  msgstr ""
100
 
101
- #: .././admin/settings.php:224
102
- #, php-format
103
- msgid "Read %s for more information about Backend Features and Options."
104
- msgstr ""
105
-
106
- #: .././admin/settings.php:272
107
  msgid "enable Switch View functionality"
108
  msgstr ""
109
 
110
- #: .././admin/settings.php:283
111
  msgid "enable reports on Posts List and Pages List"
112
  msgstr ""
113
 
114
- #: .././admin/settings.php:294
115
  msgid "enable the main Dashboard Widget"
116
  msgstr ""
117
 
118
- #: .././admin/settings.php:298
119
  msgid "Real-Time Settings"
120
  msgstr "Paramètres Temps-Réel"
121
 
122
- #: .././admin/settings.php:301
123
  msgid "Maximum number of pages to display on real-time tab:"
124
  msgstr "Nombre maximum de pages à afficher sur l&#39;onglet en temps réel:"
125
 
126
- #: .././admin/settings.php:306
127
  msgid "Location Settings"
128
  msgstr ""
129
 
130
- #: .././admin/settings.php:310
131
  msgid "Target Geo Map to country:"
132
  msgstr ""
133
 
134
- #: .././admin/settings.php:347
135
  msgid ""
136
  "The tracking component is disabled. You should set <strong>Tracking Options</"
137
  "strong> to <strong>Enabled</strong>"
138
  msgstr ""
139
 
140
- #: .././admin/settings.php:352
141
  msgid "Google Analytics Tracking Code"
142
  msgstr "Google Analytics Tracking Code"
143
 
144
- #: .././admin/settings.php:361
145
  msgid "Basic Settings"
146
  msgstr ""
147
 
148
- #: .././admin/settings.php:362 .././admin/settings.php:429
149
  msgid "Events Tracking"
150
  msgstr "Suivi des événements"
151
 
152
- #: .././admin/settings.php:363 .././admin/settings.php:477
153
  msgid "Custom Definitions"
154
  msgstr ""
155
 
156
- #: .././admin/settings.php:364 .././admin/settings.php:575
157
- #: .././admin/settings.php:1236
158
  msgid "Exclude Tracking"
159
  msgstr "Exclure Tracking"
160
 
161
- #: .././admin/settings.php:365
162
  msgid "Advanced Settings"
163
  msgstr ""
164
 
165
- #: .././admin/settings.php:369
166
- #, php-format
167
- msgid "For more information about Tracking Options read %s."
168
- msgstr ""
169
-
170
- #: .././admin/settings.php:374
171
  msgid "Tracking Settings"
172
  msgstr "Paramètres de suivi"
173
 
174
- #: .././admin/settings.php:377
175
  msgid "Tracking Options:"
176
  msgstr ""
177
 
178
- #: .././admin/settings.php:379
179
  msgid "Disabled"
180
  msgstr "Désactive"
181
 
182
- #: .././admin/settings.php:380
183
  msgid "Enabled"
184
  msgstr "Active"
185
 
186
- #: .././admin/settings.php:388 .././admin/settings.php:912
187
- #: .././admin/settings.php:933 .././admin/settings.php:1209
188
  #: .././admin/widgets.php:71
189
  msgid "View Name:"
190
  msgstr "Nom de la vue:"
191
 
192
- #: .././admin/settings.php:388 .././admin/settings.php:933
193
  msgid "Tracking ID:"
194
  msgstr "Suivi ID:"
195
 
196
- #: .././admin/settings.php:388 .././admin/settings.php:933
197
  msgid "Default URL:"
198
  msgstr "URL par défaut:"
199
 
200
- #: .././admin/settings.php:388 .././admin/settings.php:933
201
  msgid "Time Zone:"
202
  msgstr "Fuseau horaire:"
203
 
204
- #: .././admin/settings.php:393
205
  msgid "Basic Tracking"
206
  msgstr "Suivi de base"
207
 
208
- #: .././admin/settings.php:396
209
  msgid "Tracking Type:"
210
  msgstr ""
211
 
212
- #: .././admin/settings.php:398
213
  msgid "Classic Analytics"
214
  msgstr "Analytics classiques"
215
 
216
- #: .././admin/settings.php:399
217
  msgid "Universal Analytics"
218
  msgstr "Universel Analytics"
219
 
220
- #: .././admin/settings.php:410
221
  msgid "anonymize IPs while tracking"
222
  msgstr ""
223
 
224
- #: .././admin/settings.php:421
225
  msgid "enable remarketing, demographics and interests reports"
226
  msgstr ""
227
 
228
- #: .././admin/settings.php:439
229
  msgid "track downloads, mailto and outbound links"
230
  msgstr ""
231
 
232
- #: .././admin/settings.php:443
233
  #, fuzzy
234
  msgid "Downloads Regex:"
235
  msgstr "Filtres téléchargement:"
236
 
237
- #: .././admin/settings.php:454
238
  msgid "track affiliate links matching this regex"
239
  msgstr ""
240
 
241
- #: .././admin/settings.php:458
242
  msgid "Affiliates Regex:"
243
  msgstr ""
244
 
245
- #: .././admin/settings.php:469
246
  msgid "track fragment identifiers, hashmarks (#) in URI links"
247
  msgstr ""
248
 
249
- #: .././admin/settings.php:480
250
  msgid "Authors:"
251
  msgstr ""
252
 
253
- #: .././admin/settings.php:488
254
  msgid "Publication Year:"
255
  msgstr ""
256
 
257
- #: .././admin/settings.php:496
258
  msgid "Categories:"
259
  msgstr ""
260
 
261
- #: .././admin/settings.php:504
262
  msgid "User Type:"
263
  msgstr ""
264
 
265
- #: .././admin/settings.php:516
266
  #, fuzzy
267
  msgid "Advanced Tracking"
268
  msgstr "Suivi des événements"
269
 
270
- #: .././admin/settings.php:519
271
  msgid "Page Speed SR:"
272
  msgstr "Page Speed SR:"
273
 
274
- #: .././admin/settings.php:530
275
  msgid "exclude events from bounce-rate calculation"
276
  msgstr ""
277
 
278
- #: .././admin/settings.php:541
279
  msgid "enable enhanced link attribution"
280
  msgstr ""
281
 
282
- #: .././admin/settings.php:552
283
  msgid "enable AdSense account linking"
284
  msgstr ""
285
 
286
- #: .././admin/settings.php:563
287
  msgid "enable cross domain tracking"
288
  msgstr ""
289
 
290
- #: .././admin/settings.php:567
291
  msgid "Cross Domains:"
292
  msgstr ""
293
 
294
- #: .././admin/settings.php:578
295
  msgid "Exclude tracking for:"
296
  msgstr ""
297
 
298
- #: .././admin/settings.php:663
299
  msgid "Google Analytics Errors & Debugging"
300
  msgstr ""
301
 
302
- #: .././admin/settings.php:673
303
  msgid "Errors & Details"
304
  msgstr ""
305
 
306
- #: .././admin/settings.php:674
307
  msgid "Plugin Settings"
308
  msgstr ""
309
 
310
- #: .././admin/settings.php:682
311
- #, php-format
312
- msgid "For errors and/or other issues check %s and related resources."
313
- msgstr ""
314
-
315
- #: .././admin/settings.php:687
316
  msgid "Last Error detected"
317
  msgstr ""
318
 
319
- #: .././admin/settings.php:693 .././admin/settings.php:706
320
  msgid "None"
321
  msgstr ""
322
 
323
- #: .././admin/settings.php:700
324
  msgid "Error Details"
325
  msgstr ""
326
 
327
- #: .././admin/settings.php:720
328
  msgid "Plugin Configuration"
329
  msgstr ""
330
 
331
- #: .././admin/settings.php:742 .././admin/settings.php:1000
332
  msgid ""
333
  "Loading the required libraries. If this results in a blank screen or a fatal "
334
  "error, try this solution:"
335
  msgstr ""
336
 
337
- #: .././admin/settings.php:742
338
  msgid "Library conflicts between WordPress plugins"
339
  msgstr ""
340
 
341
- #: .././admin/settings.php:757 .././admin/settings.php:1017
342
  msgid "Plugin authorization succeeded."
343
  msgstr "Autorisation Plugin réussi."
344
 
345
- #: .././admin/settings.php:772 .././admin/settings.php:1041
346
  msgid ""
347
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
348
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
349
  msgstr ""
350
 
351
- #: .././admin/settings.php:795 .././admin/settings.php:1073
352
  msgid "Cleared Cache."
353
  msgstr "Cache effacé."
354
 
355
- #: .././admin/settings.php:804 .././admin/settings.php:1082
356
  msgid "Token Reseted and Revoked."
357
  msgstr "Jeton remis à zéro et révoqué."
358
 
359
- #: .././admin/settings.php:814
360
  msgid "All errors reseted."
361
  msgstr ""
362
 
363
- #: .././admin/settings.php:827 .././admin/settings.php:1096
364
  msgid "All other domains/properties were removed."
365
  msgstr "Tous les autres domaines/propriétés ont été retirés."
366
 
367
- #: .././admin/settings.php:839 .././admin/settings.php:1108
368
  msgid "Google Analytics Settings"
369
  msgstr "Réglages Google analytics"
370
 
371
- #: .././admin/settings.php:853 .././admin/settings.php:1121
372
  msgid "Use the red link (see below) to generate and get your access code!"
373
  msgstr ""
374
 
375
- #: .././admin/settings.php:864 .././admin/settings.php:1149
376
  msgid "Plugin Authorization"
377
  msgstr "Autorisation Plugin"
378
 
379
- #: .././admin/settings.php:869 .././admin/settings.php:1153
380
  #, php-format
381
  msgid ""
382
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -384,165 +359,165 @@ msgid ""
384
  "account!"
385
  msgstr ""
386
 
387
- #: .././admin/settings.php:869 .././admin/settings.php:1153
388
  msgid "video"
389
  msgstr "video"
390
 
391
- #: .././admin/settings.php:869 .././admin/settings.php:1153
392
  msgid "tutorial"
393
  msgstr "Tutoriel"
394
 
395
- #: .././admin/settings.php:874 .././admin/settings.php:1160
396
  msgid "use your own API Project credentials"
397
  msgstr ""
398
 
399
- #: .././admin/settings.php:878 .././admin/settings.php:1167
400
  msgid "API Key:"
401
  msgstr "Clé API:"
402
 
403
- #: .././admin/settings.php:882 .././admin/settings.php:1171
404
  msgid "Client ID:"
405
  msgstr "Client ID:"
406
 
407
- #: .././admin/settings.php:886 .././admin/settings.php:1175
408
  msgid "Client Secret:"
409
  msgstr "Client Secret:"
410
 
411
- #: .././admin/settings.php:896 .././admin/settings.php:1185
412
  msgid "Clear Authorization"
413
  msgstr "Effacer autorisation"
414
 
415
- #: .././admin/settings.php:896 .././admin/settings.php:971
416
- #: .././admin/settings.php:1185 .././admin/settings.php:1260
417
  msgid "Clear Cache"
418
  msgstr "Effacer Cache"
419
 
420
- #: .././admin/settings.php:896
421
  msgid "Reset Errors"
422
  msgstr ""
423
 
424
- #: .././admin/settings.php:902 .././admin/setup.php:80
425
  #: .././admin/setup.php:115
426
  msgid "General Settings"
427
  msgstr "Réglages Généraux"
428
 
429
- #: .././admin/settings.php:905
430
  msgid "Select View:"
431
  msgstr ""
432
 
433
- #: .././admin/settings.php:916 .././admin/settings.php:1213
434
  msgid "Property not found"
435
  msgstr ""
436
 
437
- #: .././admin/settings.php:921
438
  msgid "Lock Selection"
439
  msgstr ""
440
 
441
- #: .././admin/settings.php:939
442
  msgid "Theme Color:"
443
  msgstr ""
444
 
445
- #: .././admin/settings.php:947 .././admin/settings.php:1222
446
  msgid "Automatic Updates"
447
  msgstr ""
448
 
449
- #: .././admin/settings.php:957 .././admin/settings.php:1232
450
  msgid ""
451
  "automatic updates for minor versions (security and maintenance releases only)"
452
  msgstr ""
453
 
454
- #: .././admin/settings.php:971 .././admin/settings.php:1260
455
  #: .././admin/widgets.php:42
456
  msgid "Authorize Plugin"
457
  msgstr "autoriser le plugin"
458
 
459
- #: .././admin/settings.php:1047
460
  msgid "Properties refreshed."
461
  msgstr "Propriétés rafraîchies."
462
 
463
- #: .././admin/settings.php:1131
464
  msgid "Network Setup"
465
  msgstr "Configuration du réseau"
466
 
467
- #: .././admin/settings.php:1141
468
  msgid "use a single Google Analytics account for the entire network"
469
  msgstr ""
470
 
471
- #: .././admin/settings.php:1185
472
  msgid "Refresh Properties"
473
  msgstr "Propriétés Actualisées"
474
 
475
- #: .././admin/settings.php:1191
476
  msgid "Properties/Views Settings"
477
  msgstr "Propriétés/Paramètres Vues"
478
 
479
- #: .././admin/settings.php:1246
480
  msgid "exclude Super Admin tracking for the entire network"
481
  msgstr ""
482
 
483
- #: .././admin/settings.php:1291
484
  msgid "Setup Tutorial & Demo"
485
  msgstr "Configuration Tutorial et Démo"
486
 
487
- #: .././admin/settings.php:1299
488
  msgid "Support & Reviews"
489
  msgstr "Support & avis"
490
 
491
- #: .././admin/settings.php:1306
492
  #, php-format
493
  msgid "Plugin documentation and support on %s"
494
  msgstr ""
495
 
496
- #: .././admin/settings.php:1313
497
  #, php-format
498
  msgid "Your feedback and review are both important, %s!"
499
  msgstr ""
500
 
501
- #: .././admin/settings.php:1313
502
  msgid "rate this plugin"
503
  msgstr "évaluer ce plugin"
504
 
505
- #: .././admin/settings.php:1319
506
  msgid "Further Reading"
507
  msgstr "Lectures complémentaires"
508
 
509
- #: .././admin/settings.php:1326
510
  #, php-format
511
  msgid "%s by moving your website to HTTPS/SSL."
512
  msgstr ""
513
 
514
- #: .././admin/settings.php:1326
515
  msgid "Improve search rankings"
516
  msgstr ""
517
 
518
- #: .././admin/settings.php:1333
519
  #, php-format
520
  msgid "Other %s written by the same author"
521
  msgstr ""
522
 
523
- #: .././admin/settings.php:1333
524
  msgid "WordPress Plugins"
525
  msgstr "Plugin Wordpress"
526
 
527
- #: .././admin/settings.php:1339
528
  msgid "Other Services"
529
  msgstr ""
530
 
531
- #: .././admin/settings.php:1346
532
  #, php-format
533
  msgid "Speed up your website and plug into a whole %s"
534
  msgstr ""
535
 
536
- #: .././admin/settings.php:1346
537
  msgid "new level of site speed"
538
  msgstr ""
539
 
540
- #: .././admin/settings.php:1353
541
  #, php-format
542
  msgid "%s service with users tracking at IP level."
543
  msgstr ""
544
 
545
- #: .././admin/settings.php:1353
546
  msgid "Web Analytics"
547
  msgstr "Web Analytics"
548
 
@@ -619,7 +594,7 @@ msgid "Referrers"
619
  msgstr ""
620
 
621
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
622
- #: .././tools/gapi.php:922
623
  msgid "Searches"
624
  msgstr ""
625
 
@@ -629,7 +604,7 @@ msgstr ""
629
 
630
  #: .././admin/setup.php:213 .././admin/widgets.php:510
631
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
632
- #: .././admin/widgets.php:917 .././front/item-reports.php:94
633
  msgid "A JavaScript Error is blocking plugin resources!"
634
  msgstr ""
635
 
@@ -662,8 +637,8 @@ msgstr ""
662
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
663
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
664
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
665
- #: .././admin/widgets.php:949 .././front/item-reports.php:106
666
- #: .././front/item-reports.php:125
667
  msgid "Invalid response, more details in JavaScript Console (F12)."
668
  msgstr ""
669
 
@@ -677,7 +652,7 @@ msgstr ""
677
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
678
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
679
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
680
- #: .././front/item-reports.php:111 .././front/item-reports.php:130
681
  #: .././front/widgets.php:110
682
  msgid "This report is unavailable"
683
  msgstr ""
@@ -741,7 +716,7 @@ msgstr "14 Derniers Jours"
741
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
742
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
743
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
744
- #: .././tools/gapi.php:827 .././tools/gapi.php:923
745
  msgid "Sessions"
746
  msgstr ""
747
 
@@ -784,11 +759,11 @@ msgstr "RÉFÉRENCES"
784
  msgid "KEYWORDS"
785
  msgstr "MOTS-CLÉS"
786
 
787
- #: .././front/item-reports.php:140
788
  msgid "Views vs UniqueViews"
789
  msgstr "Vues VS Unique Vues"
790
 
791
- #: .././front/item-reports.php:190
792
  msgid "Google Analytics Reports"
793
  msgstr ""
794
 
@@ -884,11 +859,11 @@ msgstr ""
884
  msgid "Hour"
885
  msgstr "Heure"
886
 
887
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
888
  msgid "Date"
889
  msgstr "Date"
890
 
891
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
892
  msgid "Views"
893
  msgstr "Vues"
894
 
@@ -908,7 +883,7 @@ msgstr ""
908
  msgid "Type"
909
  msgstr "Type"
910
 
911
- #: .././tools/gapi.php:880
912
  msgid "UniqueViews"
913
  msgstr "Unique vues"
914
 
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
+ "POT-Creation-Date: 2015-05-20 21:45+0200\n"
7
+ "PO-Revision-Date: 2015-05-20 21:45+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Alin Marcu\n"
10
  "Language: fr_FR\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
22
  msgid "Analytics"
23
  msgstr ""
24
 
25
+ #: .././admin/settings.php:94 .././admin/settings.php:197
26
+ #: .././admin/settings.php:328 .././admin/settings.php:800
27
+ #: .././admin/settings.php:1069
28
  msgid "Settings saved."
29
  msgstr ""
30
 
31
+ #: .././admin/settings.php:96 .././admin/settings.php:199
32
+ #: .././admin/settings.php:330 .././admin/settings.php:777
33
+ #: .././admin/settings.php:787 .././admin/settings.php:796
34
+ #: .././admin/settings.php:802 .././admin/settings.php:814
35
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
36
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
37
+ #: .././admin/settings.php:1083
38
  msgid "Cheating Huh?"
39
  msgstr "Tricher Hein?"
40
 
41
+ #: .././admin/settings.php:100 .././admin/settings.php:203
42
+ #: .././admin/settings.php:334 .././admin/settings.php:644
43
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
  msgstr ""
47
 
48
+ #: .././admin/settings.php:100 .././admin/settings.php:203
49
+ #: .././admin/settings.php:334 .././admin/settings.php:644
50
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
  msgstr ""
54
 
55
+ #: .././admin/settings.php:100 .././admin/settings.php:203
56
+ #: .././admin/settings.php:334 .././admin/settings.php:644
57
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
58
  msgid "authorize the plugin"
59
  msgstr "autoriser le plugin"
60
 
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Google Analytics Paramètres Frontend"
64
 
65
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
66
  msgid "Permissions"
67
  msgstr ""
68
 
69
+ #: .././admin/settings.php:118 .././admin/settings.php:221
70
  msgid "Show stats to:"
71
  msgstr ""
72
 
73
+ #: .././admin/settings.php:157
74
  msgid "show page sessions and users in frontend (after each article)"
75
  msgstr ""
76
 
77
+ #: .././admin/settings.php:168
78
  msgid "show page searches (after each article)"
79
  msgstr ""
80
 
81
+ #: .././admin/settings.php:175 .././admin/settings.php:308
82
+ #: .././admin/settings.php:602 .././admin/settings.php:945
83
+ #: .././admin/settings.php:1233
84
  msgid "Save Changes"
85
  msgstr ""
86
 
87
+ #: .././admin/settings.php:208
88
  msgid "Google Analytics Backend Settings"
89
  msgstr ""
90
 
91
+ #: .././admin/settings.php:262
 
 
 
 
 
92
  msgid "enable Switch View functionality"
93
  msgstr ""
94
 
95
+ #: .././admin/settings.php:273
96
  msgid "enable reports on Posts List and Pages List"
97
  msgstr ""
98
 
99
+ #: .././admin/settings.php:284
100
  msgid "enable the main Dashboard Widget"
101
  msgstr ""
102
 
103
+ #: .././admin/settings.php:288
104
  msgid "Real-Time Settings"
105
  msgstr "Paramètres Temps-Réel"
106
 
107
+ #: .././admin/settings.php:291
108
  msgid "Maximum number of pages to display on real-time tab:"
109
  msgstr "Nombre maximum de pages à afficher sur l&#39;onglet en temps réel:"
110
 
111
+ #: .././admin/settings.php:296
112
  msgid "Location Settings"
113
  msgstr ""
114
 
115
+ #: .././admin/settings.php:300
116
  msgid "Target Geo Map to country:"
117
  msgstr ""
118
 
119
+ #: .././admin/settings.php:337
120
  msgid ""
121
  "The tracking component is disabled. You should set <strong>Tracking Options</"
122
  "strong> to <strong>Enabled</strong>"
123
  msgstr ""
124
 
125
+ #: .././admin/settings.php:342
126
  msgid "Google Analytics Tracking Code"
127
  msgstr "Google Analytics Tracking Code"
128
 
129
+ #: .././admin/settings.php:351
130
  msgid "Basic Settings"
131
  msgstr ""
132
 
133
+ #: .././admin/settings.php:352 .././admin/settings.php:418
134
  msgid "Events Tracking"
135
  msgstr "Suivi des événements"
136
 
137
+ #: .././admin/settings.php:353 .././admin/settings.php:466
138
  msgid "Custom Definitions"
139
  msgstr ""
140
 
141
+ #: .././admin/settings.php:354 .././admin/settings.php:564
142
+ #: .././admin/settings.php:1216
143
  msgid "Exclude Tracking"
144
  msgstr "Exclure Tracking"
145
 
146
+ #: .././admin/settings.php:355
147
  msgid "Advanced Settings"
148
  msgstr ""
149
 
150
+ #: .././admin/settings.php:363
 
 
 
 
 
151
  msgid "Tracking Settings"
152
  msgstr "Paramètres de suivi"
153
 
154
+ #: .././admin/settings.php:366
155
  msgid "Tracking Options:"
156
  msgstr ""
157
 
158
+ #: .././admin/settings.php:368
159
  msgid "Disabled"
160
  msgstr "Désactive"
161
 
162
+ #: .././admin/settings.php:369
163
  msgid "Enabled"
164
  msgstr "Active"
165
 
166
+ #: .././admin/settings.php:377 .././admin/settings.php:892
167
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
168
  #: .././admin/widgets.php:71
169
  msgid "View Name:"
170
  msgstr "Nom de la vue:"
171
 
172
+ #: .././admin/settings.php:377 .././admin/settings.php:913
173
  msgid "Tracking ID:"
174
  msgstr "Suivi ID:"
175
 
176
+ #: .././admin/settings.php:377 .././admin/settings.php:913
177
  msgid "Default URL:"
178
  msgstr "URL par défaut:"
179
 
180
+ #: .././admin/settings.php:377 .././admin/settings.php:913
181
  msgid "Time Zone:"
182
  msgstr "Fuseau horaire:"
183
 
184
+ #: .././admin/settings.php:382
185
  msgid "Basic Tracking"
186
  msgstr "Suivi de base"
187
 
188
+ #: .././admin/settings.php:385
189
  msgid "Tracking Type:"
190
  msgstr ""
191
 
192
+ #: .././admin/settings.php:387
193
  msgid "Classic Analytics"
194
  msgstr "Analytics classiques"
195
 
196
+ #: .././admin/settings.php:388
197
  msgid "Universal Analytics"
198
  msgstr "Universel Analytics"
199
 
200
+ #: .././admin/settings.php:399
201
  msgid "anonymize IPs while tracking"
202
  msgstr ""
203
 
204
+ #: .././admin/settings.php:410
205
  msgid "enable remarketing, demographics and interests reports"
206
  msgstr ""
207
 
208
+ #: .././admin/settings.php:428
209
  msgid "track downloads, mailto and outbound links"
210
  msgstr ""
211
 
212
+ #: .././admin/settings.php:432
213
  #, fuzzy
214
  msgid "Downloads Regex:"
215
  msgstr "Filtres téléchargement:"
216
 
217
+ #: .././admin/settings.php:443
218
  msgid "track affiliate links matching this regex"
219
  msgstr ""
220
 
221
+ #: .././admin/settings.php:447
222
  msgid "Affiliates Regex:"
223
  msgstr ""
224
 
225
+ #: .././admin/settings.php:458
226
  msgid "track fragment identifiers, hashmarks (#) in URI links"
227
  msgstr ""
228
 
229
+ #: .././admin/settings.php:469
230
  msgid "Authors:"
231
  msgstr ""
232
 
233
+ #: .././admin/settings.php:477
234
  msgid "Publication Year:"
235
  msgstr ""
236
 
237
+ #: .././admin/settings.php:485
238
  msgid "Categories:"
239
  msgstr ""
240
 
241
+ #: .././admin/settings.php:493
242
  msgid "User Type:"
243
  msgstr ""
244
 
245
+ #: .././admin/settings.php:505
246
  #, fuzzy
247
  msgid "Advanced Tracking"
248
  msgstr "Suivi des événements"
249
 
250
+ #: .././admin/settings.php:508
251
  msgid "Page Speed SR:"
252
  msgstr "Page Speed SR:"
253
 
254
+ #: .././admin/settings.php:519
255
  msgid "exclude events from bounce-rate calculation"
256
  msgstr ""
257
 
258
+ #: .././admin/settings.php:530
259
  msgid "enable enhanced link attribution"
260
  msgstr ""
261
 
262
+ #: .././admin/settings.php:541
263
  msgid "enable AdSense account linking"
264
  msgstr ""
265
 
266
+ #: .././admin/settings.php:552
267
  msgid "enable cross domain tracking"
268
  msgstr ""
269
 
270
+ #: .././admin/settings.php:556
271
  msgid "Cross Domains:"
272
  msgstr ""
273
 
274
+ #: .././admin/settings.php:567
275
  msgid "Exclude tracking for:"
276
  msgstr ""
277
 
278
+ #: .././admin/settings.php:648
279
  msgid "Google Analytics Errors & Debugging"
280
  msgstr ""
281
 
282
+ #: .././admin/settings.php:658
283
  msgid "Errors & Details"
284
  msgstr ""
285
 
286
+ #: .././admin/settings.php:659
287
  msgid "Plugin Settings"
288
  msgstr ""
289
 
290
+ #: .././admin/settings.php:667
 
 
 
 
 
291
  msgid "Last Error detected"
292
  msgstr ""
293
 
294
+ #: .././admin/settings.php:673 .././admin/settings.php:686
295
  msgid "None"
296
  msgstr ""
297
 
298
+ #: .././admin/settings.php:680
299
  msgid "Error Details"
300
  msgstr ""
301
 
302
+ #: .././admin/settings.php:700
303
  msgid "Plugin Configuration"
304
  msgstr ""
305
 
306
+ #: .././admin/settings.php:722 .././admin/settings.php:980
307
  msgid ""
308
  "Loading the required libraries. If this results in a blank screen or a fatal "
309
  "error, try this solution:"
310
  msgstr ""
311
 
312
+ #: .././admin/settings.php:722
313
  msgid "Library conflicts between WordPress plugins"
314
  msgstr ""
315
 
316
+ #: .././admin/settings.php:737 .././admin/settings.php:997
317
  msgid "Plugin authorization succeeded."
318
  msgstr "Autorisation Plugin réussi."
319
 
320
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
321
  msgid ""
322
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
323
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
324
  msgstr ""
325
 
326
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
327
  msgid "Cleared Cache."
328
  msgstr "Cache effacé."
329
 
330
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
331
  msgid "Token Reseted and Revoked."
332
  msgstr "Jeton remis à zéro et révoqué."
333
 
334
+ #: .././admin/settings.php:794
335
  msgid "All errors reseted."
336
  msgstr ""
337
 
338
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
339
  msgid "All other domains/properties were removed."
340
  msgstr "Tous les autres domaines/propriétés ont été retirés."
341
 
342
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
343
  msgid "Google Analytics Settings"
344
  msgstr "Réglages Google analytics"
345
 
346
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
347
  msgid "Use the red link (see below) to generate and get your access code!"
348
  msgstr ""
349
 
350
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
351
  msgid "Plugin Authorization"
352
  msgstr "Autorisation Plugin"
353
 
354
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
355
  #, php-format
356
  msgid ""
357
  "You should watch the %1$s and read this %2$s before proceeding to "
359
  "account!"
360
  msgstr ""
361
 
362
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
363
  msgid "video"
364
  msgstr "video"
365
 
366
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
367
  msgid "tutorial"
368
  msgstr "Tutoriel"
369
 
370
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
371
  msgid "use your own API Project credentials"
372
  msgstr ""
373
 
374
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
375
  msgid "API Key:"
376
  msgstr "Clé API:"
377
 
378
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
379
  msgid "Client ID:"
380
  msgstr "Client ID:"
381
 
382
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
383
  msgid "Client Secret:"
384
  msgstr "Client Secret:"
385
 
386
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
387
  msgid "Clear Authorization"
388
  msgstr "Effacer autorisation"
389
 
390
+ #: .././admin/settings.php:876 .././admin/settings.php:951
391
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
392
  msgid "Clear Cache"
393
  msgstr "Effacer Cache"
394
 
395
+ #: .././admin/settings.php:876
396
  msgid "Reset Errors"
397
  msgstr ""
398
 
399
+ #: .././admin/settings.php:882 .././admin/setup.php:80
400
  #: .././admin/setup.php:115
401
  msgid "General Settings"
402
  msgstr "Réglages Généraux"
403
 
404
+ #: .././admin/settings.php:885
405
  msgid "Select View:"
406
  msgstr ""
407
 
408
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
409
  msgid "Property not found"
410
  msgstr ""
411
 
412
+ #: .././admin/settings.php:901
413
  msgid "Lock Selection"
414
  msgstr ""
415
 
416
+ #: .././admin/settings.php:919
417
  msgid "Theme Color:"
418
  msgstr ""
419
 
420
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
421
  msgid "Automatic Updates"
422
  msgstr ""
423
 
424
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
425
  msgid ""
426
  "automatic updates for minor versions (security and maintenance releases only)"
427
  msgstr ""
428
 
429
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
430
  #: .././admin/widgets.php:42
431
  msgid "Authorize Plugin"
432
  msgstr "autoriser le plugin"
433
 
434
+ #: .././admin/settings.php:1027
435
  msgid "Properties refreshed."
436
  msgstr "Propriétés rafraîchies."
437
 
438
+ #: .././admin/settings.php:1111
439
  msgid "Network Setup"
440
  msgstr "Configuration du réseau"
441
 
442
+ #: .././admin/settings.php:1121
443
  msgid "use a single Google Analytics account for the entire network"
444
  msgstr ""
445
 
446
+ #: .././admin/settings.php:1165
447
  msgid "Refresh Properties"
448
  msgstr "Propriétés Actualisées"
449
 
450
+ #: .././admin/settings.php:1171
451
  msgid "Properties/Views Settings"
452
  msgstr "Propriétés/Paramètres Vues"
453
 
454
+ #: .././admin/settings.php:1226
455
  msgid "exclude Super Admin tracking for the entire network"
456
  msgstr ""
457
 
458
+ #: .././admin/settings.php:1271
459
  msgid "Setup Tutorial & Demo"
460
  msgstr "Configuration Tutorial et Démo"
461
 
462
+ #: .././admin/settings.php:1279
463
  msgid "Support & Reviews"
464
  msgstr "Support & avis"
465
 
466
+ #: .././admin/settings.php:1286
467
  #, php-format
468
  msgid "Plugin documentation and support on %s"
469
  msgstr ""
470
 
471
+ #: .././admin/settings.php:1293
472
  #, php-format
473
  msgid "Your feedback and review are both important, %s!"
474
  msgstr ""
475
 
476
+ #: .././admin/settings.php:1293
477
  msgid "rate this plugin"
478
  msgstr "évaluer ce plugin"
479
 
480
+ #: .././admin/settings.php:1299
481
  msgid "Further Reading"
482
  msgstr "Lectures complémentaires"
483
 
484
+ #: .././admin/settings.php:1306
485
  #, php-format
486
  msgid "%s by moving your website to HTTPS/SSL."
487
  msgstr ""
488
 
489
+ #: .././admin/settings.php:1306
490
  msgid "Improve search rankings"
491
  msgstr ""
492
 
493
+ #: .././admin/settings.php:1313
494
  #, php-format
495
  msgid "Other %s written by the same author"
496
  msgstr ""
497
 
498
+ #: .././admin/settings.php:1313
499
  msgid "WordPress Plugins"
500
  msgstr "Plugin Wordpress"
501
 
502
+ #: .././admin/settings.php:1319
503
  msgid "Other Services"
504
  msgstr ""
505
 
506
+ #: .././admin/settings.php:1326
507
  #, php-format
508
  msgid "Speed up your website and plug into a whole %s"
509
  msgstr ""
510
 
511
+ #: .././admin/settings.php:1326
512
  msgid "new level of site speed"
513
  msgstr ""
514
 
515
+ #: .././admin/settings.php:1333
516
  #, php-format
517
  msgid "%s service with users tracking at IP level."
518
  msgstr ""
519
 
520
+ #: .././admin/settings.php:1333
521
  msgid "Web Analytics"
522
  msgstr "Web Analytics"
523
 
594
  msgstr ""
595
 
596
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
597
+ #: .././tools/gapi.php:918
598
  msgid "Searches"
599
  msgstr ""
600
 
604
 
605
  #: .././admin/setup.php:213 .././admin/widgets.php:510
606
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
607
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
608
  msgid "A JavaScript Error is blocking plugin resources!"
609
  msgstr ""
610
 
637
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
638
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
639
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
640
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
641
+ #: .././front/item-reports.php:128
642
  msgid "Invalid response, more details in JavaScript Console (F12)."
643
  msgstr ""
644
 
652
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
653
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
654
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
655
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
656
  #: .././front/widgets.php:110
657
  msgid "This report is unavailable"
658
  msgstr ""
716
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
717
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
718
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
719
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
720
  msgid "Sessions"
721
  msgstr ""
722
 
759
  msgid "KEYWORDS"
760
  msgstr "MOTS-CLÉS"
761
 
762
+ #: .././front/item-reports.php:143
763
  msgid "Views vs UniqueViews"
764
  msgstr "Vues VS Unique Vues"
765
 
766
+ #: .././front/item-reports.php:193
767
  msgid "Google Analytics Reports"
768
  msgstr ""
769
 
859
  msgid "Hour"
860
  msgstr "Heure"
861
 
862
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
863
  msgid "Date"
864
  msgstr "Date"
865
 
866
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
867
  msgid "Views"
868
  msgstr "Vues"
869
 
883
  msgid "Type"
884
  msgstr "Type"
885
 
886
+ #: .././tools/gapi.php:878
887
  msgid "UniqueViews"
888
  msgstr "Unique vues"
889
 
languages/ga-dash-hu_HU.mo ADDED
Binary file
languages/ga-dash-hu_HU.po CHANGED
@@ -1,17 +1,17 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Google Analytics Dashboard for WP 4.2.20\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
- "POT-Creation-Date: 2015-04-27 19:24+0200\n"
7
- "PO-Revision-Date: 2015-04-27 19:24+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
- "Language-Team: Alin Marcu\n"
10
  "Language: hu_HU\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.7.6\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -20,534 +20,520 @@ msgstr ""
20
 
21
  #: .././admin/item-reports.php:67
22
  msgid "Analytics"
23
- msgstr ""
24
 
25
- #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:820
27
- #: .././admin/settings.php:1089
28
  msgid "Settings saved."
29
- msgstr ""
30
-
31
- #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:797
33
- #: .././admin/settings.php:807 .././admin/settings.php:816
34
- #: .././admin/settings.php:822 .././admin/settings.php:834
35
- #: .././admin/settings.php:1050 .././admin/settings.php:1075
36
- #: .././admin/settings.php:1085 .././admin/settings.php:1091
37
- #: .././admin/settings.php:1103
38
  msgid "Cheating Huh?"
39
- msgstr ""
40
 
41
- #: .././admin/settings.php:100 .././admin/settings.php:208
42
- #: .././admin/settings.php:344 .././admin/settings.php:659
43
- #: .././admin/settings.php:848 .././admin/settings.php:1116
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
- msgstr ""
47
 
48
- #: .././admin/settings.php:100 .././admin/settings.php:208
49
- #: .././admin/settings.php:344 .././admin/settings.php:659
50
- #: .././admin/settings.php:848 .././admin/settings.php:1116
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
- msgstr ""
54
 
55
- #: .././admin/settings.php:100 .././admin/settings.php:208
56
- #: .././admin/settings.php:344 .././admin/settings.php:659
57
- #: .././admin/settings.php:848 .././admin/settings.php:1116
58
  msgid "authorize the plugin"
59
- msgstr "bővítményt engedélyezni"
60
 
61
  #: .././admin/settings.php:105
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Google Analytics weblap beállítások"
64
 
65
- #: .././admin/settings.php:116
66
- #, php-format
67
- msgid "Read %s for more information about Frontend Features and Options."
68
- msgstr ""
69
-
70
- #: .././admin/settings.php:116 .././admin/settings.php:224
71
- #: .././admin/settings.php:369 .././admin/settings.php:682
72
- msgid "this documentation page"
73
- msgstr ""
74
-
75
- #: .././admin/settings.php:120 .././admin/settings.php:228
76
  msgid "Permissions"
77
- msgstr ""
78
 
79
- #: .././admin/settings.php:123 .././admin/settings.php:231
80
  msgid "Show stats to:"
81
- msgstr ""
82
 
83
- #: .././admin/settings.php:162
84
  msgid "show page sessions and users in frontend (after each article)"
85
  msgstr ""
 
86
 
87
- #: .././admin/settings.php:173
88
  msgid "show page searches (after each article)"
89
- msgstr ""
90
 
91
- #: .././admin/settings.php:180 .././admin/settings.php:318
92
- #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1253
94
  msgid "Save Changes"
95
- msgstr ""
96
 
97
- #: .././admin/settings.php:213
98
  msgid "Google Analytics Backend Settings"
99
- msgstr ""
100
-
101
- #: .././admin/settings.php:224
102
- #, php-format
103
- msgid "Read %s for more information about Backend Features and Options."
104
- msgstr ""
105
 
106
- #: .././admin/settings.php:272
107
  msgid "enable Switch View functionality"
108
- msgstr ""
109
 
110
- #: .././admin/settings.php:283
111
  msgid "enable reports on Posts List and Pages List"
112
- msgstr ""
113
 
114
- #: .././admin/settings.php:294
115
  msgid "enable the main Dashboard Widget"
116
- msgstr ""
117
 
118
- #: .././admin/settings.php:298
119
  msgid "Real-Time Settings"
120
  msgstr "Valós idejű beállítások"
121
 
122
- #: .././admin/settings.php:301
123
  msgid "Maximum number of pages to display on real-time tab:"
124
  msgstr "Maximális oldalszám megjelenítése a valós idejű fülön:"
125
 
126
- #: .././admin/settings.php:306
127
  msgid "Location Settings"
128
- msgstr ""
129
 
130
- #: .././admin/settings.php:310
131
  msgid "Target Geo Map to country:"
132
- msgstr ""
133
 
134
- #: .././admin/settings.php:347
135
  msgid ""
136
  "The tracking component is disabled. You should set <strong>Tracking Options</"
137
  "strong> to <strong>Enabled</strong>"
138
  msgstr ""
 
 
139
 
140
- #: .././admin/settings.php:352
141
  msgid "Google Analytics Tracking Code"
142
  msgstr "Google Analytics követőkód"
143
 
144
- #: .././admin/settings.php:361
145
  msgid "Basic Settings"
146
- msgstr ""
147
 
148
- #: .././admin/settings.php:362 .././admin/settings.php:429
149
  msgid "Events Tracking"
150
  msgstr "Események követése"
151
 
152
- #: .././admin/settings.php:363 .././admin/settings.php:477
153
  msgid "Custom Definitions"
154
- msgstr ""
155
 
156
- #: .././admin/settings.php:364 .././admin/settings.php:575
157
- #: .././admin/settings.php:1236
158
  msgid "Exclude Tracking"
159
  msgstr "Követés kizárás"
160
 
161
- #: .././admin/settings.php:365
162
  msgid "Advanced Settings"
163
- msgstr ""
164
 
165
- #: .././admin/settings.php:369
166
- #, php-format
167
- msgid "For more information about Tracking Options read %s."
168
- msgstr ""
169
-
170
- #: .././admin/settings.php:374
171
  msgid "Tracking Settings"
172
  msgstr "Követési beállítások"
173
 
174
- #: .././admin/settings.php:377
175
  msgid "Tracking Options:"
176
- msgstr ""
177
 
178
- #: .././admin/settings.php:379
179
  msgid "Disabled"
180
  msgstr "Letiltva"
181
 
182
- #: .././admin/settings.php:380
183
  msgid "Enabled"
184
  msgstr "Engedélyezve"
185
 
186
- #: .././admin/settings.php:388 .././admin/settings.php:912
187
- #: .././admin/settings.php:933 .././admin/settings.php:1209
188
  #: .././admin/widgets.php:71
189
  msgid "View Name:"
190
- msgstr "Név:"
191
 
192
- #: .././admin/settings.php:388 .././admin/settings.php:933
193
  msgid "Tracking ID:"
194
  msgstr "Követési azonosító:"
195
 
196
- #: .././admin/settings.php:388 .././admin/settings.php:933
197
  msgid "Default URL:"
198
  msgstr "Alapértelmezett webcím:"
199
 
200
- #: .././admin/settings.php:388 .././admin/settings.php:933
201
  msgid "Time Zone:"
202
  msgstr "Időzóna:"
203
 
204
- #: .././admin/settings.php:393
205
- #, fuzzy
206
  msgid "Basic Tracking"
207
- msgstr "Események követése"
208
 
209
- #: .././admin/settings.php:396
210
  msgid "Tracking Type:"
211
- msgstr ""
212
 
213
- #: .././admin/settings.php:398
214
  msgid "Classic Analytics"
215
- msgstr "Klasszikus Analytics"
216
 
217
- #: .././admin/settings.php:399
218
  msgid "Universal Analytics"
219
- msgstr "Univerzális Analytics"
220
 
221
- #: .././admin/settings.php:410
222
  msgid "anonymize IPs while tracking"
223
- msgstr ""
224
 
225
- #: .././admin/settings.php:421
226
  msgid "enable remarketing, demographics and interests reports"
227
  msgstr ""
 
 
228
 
229
- #: .././admin/settings.php:439
230
  msgid "track downloads, mailto and outbound links"
231
- msgstr ""
232
 
233
- #: .././admin/settings.php:443
234
- #, fuzzy
235
  msgid "Downloads Regex:"
236
- msgstr "Letöltés szűrők:"
237
 
238
- #: .././admin/settings.php:454
239
  msgid "track affiliate links matching this regex"
240
- msgstr ""
241
 
242
- #: .././admin/settings.php:458
243
  msgid "Affiliates Regex:"
244
- msgstr ""
245
 
246
- #: .././admin/settings.php:469
247
  msgid "track fragment identifiers, hashmarks (#) in URI links"
248
- msgstr ""
249
 
250
- #: .././admin/settings.php:480
251
  msgid "Authors:"
252
- msgstr ""
253
 
254
- #: .././admin/settings.php:488
255
  msgid "Publication Year:"
256
- msgstr ""
257
 
258
- #: .././admin/settings.php:496
259
  msgid "Categories:"
260
- msgstr ""
261
 
262
- #: .././admin/settings.php:504
263
  msgid "User Type:"
264
- msgstr ""
265
 
266
- #: .././admin/settings.php:516
267
- #, fuzzy
268
  msgid "Advanced Tracking"
269
- msgstr "Események követése"
270
 
271
- #: .././admin/settings.php:519
272
- #, fuzzy
273
  msgid "Page Speed SR:"
274
- msgstr "Oldal / látogató"
275
 
276
- #: .././admin/settings.php:530
277
  msgid "exclude events from bounce-rate calculation"
278
- msgstr ""
279
 
280
- #: .././admin/settings.php:541
281
  msgid "enable enhanced link attribution"
282
- msgstr ""
283
 
284
- #: .././admin/settings.php:552
285
  msgid "enable AdSense account linking"
286
- msgstr ""
287
 
288
- #: .././admin/settings.php:563
289
  msgid "enable cross domain tracking"
290
- msgstr ""
291
 
292
- #: .././admin/settings.php:567
293
  msgid "Cross Domains:"
294
- msgstr ""
295
 
296
- #: .././admin/settings.php:578
297
  msgid "Exclude tracking for:"
298
- msgstr ""
299
 
300
- #: .././admin/settings.php:663
301
  msgid "Google Analytics Errors & Debugging"
302
- msgstr ""
303
 
304
- #: .././admin/settings.php:673
305
  msgid "Errors & Details"
306
- msgstr ""
307
 
308
- #: .././admin/settings.php:674
309
  msgid "Plugin Settings"
310
- msgstr ""
311
-
312
- #: .././admin/settings.php:682
313
- #, php-format
314
- msgid "For errors and/or other issues check %s and related resources."
315
- msgstr ""
316
 
317
- #: .././admin/settings.php:687
318
  msgid "Last Error detected"
319
- msgstr ""
320
 
321
- #: .././admin/settings.php:693 .././admin/settings.php:706
322
  msgid "None"
323
- msgstr ""
324
 
325
- #: .././admin/settings.php:700
326
  msgid "Error Details"
327
- msgstr ""
328
 
329
- #: .././admin/settings.php:720
330
  msgid "Plugin Configuration"
331
- msgstr ""
332
 
333
- #: .././admin/settings.php:742 .././admin/settings.php:1000
334
  msgid ""
335
  "Loading the required libraries. If this results in a blank screen or a fatal "
336
  "error, try this solution:"
337
  msgstr ""
 
 
338
 
339
- #: .././admin/settings.php:742
340
  msgid "Library conflicts between WordPress plugins"
341
- msgstr ""
342
 
343
- #: .././admin/settings.php:757 .././admin/settings.php:1017
344
  msgid "Plugin authorization succeeded."
345
  msgstr "Bővítmény engedélyezése sikeres."
346
 
347
- #: .././admin/settings.php:772 .././admin/settings.php:1041
348
  msgid ""
349
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
350
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
351
  msgstr ""
 
 
 
352
 
353
- #: .././admin/settings.php:795 .././admin/settings.php:1073
354
  msgid "Cleared Cache."
355
- msgstr "Cache kiűrítve."
356
 
357
- #: .././admin/settings.php:804 .././admin/settings.php:1082
358
  msgid "Token Reseted and Revoked."
359
  msgstr "Token visszaállítva és visszavonva."
360
 
361
- #: .././admin/settings.php:814
362
  msgid "All errors reseted."
363
- msgstr ""
364
 
365
- #: .././admin/settings.php:827 .././admin/settings.php:1096
366
  msgid "All other domains/properties were removed."
367
  msgstr "Összes többi domain/tulajdon eltávolításra került."
368
 
369
- #: .././admin/settings.php:839 .././admin/settings.php:1108
370
  msgid "Google Analytics Settings"
371
  msgstr "Google Analytics beállítások"
372
 
373
- #: .././admin/settings.php:853 .././admin/settings.php:1121
374
  msgid "Use the red link (see below) to generate and get your access code!"
375
  msgstr ""
 
 
376
 
377
- #: .././admin/settings.php:864 .././admin/settings.php:1149
378
  msgid "Plugin Authorization"
379
- msgstr "Bővítmény engedélyezés"
380
 
381
- #: .././admin/settings.php:869 .././admin/settings.php:1153
382
  #, php-format
383
  msgid ""
384
  "You should watch the %1$s and read this %2$s before proceeding to "
385
  "authorization. This plugin requires a properly configured Google Analytics "
386
  "account!"
387
  msgstr ""
 
 
 
388
 
389
- #: .././admin/settings.php:869 .././admin/settings.php:1153
390
  msgid "video"
391
  msgstr "videót"
392
 
393
- #: .././admin/settings.php:869 .././admin/settings.php:1153
394
  msgid "tutorial"
395
- msgstr "oktatói anyagot"
396
 
397
- #: .././admin/settings.php:874 .././admin/settings.php:1160
398
  msgid "use your own API Project credentials"
399
- msgstr ""
400
 
401
- #: .././admin/settings.php:878 .././admin/settings.php:1167
402
  msgid "API Key:"
403
  msgstr "API key:"
404
 
405
- #: .././admin/settings.php:882 .././admin/settings.php:1171
406
  msgid "Client ID:"
407
  msgstr "Client ID:"
408
 
409
- #: .././admin/settings.php:886 .././admin/settings.php:1175
410
  msgid "Client Secret:"
411
  msgstr "Client Secret:"
412
 
413
- #: .././admin/settings.php:896 .././admin/settings.php:1185
414
  msgid "Clear Authorization"
415
  msgstr "Engedélyezés törlése"
416
 
417
- #: .././admin/settings.php:896 .././admin/settings.php:971
418
- #: .././admin/settings.php:1185 .././admin/settings.php:1260
419
  msgid "Clear Cache"
420
  msgstr "Cache ürítése"
421
 
422
- #: .././admin/settings.php:896
423
  msgid "Reset Errors"
424
- msgstr ""
425
 
426
- #: .././admin/settings.php:902 .././admin/setup.php:80
427
  #: .././admin/setup.php:115
428
  msgid "General Settings"
429
  msgstr "Általános beállítások"
430
 
431
- #: .././admin/settings.php:905
432
  msgid "Select View:"
433
- msgstr ""
434
 
435
- #: .././admin/settings.php:916 .././admin/settings.php:1213
436
  msgid "Property not found"
437
- msgstr ""
438
 
439
- #: .././admin/settings.php:921
440
  msgid "Lock Selection"
441
- msgstr ""
442
 
443
- #: .././admin/settings.php:939
444
  msgid "Theme Color:"
445
- msgstr ""
446
 
447
- #: .././admin/settings.php:947 .././admin/settings.php:1222
448
  msgid "Automatic Updates"
449
- msgstr ""
450
 
451
- #: .././admin/settings.php:957 .././admin/settings.php:1232
452
  msgid ""
453
  "automatic updates for minor versions (security and maintenance releases only)"
454
  msgstr ""
 
455
 
456
- #: .././admin/settings.php:971 .././admin/settings.php:1260
457
  #: .././admin/widgets.php:42
458
  msgid "Authorize Plugin"
459
  msgstr "Bővítmény engedélyezése"
460
 
461
- #: .././admin/settings.php:1047
462
  msgid "Properties refreshed."
463
- msgstr ""
464
 
465
- #: .././admin/settings.php:1131
466
  msgid "Network Setup"
467
- msgstr ""
468
 
469
- #: .././admin/settings.php:1141
470
  msgid "use a single Google Analytics account for the entire network"
471
- msgstr ""
472
 
473
- #: .././admin/settings.php:1185
474
  msgid "Refresh Properties"
475
- msgstr ""
476
 
477
- #: .././admin/settings.php:1191
478
- #, fuzzy
479
  msgid "Properties/Views Settings"
480
- msgstr "Weblap beállítások"
481
 
482
- #: .././admin/settings.php:1246
483
  msgid "exclude Super Admin tracking for the entire network"
484
- msgstr ""
485
 
486
- #: .././admin/settings.php:1291
487
  msgid "Setup Tutorial & Demo"
488
- msgstr "Beállítás oktató anyag és demo"
489
 
490
- #: .././admin/settings.php:1299
491
  msgid "Support & Reviews"
492
  msgstr "Támogatás és vélemények"
493
 
494
- #: .././admin/settings.php:1306
495
  #, php-format
496
  msgid "Plugin documentation and support on %s"
497
- msgstr ""
498
 
499
- #: .././admin/settings.php:1313
500
  #, php-format
501
  msgid "Your feedback and review are both important, %s!"
502
- msgstr ""
503
 
504
- #: .././admin/settings.php:1313
505
  msgid "rate this plugin"
506
  msgstr "értékelje ezt a bővítményt"
507
 
508
- #: .././admin/settings.php:1319
509
  msgid "Further Reading"
510
- msgstr "További olvasmány"
511
 
512
- #: .././admin/settings.php:1326
513
  #, php-format
514
  msgid "%s by moving your website to HTTPS/SSL."
515
- msgstr ""
516
 
517
- #: .././admin/settings.php:1326
518
  msgid "Improve search rankings"
519
- msgstr ""
520
 
521
- #: .././admin/settings.php:1333
522
  #, php-format
523
  msgid "Other %s written by the same author"
524
- msgstr ""
525
 
526
- #: .././admin/settings.php:1333
527
  msgid "WordPress Plugins"
528
  msgstr "WordPress bővítmények"
529
 
530
- #: .././admin/settings.php:1339
531
  msgid "Other Services"
532
- msgstr ""
533
 
534
- #: .././admin/settings.php:1346
535
  #, php-format
536
  msgid "Speed up your website and plug into a whole %s"
537
- msgstr ""
538
 
539
- #: .././admin/settings.php:1346
540
  msgid "new level of site speed"
541
- msgstr ""
542
 
543
- #: .././admin/settings.php:1353
544
  #, php-format
545
  msgid "%s service with users tracking at IP level."
546
- msgstr ""
547
 
548
- #: .././admin/settings.php:1353
549
  msgid "Web Analytics"
550
- msgstr "Web Analitika"
551
 
552
  #: .././admin/setup.php:76 .././admin/setup.php:111
553
  msgid "Google Analytics"
@@ -589,13 +575,13 @@ msgstr "Elmúlt 90 nap"
589
 
590
  #: .././admin/setup.php:202 .././admin/setup.php:218
591
  msgid "Unique Views"
592
- msgstr ""
593
 
594
  #: .././admin/setup.php:203 .././admin/setup.php:219
595
  #: .././admin/widgets.php:136 .././admin/widgets.php:875
596
  #: .././tools/gapi.php:391
597
  msgid "Users"
598
- msgstr ""
599
 
600
  #: .././admin/setup.php:204 .././admin/widgets.php:137
601
  msgid "Organic"
@@ -605,7 +591,7 @@ msgstr "Organikus"
605
  #: .././admin/widgets.php:138 .././admin/widgets.php:879
606
  #: .././tools/gapi.php:394
607
  msgid "Page Views"
608
- msgstr "Oldalmegtekintések"
609
 
610
  #: .././admin/setup.php:206 .././admin/setup.php:221
611
  #: .././admin/widgets.php:139 .././admin/widgets.php:883
@@ -615,64 +601,64 @@ msgstr "Visszafordulási arány"
615
 
616
  #: .././admin/setup.php:207 .././admin/widgets.php:140
617
  msgid "Location"
618
- msgstr ""
619
 
620
  #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
621
  msgid "Referrers"
622
- msgstr ""
623
 
624
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
625
- #: .././tools/gapi.php:922
626
  msgid "Searches"
627
- msgstr ""
628
 
629
  #: .././admin/setup.php:210 .././admin/widgets.php:144
630
  msgid "Traffic Details"
631
- msgstr ""
632
 
633
  #: .././admin/setup.php:213 .././admin/widgets.php:510
634
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
635
- #: .././admin/widgets.php:917 .././front/item-reports.php:94
636
  msgid "A JavaScript Error is blocking plugin resources!"
637
- msgstr ""
638
 
639
  #: .././admin/setup.php:214 .././admin/widgets.php:713
640
  msgid "Traffic Mediums"
641
- msgstr ""
642
 
643
  #: .././admin/setup.php:215 .././admin/widgets.php:729
644
  msgid "Visitor Type"
645
- msgstr ""
646
 
647
  #: .././admin/setup.php:216 .././admin/widgets.php:745
648
  msgid "Social Networks"
649
- msgstr ""
650
 
651
  #: .././admin/setup.php:217 .././admin/widgets.php:761
652
  msgid "Search Engines"
653
- msgstr ""
654
 
655
  #: .././admin/setup.php:222 .././admin/widgets.php:887
656
  msgid "Organic Search"
657
- msgstr ""
658
 
659
  #: .././admin/setup.php:223 .././admin/widgets.php:891
660
  msgid "Pages/Session"
661
- msgstr ""
662
 
663
  #: .././admin/setup.php:224 .././admin/widgets.php:523
664
  #: .././admin/widgets.php:541 .././admin/widgets.php:620
665
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
666
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
667
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
668
- #: .././admin/widgets.php:949 .././front/item-reports.php:106
669
- #: .././front/item-reports.php:125
670
  msgid "Invalid response, more details in JavaScript Console (F12)."
671
- msgstr ""
672
 
673
  #: .././admin/setup.php:225
674
  msgid "Not enough data collected"
675
- msgstr ""
676
 
677
  #: .././admin/setup.php:226 .././admin/widgets.php:528
678
  #: .././admin/widgets.php:546 .././admin/widgets.php:625
@@ -680,14 +666,14 @@ msgstr ""
680
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
681
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
682
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
683
- #: .././front/item-reports.php:111 .././front/item-reports.php:130
684
  #: .././front/widgets.php:110
685
  msgid "This report is unavailable"
686
- msgstr ""
687
 
688
  #: .././admin/setup.php:227
689
  msgid "report generated by"
690
- msgstr ""
691
 
692
  #: .././admin/setup.php:267
693
  msgid "Settings"
@@ -712,7 +698,8 @@ msgstr "További részletek"
712
  #: .././admin/widgets.php:89 .././admin/widgets.php:100
713
  msgid "An admin should asign a default Google Analytics Profile."
714
  msgstr ""
715
- "Az alapértelmezett Google Analytics profilt egy admin képes kijelölni."
 
716
 
717
  #: .././admin/widgets.php:89 .././admin/widgets.php:100
718
  msgid "Select Domain"
@@ -723,8 +710,8 @@ msgid ""
723
  "Something went wrong while retrieving property data. You need to create and "
724
  "properly configure a Google Analytics account:"
725
  msgstr ""
726
- "Valami rosszul ment a tulajdon adat lekérése közben. Egy jól konfigurált "
727
- "Google Analytics fiókra van szüksége:"
728
 
729
  #: .././admin/widgets.php:105
730
  msgid "Find out more!"
@@ -742,13 +729,13 @@ msgstr "Elmúlt 14 nap"
742
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
743
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
744
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
745
- #: .././tools/gapi.php:827 .././tools/gapi.php:923
746
  msgid "Sessions"
747
- msgstr ""
748
 
749
  #: .././admin/widgets.php:141 .././tools/gapi.php:521
750
  msgid "Pages"
751
- msgstr ""
752
 
753
  #: .././admin/widgets.php:232 .././admin/widgets.php:472
754
  msgid "REFERRAL"
@@ -766,7 +753,7 @@ msgstr "KÖZÖSSÉGI"
766
  #: .././admin/widgets.php:244 .././admin/widgets.php:363
767
  #: .././admin/widgets.php:475
768
  msgid "CAMPAIGN"
769
- msgstr ""
770
 
771
  #: .././admin/widgets.php:248 .././admin/widgets.php:366
772
  #: .././admin/widgets.php:478
@@ -785,13 +772,13 @@ msgstr "HIVATKOZÓK"
785
  msgid "KEYWORDS"
786
  msgstr "KULCSSZAVAK"
787
 
788
- #: .././front/item-reports.php:140
789
  msgid "Views vs UniqueViews"
790
- msgstr "Látogatások vs egyedi látogatások"
791
 
792
- #: .././front/item-reports.php:190
793
  msgid "Google Analytics Reports"
794
- msgstr ""
795
 
796
  #: .././front/widgets.php:23
797
  msgid "Will display your google analytics stats in a widget"
@@ -799,7 +786,7 @@ msgstr "Megjelenik a Google Analytics statisztika egy widgetben"
799
 
800
  #: .././front/widgets.php:46 .././tools/gapi.php:827
801
  msgid "trend"
802
- msgstr ""
803
 
804
  #: .././front/widgets.php:133
805
  msgid "Period:"
@@ -807,7 +794,7 @@ msgstr "Időszak:"
807
 
808
  #: .././front/widgets.php:133
809
  msgid "Sessions:"
810
- msgstr ""
811
 
812
  #: .././front/widgets.php:137
813
  msgid "generated by"
@@ -835,11 +822,11 @@ msgstr "Diagram"
835
 
836
  #: .././front/widgets.php:167
837
  msgid "Totals"
838
- msgstr "Összes"
839
 
840
  #: .././front/widgets.php:171
841
  msgid "Anonymize stats:"
842
- msgstr ""
843
 
844
  #: .././front/widgets.php:178
845
  msgid "Stats for:"
@@ -851,7 +838,7 @@ msgstr "Köszönet:"
851
 
852
  #: .././gadwp.php:46 .././gadwp.php:55 .././gadwp.php:63
853
  msgid "This is not allowed, read the documentation!"
854
- msgstr ""
855
 
856
  #: .././tools/gapi.php:134
857
  msgid "Use this link to get your access code:"
@@ -863,7 +850,7 @@ msgstr "Hozzáférési kód beszerzése"
863
 
864
  #: .././tools/gapi.php:138 .././tools/gapi.php:139
865
  msgid "Use the red link to get your access code!"
866
- msgstr ""
867
 
868
  #: .././tools/gapi.php:138
869
  msgid "Access Code:"
@@ -879,106 +866,60 @@ msgstr "Organikus keresés"
879
 
880
  #: .././tools/gapi.php:403
881
  msgid "Unique Page Views"
882
- msgstr ""
883
 
884
  #: .././tools/gapi.php:411
885
  msgid "Hour"
886
  msgstr "Óra"
887
 
888
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
889
  msgid "Date"
890
  msgstr "Dátum"
891
 
892
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
893
  msgid "Views"
894
- msgstr "Látogatások"
895
 
896
  #: .././tools/gapi.php:640
897
  msgid "Countries"
898
- msgstr ""
899
 
900
  #: .././tools/gapi.php:650
901
  msgid "Cities from"
902
- msgstr ""
903
 
904
  #: .././tools/gapi.php:722
905
  msgid "Channels"
906
- msgstr ""
907
 
908
  #: .././tools/gapi.php:785
909
  msgid "Type"
910
  msgstr "Típus"
911
 
912
- #: .././tools/gapi.php:880
913
  msgid "UniqueViews"
914
- msgstr "Egyedi látogatások"
915
-
916
- #~ msgid "and/or hide all other domains"
917
- #~ msgstr "és/vagy az összes többi domain eltüntetése"
918
-
919
- #~ msgid "Hide Now"
920
- #~ msgstr "Elrejtés most"
921
-
922
- #~ msgid "about this feature"
923
- #~ msgstr "erről a szolgáltatásról"
924
-
925
- #~ msgid " show page searches (after each article)"
926
- #~ msgstr "oldal keresések mutatása (minden cikk után)"
927
-
928
- #~ msgid " anonymize IPs while tracking"
929
- #~ msgstr "nyomon követés közben IP anonimizálása"
930
-
931
- #~ msgid " enable remarketing, demographics and interests reports"
932
- #~ msgstr "lehetővé remarketing, demográfia és érdeklődés jelentések"
933
-
934
- #~ msgid " track downloads, mailto and outbound links"
935
- #~ msgstr "letöltések, mailto és kimenő linkek követése"
936
-
937
- #~ msgid " enable enhanced link attribution"
938
- #~ msgstr "kibővített link tulajdonság engedélyezése"
939
-
940
- #~ msgid " use your own API Project credentials"
941
- #~ msgstr "használja a saját API Project hitelesítő adatait"
942
-
943
- #~ msgid "disable Switch Profile/View functionality"
944
- #~ msgstr "Profil/Nézet Kapcsoló letiltása"
945
-
946
- #~ msgid "You should watch the"
947
- #~ msgstr "Kérjük, nézze meg ezt a"
948
-
949
- #~ msgid "and read this"
950
- #~ msgstr "és olvassa el ezt az"
951
 
952
- #~ msgid ""
953
- #~ "before proceeding to authorization. This plugin requires a properly "
954
- #~ "configured Google Analytics account"
955
  #~ msgstr ""
956
- #~ "mielőtt engedélyezné. Ezt a bővítményt csak helyesen beállított Google "
957
- #~ "Analytics fiókkal lehet használni"
958
-
959
- #~ msgid "Your feedback and review are both important,"
960
- #~ msgstr "Az Ön visszajelzése és értékelése egyaránt fontos számunkra,"
961
-
962
- #~ msgid "Other"
963
- #~ msgstr "Egyéb"
964
 
965
- #~ msgid "written by the same author"
966
- #~ msgstr "ettől a szerzőtől"
967
 
968
- #~ msgid "Google Analytics Dashboard Settings"
969
- #~ msgstr "Google Analytics vezérlőpult beállítások"
970
-
971
- #~ msgid "A new frontend widget is available! To enable it, go to"
972
- #~ msgstr "Elérhető egy új frontend widget! Engedélyezéshez, menjen a"
973
-
974
- #~ msgid "Appearance -> Widgets"
975
- #~ msgstr "Megjelenés -> Widgetek"
976
 
977
- #~ msgid "and look for Google Analytics Dashboard."
978
- #~ msgstr "menühöz és keresse a Google Analytics vezérlőpultot."
979
 
980
- #~ msgid "Something went wrong, you need to"
981
- #~ msgstr "Valami rosszul ment, szükséges a "
 
 
982
 
983
  #~ msgid "or properly configure your"
984
  #~ msgstr "vagy helyesen beállítani a"
@@ -986,23 +927,30 @@ msgstr "Egyedi látogatások"
986
  #~ msgid "Google Analytics account"
987
  #~ msgstr "Google Analytics fiókját"
988
 
 
 
 
989
  #~ msgid "(find out more"
990
  #~ msgstr "(tudjon meg többet"
991
 
 
 
 
992
  #~ msgid ")"
993
  #~ msgstr ")"
994
 
995
  #~ msgid "Additional Stats & Charts"
996
  #~ msgstr "További statisztikák és grafikonok"
997
 
998
- #~ msgid "Target Geo Map to region:"
999
- #~ msgstr "Cél földrajzi térkép a régióban:"
 
1000
 
1001
  #~ msgid "and render top"
1002
  #~ msgstr "és mutassa a top"
1003
 
1004
  #~ msgid "cities (find out more"
1005
- #~ msgstr "várost (tudjon meg többet"
1006
 
1007
  #~ msgid " show traffic overview"
1008
  #~ msgstr "forgalom áttekintés bekapcsolása"
@@ -1019,6 +967,12 @@ msgstr "Egyedi látogatások"
1019
  #~ msgid "Dumping log data."
1020
  #~ msgstr "Napló adat ürítése."
1021
 
 
 
 
 
 
 
1022
  #~ msgid ""
1023
  #~ "Something went wrong. Please check the Debugging Data section for "
1024
  #~ "possible errors"
@@ -1026,24 +980,47 @@ msgstr "Egyedi látogatások"
1026
  #~ "Valami rosszul ment. Kérjük, ellenőrizze a hibakeresés adatok részben az "
1027
  #~ "esetleges hibákat"
1028
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1029
  #~ msgid "Debugging Data"
1030
  #~ msgstr "Hibakeresés adatok"
1031
 
1032
- #~ msgid "Anonimize chart&#39;s stats:"
1033
- #~ msgstr "Grafikon statisztika anonimizálás:"
1034
 
1035
  #~ msgid "Top Searches"
1036
  #~ msgstr "Legfőbb keresések"
1037
 
1038
- #~ msgid "Error Log"
1039
- #~ msgstr "Hiba napló"
 
 
 
 
 
1040
 
1041
  #~ msgid "Visits"
1042
  #~ msgstr "Látogatások"
1043
 
1044
- #~ msgid "Visitors"
1045
- #~ msgstr "Látogatók"
1046
-
1047
  #~ msgid ""
1048
  #~ "No stats available. Please check the Debugging Data section for possible "
1049
  #~ "errors"
@@ -1051,24 +1028,12 @@ msgstr "Egyedi látogatások"
1051
  #~ "Nincs elérhető statisztika. Kérjük, ellenőrizze a hibakeresés adatok "
1052
  #~ "részben az esetleges hibákat"
1053
 
1054
- #~ msgid "Country/City"
1055
- #~ msgstr "Ország/város"
1056
-
1057
  #~ msgid "Source"
1058
  #~ msgstr "Forrás"
1059
 
1060
- #~ msgid "Traffic Sources"
1061
- #~ msgstr "Forgalmi források"
1062
-
1063
  #~ msgid "New vs. Returning"
1064
  #~ msgstr "Új vagy visszatérő"
1065
 
1066
- #~ msgid "Top Pages"
1067
- #~ msgstr "Legnépszerűbb oldalak"
1068
-
1069
- #~ msgid "Top Referrers"
1070
- #~ msgstr "Leggyakoribb hivatkozók"
1071
-
1072
  #~ msgid "Visits:"
1073
  #~ msgstr "Látogatások:"
1074
 
@@ -1081,12 +1046,6 @@ msgstr "Egyedi látogatások"
1081
  #~ msgid "Bounce Rate:"
1082
  #~ msgstr "Visszafordulási arány:"
1083
 
1084
- #~ msgid "Organic Search:"
1085
- #~ msgstr "Organikus keresés:"
1086
-
1087
- #~ msgid "Pages per Visit:"
1088
- #~ msgstr "Oldal / látogató"
1089
-
1090
  #~ msgid ""
1091
  #~ "This is a beta feature and is only available when using my Developer Key! "
1092
  #~ "("
@@ -1097,81 +1056,26 @@ msgstr "Egyedi látogatások"
1097
  #~ msgid "more about this feature"
1098
  #~ msgstr "többet erről a szolgáltatásról"
1099
 
1100
- #~ msgid "RETURN"
1101
  #~ msgstr "VISSZATÉRŐ"
1102
 
1103
- #~ msgid "Visits from "
1104
- #~ msgstr "Látogatások innen "
1105
-
1106
  #~ msgid "Visits by Country"
1107
  #~ msgstr "Látogatások országonként"
1108
 
1109
  #~ msgid "Traffic Overview"
1110
  #~ msgstr "Forgalom áttekintés"
1111
 
1112
- #~ msgid " show page visits and visitors in frontend (after each article)"
1113
- #~ msgstr ""
1114
- #~ "oldal látogatások és látogatók mutatása a weblapon (minden cikk után)"
1115
-
1116
- #~ msgid " show Geo Map chart for visits"
1117
- #~ msgstr "földrajzi adatok mutatása a látogatásokhoz"
1118
-
1119
- #~ msgid "You can find support on"
1120
- #~ msgstr "A segítséget megtalálhatja itt:"
1121
-
1122
- #~ msgid "service with visitors tracking at IP level."
1123
- #~ msgstr "szolgáltatás látogatók nyomon követésével IP szinten"
1124
-
1125
- #~ msgid "Total Visits:"
1126
- #~ msgstr "Összes látogatás:"
1127
-
1128
- #~ msgid "PHP CURL is required. Please install/enable PHP CURL!"
1129
- #~ msgstr "CURL szükséges. Kérjük, telepítse/engedélyezze a CURL-t!"
1130
-
1131
- #~ msgid "Options saved."
1132
- #~ msgstr "Beállítások mentve."
1133
-
1134
- #~ msgid "Show stats to: "
1135
- #~ msgstr "Statisztikák megjelenítése:"
1136
-
1137
  #~ msgid "Update Options"
1138
  #~ msgstr "Beállítások frissítése"
1139
 
1140
- #~ msgid "Tracking Options: "
1141
- #~ msgstr "Követés beállítások:"
1142
-
1143
- #~ msgid "Tracking Type: "
1144
- #~ msgstr "Követési típus:"
1145
-
1146
- #, fuzzy
1147
- #~ msgid "User Type: "
1148
- #~ msgstr "Követési típus:"
1149
-
1150
- #~ msgid "Exclude tracking for: "
1151
- #~ msgstr "Követés kizárása a következőkre:"
1152
-
1153
- #~ msgid "Select Domain: "
1154
- #~ msgstr "Domain kiválasztása:"
1155
-
1156
- #~ msgid "Theme Color: "
1157
- #~ msgstr "Téma színe:"
1158
-
1159
- #~ msgid "&#39; trend"
1160
- #~ msgstr "&#39; trend"
1161
-
1162
- #~ msgid "DeConf Help Center"
1163
- #~ msgstr "DeConf Help Center"
1164
-
1165
  #~ msgid "Custom Code"
1166
  #~ msgstr "Egyéni kód"
1167
 
1168
  #~ msgid "Your Tracking Code:"
1169
  #~ msgstr "Követési kód:"
1170
 
1171
- #~ msgid ""
1172
- #~ " (watch this <a href='http://deconf.com/projects/google-analytics-"
1173
- #~ "dashboard-for-wordpress/' target='_blank'>Step by step video tutorial</a>)"
1174
- #~ msgstr ""
1175
- #~ " (tekintse meg a <a href='http://deconf.com/projects/google-analytics-"
1176
- #~ "dashboard-for-wordpress/' target='_blank'>Lépésről lépésre videó "
1177
- #~ "bemutató</a>t)"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Google Analytics Dashboard for WP 4.7.2\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
+ "POT-Creation-Date: 2015-05-20 21:45+0200\n"
7
+ "PO-Revision-Date: 2015-05-20 21:45+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
+ "Language-Team: I love WordPress <info@ilovewp.net>\n"
10
  "Language: hu_HU\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
20
 
21
  #: .././admin/item-reports.php:67
22
  msgid "Analytics"
23
+ msgstr "Statisztika"
24
 
25
+ #: .././admin/settings.php:94 .././admin/settings.php:197
26
+ #: .././admin/settings.php:328 .././admin/settings.php:800
27
+ #: .././admin/settings.php:1069
28
  msgid "Settings saved."
29
+ msgstr "Beállítások mentve."
30
+
31
+ #: .././admin/settings.php:96 .././admin/settings.php:199
32
+ #: .././admin/settings.php:330 .././admin/settings.php:777
33
+ #: .././admin/settings.php:787 .././admin/settings.php:796
34
+ #: .././admin/settings.php:802 .././admin/settings.php:814
35
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
36
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
37
+ #: .././admin/settings.php:1083
38
  msgid "Cheating Huh?"
39
+ msgstr "Csalás Huh?"
40
 
41
+ #: .././admin/settings.php:100 .././admin/settings.php:203
42
+ #: .././admin/settings.php:334 .././admin/settings.php:644
43
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
+ msgstr "Valami rosszul ment, tekintse meg itt: %1$s vagy %2$s."
47
 
48
+ #: .././admin/settings.php:100 .././admin/settings.php:203
49
+ #: .././admin/settings.php:334 .././admin/settings.php:644
50
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
+ msgstr "Hibák és hibakeresés"
54
 
55
+ #: .././admin/settings.php:100 .././admin/settings.php:203
56
+ #: .././admin/settings.php:334 .././admin/settings.php:644
57
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
58
  msgid "authorize the plugin"
59
+ msgstr "engedélyezze a bővítményt"
60
 
61
  #: .././admin/settings.php:105
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Google Analytics weblap beállítások"
64
 
65
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
66
  msgid "Permissions"
67
+ msgstr "Jogosultságok"
68
 
69
+ #: .././admin/settings.php:118 .././admin/settings.php:221
70
  msgid "Show stats to:"
71
+ msgstr "Statisztikák megjelenítése:"
72
 
73
+ #: .././admin/settings.php:157
74
  msgid "show page sessions and users in frontend (after each article)"
75
  msgstr ""
76
+ "munkamenetek és felhasználók megjelenítése a frontenden (minden cikk után)"
77
 
78
+ #: .././admin/settings.php:168
79
  msgid "show page searches (after each article)"
80
+ msgstr "keresés megjelenítése (minden cikk után)"
81
 
82
+ #: .././admin/settings.php:175 .././admin/settings.php:308
83
+ #: .././admin/settings.php:602 .././admin/settings.php:945
84
+ #: .././admin/settings.php:1233
85
  msgid "Save Changes"
86
+ msgstr "Beállítások mentése"
87
 
88
+ #: .././admin/settings.php:208
89
  msgid "Google Analytics Backend Settings"
90
+ msgstr "Google Analytics admin beállítások"
 
 
 
 
 
91
 
92
+ #: .././admin/settings.php:262
93
  msgid "enable Switch View functionality"
94
+ msgstr "nézet átkapcsolásának engedélyezése"
95
 
96
+ #: .././admin/settings.php:273
97
  msgid "enable reports on Posts List and Pages List"
98
+ msgstr "jelentések engedélyezése a Bejegyzés és Oldalak lista nézetében"
99
 
100
+ #: .././admin/settings.php:284
101
  msgid "enable the main Dashboard Widget"
102
+ msgstr "fő vezérlőpult widget engedélyezése"
103
 
104
+ #: .././admin/settings.php:288
105
  msgid "Real-Time Settings"
106
  msgstr "Valós idejű beállítások"
107
 
108
+ #: .././admin/settings.php:291
109
  msgid "Maximum number of pages to display on real-time tab:"
110
  msgstr "Maximális oldalszám megjelenítése a valós idejű fülön:"
111
 
112
+ #: .././admin/settings.php:296
113
  msgid "Location Settings"
114
+ msgstr "Helybeállítások"
115
 
116
+ #: .././admin/settings.php:300
117
  msgid "Target Geo Map to country:"
118
+ msgstr "Cél földrajzi térkép (ország):"
119
 
120
+ #: .././admin/settings.php:337
121
  msgid ""
122
  "The tracking component is disabled. You should set <strong>Tracking Options</"
123
  "strong> to <strong>Enabled</strong>"
124
  msgstr ""
125
+ "A követés le van tiltva. Kapcsolja át a <strong>Követési opciók</strong>-at "
126
+ "<strong>Engedélyezve</strong>-re"
127
 
128
+ #: .././admin/settings.php:342
129
  msgid "Google Analytics Tracking Code"
130
  msgstr "Google Analytics követőkód"
131
 
132
+ #: .././admin/settings.php:351
133
  msgid "Basic Settings"
134
+ msgstr "Alapbeállítások"
135
 
136
+ #: .././admin/settings.php:352 .././admin/settings.php:418
137
  msgid "Events Tracking"
138
  msgstr "Események követése"
139
 
140
+ #: .././admin/settings.php:353 .././admin/settings.php:466
141
  msgid "Custom Definitions"
142
+ msgstr "Egyéni meghatározások"
143
 
144
+ #: .././admin/settings.php:354 .././admin/settings.php:564
145
+ #: .././admin/settings.php:1216
146
  msgid "Exclude Tracking"
147
  msgstr "Követés kizárás"
148
 
149
+ #: .././admin/settings.php:355
150
  msgid "Advanced Settings"
151
+ msgstr "Speciális beállítások"
152
 
153
+ #: .././admin/settings.php:363
 
 
 
 
 
154
  msgid "Tracking Settings"
155
  msgstr "Követési beállítások"
156
 
157
+ #: .././admin/settings.php:366
158
  msgid "Tracking Options:"
159
+ msgstr "Követési opciók:"
160
 
161
+ #: .././admin/settings.php:368
162
  msgid "Disabled"
163
  msgstr "Letiltva"
164
 
165
+ #: .././admin/settings.php:369
166
  msgid "Enabled"
167
  msgstr "Engedélyezve"
168
 
169
+ #: .././admin/settings.php:377 .././admin/settings.php:892
170
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
171
  #: .././admin/widgets.php:71
172
  msgid "View Name:"
173
+ msgstr "Nézet neve:"
174
 
175
+ #: .././admin/settings.php:377 .././admin/settings.php:913
176
  msgid "Tracking ID:"
177
  msgstr "Követési azonosító:"
178
 
179
+ #: .././admin/settings.php:377 .././admin/settings.php:913
180
  msgid "Default URL:"
181
  msgstr "Alapértelmezett webcím:"
182
 
183
+ #: .././admin/settings.php:377 .././admin/settings.php:913
184
  msgid "Time Zone:"
185
  msgstr "Időzóna:"
186
 
187
+ #: .././admin/settings.php:382
 
188
  msgid "Basic Tracking"
189
+ msgstr "Alapszintű követés"
190
 
191
+ #: .././admin/settings.php:385
192
  msgid "Tracking Type:"
193
+ msgstr "Követés típusa:"
194
 
195
+ #: .././admin/settings.php:387
196
  msgid "Classic Analytics"
197
+ msgstr "Klasszikus"
198
 
199
+ #: .././admin/settings.php:388
200
  msgid "Universal Analytics"
201
+ msgstr "Univerzális"
202
 
203
+ #: .././admin/settings.php:399
204
  msgid "anonymize IPs while tracking"
205
+ msgstr "IP címek anonimizálása követés közben"
206
 
207
+ #: .././admin/settings.php:410
208
  msgid "enable remarketing, demographics and interests reports"
209
  msgstr ""
210
+ "remarketing, demográfiai és érdeklődési területekre vonatkozó jelentések "
211
+ "engedélyezése"
212
 
213
+ #: .././admin/settings.php:428
214
  msgid "track downloads, mailto and outbound links"
215
+ msgstr "letöltések, mailto (email) és kimenő linkek követése"
216
 
217
+ #: .././admin/settings.php:432
 
218
  msgid "Downloads Regex:"
219
+ msgstr "Letöltés regex:"
220
 
221
+ #: .././admin/settings.php:443
222
  msgid "track affiliate links matching this regex"
223
+ msgstr "partner linkek követése ennek a regexnek megfelelően"
224
 
225
+ #: .././admin/settings.php:447
226
  msgid "Affiliates Regex:"
227
+ msgstr "Partner regex:"
228
 
229
+ #: .././admin/settings.php:458
230
  msgid "track fragment identifiers, hashmarks (#) in URI links"
231
+ msgstr "töredékazonosítók követése, hashmark (#) az URI linkekben"
232
 
233
+ #: .././admin/settings.php:469
234
  msgid "Authors:"
235
+ msgstr "Szerzők:"
236
 
237
+ #: .././admin/settings.php:477
238
  msgid "Publication Year:"
239
+ msgstr "Megjelenés éve:"
240
 
241
+ #: .././admin/settings.php:485
242
  msgid "Categories:"
243
+ msgstr "Kategóriák:"
244
 
245
+ #: .././admin/settings.php:493
246
  msgid "User Type:"
247
+ msgstr "Felhasználó típus:"
248
 
249
+ #: .././admin/settings.php:505
 
250
  msgid "Advanced Tracking"
251
+ msgstr "Haladó követés"
252
 
253
+ #: .././admin/settings.php:508
 
254
  msgid "Page Speed SR:"
255
+ msgstr "Page Speed SR:"
256
 
257
+ #: .././admin/settings.php:519
258
  msgid "exclude events from bounce-rate calculation"
259
+ msgstr "események kizárása a visszafordulási arány kiszámításából"
260
 
261
+ #: .././admin/settings.php:530
262
  msgid "enable enhanced link attribution"
263
+ msgstr "speciális linkhozzárendelés használatának engedélyezése"
264
 
265
+ #: .././admin/settings.php:541
266
  msgid "enable AdSense account linking"
267
+ msgstr "AdSense fiók összekapcsolás engedélyezése"
268
 
269
+ #: .././admin/settings.php:552
270
  msgid "enable cross domain tracking"
271
+ msgstr "cross domain követés engedélyezése"
272
 
273
+ #: .././admin/settings.php:556
274
  msgid "Cross Domains:"
275
+ msgstr "Cross domainek:"
276
 
277
+ #: .././admin/settings.php:567
278
  msgid "Exclude tracking for:"
279
+ msgstr "Követés kizárása a következőkre:"
280
 
281
+ #: .././admin/settings.php:648
282
  msgid "Google Analytics Errors & Debugging"
283
+ msgstr "Google Analytics hibák és hibakeresés"
284
 
285
+ #: .././admin/settings.php:658
286
  msgid "Errors & Details"
287
+ msgstr "Hibák és részletek"
288
 
289
+ #: .././admin/settings.php:659
290
  msgid "Plugin Settings"
291
+ msgstr "Bővítmény beállítások"
 
 
 
 
 
292
 
293
+ #: .././admin/settings.php:667
294
  msgid "Last Error detected"
295
+ msgstr "Utolsó észlelt hiba"
296
 
297
+ #: .././admin/settings.php:673 .././admin/settings.php:686
298
  msgid "None"
299
+ msgstr "Semmi"
300
 
301
+ #: .././admin/settings.php:680
302
  msgid "Error Details"
303
+ msgstr "Hiba részletek"
304
 
305
+ #: .././admin/settings.php:700
306
  msgid "Plugin Configuration"
307
+ msgstr "Bővítmény beállítások"
308
 
309
+ #: .././admin/settings.php:722 .././admin/settings.php:980
310
  msgid ""
311
  "Loading the required libraries. If this results in a blank screen or a fatal "
312
  "error, try this solution:"
313
  msgstr ""
314
+ "A szükséges könyvtárak betöltése. Ha az eredmény egy üres képernyő vagy "
315
+ "végzetes hiba, próbálja ki ezt a megoldást:"
316
 
317
+ #: .././admin/settings.php:722
318
  msgid "Library conflicts between WordPress plugins"
319
+ msgstr "WordPress bővítmények közötti ütközés"
320
 
321
+ #: .././admin/settings.php:737 .././admin/settings.php:997
322
  msgid "Plugin authorization succeeded."
323
  msgstr "Bővítmény engedélyezése sikeres."
324
 
325
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
326
  msgid ""
327
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
328
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
329
  msgstr ""
330
+ "A hozzáférési kód<strong>NEM</strong> az ön <strong>Követési azonosítója</"
331
+ "strong> (UA-XXXXX-X). Próbálja újból, és használja a piros linket, hogy a "
332
+ "hozzáférési kódot megkapja"
333
 
334
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
335
  msgid "Cleared Cache."
336
+ msgstr "Cache kiürítve."
337
 
338
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
339
  msgid "Token Reseted and Revoked."
340
  msgstr "Token visszaállítva és visszavonva."
341
 
342
+ #: .././admin/settings.php:794
343
  msgid "All errors reseted."
344
+ msgstr "Összes hiba törölve."
345
 
346
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
347
  msgid "All other domains/properties were removed."
348
  msgstr "Összes többi domain/tulajdon eltávolításra került."
349
 
350
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
351
  msgid "Google Analytics Settings"
352
  msgstr "Google Analytics beállítások"
353
 
354
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
355
  msgid "Use the red link (see below) to generate and get your access code!"
356
  msgstr ""
357
+ "Használja a piros linket (lásd alul), hogy a hozzáférési kódot legenerálja "
358
+ "és megkapja!"
359
 
360
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
361
  msgid "Plugin Authorization"
362
+ msgstr "Bővítmény engedélyezése"
363
 
364
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
365
  #, php-format
366
  msgid ""
367
  "You should watch the %1$s and read this %2$s before proceeding to "
368
  "authorization. This plugin requires a properly configured Google Analytics "
369
  "account!"
370
  msgstr ""
371
+ "Nézze meg a %1$s és olvassa el az %2$s mielőtt engedélyezné a bővítményt. "
372
+ "Ezt a bővítményt csak helyesen beállított Google Analytics fiókkal lehet "
373
+ "használni!"
374
 
375
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
376
  msgid "video"
377
  msgstr "videót"
378
 
379
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
380
  msgid "tutorial"
381
+ msgstr "útmutatót"
382
 
383
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
384
  msgid "use your own API Project credentials"
385
+ msgstr "saját API Project adatainak használata"
386
 
387
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
388
  msgid "API Key:"
389
  msgstr "API key:"
390
 
391
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
392
  msgid "Client ID:"
393
  msgstr "Client ID:"
394
 
395
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
396
  msgid "Client Secret:"
397
  msgstr "Client Secret:"
398
 
399
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
400
  msgid "Clear Authorization"
401
  msgstr "Engedélyezés törlése"
402
 
403
+ #: .././admin/settings.php:876 .././admin/settings.php:951
404
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
405
  msgid "Clear Cache"
406
  msgstr "Cache ürítése"
407
 
408
+ #: .././admin/settings.php:876
409
  msgid "Reset Errors"
410
+ msgstr "Hibák törlése"
411
 
412
+ #: .././admin/settings.php:882 .././admin/setup.php:80
413
  #: .././admin/setup.php:115
414
  msgid "General Settings"
415
  msgstr "Általános beállítások"
416
 
417
+ #: .././admin/settings.php:885
418
  msgid "Select View:"
419
+ msgstr "Nézet kiválasztása:"
420
 
421
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
422
  msgid "Property not found"
423
+ msgstr "Tulajdon nem található"
424
 
425
+ #: .././admin/settings.php:901
426
  msgid "Lock Selection"
427
+ msgstr "Kiválasztás zárolása"
428
 
429
+ #: .././admin/settings.php:919
430
  msgid "Theme Color:"
431
+ msgstr "Téma színe:"
432
 
433
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
434
  msgid "Automatic Updates"
435
+ msgstr "Automatikus frissítések"
436
 
437
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
438
  msgid ""
439
  "automatic updates for minor versions (security and maintenance releases only)"
440
  msgstr ""
441
+ "alverziók automatikus frissítései (csak biztonsági és karbantartási kiadások)"
442
 
443
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
444
  #: .././admin/widgets.php:42
445
  msgid "Authorize Plugin"
446
  msgstr "Bővítmény engedélyezése"
447
 
448
+ #: .././admin/settings.php:1027
449
  msgid "Properties refreshed."
450
+ msgstr "Tulajdon frissítve."
451
 
452
+ #: .././admin/settings.php:1111
453
  msgid "Network Setup"
454
+ msgstr "Hálózat beállítása"
455
 
456
+ #: .././admin/settings.php:1121
457
  msgid "use a single Google Analytics account for the entire network"
458
+ msgstr "egy Google Analytics fiókot használjon a teljes hálózaton"
459
 
460
+ #: .././admin/settings.php:1165
461
  msgid "Refresh Properties"
462
+ msgstr "Tulajdon frissítése"
463
 
464
+ #: .././admin/settings.php:1171
 
465
  msgid "Properties/Views Settings"
466
+ msgstr "Tulajdon/Nézet beállítások"
467
 
468
+ #: .././admin/settings.php:1226
469
  msgid "exclude Super Admin tracking for the entire network"
470
+ msgstr "Super Admin követésének kizárása a teljes hálózaton"
471
 
472
+ #: .././admin/settings.php:1271
473
  msgid "Setup Tutorial & Demo"
474
+ msgstr "Telepítési útmutató és demo"
475
 
476
+ #: .././admin/settings.php:1279
477
  msgid "Support & Reviews"
478
  msgstr "Támogatás és vélemények"
479
 
480
+ #: .././admin/settings.php:1286
481
  #, php-format
482
  msgid "Plugin documentation and support on %s"
483
+ msgstr "Bővítmény dokumentáció és támogatás: %s"
484
 
485
+ #: .././admin/settings.php:1293
486
  #, php-format
487
  msgid "Your feedback and review are both important, %s!"
488
+ msgstr "A visszajelzése és értékelése is fontos számunkra, %s!"
489
 
490
+ #: .././admin/settings.php:1293
491
  msgid "rate this plugin"
492
  msgstr "értékelje ezt a bővítményt"
493
 
494
+ #: .././admin/settings.php:1299
495
  msgid "Further Reading"
496
+ msgstr "További olvasnivaló"
497
 
498
+ #: .././admin/settings.php:1306
499
  #, php-format
500
  msgid "%s by moving your website to HTTPS/SSL."
501
+ msgstr "%s HTTPS/SSL segítségével."
502
 
503
+ #: .././admin/settings.php:1306
504
  msgid "Improve search rankings"
505
+ msgstr "Keresési rangsor javítása"
506
 
507
+ #: .././admin/settings.php:1313
508
  #, php-format
509
  msgid "Other %s written by the same author"
510
+ msgstr "További %s ugyanettől a szerzőtől"
511
 
512
+ #: .././admin/settings.php:1313
513
  msgid "WordPress Plugins"
514
  msgstr "WordPress bővítmények"
515
 
516
+ #: .././admin/settings.php:1319
517
  msgid "Other Services"
518
+ msgstr "Egyéb szolgáltatások"
519
 
520
+ #: .././admin/settings.php:1326
521
  #, php-format
522
  msgid "Speed up your website and plug into a whole %s"
523
+ msgstr "Gyorsítsa fel honlapját és emelje egy teljesen %s"
524
 
525
+ #: .././admin/settings.php:1326
526
  msgid "new level of site speed"
527
+ msgstr "új szintre a webhely sebességét"
528
 
529
+ #: .././admin/settings.php:1333
530
  #, php-format
531
  msgid "%s service with users tracking at IP level."
532
+ msgstr "%s szolgáltatás felhasználói nyomkövetéssel IP szinten."
533
 
534
+ #: .././admin/settings.php:1333
535
  msgid "Web Analytics"
536
+ msgstr "Web Statisztika"
537
 
538
  #: .././admin/setup.php:76 .././admin/setup.php:111
539
  msgid "Google Analytics"
575
 
576
  #: .././admin/setup.php:202 .././admin/setup.php:218
577
  msgid "Unique Views"
578
+ msgstr "Egyedi megtekintések"
579
 
580
  #: .././admin/setup.php:203 .././admin/setup.php:219
581
  #: .././admin/widgets.php:136 .././admin/widgets.php:875
582
  #: .././tools/gapi.php:391
583
  msgid "Users"
584
+ msgstr "Felhasználók"
585
 
586
  #: .././admin/setup.php:204 .././admin/widgets.php:137
587
  msgid "Organic"
591
  #: .././admin/widgets.php:138 .././admin/widgets.php:879
592
  #: .././tools/gapi.php:394
593
  msgid "Page Views"
594
+ msgstr "Oldal megtekintések"
595
 
596
  #: .././admin/setup.php:206 .././admin/setup.php:221
597
  #: .././admin/widgets.php:139 .././admin/widgets.php:883
601
 
602
  #: .././admin/setup.php:207 .././admin/widgets.php:140
603
  msgid "Location"
604
+ msgstr "Hely"
605
 
606
  #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
607
  msgid "Referrers"
608
+ msgstr "Hivatkozók"
609
 
610
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
611
+ #: .././tools/gapi.php:918
612
  msgid "Searches"
613
+ msgstr "Keresések"
614
 
615
  #: .././admin/setup.php:210 .././admin/widgets.php:144
616
  msgid "Traffic Details"
617
+ msgstr "Forgalmi adatok"
618
 
619
  #: .././admin/setup.php:213 .././admin/widgets.php:510
620
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
621
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
622
  msgid "A JavaScript Error is blocking plugin resources!"
623
+ msgstr "Egy JavaScript hiba blokkolja a bővítmény forrásait!"
624
 
625
  #: .././admin/setup.php:214 .././admin/widgets.php:713
626
  msgid "Traffic Mediums"
627
+ msgstr "Forgalmi közeg"
628
 
629
  #: .././admin/setup.php:215 .././admin/widgets.php:729
630
  msgid "Visitor Type"
631
+ msgstr "Látogató típus"
632
 
633
  #: .././admin/setup.php:216 .././admin/widgets.php:745
634
  msgid "Social Networks"
635
+ msgstr "Közösségi hálózatok"
636
 
637
  #: .././admin/setup.php:217 .././admin/widgets.php:761
638
  msgid "Search Engines"
639
+ msgstr "Keresőmotorok"
640
 
641
  #: .././admin/setup.php:222 .././admin/widgets.php:887
642
  msgid "Organic Search"
643
+ msgstr "Organikus keresés"
644
 
645
  #: .././admin/setup.php:223 .././admin/widgets.php:891
646
  msgid "Pages/Session"
647
+ msgstr "Oldal / munkamenet"
648
 
649
  #: .././admin/setup.php:224 .././admin/widgets.php:523
650
  #: .././admin/widgets.php:541 .././admin/widgets.php:620
651
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
652
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
653
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
654
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
655
+ #: .././front/item-reports.php:128
656
  msgid "Invalid response, more details in JavaScript Console (F12)."
657
+ msgstr "Érvénytelen válasz, további részletek a JavaScript Konzolban (F12)."
658
 
659
  #: .././admin/setup.php:225
660
  msgid "Not enough data collected"
661
+ msgstr "Nincs elegendő összegyűjtött adat"
662
 
663
  #: .././admin/setup.php:226 .././admin/widgets.php:528
664
  #: .././admin/widgets.php:546 .././admin/widgets.php:625
666
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
667
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
668
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
669
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
670
  #: .././front/widgets.php:110
671
  msgid "This report is unavailable"
672
+ msgstr "Ez a jelentés nem elérhető"
673
 
674
  #: .././admin/setup.php:227
675
  msgid "report generated by"
676
+ msgstr "jelentést generálta"
677
 
678
  #: .././admin/setup.php:267
679
  msgid "Settings"
698
  #: .././admin/widgets.php:89 .././admin/widgets.php:100
699
  msgid "An admin should asign a default Google Analytics Profile."
700
  msgstr ""
701
+ "Az alapértelmezett Google Analytics profilt egy adminisztrátornak kell "
702
+ "kijelölnie."
703
 
704
  #: .././admin/widgets.php:89 .././admin/widgets.php:100
705
  msgid "Select Domain"
710
  "Something went wrong while retrieving property data. You need to create and "
711
  "properly configure a Google Analytics account:"
712
  msgstr ""
713
+ "Valami rosszul ment a tulajdon lekérése közben. Egy jól konfigurált Google "
714
+ "Analytics fiókra van szüksége:"
715
 
716
  #: .././admin/widgets.php:105
717
  msgid "Find out more!"
729
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
730
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
731
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
732
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
733
  msgid "Sessions"
734
+ msgstr "Munkamenetek"
735
 
736
  #: .././admin/widgets.php:141 .././tools/gapi.php:521
737
  msgid "Pages"
738
+ msgstr "Oldalak"
739
 
740
  #: .././admin/widgets.php:232 .././admin/widgets.php:472
741
  msgid "REFERRAL"
753
  #: .././admin/widgets.php:244 .././admin/widgets.php:363
754
  #: .././admin/widgets.php:475
755
  msgid "CAMPAIGN"
756
+ msgstr "KAMPÁNY"
757
 
758
  #: .././admin/widgets.php:248 .././admin/widgets.php:366
759
  #: .././admin/widgets.php:478
772
  msgid "KEYWORDS"
773
  msgstr "KULCSSZAVAK"
774
 
775
+ #: .././front/item-reports.php:143
776
  msgid "Views vs UniqueViews"
777
+ msgstr "Megtekintések vs egyedi megtekintések"
778
 
779
+ #: .././front/item-reports.php:193
780
  msgid "Google Analytics Reports"
781
+ msgstr "Google Analytics jelentések"
782
 
783
  #: .././front/widgets.php:23
784
  msgid "Will display your google analytics stats in a widget"
786
 
787
  #: .././front/widgets.php:46 .././tools/gapi.php:827
788
  msgid "trend"
789
+ msgstr "trend"
790
 
791
  #: .././front/widgets.php:133
792
  msgid "Period:"
794
 
795
  #: .././front/widgets.php:133
796
  msgid "Sessions:"
797
+ msgstr "Munkamenetek:"
798
 
799
  #: .././front/widgets.php:137
800
  msgid "generated by"
822
 
823
  #: .././front/widgets.php:167
824
  msgid "Totals"
825
+ msgstr "Összegzés"
826
 
827
  #: .././front/widgets.php:171
828
  msgid "Anonymize stats:"
829
+ msgstr "Névtelen statisztika:"
830
 
831
  #: .././front/widgets.php:178
832
  msgid "Stats for:"
838
 
839
  #: .././gadwp.php:46 .././gadwp.php:55 .././gadwp.php:63
840
  msgid "This is not allowed, read the documentation!"
841
+ msgstr "Ez nem engedélyezett, olvassa el a dokumentációt!"
842
 
843
  #: .././tools/gapi.php:134
844
  msgid "Use this link to get your access code:"
850
 
851
  #: .././tools/gapi.php:138 .././tools/gapi.php:139
852
  msgid "Use the red link to get your access code!"
853
+ msgstr "Használja a piros linket, hogy a hozzáférési kódot megkapja!"
854
 
855
  #: .././tools/gapi.php:138
856
  msgid "Access Code:"
866
 
867
  #: .././tools/gapi.php:403
868
  msgid "Unique Page Views"
869
+ msgstr "Egyedi oldalmegtekintések"
870
 
871
  #: .././tools/gapi.php:411
872
  msgid "Hour"
873
  msgstr "Óra"
874
 
875
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
876
  msgid "Date"
877
  msgstr "Dátum"
878
 
879
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
880
  msgid "Views"
881
+ msgstr "Megtekintések"
882
 
883
  #: .././tools/gapi.php:640
884
  msgid "Countries"
885
+ msgstr "Országok"
886
 
887
  #: .././tools/gapi.php:650
888
  msgid "Cities from"
889
+ msgstr "Városok"
890
 
891
  #: .././tools/gapi.php:722
892
  msgid "Channels"
893
+ msgstr "Csatornák"
894
 
895
  #: .././tools/gapi.php:785
896
  msgid "Type"
897
  msgstr "Típus"
898
 
899
+ #: .././tools/gapi.php:878
900
  msgid "UniqueViews"
901
+ msgstr "Egyedi megtekintések"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
902
 
903
+ #~ msgid "Read %s for more information about Frontend Features and Options."
 
 
904
  #~ msgstr ""
905
+ #~ "Olvassa el %s további információkért a weblap funkciókról és "
906
+ #~ "beállításokról."
 
 
 
 
 
 
907
 
908
+ #~ msgid "this documentation page"
909
+ #~ msgstr "ezt a dokumentációs oldalt"
910
 
911
+ #~ msgid "Read %s for more information about Backend Features and Options."
912
+ #~ msgstr ""
913
+ #~ "Olvassa el %s további információkért az admin funkciókról és "
914
+ #~ "beállításokról."
 
 
 
 
915
 
916
+ #~ msgid "For more information about Tracking Options read %s."
917
+ #~ msgstr "További információkért a követési beállításokról olvassa el %s."
918
 
919
+ #~ msgid "For errors and/or other issues check %s and related resources."
920
+ #~ msgstr ""
921
+ #~ "Hibákért és/vagy egyéb kérdésekért tekintse meg %s és a kapcsolódó "
922
+ #~ "forrásokat."
923
 
924
  #~ msgid "or properly configure your"
925
  #~ msgstr "vagy helyesen beállítani a"
927
  #~ msgid "Google Analytics account"
928
  #~ msgstr "Google Analytics fiókját"
929
 
930
+ #~ msgid "Google Analytics Dashboard Settings"
931
+ #~ msgstr "Google Analytics vezérlőpult beállítások"
932
+
933
  #~ msgid "(find out more"
934
  #~ msgstr "(tudjon meg többet"
935
 
936
+ #~ msgid "about this feature"
937
+ #~ msgstr "erről a szolgáltatásról"
938
+
939
  #~ msgid ")"
940
  #~ msgstr ")"
941
 
942
  #~ msgid "Additional Stats & Charts"
943
  #~ msgstr "További statisztikák és grafikonok"
944
 
945
+ #, fuzzy
946
+ #~ msgid " show Geo Map chart for sessions"
947
+ #~ msgstr "földrajzi adatok mutatása a látogatásokhoz"
948
 
949
  #~ msgid "and render top"
950
  #~ msgstr "és mutassa a top"
951
 
952
  #~ msgid "cities (find out more"
953
+ #~ msgstr "városok (tudjon meg többet"
954
 
955
  #~ msgid " show traffic overview"
956
  #~ msgstr "forgalom áttekintés bekapcsolása"
967
  #~ msgid "Dumping log data."
968
  #~ msgstr "Napló adat ürítése."
969
 
970
+ #, fuzzy
971
+ #~ msgid ""
972
+ #~ "PHP CURL is required. Ask your hosting provider to install/enable PHP "
973
+ #~ "CURL!"
974
+ #~ msgstr "CURL szükséges. Kérjük, telepítse/engedélyezze a CURL-t!"
975
+
976
  #~ msgid ""
977
  #~ "Something went wrong. Please check the Debugging Data section for "
978
  #~ "possible errors"
980
  #~ "Valami rosszul ment. Kérjük, ellenőrizze a hibakeresés adatok részben az "
981
  #~ "esetleges hibákat"
982
 
983
+ #~ msgid "You should watch the"
984
+ #~ msgstr "Kérjük, nézze meg ezt a"
985
+
986
+ #~ msgid "and read this"
987
+ #~ msgstr "és olvassa el ezt az"
988
+
989
+ #~ msgid "and/or hide all other domains"
990
+ #~ msgstr "és/vagy az összes többi domain eltüntetése"
991
+
992
+ #~ msgid "Hide Now"
993
+ #~ msgstr "Elrejtés most"
994
+
995
+ #~ msgid "A new frontend widget is available! To enable it, go to"
996
+ #~ msgstr "Elérhető egy új frontend widget! Engedélyezéshez, menjen a"
997
+
998
+ #~ msgid "Appearance -> Widgets"
999
+ #~ msgstr "Megjelenés -> Widgetek"
1000
+
1001
+ #~ msgid "and look for Google Analytics Dashboard."
1002
+ #~ msgstr "menühöz és keresse a Google Analytics vezérlőpultot."
1003
+
1004
  #~ msgid "Debugging Data"
1005
  #~ msgstr "Hibakeresés adatok"
1006
 
1007
+ #~ msgid "Other"
1008
+ #~ msgstr "Egyéb"
1009
 
1010
  #~ msgid "Top Searches"
1011
  #~ msgstr "Legfőbb keresések"
1012
 
1013
+ #~ msgid ""
1014
+ #~ " (watch this <a href='http://deconf.com/projects/google-analytics-"
1015
+ #~ "dashboard-for-wordpress/' target='_blank'>Step by step video tutorial</a>)"
1016
+ #~ msgstr ""
1017
+ #~ " (tekintse meg a <a href='http://deconf.com/projects/google-analytics-"
1018
+ #~ "dashboard-for-wordpress/' target='_blank'>Lépésről lépésre videó "
1019
+ #~ "bemutató</a>t)"
1020
 
1021
  #~ msgid "Visits"
1022
  #~ msgstr "Látogatások"
1023
 
 
 
 
1024
  #~ msgid ""
1025
  #~ "No stats available. Please check the Debugging Data section for possible "
1026
  #~ "errors"
1028
  #~ "Nincs elérhető statisztika. Kérjük, ellenőrizze a hibakeresés adatok "
1029
  #~ "részben az esetleges hibákat"
1030
 
 
 
 
1031
  #~ msgid "Source"
1032
  #~ msgstr "Forrás"
1033
 
 
 
 
1034
  #~ msgid "New vs. Returning"
1035
  #~ msgstr "Új vagy visszatérő"
1036
 
 
 
 
 
 
 
1037
  #~ msgid "Visits:"
1038
  #~ msgstr "Látogatások:"
1039
 
1046
  #~ msgid "Bounce Rate:"
1047
  #~ msgstr "Visszafordulási arány:"
1048
 
 
 
 
 
 
 
1049
  #~ msgid ""
1050
  #~ "This is a beta feature and is only available when using my Developer Key! "
1051
  #~ "("
1056
  #~ msgid "more about this feature"
1057
  #~ msgstr "többet erről a szolgáltatásról"
1058
 
1059
+ #~ msgid "RETURNING"
1060
  #~ msgstr "VISSZATÉRŐ"
1061
 
 
 
 
1062
  #~ msgid "Visits by Country"
1063
  #~ msgstr "Látogatások országonként"
1064
 
1065
  #~ msgid "Traffic Overview"
1066
  #~ msgstr "Forgalom áttekintés"
1067
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1068
  #~ msgid "Update Options"
1069
  #~ msgstr "Beállítások frissítése"
1070
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1071
  #~ msgid "Custom Code"
1072
  #~ msgstr "Egyéni kód"
1073
 
1074
  #~ msgid "Your Tracking Code:"
1075
  #~ msgstr "Követési kód:"
1076
 
1077
+ #~ msgid "DeConf Help Center"
1078
+ #~ msgstr "DeConf Help Center"
1079
+
1080
+ #~ msgid "Total Visits:"
1081
+ #~ msgstr "Összes látogatás:"
 
 
languages/ga-dash-it_IT.po CHANGED
@@ -1,1254 +1,1244 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Google Analytics Dashboard for WP 4.7\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
- "dashboard-for-wp\n"
6
- "POT-Creation-Date: 2015-04-27 19:26+0200\n"
7
- "PO-Revision-Date: 2015-04-28 10:09+0100\n"
8
- "Last-Translator: Leo The Strategist <leoxleox73@gmail.com>\n"
9
- "Language-Team: L.E.O.X. <leoxleox73@gmail.com>\n"
10
- "Language: it\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
- "X-Poedit-KeywordsList: _e;__\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Poedit-SearchPath-0: ../.\n"
20
-
21
- #: .././admin/item-reports.php:67
22
- msgid "Analytics"
23
- msgstr "Analytics"
24
-
25
- #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:820
27
- #: .././admin/settings.php:1089
28
- msgid "Settings saved."
29
- msgstr "Impostazioni salvate."
30
-
31
- #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:797
33
- #: .././admin/settings.php:807 .././admin/settings.php:816
34
- #: .././admin/settings.php:822 .././admin/settings.php:834
35
- #: .././admin/settings.php:1050 .././admin/settings.php:1075
36
- #: .././admin/settings.php:1085 .././admin/settings.php:1091
37
- #: .././admin/settings.php:1103
38
- msgid "Cheating Huh?"
39
- msgstr "Tentativo di frode?"
40
-
41
- #: .././admin/settings.php:100 .././admin/settings.php:208
42
- #: .././admin/settings.php:344 .././admin/settings.php:659
43
- #: .././admin/settings.php:848 .././admin/settings.php:1116
44
- #, php-format
45
- msgid "Something went wrong, check %1$s or %2$s."
46
- msgstr "Qualcosa &egrave; andato male, controlla %1$s o %2$s."
47
-
48
- #: .././admin/settings.php:100 .././admin/settings.php:208
49
- #: .././admin/settings.php:344 .././admin/settings.php:659
50
- #: .././admin/settings.php:848 .././admin/settings.php:1116
51
- #: .././admin/setup.php:96 .././admin/setup.php:119
52
- msgid "Errors & Debug"
53
- msgstr "Errori & Debug"
54
-
55
- #: .././admin/settings.php:100 .././admin/settings.php:208
56
- #: .././admin/settings.php:344 .././admin/settings.php:659
57
- #: .././admin/settings.php:848 .././admin/settings.php:1116
58
- msgid "authorize the plugin"
59
- msgstr "autorizza il plugin"
60
-
61
- #: .././admin/settings.php:105
62
- msgid "Google Analytics Frontend Settings"
63
- msgstr "Impostazioni Frontend di Google Analytics "
64
-
65
- #: .././admin/settings.php:116
66
- #, php-format
67
- msgid "Read %s for more information about Frontend Features and Options."
68
- msgstr ""
69
- "Leggi %s per ulteriori informazioni sulle opzioni e funzionalit&agrave; del "
70
- "frontend."
71
-
72
- #: .././admin/settings.php:116 .././admin/settings.php:224
73
- #: .././admin/settings.php:369 .././admin/settings.php:682
74
- msgid "this documentation page"
75
- msgstr "la pagina della documentazione del plugin"
76
-
77
- #: .././admin/settings.php:120 .././admin/settings.php:228
78
- msgid "Permissions"
79
- msgstr "Permessi"
80
-
81
- #: .././admin/settings.php:123 .././admin/settings.php:231
82
- msgid "Show stats to:"
83
- msgstr "Mostra statistiche a:"
84
-
85
- #: .././admin/settings.php:162
86
- msgid "show page sessions and users in frontend (after each article)"
87
- msgstr ""
88
- "mostra la pagina delle sessioni e degli utenti nel frontend (dopo ogni "
89
- "articolo)"
90
-
91
- #: .././admin/settings.php:173
92
- msgid "show page searches (after each article)"
93
- msgstr "mostra la pagina delle ricerche (dopo ogni articolo)"
94
-
95
- #: .././admin/settings.php:180 .././admin/settings.php:318
96
- #: .././admin/settings.php:617 .././admin/settings.php:965
97
- #: .././admin/settings.php:1253
98
- msgid "Save Changes"
99
- msgstr "Salva le modifiche"
100
-
101
- #: .././admin/settings.php:213
102
- msgid "Google Analytics Backend Settings"
103
- msgstr "Impostazioni Backend di Google Analytics"
104
-
105
- #: .././admin/settings.php:224
106
- #, php-format
107
- msgid "Read %s for more information about Backend Features and Options."
108
- msgstr ""
109
- "Leggi %s per ulteriori informazioni sulle opzioni e funzionalit&agrave; del "
110
- "backend."
111
-
112
- #: .././admin/settings.php:272
113
- msgid "enable Switch View functionality"
114
- msgstr "abilita la funzionalit&agrave; Visualizza"
115
-
116
- #: .././admin/settings.php:283
117
- msgid "enable reports on Posts List and Pages List"
118
- msgstr "abilita rapporti nella lista pagine e post"
119
-
120
- #: .././admin/settings.php:294
121
- msgid "enable the main Dashboard Widget"
122
- msgstr "abilita il widget principale nella bacheca"
123
-
124
- #: .././admin/settings.php:298
125
- msgid "Real-Time Settings"
126
- msgstr "Impostazioni In tempo reale"
127
-
128
- #: .././admin/settings.php:301
129
- msgid "Maximum number of pages to display on real-time tab:"
130
- msgstr "Numero massimo di pagine da visualizzare nella scheda in tempo reale:"
131
-
132
- #: .././admin/settings.php:306
133
- msgid "Location Settings"
134
- msgstr "Impostazioni posizione geografica"
135
-
136
- #: .././admin/settings.php:310
137
- msgid "Target Geo Map to country:"
138
- msgstr "Cartina geografica per il paese:"
139
-
140
- #: .././admin/settings.php:347
141
- msgid ""
142
- "The tracking component is disabled. You should set <strong>Tracking Options</"
143
- "strong> to <strong>Enabled</strong>"
144
- msgstr ""
145
- "Il componente di monitoraggio &egrave; disabilitato. &Egrave; necessario "
146
- "impostare il <strong>Monitoraggio</strong> su <strong>Abilitato</strong>"
147
-
148
- #: .././admin/settings.php:352
149
- msgid "Google Analytics Tracking Code"
150
- msgstr "Impostazioni Monitoraggio di Google Analytics "
151
-
152
- #: .././admin/settings.php:361
153
- msgid "Basic Settings"
154
- msgstr "Impostazioni di base"
155
-
156
- #: .././admin/settings.php:362 .././admin/settings.php:429
157
- msgid "Events Tracking"
158
- msgstr "Impostazioni eventi"
159
-
160
- #: .././admin/settings.php:363 .././admin/settings.php:477
161
- msgid "Custom Definitions"
162
- msgstr "Impostazioni definizioni personalizzate"
163
-
164
- #: .././admin/settings.php:364 .././admin/settings.php:575
165
- #: .././admin/settings.php:1236
166
- msgid "Exclude Tracking"
167
- msgstr "Escludi monitoraggio"
168
-
169
- #: .././admin/settings.php:365
170
- msgid "Advanced Settings"
171
- msgstr "Impostazioni avanzate"
172
-
173
- #: .././admin/settings.php:369
174
- #, php-format
175
- msgid "For more information about Tracking Options read %s."
176
- msgstr "Per ulteriori informazioni sulle opzioni di monitoraggio leggi %s."
177
-
178
- #: .././admin/settings.php:374
179
- msgid "Tracking Settings"
180
- msgstr "Stato del monitoraggio"
181
-
182
- #: .././admin/settings.php:377
183
- msgid "Tracking Options:"
184
- msgstr "Monitoraggio:"
185
-
186
- #: .././admin/settings.php:379
187
- msgid "Disabled"
188
- msgstr "Disabilitato"
189
-
190
- #: .././admin/settings.php:380
191
- msgid "Enabled"
192
- msgstr "Abilitato"
193
-
194
- #: .././admin/settings.php:388 .././admin/settings.php:912
195
- #: .././admin/settings.php:933 .././admin/settings.php:1209
196
- #: .././admin/widgets.php:71
197
- msgid "View Name:"
198
- msgstr "Mostra nome:"
199
-
200
- #: .././admin/settings.php:388 .././admin/settings.php:933
201
- msgid "Tracking ID:"
202
- msgstr "ID monitoraggio:"
203
-
204
- #: .././admin/settings.php:388 .././admin/settings.php:933
205
- msgid "Default URL:"
206
- msgstr "URL predefinito:"
207
-
208
- #: .././admin/settings.php:388 .././admin/settings.php:933
209
- msgid "Time Zone:"
210
- msgstr "Fuso orario:"
211
-
212
- #: .././admin/settings.php:393
213
- msgid "Basic Tracking"
214
- msgstr "Impostazioni di base"
215
-
216
- #: .././admin/settings.php:396
217
- msgid "Tracking Type:"
218
- msgstr "Tipo:"
219
-
220
- #: .././admin/settings.php:398
221
- msgid "Classic Analytics"
222
- msgstr "Classic Analytics"
223
-
224
- #: .././admin/settings.php:399
225
- msgid "Universal Analytics"
226
- msgstr "Universal Analytics"
227
-
228
- #: .././admin/settings.php:410
229
- msgid "anonymize IPs while tracking"
230
- msgstr "rendi anonimi gli indirizzi IP durante il monitoraggio"
231
-
232
- #: .././admin/settings.php:421
233
- msgid "enable remarketing, demographics and interests reports"
234
- msgstr "abilita il remarketing e i rapporti demografici e sugli interessi."
235
-
236
- #: .././admin/settings.php:439
237
- msgid "track downloads, mailto and outbound links"
238
- msgstr "monitora i download, le e-mail e i link in uscita"
239
-
240
- #: .././admin/settings.php:443
241
- msgid "Downloads Regex:"
242
- msgstr "Abbreviazioni downloads:"
243
-
244
- #: .././admin/settings.php:454
245
- msgid "track affiliate links matching this regex"
246
- msgstr "monitora i link di affiliazione corrispondenti a aquesto regex"
247
-
248
- #: .././admin/settings.php:458
249
- msgid "Affiliates Regex:"
250
- msgstr "Abbreviazioni associate:"
251
-
252
- #: .././admin/settings.php:469
253
- msgid "track fragment identifiers, hashmarks (#) in URI links"
254
- msgstr ""
255
- "monitora gli identificatori di frammento, hashmarks (#) nei collegamenti URI"
256
-
257
- #: .././admin/settings.php:480
258
- msgid "Authors:"
259
- msgstr "Autori:"
260
-
261
- #: .././admin/settings.php:488
262
- msgid "Publication Year:"
263
- msgstr "Anno di pubblicazione:"
264
-
265
- #: .././admin/settings.php:496
266
- msgid "Categories:"
267
- msgstr "Categorie:"
268
-
269
- #: .././admin/settings.php:504
270
- msgid "User Type:"
271
- msgstr "Tipo di utente:"
272
-
273
- #: .././admin/settings.php:516
274
- msgid "Advanced Tracking"
275
- msgstr "Impostazioni avanzate"
276
-
277
- #: .././admin/settings.php:519
278
- msgid "Page Speed SR:"
279
- msgstr "Page Speed Sample Rate:"
280
-
281
- #: .././admin/settings.php:530
282
- msgid "exclude events from bounce-rate calculation"
283
- msgstr "escludi gli eventi nel calcolo della frequenza di rimbalzo"
284
-
285
- #: .././admin/settings.php:541
286
- msgid "enable enhanced link attribution"
287
- msgstr "abilita l&apos;attribuzione avanzata dei link"
288
-
289
- #: .././admin/settings.php:552
290
- msgid "enable AdSense account linking"
291
- msgstr "abilita AdSense account linking"
292
-
293
- #: .././admin/settings.php:563
294
- msgid "enable cross domain tracking"
295
- msgstr "abilita il monitoraggio cross domain"
296
-
297
- #: .././admin/settings.php:567
298
- msgid "Cross Domains:"
299
- msgstr " Cross Domains:"
300
-
301
- #: .././admin/settings.php:578
302
- msgid "Exclude tracking for:"
303
- msgstr "Escludi per:"
304
-
305
- #: .././admin/settings.php:663
306
- msgid "Google Analytics Errors & Debugging"
307
- msgstr "Errori & Debugging di Google Analytics"
308
-
309
- #: .././admin/settings.php:673
310
- msgid "Errors & Details"
311
- msgstr "Errori & Dettagli"
312
-
313
- #: .././admin/settings.php:674
314
- msgid "Plugin Settings"
315
- msgstr "Impostazioni plugin"
316
-
317
- #: .././admin/settings.php:682
318
- #, php-format
319
- msgid "For errors and/or other issues check %s and related resources."
320
- msgstr "Per errori e/o altri problemi controlla %s e le risorse relative."
321
-
322
- #: .././admin/settings.php:687
323
- msgid "Last Error detected"
324
- msgstr "Ultimo errore rilevato"
325
-
326
- #: .././admin/settings.php:693 .././admin/settings.php:706
327
- msgid "None"
328
- msgstr "Nessuno"
329
-
330
- #: .././admin/settings.php:700
331
- msgid "Error Details"
332
- msgstr "Dettagli errore"
333
-
334
- #: .././admin/settings.php:720
335
- msgid "Plugin Configuration"
336
- msgstr "Configurazione plugin"
337
-
338
- #: .././admin/settings.php:742 .././admin/settings.php:1000
339
- msgid ""
340
- "Loading the required libraries. If this results in a blank screen or a fatal "
341
- "error, try this solution:"
342
- msgstr ""
343
- "Caricamento delle librerie richieste. Se viene restituita una schermata "
344
- "vuota o si verifica un errore fatale, provare questa soluzione:"
345
-
346
- #: .././admin/settings.php:742
347
- msgid "Library conflicts between WordPress plugins"
348
- msgstr "Conflitti tra le librerie dei plugins di WordPress"
349
-
350
- #: .././admin/settings.php:757 .././admin/settings.php:1017
351
- msgid "Plugin authorization succeeded."
352
- msgstr "Autorizzazione plugin riuscita."
353
-
354
- #: .././admin/settings.php:772 .././admin/settings.php:1041
355
- msgid ""
356
- "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
357
- "(UA-XXXXX-X). Try again, and use the red link to get your access code"
358
- msgstr ""
359
- "Il codice di accesso <strong>NON</strong> &egrave; il <strong>Tracking ID</"
360
- "strong> (UA-XXXXX-X). Prova di nuovo utilizzando il link rosso per ottenere "
361
- "il codice di accesso"
362
-
363
- #: .././admin/settings.php:795 .././admin/settings.php:1073
364
- msgid "Cleared Cache."
365
- msgstr "Cache eliminata."
366
-
367
- #: .././admin/settings.php:804 .././admin/settings.php:1082
368
- msgid "Token Reseted and Revoked."
369
- msgstr "Token azzerato e revocato."
370
-
371
- #: .././admin/settings.php:814
372
- msgid "All errors reseted."
373
- msgstr "Tutti gli errori azzerati."
374
-
375
- #: .././admin/settings.php:827 .././admin/settings.php:1096
376
- msgid "All other domains/properties were removed."
377
- msgstr "Tutti gli altri domini/propriet&agrave; sono stati rimossi."
378
-
379
- #: .././admin/settings.php:839 .././admin/settings.php:1108
380
- msgid "Google Analytics Settings"
381
- msgstr "Impostazioni di Google Analytics"
382
-
383
- #: .././admin/settings.php:853 .././admin/settings.php:1121
384
- msgid "Use the red link (see below) to generate and get your access code!"
385
- msgstr ""
386
- "Utilizza il link rosso (vedi sotto) per generare ed ottenere il tuo codice "
387
- "di accesso!"
388
-
389
- #: .././admin/settings.php:864 .././admin/settings.php:1149
390
- msgid "Plugin Authorization"
391
- msgstr "Autorizzazione plugin"
392
-
393
- #: .././admin/settings.php:869 .././admin/settings.php:1153
394
- #, php-format
395
- msgid ""
396
- "You should watch the %1$s and read this %2$s before proceeding to "
397
- "authorization. This plugin requires a properly configured Google Analytics "
398
- "account!"
399
- msgstr ""
400
- "Dovresti guardare %1$s e leggere questo %2$s prima di procedere con l&#39;"
401
- "autorizzazione. Questo plugin richiede un account di Google Analytics "
402
- "correttamente configurato!"
403
-
404
- #: .././admin/settings.php:869 .././admin/settings.php:1153
405
- msgid "video"
406
- msgstr "video"
407
-
408
- #: .././admin/settings.php:869 .././admin/settings.php:1153
409
- msgid "tutorial"
410
- msgstr "guida"
411
-
412
- #: .././admin/settings.php:874 .././admin/settings.php:1160
413
- msgid "use your own API Project credentials"
414
- msgstr "utilizza le tue credenziali API"
415
-
416
- #: .././admin/settings.php:878 .././admin/settings.php:1167
417
- msgid "API Key:"
418
- msgstr "Chiave API:"
419
-
420
- #: .././admin/settings.php:882 .././admin/settings.php:1171
421
- msgid "Client ID:"
422
- msgstr "ID Cliente:"
423
-
424
- #: .././admin/settings.php:886 .././admin/settings.php:1175
425
- msgid "Client Secret:"
426
- msgstr "Client Secret:"
427
-
428
- #: .././admin/settings.php:896 .././admin/settings.php:1185
429
- msgid "Clear Authorization"
430
- msgstr "Revoca autorizzazione"
431
-
432
- #: .././admin/settings.php:896 .././admin/settings.php:971
433
- #: .././admin/settings.php:1185 .././admin/settings.php:1260
434
- msgid "Clear Cache"
435
- msgstr "Elimina cache"
436
-
437
- #: .././admin/settings.php:896
438
- msgid "Reset Errors"
439
- msgstr "Azzera errori."
440
-
441
- #: .././admin/settings.php:902 .././admin/setup.php:80
442
- #: .././admin/setup.php:115
443
- msgid "General Settings"
444
- msgstr "Impostazioni generali"
445
-
446
- #: .././admin/settings.php:905
447
- msgid "Select View:"
448
- msgstr "Seleziona vista:"
449
-
450
- #: .././admin/settings.php:916 .././admin/settings.php:1213
451
- msgid "Property not found"
452
- msgstr "Propriet&agrave; non trovata"
453
-
454
- #: .././admin/settings.php:921
455
- msgid "Lock Selection"
456
- msgstr "Blocca selezione"
457
-
458
- #: .././admin/settings.php:939
459
- msgid "Theme Color:"
460
- msgstr "Colore tema:"
461
-
462
- #: .././admin/settings.php:947 .././admin/settings.php:1222
463
- msgid "Automatic Updates"
464
- msgstr "Aggiornamenti automatici"
465
-
466
- #: .././admin/settings.php:957 .././admin/settings.php:1232
467
- msgid ""
468
- "automatic updates for minor versions (security and maintenance releases only)"
469
- msgstr ""
470
- "aggiornamenti automatici per le release minori (solo di manutenzione e "
471
- "sicurezza)"
472
-
473
- #: .././admin/settings.php:971 .././admin/settings.php:1260
474
- #: .././admin/widgets.php:42
475
- msgid "Authorize Plugin"
476
- msgstr "Autorizza plugin"
477
-
478
- #: .././admin/settings.php:1047
479
- msgid "Properties refreshed."
480
- msgstr "Propriet&agrave; aggiornate."
481
-
482
- #: .././admin/settings.php:1131
483
- msgid "Network Setup"
484
- msgstr "Configurazione della rete"
485
-
486
- #: .././admin/settings.php:1141
487
- msgid "use a single Google Analytics account for the entire network"
488
- msgstr "utilizza un unico account di Google Analytics per tutta la rete"
489
-
490
- #: .././admin/settings.php:1185
491
- msgid "Refresh Properties"
492
- msgstr "Aggiorna propriet&agrave;"
493
-
494
- #: .././admin/settings.php:1191
495
- msgid "Properties/Views Settings"
496
- msgstr "Propriet&agrave;/Mostra impostazioni"
497
-
498
- #: .././admin/settings.php:1246
499
- msgid "exclude Super Admin tracking for the entire network"
500
- msgstr "escludi il monitoraggio dell&apos;amministratore su tutta la rete"
501
-
502
- #: .././admin/settings.php:1291
503
- msgid "Setup Tutorial & Demo"
504
- msgstr "Guida all&apos;installazione & Demo"
505
-
506
- #: .././admin/settings.php:1299
507
- msgid "Support & Reviews"
508
- msgstr "Supporto & Recensioni"
509
-
510
- #: .././admin/settings.php:1306
511
- #, php-format
512
- msgid "Plugin documentation and support on %s"
513
- msgstr "Documentazione del plugin e supporto su %s"
514
-
515
- #: .././admin/settings.php:1313
516
- #, php-format
517
- msgid "Your feedback and review are both important, %s!"
518
- msgstr "Il tuo feedback e la tua recensione sono entrambi importanti, %s!"
519
-
520
- #: .././admin/settings.php:1313
521
- msgid "rate this plugin"
522
- msgstr "vota questo plugin"
523
-
524
- #: .././admin/settings.php:1319
525
- msgid "Further Reading"
526
- msgstr "Approfondimenti"
527
-
528
- #: .././admin/settings.php:1326
529
- #, php-format
530
- msgid "%s by moving your website to HTTPS/SSL."
531
- msgstr "%s spostando il sito web a HTTPS/SSL."
532
-
533
- #: .././admin/settings.php:1326
534
- msgid "Improve search rankings"
535
- msgstr "Migliorare le classifiche di ricerca"
536
-
537
- #: .././admin/settings.php:1333
538
- #, php-format
539
- msgid "Other %s written by the same author"
540
- msgstr "Altri %s scritti dallo stesso autore"
541
-
542
- #: .././admin/settings.php:1333
543
- msgid "WordPress Plugins"
544
- msgstr "plugins per WordPress "
545
-
546
- #: .././admin/settings.php:1339
547
- msgid "Other Services"
548
- msgstr "Altri servizi"
549
-
550
- #: .././admin/settings.php:1346
551
- #, php-format
552
- msgid "Speed up your website and plug into a whole %s"
553
- msgstr "Accellera il tuo sito web ad un %s"
554
-
555
- #: .././admin/settings.php:1346
556
- msgid "new level of site speed"
557
- msgstr "nuovo livello di velocit&agrave;"
558
-
559
- #: .././admin/settings.php:1353
560
- #, php-format
561
- msgid "%s service with users tracking at IP level."
562
- msgstr "%s servizio con tracciamento degli utenti a livello IP."
563
-
564
- #: .././admin/settings.php:1353
565
- msgid "Web Analytics"
566
- msgstr "Web Analytics"
567
-
568
- #: .././admin/setup.php:76 .././admin/setup.php:111
569
- msgid "Google Analytics"
570
- msgstr "Google Analytics"
571
-
572
- #: .././admin/setup.php:84
573
- msgid "Backend Settings"
574
- msgstr "Impostazioni backend"
575
-
576
- #: .././admin/setup.php:88
577
- msgid "Frontend Settings"
578
- msgstr "Impostazioni frontend"
579
-
580
- #: .././admin/setup.php:92
581
- msgid "Tracking Code"
582
- msgstr "Monitoraggio"
583
-
584
- #: .././admin/setup.php:195 .././admin/widgets.php:126
585
- msgid "Today"
586
- msgstr "Oggi"
587
-
588
- #: .././admin/setup.php:196 .././admin/widgets.php:127
589
- msgid "Yesterday"
590
- msgstr "Ieri"
591
-
592
- #: .././admin/setup.php:197 .././admin/widgets.php:128
593
- #: .././front/widgets.php:74 .././front/widgets.php:182
594
- msgid "Last 7 Days"
595
- msgstr "Ultimi 7 giorni"
596
-
597
- #: .././admin/setup.php:198 .././admin/widgets.php:130
598
- #: .././front/widgets.php:80 .././front/widgets.php:184
599
- msgid "Last 30 Days"
600
- msgstr "Ultimi 30 giorni"
601
-
602
- #: .././admin/setup.php:199 .././admin/widgets.php:131
603
- msgid "Last 90 Days"
604
- msgstr "Ultimi 90 giorni"
605
-
606
- #: .././admin/setup.php:202 .././admin/setup.php:218
607
- msgid "Unique Views"
608
- msgstr "Visualizzazioni singole"
609
-
610
- #: .././admin/setup.php:203 .././admin/setup.php:219
611
- #: .././admin/widgets.php:136 .././admin/widgets.php:875
612
- #: .././tools/gapi.php:391
613
- msgid "Users"
614
- msgstr "Utenti"
615
-
616
- #: .././admin/setup.php:204 .././admin/widgets.php:137
617
- msgid "Organic"
618
- msgstr "Traffico da motorI di ricerca"
619
-
620
- #: .././admin/setup.php:205 .././admin/setup.php:220
621
- #: .././admin/widgets.php:138 .././admin/widgets.php:879
622
- #: .././tools/gapi.php:394
623
- msgid "Page Views"
624
- msgstr "Pagine viste"
625
-
626
- #: .././admin/setup.php:206 .././admin/setup.php:221
627
- #: .././admin/widgets.php:139 .././admin/widgets.php:883
628
- #: .././tools/gapi.php:397
629
- msgid "Bounce Rate"
630
- msgstr "Frequenza di rimbalzo"
631
-
632
- #: .././admin/setup.php:207 .././admin/widgets.php:140
633
- msgid "Location"
634
- msgstr "Posizione geografica"
635
-
636
- #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
637
- msgid "Referrers"
638
- msgstr "Siti di origine del traffico"
639
-
640
- #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
641
- #: .././tools/gapi.php:922
642
- msgid "Searches"
643
- msgstr "Ricerche"
644
-
645
- #: .././admin/setup.php:210 .././admin/widgets.php:144
646
- msgid "Traffic Details"
647
- msgstr "Dettagli traffico"
648
-
649
- #: .././admin/setup.php:213 .././admin/widgets.php:510
650
- #: .././admin/widgets.php:607 .././admin/widgets.php:805
651
- #: .././admin/widgets.php:917 .././front/item-reports.php:94
652
- msgid "A JavaScript Error is blocking plugin resources!"
653
- msgstr "Un errore JavaScript sta bloccando le risorse del plugin"
654
-
655
- #: .././admin/setup.php:214 .././admin/widgets.php:713
656
- msgid "Traffic Mediums"
657
- msgstr "Origine del traffico in %"
658
-
659
- #: .././admin/setup.php:215 .././admin/widgets.php:729
660
- msgid "Visitor Type"
661
- msgstr "Tipo di visitatore"
662
-
663
- #: .././admin/setup.php:216 .././admin/widgets.php:745
664
- msgid "Social Networks"
665
- msgstr "Social Networks"
666
-
667
- #: .././admin/setup.php:217 .././admin/widgets.php:761
668
- msgid "Search Engines"
669
- msgstr "Motori di ricerca"
670
-
671
- #: .././admin/setup.php:222 .././admin/widgets.php:887
672
- msgid "Organic Search"
673
- msgstr "Ricerca organica"
674
-
675
- #: .././admin/setup.php:223 .././admin/widgets.php:891
676
- msgid "Pages/Session"
677
- msgstr "Pagine per sessione"
678
-
679
- #: .././admin/setup.php:224 .././admin/widgets.php:523
680
- #: .././admin/widgets.php:541 .././admin/widgets.php:620
681
- #: .././admin/widgets.php:638 .././admin/widgets.php:657
682
- #: .././admin/widgets.php:676 .././admin/widgets.php:696
683
- #: .././admin/widgets.php:819 .././admin/widgets.php:930
684
- #: .././admin/widgets.php:949 .././front/item-reports.php:106
685
- #: .././front/item-reports.php:125
686
- msgid "Invalid response, more details in JavaScript Console (F12)."
687
- msgstr ""
688
- "Risposta non valida, ulteriori dettagli nella console JavaScript (F12)."
689
-
690
- #: .././admin/setup.php:225
691
- msgid "Not enough data collected"
692
- msgstr "Dati raccolti insufficienti"
693
-
694
- #: .././admin/setup.php:226 .././admin/widgets.php:528
695
- #: .././admin/widgets.php:546 .././admin/widgets.php:625
696
- #: .././admin/widgets.php:643 .././admin/widgets.php:662
697
- #: .././admin/widgets.php:681 .././admin/widgets.php:701
698
- #: .././admin/widgets.php:824 .././admin/widgets.php:827
699
- #: .././admin/widgets.php:935 .././admin/widgets.php:954
700
- #: .././front/item-reports.php:111 .././front/item-reports.php:130
701
- #: .././front/widgets.php:110
702
- msgid "This report is unavailable"
703
- msgstr "Questo rapporto non &egrave; disponibile"
704
-
705
- #: .././admin/setup.php:227
706
- msgid "report generated by"
707
- msgstr "rapporto generato da"
708
-
709
- #: .././admin/setup.php:267
710
- msgid "Settings"
711
- msgstr "Impostazioni"
712
-
713
- #: .././admin/widgets.php:33 .././front/widgets.php:22
714
- msgid "Google Analytics Dashboard"
715
- msgstr "Bacheca di Google Analytics"
716
-
717
- #: .././admin/widgets.php:42
718
- msgid "This plugin needs an authorization:"
719
- msgstr "Questo plugin necessita di un&#39;autorizzazione:"
720
-
721
- #: .././admin/widgets.php:76
722
- msgid "Something went wrong while retrieving profiles list."
723
- msgstr ""
724
- "Qualcosa &egrave; andato male durante il recupero della lista dei profili."
725
-
726
- #: .././admin/widgets.php:76
727
- msgid "More details"
728
- msgstr "Altri dettagli"
729
-
730
- #: .././admin/widgets.php:89 .././admin/widgets.php:100
731
- msgid "An admin should asign a default Google Analytics Profile."
732
- msgstr ""
733
- "Un amministratore deve assegnare un profilo predefinito di Google Analytics."
734
-
735
- #: .././admin/widgets.php:89 .././admin/widgets.php:100
736
- msgid "Select Domain"
737
- msgstr "Seleziona dominio"
738
-
739
- #: .././admin/widgets.php:105
740
- msgid ""
741
- "Something went wrong while retrieving property data. You need to create and "
742
- "properly configure a Google Analytics account:"
743
- msgstr ""
744
- "Qualcosa &egrave; andato male durante il recupero dei dati. &Egrave; "
745
- "necessario creare e configurare correttamente un account di Google Analytics:"
746
-
747
- #: .././admin/widgets.php:105
748
- msgid "Find out more!"
749
- msgstr "Per saperne di pi&ugrave;!"
750
-
751
- #: .././admin/widgets.php:125
752
- msgid "Real-Time"
753
- msgstr "In tempo reale"
754
-
755
- #: .././admin/widgets.php:129 .././front/widgets.php:77
756
- #: .././front/widgets.php:183
757
- msgid "Last 14 Days"
758
- msgstr "Ultimi 14 giorni"
759
-
760
- #: .././admin/widgets.php:135 .././admin/widgets.php:871
761
- #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
762
- #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
763
- #: .././tools/gapi.php:827 .././tools/gapi.php:923
764
- msgid "Sessions"
765
- msgstr "Sessioni"
766
-
767
- #: .././admin/widgets.php:141 .././tools/gapi.php:521
768
- msgid "Pages"
769
- msgstr "Pagine"
770
-
771
- #: .././admin/widgets.php:232 .././admin/widgets.php:472
772
- msgid "REFERRAL"
773
- msgstr "TRAFFICO DA SITI REFERENTI (REFERRALS)"
774
-
775
- #: .././admin/widgets.php:236 .././admin/widgets.php:473
776
- msgid "ORGANIC"
777
- msgstr "TRAFFICO DA MOTORI DI RICERCA (ORGANICO)"
778
-
779
- #: .././admin/widgets.php:240 .././admin/widgets.php:360
780
- #: .././admin/widgets.php:474
781
- msgid "SOCIAL"
782
- msgstr "TRAFFICO DAI SOCIAL NETWORK"
783
-
784
- #: .././admin/widgets.php:244 .././admin/widgets.php:363
785
- #: .././admin/widgets.php:475
786
- msgid "CAMPAIGN"
787
- msgstr "CAMPAGNA"
788
-
789
- #: .././admin/widgets.php:248 .././admin/widgets.php:366
790
- #: .././admin/widgets.php:478
791
- msgid "DIRECT"
792
- msgstr "TRAFFICO DIRETTO"
793
-
794
- #: .././admin/widgets.php:252 .././admin/widgets.php:479
795
- msgid "NEW"
796
- msgstr "VISITATORI NUOVI"
797
-
798
- #: .././admin/widgets.php:354
799
- msgid "REFERRALS"
800
- msgstr "TRAFFICO DA SITI REFERENTI (REFERRALS)"
801
-
802
- #: .././admin/widgets.php:357
803
- msgid "KEYWORDS"
804
- msgstr "KEYWORDS"
805
-
806
- #: .././front/item-reports.php:140
807
- msgid "Views vs UniqueViews"
808
- msgstr "Visualizzazioni vs Visualizzazioni singole"
809
-
810
- #: .././front/item-reports.php:190
811
- msgid "Google Analytics Reports"
812
- msgstr "Rapporti di Google Analytics"
813
-
814
- #: .././front/widgets.php:23
815
- msgid "Will display your google analytics stats in a widget"
816
- msgstr "Visualizza le statistiche di Google Analytics in un widget"
817
-
818
- #: .././front/widgets.php:46 .././tools/gapi.php:827
819
- msgid "trend"
820
- msgstr "tendenza"
821
-
822
- #: .././front/widgets.php:133
823
- msgid "Period:"
824
- msgstr "Periodo:"
825
-
826
- #: .././front/widgets.php:133
827
- msgid "Sessions:"
828
- msgstr "Sessioni:"
829
-
830
- #: .././front/widgets.php:137
831
- msgid "generated by"
832
- msgstr "generato da"
833
-
834
- #: .././front/widgets.php:147
835
- msgid "Google Analytics Stats"
836
- msgstr "Statistiche di Google Analytics"
837
-
838
- #: .././front/widgets.php:154
839
- msgid "Title:"
840
- msgstr "Titolo:"
841
-
842
- #: .././front/widgets.php:161
843
- msgid "Display:"
844
- msgstr "Mostra:"
845
-
846
- #: .././front/widgets.php:165
847
- msgid "Chart & Totals"
848
- msgstr "Grafico & Totali"
849
-
850
- #: .././front/widgets.php:166
851
- msgid "Chart"
852
- msgstr "Grafico"
853
-
854
- #: .././front/widgets.php:167
855
- msgid "Totals"
856
- msgstr "Totali"
857
-
858
- #: .././front/widgets.php:171
859
- msgid "Anonymize stats:"
860
- msgstr "Anonimizza le statistiche:"
861
-
862
- #: .././front/widgets.php:178
863
- msgid "Stats for:"
864
- msgstr "Statistiche per:"
865
-
866
- #: .././front/widgets.php:188
867
- msgid "Give credits:"
868
- msgstr "Crediti:"
869
-
870
- #: .././gadwp.php:46 .././gadwp.php:55 .././gadwp.php:63
871
- msgid "This is not allowed, read the documentation!"
872
- msgstr "Questo non &egrave; permesso, leggi la documentazione"
873
-
874
- #: .././tools/gapi.php:134
875
- msgid "Use this link to get your access code:"
876
- msgstr "Utilizza questo link per ottenere il codice di accesso:"
877
-
878
- #: .././tools/gapi.php:134
879
- msgid "Get Access Code"
880
- msgstr "Ottieni codice di accesso"
881
-
882
- #: .././tools/gapi.php:138 .././tools/gapi.php:139
883
- msgid "Use the red link to get your access code!"
884
- msgstr "Utilizza il link rosso per ottenere il tuo codice di accesso!"
885
-
886
- #: .././tools/gapi.php:138
887
- msgid "Access Code:"
888
- msgstr "Codice di accesso:"
889
-
890
- #: .././tools/gapi.php:145
891
- msgid "Save Access Code"
892
- msgstr "Salva codice di accesso"
893
-
894
- #: .././tools/gapi.php:400
895
- msgid "Organic Searches"
896
- msgstr "Ricerche organiche"
897
-
898
- #: .././tools/gapi.php:403
899
- msgid "Unique Page Views"
900
- msgstr "Visualizzazioni pagine singole"
901
-
902
- #: .././tools/gapi.php:411
903
- msgid "Hour"
904
- msgstr "Ora"
905
-
906
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
907
- msgid "Date"
908
- msgstr "Data"
909
-
910
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
911
- msgid "Views"
912
- msgstr "Visualizzazioni"
913
-
914
- #: .././tools/gapi.php:640
915
- msgid "Countries"
916
- msgstr "Paesi"
917
-
918
- #: .././tools/gapi.php:650
919
- msgid "Cities from"
920
- msgstr "Paese: "
921
-
922
- #: .././tools/gapi.php:722
923
- msgid "Channels"
924
- msgstr "Canali"
925
-
926
- #: .././tools/gapi.php:785
927
- msgid "Type"
928
- msgstr "Tipo"
929
-
930
- #: .././tools/gapi.php:880
931
- msgid "UniqueViews"
932
- msgstr "Visualizzazioni uniche"
933
-
934
- #~ msgid "enable Switch Profile/View functionality"
935
- #~ msgstr "abilita Cambia profilo/Mostra funzionalit&agrave;"
936
-
937
- #~ msgid ""
938
- #~ "For errors and/or other issues please check %s and related tutorials."
939
- #~ msgstr ""
940
- #~ "Per errori e/o altri problemi controlla %s e leggi la guida relativa."
941
-
942
- #~ msgid "Select Domain:"
943
- #~ msgstr "Seleziona dominio:"
944
-
945
- #~ msgid "and/or hide all other domains"
946
- #~ msgstr "e/o nasconde tutti gli altri domini"
947
-
948
- #~ msgid "Hide Now"
949
- #~ msgstr "Nascondi ora"
950
-
951
- #~ msgid "find out more %s"
952
- #~ msgstr "per saperne di pi&ugrave; su %s"
953
-
954
- #~ msgid "about this feature"
955
- #~ msgstr "su questa funzionalit&agrave;"
956
-
957
- #~ msgid " show page sessions and users in frontend (after each article)"
958
- #~ msgstr ""
959
- #~ "mostra le sessioni della pagina e gli utenti nel frontend (dopo ogni "
960
- #~ "articolo)"
961
-
962
- #~ msgid " show page searches (after each article)"
963
- #~ msgstr " mostra le ricerche della pagina (dopo ogni articolo)"
964
-
965
- #~ msgid " anonymize IPs while tracking"
966
- #~ msgstr "rendi anonimi gli indirizzi IP durante il monitoraggio"
967
-
968
- #~ msgid " enable remarketing, demographics and interests reports"
969
- #~ msgstr " abilita remarketing e rapporti demografici e sugli interessi"
970
-
971
- #~ msgid " track downloads, mailto and outbound links"
972
- #~ msgstr "monitora downloads, mailto e link in uscita"
973
-
974
- #~ msgid " track affiliate links matching this regex"
975
- #~ msgstr ""
976
- #~ " monitora collegamenti associati corrispondenti a queste abbreviazioni"
977
-
978
- #~ msgid " track fragment identifiers, hashmarks (#) in URI links"
979
- #~ msgstr ""
980
- #~ " monitora gli identificatori di frammentoe gli hashmarks (#) nei "
981
- #~ "collegamenti URI"
982
-
983
- #~ msgid " exclude events from bounce-rate calculation"
984
- #~ msgstr " escludi gli eventi dal calcolo del bounce-rate"
985
-
986
- #~ msgid " enable enhanced link attribution"
987
- #~ msgstr "utilizza l&#39;attribuzione avanzata dei link"
988
-
989
- #~ msgid " enable AdSense account linking"
990
- #~ msgstr " abilita AdSense account linking"
991
-
992
- #~ msgid " enable cross domain tracking"
993
- #~ msgstr " abilita cross domanin tracking"
994
-
995
- #~ msgid " use your own API Project credentials"
996
- #~ msgstr "utilizza le proprie credenziali API"
997
-
998
- #~ msgid " use a single Google Analytics account for the entire network"
999
- #~ msgstr " utilizza un unico account Google Analytics per l&#39;intera rete"
1000
-
1001
- #~ msgid " exclude Super Admin tracking for the entire network"
1002
- #~ msgstr " esclude il monitoraggio del Super Amministratore per tutta la rete"
1003
-
1004
- #~ msgid "or"
1005
- #~ msgstr "o"
1006
-
1007
- #~ msgid "Tracking Options"
1008
- #~ msgstr "Opzioni di monitoraggio"
1009
-
1010
- #~ msgid "to"
1011
- #~ msgstr "a"
1012
-
1013
- #~ msgid "and related tutorials"
1014
- #~ msgstr "ed i tutorial relativi"
1015
-
1016
- #~ msgid "You should watch the"
1017
- #~ msgstr "Dovresti guardare il"
1018
-
1019
- #~ msgid "and read this"
1020
- #~ msgstr "e leggere questa"
1021
-
1022
- #~ msgid "Other"
1023
- #~ msgstr "Altri"
1024
-
1025
- #~ msgid ""
1026
- #~ " (watch this <a href='http://deconf.com/projects/google-analytics-"
1027
- #~ "dashboard-for-wordpress/' target='_blank'>Step by step video tutorial</a>)"
1028
- #~ msgstr ""
1029
- #~ " (watch this <a href='http://deconf.com/projects/google-analytics-"
1030
- #~ "dashboard-for-wordpress/' target='_blank'>Step by step video tutorial</a>)"
1031
-
1032
- #~ msgid "Google Analytics Dashboard Settings"
1033
- #~ msgstr "Impostazioni Backend di Google Analytics"
1034
-
1035
- #~ msgid "A new frontend widget is available! To enable it, go to"
1036
- #~ msgstr ""
1037
- #~ "&Egrave; disponibile un nuovo widget per il frontend. Per attivarlo, vai "
1038
- #~ "a"
1039
-
1040
- #~ msgid "Appearance -> Widgets"
1041
- #~ msgstr "Aspetto -> Widgets"
1042
-
1043
- #~ msgid "and look for Google Analytics Dashboard."
1044
- #~ msgstr "e cerca Bacheca di Google Analytics."
1045
-
1046
- #~ msgid "Something went wrong, you need to"
1047
- #~ msgstr "Qualcosa &egrave; andato male, devi"
1048
-
1049
- #~ msgid "or properly configure your"
1050
- #~ msgstr "o configura correttamente il tuo"
1051
-
1052
- #~ msgid "Google Analytics account"
1053
- #~ msgstr "Account di Google Analytics"
1054
-
1055
- #~ msgid "(find out more"
1056
- #~ msgstr "(per saperne di pi&ugrave;"
1057
-
1058
- #~ msgid ")"
1059
- #~ msgstr ")"
1060
-
1061
- #~ msgid "Additional Stats & Charts"
1062
- #~ msgstr "Ulteriori statistiche e grafici"
1063
-
1064
- #~ msgid " show Geo Map chart for sessions"
1065
- #~ msgstr "mostra il grafico per le sessioni"
1066
-
1067
- #~ msgid "Target Geo Map to region:"
1068
- #~ msgstr "Cartina delle visite per il paese:"
1069
-
1070
- #~ msgid "and render top"
1071
- #~ msgstr "con"
1072
-
1073
- #~ msgid "cities (find out more"
1074
- #~ msgstr "citt&agrave; (per saperne di più"
1075
-
1076
- #~ msgid " show traffic overview"
1077
- #~ msgstr " mostra la panoramica sul traffico"
1078
-
1079
- #~ msgid " show top pages"
1080
- #~ msgstr " mostra le principali pagine attive"
1081
-
1082
- #~ msgid " show top referrers"
1083
- #~ msgstr " mostra i siti principali di origine del traffico"
1084
-
1085
- #~ msgid " show top searches"
1086
- #~ msgstr " mostra le ricerche principali"
1087
-
1088
- #~ msgid "Dumping log data."
1089
- #~ msgstr "Dumping dati di log."
1090
-
1091
- #~ msgid ""
1092
- #~ "PHP CURL is required. Ask your hosting provider to install/enable PHP "
1093
- #~ "CURL!"
1094
- #~ msgstr ""
1095
- #~ "PHP CURL &egrave; necessario. Chiedete al vostro fornitore di hosting per "
1096
- #~ "installare/attivare PHP CURL!"
1097
-
1098
- #~ msgid ""
1099
- #~ "Something went wrong. Please check the Debugging Data section for "
1100
- #~ "possible errors"
1101
- #~ msgstr ""
1102
- #~ "Qualcosa &egrave; andato male. Controlla la sezione dati di debug per "
1103
- #~ "possibili errori"
1104
-
1105
- #~ msgid "Debugging Data"
1106
- #~ msgstr "Debug dei dati"
1107
-
1108
- #~ msgid "Anonimize chart&#39;s stats:"
1109
- #~ msgstr "Rendi anonimo il grafico delle statistiche:"
1110
-
1111
- #~ msgid "Top Searches"
1112
- #~ msgstr "Ricerche principali"
1113
-
1114
- #~ msgid "Error Log"
1115
- #~ msgstr "Log errori"
1116
-
1117
- #~ msgid ""
1118
- #~ "No stats available. Please check the Debugging Data section for possible "
1119
- #~ "errors"
1120
- #~ msgstr ""
1121
- #~ "Nessuna statistica disponibile. Controlla la sezione dati di debug per "
1122
- #~ "possibili errori"
1123
-
1124
- #~ msgid "Country/City"
1125
- #~ msgstr "Paese/Citt&agrave;"
1126
-
1127
- #~ msgid "Source"
1128
- #~ msgstr "Sorgente"
1129
-
1130
- #~ msgid "Traffic Sources"
1131
- #~ msgstr "Sorgenti di traffico"
1132
-
1133
- #~ msgid "New vs. Returning"
1134
- #~ msgstr "Visitatori nuovi contro Visitatori di ritorno"
1135
-
1136
- #~ msgid "Top Pages"
1137
- #~ msgstr "Principali pagine attive"
1138
-
1139
- #~ msgid "Top Referrers"
1140
- #~ msgstr "Referral principali"
1141
-
1142
- #~ msgid ""
1143
- #~ "This is a beta feature and is only available when using my Developer Key! "
1144
- #~ "("
1145
- #~ msgstr ""
1146
- #~ "Questa &egrave; una caratteristica beta ed &egrave; disponibile solo "
1147
- #~ "quando si utilizza il Developer Key! ("
1148
-
1149
- #~ msgid "more about this feature"
1150
- #~ msgstr "pi&ugrave; informazioni su questa funzione"
1151
-
1152
- #~ msgid "RETURN"
1153
- #~ msgstr "VISITATORI DI RITORNO"
1154
-
1155
- #~ msgid "Sessions from "
1156
- #~ msgstr "Sessioni da: "
1157
-
1158
- #~ msgid "Sessions by Country"
1159
- #~ msgstr "Sessioni per paese"
1160
-
1161
- #~ msgid "Traffic Overview"
1162
- #~ msgstr "Panoramica traffico"
1163
-
1164
- #~ msgid "Visits"
1165
- #~ msgstr "Visite"
1166
-
1167
- #~ msgid "Visitors"
1168
- #~ msgstr "Visitatori"
1169
-
1170
- #~ msgid "Visits:"
1171
- #~ msgstr "Visite:"
1172
-
1173
- #~ msgid "Visitors:"
1174
- #~ msgstr "Visitatori:"
1175
-
1176
- #~ msgid "Page Views:"
1177
- #~ msgstr "Pagine viste:"
1178
-
1179
- #~ msgid "Bounce Rate:"
1180
- #~ msgstr "Frequenza di rimbalzo:"
1181
-
1182
- #~ msgid "Organic Search:"
1183
- #~ msgstr "Ricerca organica:"
1184
-
1185
- #~ msgid "Pages per Visit:"
1186
- #~ msgstr "Pagine per visita:"
1187
-
1188
- #~ msgid "Visits from "
1189
- #~ msgstr "Visite da "
1190
-
1191
- #~ msgid "Visits by Country"
1192
- #~ msgstr "Visite per paese"
1193
-
1194
- #~ msgid " show page visits and visitors in frontend (after each article)"
1195
- #~ msgstr ""
1196
- #~ " mostra le pagine visitate e visitatori nel frontend (dopo ogni articolo)"
1197
-
1198
- #~ msgid " show Geo Map chart for visits"
1199
- #~ msgstr " mostra la cartina geografica delle visite"
1200
-
1201
- #~ msgid "You can find support on"
1202
- #~ msgstr "Puoi trovare supporto su"
1203
-
1204
- #~ msgid "DeConf.com"
1205
- #~ msgstr "DeConf.com"
1206
-
1207
- #~ msgid "service with visitors tracking at IP level."
1208
- #~ msgstr "servizio con monitoraggio dei visitatori a livello IP."
1209
-
1210
- #~ msgid "Total Visits:"
1211
- #~ msgstr "Totale visite:"
1212
-
1213
- #~ msgid "PHP CURL is required. Please install/enable PHP CURL!"
1214
- #~ msgstr "CURL è necessaria. Si prega di installare/abilitare CURL!"
1215
-
1216
- #~ msgid "Options saved."
1217
- #~ msgstr "Opzioni salvate."
1218
-
1219
- #~ msgid "Show stats to: "
1220
- #~ msgstr "Mostra statistiche:"
1221
-
1222
- #~ msgid "Update Options"
1223
- #~ msgstr "Aggiorna opzioni"
1224
-
1225
- #~ msgid "Tracking Options: "
1226
- #~ msgstr "Opzioni monitoraggio: "
1227
-
1228
- #~ msgid "Tracking Type: "
1229
- #~ msgstr "Tipo di monitoraggio:"
1230
-
1231
- #, fuzzy
1232
- #~ msgid "User Type: "
1233
- #~ msgstr "Tipo di monitoraggio:"
1234
-
1235
- #~ msgid "Exclude tracking for: "
1236
- #~ msgstr "Escludi monitoraggio per:"
1237
-
1238
- #~ msgid "Select Domain: "
1239
- #~ msgstr "Seleziona dominio:"
1240
-
1241
- #~ msgid "Theme Color: "
1242
- #~ msgstr "Colote tema:"
1243
-
1244
- #~ msgid "&#39; trend"
1245
- #~ msgstr "&#39; tendenza"
1246
-
1247
- #~ msgid "DeConf Help Center"
1248
- #~ msgstr "DeConf Help Center"
1249
-
1250
- #~ msgid "Custom Code"
1251
- #~ msgstr "Codice personalizzato"
1252
-
1253
- #~ msgid "Your Tracking Code:"
1254
- #~ msgstr "Il tuo codice di monitoraggio:"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Google Analytics Dashboard for WP 4.7\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
+ "dashboard-for-wp\n"
6
+ "POT-Creation-Date: 2015-05-20 21:45+0200\n"
7
+ "PO-Revision-Date: 2015-05-20 21:46+0200\n"
8
+ "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
+ "Language-Team: L.E.O.X. <leoxleox73@gmail.com>\n"
10
+ "Language: it\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8\n"
15
+ "X-Poedit-KeywordsList: _e;__\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Poedit-SearchPath-0: ../.\n"
20
+
21
+ #: .././admin/item-reports.php:67
22
+ msgid "Analytics"
23
+ msgstr "Analytics"
24
+
25
+ #: .././admin/settings.php:94 .././admin/settings.php:197
26
+ #: .././admin/settings.php:328 .././admin/settings.php:800
27
+ #: .././admin/settings.php:1069
28
+ msgid "Settings saved."
29
+ msgstr "Impostazioni salvate."
30
+
31
+ #: .././admin/settings.php:96 .././admin/settings.php:199
32
+ #: .././admin/settings.php:330 .././admin/settings.php:777
33
+ #: .././admin/settings.php:787 .././admin/settings.php:796
34
+ #: .././admin/settings.php:802 .././admin/settings.php:814
35
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
36
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
37
+ #: .././admin/settings.php:1083
38
+ msgid "Cheating Huh?"
39
+ msgstr "Tentativo di frode?"
40
+
41
+ #: .././admin/settings.php:100 .././admin/settings.php:203
42
+ #: .././admin/settings.php:334 .././admin/settings.php:644
43
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
44
+ #, php-format
45
+ msgid "Something went wrong, check %1$s or %2$s."
46
+ msgstr "Qualcosa &egrave; andato male, controlla %1$s o %2$s."
47
+
48
+ #: .././admin/settings.php:100 .././admin/settings.php:203
49
+ #: .././admin/settings.php:334 .././admin/settings.php:644
50
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
51
+ #: .././admin/setup.php:96 .././admin/setup.php:119
52
+ msgid "Errors & Debug"
53
+ msgstr "Errori & Debug"
54
+
55
+ #: .././admin/settings.php:100 .././admin/settings.php:203
56
+ #: .././admin/settings.php:334 .././admin/settings.php:644
57
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
58
+ msgid "authorize the plugin"
59
+ msgstr "autorizza il plugin"
60
+
61
+ #: .././admin/settings.php:105
62
+ msgid "Google Analytics Frontend Settings"
63
+ msgstr "Impostazioni Frontend di Google Analytics "
64
+
65
+ #: .././admin/settings.php:115 .././admin/settings.php:218
66
+ msgid "Permissions"
67
+ msgstr "Permessi"
68
+
69
+ #: .././admin/settings.php:118 .././admin/settings.php:221
70
+ msgid "Show stats to:"
71
+ msgstr "Mostra statistiche a:"
72
+
73
+ #: .././admin/settings.php:157
74
+ msgid "show page sessions and users in frontend (after each article)"
75
+ msgstr ""
76
+ "mostra la pagina delle sessioni e degli utenti nel frontend (dopo ogni "
77
+ "articolo)"
78
+
79
+ #: .././admin/settings.php:168
80
+ msgid "show page searches (after each article)"
81
+ msgstr "mostra la pagina delle ricerche (dopo ogni articolo)"
82
+
83
+ #: .././admin/settings.php:175 .././admin/settings.php:308
84
+ #: .././admin/settings.php:602 .././admin/settings.php:945
85
+ #: .././admin/settings.php:1233
86
+ msgid "Save Changes"
87
+ msgstr "Salva le modifiche"
88
+
89
+ #: .././admin/settings.php:208
90
+ msgid "Google Analytics Backend Settings"
91
+ msgstr "Impostazioni Backend di Google Analytics"
92
+
93
+ #: .././admin/settings.php:262
94
+ msgid "enable Switch View functionality"
95
+ msgstr "abilita la funzionalit&agrave; Visualizza"
96
+
97
+ #: .././admin/settings.php:273
98
+ msgid "enable reports on Posts List and Pages List"
99
+ msgstr "abilita rapporti nella lista pagine e post"
100
+
101
+ #: .././admin/settings.php:284
102
+ msgid "enable the main Dashboard Widget"
103
+ msgstr "abilita il widget principale nella bacheca"
104
+
105
+ #: .././admin/settings.php:288
106
+ msgid "Real-Time Settings"
107
+ msgstr "Impostazioni In tempo reale"
108
+
109
+ #: .././admin/settings.php:291
110
+ msgid "Maximum number of pages to display on real-time tab:"
111
+ msgstr "Numero massimo di pagine da visualizzare nella scheda in tempo reale:"
112
+
113
+ #: .././admin/settings.php:296
114
+ msgid "Location Settings"
115
+ msgstr "Impostazioni posizione geografica"
116
+
117
+ #: .././admin/settings.php:300
118
+ msgid "Target Geo Map to country:"
119
+ msgstr "Cartina geografica per il paese:"
120
+
121
+ #: .././admin/settings.php:337
122
+ msgid ""
123
+ "The tracking component is disabled. You should set <strong>Tracking Options</"
124
+ "strong> to <strong>Enabled</strong>"
125
+ msgstr ""
126
+ "Il componente di monitoraggio &egrave; disabilitato. &Egrave; necessario "
127
+ "impostare il <strong>Monitoraggio</strong> su <strong>Abilitato</strong>"
128
+
129
+ #: .././admin/settings.php:342
130
+ msgid "Google Analytics Tracking Code"
131
+ msgstr "Impostazioni Monitoraggio di Google Analytics "
132
+
133
+ #: .././admin/settings.php:351
134
+ msgid "Basic Settings"
135
+ msgstr "Impostazioni di base"
136
+
137
+ #: .././admin/settings.php:352 .././admin/settings.php:418
138
+ msgid "Events Tracking"
139
+ msgstr "Impostazioni eventi"
140
+
141
+ #: .././admin/settings.php:353 .././admin/settings.php:466
142
+ msgid "Custom Definitions"
143
+ msgstr "Impostazioni definizioni personalizzate"
144
+
145
+ #: .././admin/settings.php:354 .././admin/settings.php:564
146
+ #: .././admin/settings.php:1216
147
+ msgid "Exclude Tracking"
148
+ msgstr "Escludi monitoraggio"
149
+
150
+ #: .././admin/settings.php:355
151
+ msgid "Advanced Settings"
152
+ msgstr "Impostazioni avanzate"
153
+
154
+ #: .././admin/settings.php:363
155
+ msgid "Tracking Settings"
156
+ msgstr "Stato del monitoraggio"
157
+
158
+ #: .././admin/settings.php:366
159
+ msgid "Tracking Options:"
160
+ msgstr "Monitoraggio:"
161
+
162
+ #: .././admin/settings.php:368
163
+ msgid "Disabled"
164
+ msgstr "Disabilitato"
165
+
166
+ #: .././admin/settings.php:369
167
+ msgid "Enabled"
168
+ msgstr "Abilitato"
169
+
170
+ #: .././admin/settings.php:377 .././admin/settings.php:892
171
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
172
+ #: .././admin/widgets.php:71
173
+ msgid "View Name:"
174
+ msgstr "Mostra nome:"
175
+
176
+ #: .././admin/settings.php:377 .././admin/settings.php:913
177
+ msgid "Tracking ID:"
178
+ msgstr "ID monitoraggio:"
179
+
180
+ #: .././admin/settings.php:377 .././admin/settings.php:913
181
+ msgid "Default URL:"
182
+ msgstr "URL predefinito:"
183
+
184
+ #: .././admin/settings.php:377 .././admin/settings.php:913
185
+ msgid "Time Zone:"
186
+ msgstr "Fuso orario:"
187
+
188
+ #: .././admin/settings.php:382
189
+ msgid "Basic Tracking"
190
+ msgstr "Impostazioni di base"
191
+
192
+ #: .././admin/settings.php:385
193
+ msgid "Tracking Type:"
194
+ msgstr "Tipo:"
195
+
196
+ #: .././admin/settings.php:387
197
+ msgid "Classic Analytics"
198
+ msgstr "Classic Analytics"
199
+
200
+ #: .././admin/settings.php:388
201
+ msgid "Universal Analytics"
202
+ msgstr "Universal Analytics"
203
+
204
+ #: .././admin/settings.php:399
205
+ msgid "anonymize IPs while tracking"
206
+ msgstr "rendi anonimi gli indirizzi IP durante il monitoraggio"
207
+
208
+ #: .././admin/settings.php:410
209
+ msgid "enable remarketing, demographics and interests reports"
210
+ msgstr "abilita il remarketing e i rapporti demografici e sugli interessi."
211
+
212
+ #: .././admin/settings.php:428
213
+ msgid "track downloads, mailto and outbound links"
214
+ msgstr "monitora i download, le e-mail e i link in uscita"
215
+
216
+ #: .././admin/settings.php:432
217
+ msgid "Downloads Regex:"
218
+ msgstr "Abbreviazioni downloads:"
219
+
220
+ #: .././admin/settings.php:443
221
+ msgid "track affiliate links matching this regex"
222
+ msgstr "monitora i link di affiliazione corrispondenti a aquesto regex"
223
+
224
+ #: .././admin/settings.php:447
225
+ msgid "Affiliates Regex:"
226
+ msgstr "Abbreviazioni associate:"
227
+
228
+ #: .././admin/settings.php:458
229
+ msgid "track fragment identifiers, hashmarks (#) in URI links"
230
+ msgstr ""
231
+ "monitora gli identificatori di frammento, hashmarks (#) nei collegamenti URI"
232
+
233
+ #: .././admin/settings.php:469
234
+ msgid "Authors:"
235
+ msgstr "Autori:"
236
+
237
+ #: .././admin/settings.php:477
238
+ msgid "Publication Year:"
239
+ msgstr "Anno di pubblicazione:"
240
+
241
+ #: .././admin/settings.php:485
242
+ msgid "Categories:"
243
+ msgstr "Categorie:"
244
+
245
+ #: .././admin/settings.php:493
246
+ msgid "User Type:"
247
+ msgstr "Tipo di utente:"
248
+
249
+ #: .././admin/settings.php:505
250
+ msgid "Advanced Tracking"
251
+ msgstr "Impostazioni avanzate"
252
+
253
+ #: .././admin/settings.php:508
254
+ msgid "Page Speed SR:"
255
+ msgstr "Page Speed Sample Rate:"
256
+
257
+ #: .././admin/settings.php:519
258
+ msgid "exclude events from bounce-rate calculation"
259
+ msgstr "escludi gli eventi nel calcolo della frequenza di rimbalzo"
260
+
261
+ #: .././admin/settings.php:530
262
+ msgid "enable enhanced link attribution"
263
+ msgstr "abilita l&apos;attribuzione avanzata dei link"
264
+
265
+ #: .././admin/settings.php:541
266
+ msgid "enable AdSense account linking"
267
+ msgstr "abilita AdSense account linking"
268
+
269
+ #: .././admin/settings.php:552
270
+ msgid "enable cross domain tracking"
271
+ msgstr "abilita il monitoraggio cross domain"
272
+
273
+ #: .././admin/settings.php:556
274
+ msgid "Cross Domains:"
275
+ msgstr " Cross Domains:"
276
+
277
+ #: .././admin/settings.php:567
278
+ msgid "Exclude tracking for:"
279
+ msgstr "Escludi per:"
280
+
281
+ #: .././admin/settings.php:648
282
+ msgid "Google Analytics Errors & Debugging"
283
+ msgstr "Errori & Debugging di Google Analytics"
284
+
285
+ #: .././admin/settings.php:658
286
+ msgid "Errors & Details"
287
+ msgstr "Errori & Dettagli"
288
+
289
+ #: .././admin/settings.php:659
290
+ msgid "Plugin Settings"
291
+ msgstr "Impostazioni plugin"
292
+
293
+ #: .././admin/settings.php:667
294
+ msgid "Last Error detected"
295
+ msgstr "Ultimo errore rilevato"
296
+
297
+ #: .././admin/settings.php:673 .././admin/settings.php:686
298
+ msgid "None"
299
+ msgstr "Nessuno"
300
+
301
+ #: .././admin/settings.php:680
302
+ msgid "Error Details"
303
+ msgstr "Dettagli errore"
304
+
305
+ #: .././admin/settings.php:700
306
+ msgid "Plugin Configuration"
307
+ msgstr "Configurazione plugin"
308
+
309
+ #: .././admin/settings.php:722 .././admin/settings.php:980
310
+ msgid ""
311
+ "Loading the required libraries. If this results in a blank screen or a fatal "
312
+ "error, try this solution:"
313
+ msgstr ""
314
+ "Caricamento delle librerie richieste. Se viene restituita una schermata "
315
+ "vuota o si verifica un errore fatale, provare questa soluzione:"
316
+
317
+ #: .././admin/settings.php:722
318
+ msgid "Library conflicts between WordPress plugins"
319
+ msgstr "Conflitti tra le librerie dei plugins di WordPress"
320
+
321
+ #: .././admin/settings.php:737 .././admin/settings.php:997
322
+ msgid "Plugin authorization succeeded."
323
+ msgstr "Autorizzazione plugin riuscita."
324
+
325
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
326
+ msgid ""
327
+ "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
328
+ "(UA-XXXXX-X). Try again, and use the red link to get your access code"
329
+ msgstr ""
330
+ "Il codice di accesso <strong>NON</strong> &egrave; il <strong>Tracking ID</"
331
+ "strong> (UA-XXXXX-X). Prova di nuovo utilizzando il link rosso per ottenere "
332
+ "il codice di accesso"
333
+
334
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
335
+ msgid "Cleared Cache."
336
+ msgstr "Cache eliminata."
337
+
338
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
339
+ msgid "Token Reseted and Revoked."
340
+ msgstr "Token azzerato e revocato."
341
+
342
+ #: .././admin/settings.php:794
343
+ msgid "All errors reseted."
344
+ msgstr "Tutti gli errori azzerati."
345
+
346
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
347
+ msgid "All other domains/properties were removed."
348
+ msgstr "Tutti gli altri domini/propriet&agrave; sono stati rimossi."
349
+
350
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
351
+ msgid "Google Analytics Settings"
352
+ msgstr "Impostazioni di Google Analytics"
353
+
354
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
355
+ msgid "Use the red link (see below) to generate and get your access code!"
356
+ msgstr ""
357
+ "Utilizza il link rosso (vedi sotto) per generare ed ottenere il tuo codice "
358
+ "di accesso!"
359
+
360
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
361
+ msgid "Plugin Authorization"
362
+ msgstr "Autorizzazione plugin"
363
+
364
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
365
+ #, php-format
366
+ msgid ""
367
+ "You should watch the %1$s and read this %2$s before proceeding to "
368
+ "authorization. This plugin requires a properly configured Google Analytics "
369
+ "account!"
370
+ msgstr ""
371
+ "Dovresti guardare %1$s e leggere questo %2$s prima di procedere con l&#39;"
372
+ "autorizzazione. Questo plugin richiede un account di Google Analytics "
373
+ "correttamente configurato!"
374
+
375
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
376
+ msgid "video"
377
+ msgstr "video"
378
+
379
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
380
+ msgid "tutorial"
381
+ msgstr "guida"
382
+
383
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
384
+ msgid "use your own API Project credentials"
385
+ msgstr "utilizza le tue credenziali API"
386
+
387
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
388
+ msgid "API Key:"
389
+ msgstr "Chiave API:"
390
+
391
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
392
+ msgid "Client ID:"
393
+ msgstr "ID Cliente:"
394
+
395
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
396
+ msgid "Client Secret:"
397
+ msgstr "Client Secret:"
398
+
399
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
400
+ msgid "Clear Authorization"
401
+ msgstr "Revoca autorizzazione"
402
+
403
+ #: .././admin/settings.php:876 .././admin/settings.php:951
404
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
405
+ msgid "Clear Cache"
406
+ msgstr "Elimina cache"
407
+
408
+ #: .././admin/settings.php:876
409
+ msgid "Reset Errors"
410
+ msgstr "Azzera errori."
411
+
412
+ #: .././admin/settings.php:882 .././admin/setup.php:80
413
+ #: .././admin/setup.php:115
414
+ msgid "General Settings"
415
+ msgstr "Impostazioni generali"
416
+
417
+ #: .././admin/settings.php:885
418
+ msgid "Select View:"
419
+ msgstr "Seleziona vista:"
420
+
421
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
422
+ msgid "Property not found"
423
+ msgstr "Propriet&agrave; non trovata"
424
+
425
+ #: .././admin/settings.php:901
426
+ msgid "Lock Selection"
427
+ msgstr "Blocca selezione"
428
+
429
+ #: .././admin/settings.php:919
430
+ msgid "Theme Color:"
431
+ msgstr "Colore tema:"
432
+
433
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
434
+ msgid "Automatic Updates"
435
+ msgstr "Aggiornamenti automatici"
436
+
437
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
438
+ msgid ""
439
+ "automatic updates for minor versions (security and maintenance releases only)"
440
+ msgstr ""
441
+ "aggiornamenti automatici per le release minori (solo di manutenzione e "
442
+ "sicurezza)"
443
+
444
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
445
+ #: .././admin/widgets.php:42
446
+ msgid "Authorize Plugin"
447
+ msgstr "Autorizza plugin"
448
+
449
+ #: .././admin/settings.php:1027
450
+ msgid "Properties refreshed."
451
+ msgstr "Propriet&agrave; aggiornate."
452
+
453
+ #: .././admin/settings.php:1111
454
+ msgid "Network Setup"
455
+ msgstr "Configurazione della rete"
456
+
457
+ #: .././admin/settings.php:1121
458
+ msgid "use a single Google Analytics account for the entire network"
459
+ msgstr "utilizza un unico account di Google Analytics per tutta la rete"
460
+
461
+ #: .././admin/settings.php:1165
462
+ msgid "Refresh Properties"
463
+ msgstr "Aggiorna propriet&agrave;"
464
+
465
+ #: .././admin/settings.php:1171
466
+ msgid "Properties/Views Settings"
467
+ msgstr "Propriet&agrave;/Mostra impostazioni"
468
+
469
+ #: .././admin/settings.php:1226
470
+ msgid "exclude Super Admin tracking for the entire network"
471
+ msgstr "escludi il monitoraggio dell&apos;amministratore su tutta la rete"
472
+
473
+ #: .././admin/settings.php:1271
474
+ msgid "Setup Tutorial & Demo"
475
+ msgstr "Guida all&apos;installazione & Demo"
476
+
477
+ #: .././admin/settings.php:1279
478
+ msgid "Support & Reviews"
479
+ msgstr "Supporto & Recensioni"
480
+
481
+ #: .././admin/settings.php:1286
482
+ #, php-format
483
+ msgid "Plugin documentation and support on %s"
484
+ msgstr "Documentazione del plugin e supporto su %s"
485
+
486
+ #: .././admin/settings.php:1293
487
+ #, php-format
488
+ msgid "Your feedback and review are both important, %s!"
489
+ msgstr "Il tuo feedback e la tua recensione sono entrambi importanti, %s!"
490
+
491
+ #: .././admin/settings.php:1293
492
+ msgid "rate this plugin"
493
+ msgstr "vota questo plugin"
494
+
495
+ #: .././admin/settings.php:1299
496
+ msgid "Further Reading"
497
+ msgstr "Approfondimenti"
498
+
499
+ #: .././admin/settings.php:1306
500
+ #, php-format
501
+ msgid "%s by moving your website to HTTPS/SSL."
502
+ msgstr "%s spostando il sito web a HTTPS/SSL."
503
+
504
+ #: .././admin/settings.php:1306
505
+ msgid "Improve search rankings"
506
+ msgstr "Migliorare le classifiche di ricerca"
507
+
508
+ #: .././admin/settings.php:1313
509
+ #, php-format
510
+ msgid "Other %s written by the same author"
511
+ msgstr "Altri %s scritti dallo stesso autore"
512
+
513
+ #: .././admin/settings.php:1313
514
+ msgid "WordPress Plugins"
515
+ msgstr "plugins per WordPress "
516
+
517
+ #: .././admin/settings.php:1319
518
+ msgid "Other Services"
519
+ msgstr "Altri servizi"
520
+
521
+ #: .././admin/settings.php:1326
522
+ #, php-format
523
+ msgid "Speed up your website and plug into a whole %s"
524
+ msgstr "Accellera il tuo sito web ad un %s"
525
+
526
+ #: .././admin/settings.php:1326
527
+ msgid "new level of site speed"
528
+ msgstr "nuovo livello di velocit&agrave;"
529
+
530
+ #: .././admin/settings.php:1333
531
+ #, php-format
532
+ msgid "%s service with users tracking at IP level."
533
+ msgstr "%s servizio con tracciamento degli utenti a livello IP."
534
+
535
+ #: .././admin/settings.php:1333
536
+ msgid "Web Analytics"
537
+ msgstr "Web Analytics"
538
+
539
+ #: .././admin/setup.php:76 .././admin/setup.php:111
540
+ msgid "Google Analytics"
541
+ msgstr "Google Analytics"
542
+
543
+ #: .././admin/setup.php:84
544
+ msgid "Backend Settings"
545
+ msgstr "Impostazioni backend"
546
+
547
+ #: .././admin/setup.php:88
548
+ msgid "Frontend Settings"
549
+ msgstr "Impostazioni frontend"
550
+
551
+ #: .././admin/setup.php:92
552
+ msgid "Tracking Code"
553
+ msgstr "Monitoraggio"
554
+
555
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
556
+ msgid "Today"
557
+ msgstr "Oggi"
558
+
559
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
560
+ msgid "Yesterday"
561
+ msgstr "Ieri"
562
+
563
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
564
+ #: .././front/widgets.php:74 .././front/widgets.php:182
565
+ msgid "Last 7 Days"
566
+ msgstr "Ultimi 7 giorni"
567
+
568
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
569
+ #: .././front/widgets.php:80 .././front/widgets.php:184
570
+ msgid "Last 30 Days"
571
+ msgstr "Ultimi 30 giorni"
572
+
573
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
574
+ msgid "Last 90 Days"
575
+ msgstr "Ultimi 90 giorni"
576
+
577
+ #: .././admin/setup.php:202 .././admin/setup.php:218
578
+ msgid "Unique Views"
579
+ msgstr "Visualizzazioni singole"
580
+
581
+ #: .././admin/setup.php:203 .././admin/setup.php:219
582
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
583
+ #: .././tools/gapi.php:391
584
+ msgid "Users"
585
+ msgstr "Utenti"
586
+
587
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
588
+ msgid "Organic"
589
+ msgstr "Traffico da motorI di ricerca"
590
+
591
+ #: .././admin/setup.php:205 .././admin/setup.php:220
592
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
593
+ #: .././tools/gapi.php:394
594
+ msgid "Page Views"
595
+ msgstr "Pagine viste"
596
+
597
+ #: .././admin/setup.php:206 .././admin/setup.php:221
598
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
599
+ #: .././tools/gapi.php:397
600
+ msgid "Bounce Rate"
601
+ msgstr "Frequenza di rimbalzo"
602
+
603
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
604
+ msgid "Location"
605
+ msgstr "Posizione geografica"
606
+
607
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
608
+ msgid "Referrers"
609
+ msgstr "Siti di origine del traffico"
610
+
611
+ #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
612
+ #: .././tools/gapi.php:918
613
+ msgid "Searches"
614
+ msgstr "Ricerche"
615
+
616
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
617
+ msgid "Traffic Details"
618
+ msgstr "Dettagli traffico"
619
+
620
+ #: .././admin/setup.php:213 .././admin/widgets.php:510
621
+ #: .././admin/widgets.php:607 .././admin/widgets.php:805
622
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
623
+ msgid "A JavaScript Error is blocking plugin resources!"
624
+ msgstr "Un errore JavaScript sta bloccando le risorse del plugin"
625
+
626
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
627
+ msgid "Traffic Mediums"
628
+ msgstr "Origine del traffico in %"
629
+
630
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
631
+ msgid "Visitor Type"
632
+ msgstr "Tipo di visitatore"
633
+
634
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
635
+ msgid "Social Networks"
636
+ msgstr "Social Networks"
637
+
638
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
639
+ msgid "Search Engines"
640
+ msgstr "Motori di ricerca"
641
+
642
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
643
+ msgid "Organic Search"
644
+ msgstr "Ricerca organica"
645
+
646
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
647
+ msgid "Pages/Session"
648
+ msgstr "Pagine per sessione"
649
+
650
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
651
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
652
+ #: .././admin/widgets.php:638 .././admin/widgets.php:657
653
+ #: .././admin/widgets.php:676 .././admin/widgets.php:696
654
+ #: .././admin/widgets.php:819 .././admin/widgets.php:930
655
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
656
+ #: .././front/item-reports.php:128
657
+ msgid "Invalid response, more details in JavaScript Console (F12)."
658
+ msgstr ""
659
+ "Risposta non valida, ulteriori dettagli nella console JavaScript (F12)."
660
+
661
+ #: .././admin/setup.php:225
662
+ msgid "Not enough data collected"
663
+ msgstr "Dati raccolti insufficienti"
664
+
665
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
666
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
667
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
668
+ #: .././admin/widgets.php:681 .././admin/widgets.php:701
669
+ #: .././admin/widgets.php:824 .././admin/widgets.php:827
670
+ #: .././admin/widgets.php:935 .././admin/widgets.php:954
671
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
672
+ #: .././front/widgets.php:110
673
+ msgid "This report is unavailable"
674
+ msgstr "Questo rapporto non &egrave; disponibile"
675
+
676
+ #: .././admin/setup.php:227
677
+ msgid "report generated by"
678
+ msgstr "rapporto generato da"
679
+
680
+ #: .././admin/setup.php:267
681
+ msgid "Settings"
682
+ msgstr "Impostazioni"
683
+
684
+ #: .././admin/widgets.php:33 .././front/widgets.php:22
685
+ msgid "Google Analytics Dashboard"
686
+ msgstr "Bacheca di Google Analytics"
687
+
688
+ #: .././admin/widgets.php:42
689
+ msgid "This plugin needs an authorization:"
690
+ msgstr "Questo plugin necessita di un&#39;autorizzazione:"
691
+
692
+ #: .././admin/widgets.php:76
693
+ msgid "Something went wrong while retrieving profiles list."
694
+ msgstr ""
695
+ "Qualcosa &egrave; andato male durante il recupero della lista dei profili."
696
+
697
+ #: .././admin/widgets.php:76
698
+ msgid "More details"
699
+ msgstr "Altri dettagli"
700
+
701
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
702
+ msgid "An admin should asign a default Google Analytics Profile."
703
+ msgstr ""
704
+ "Un amministratore deve assegnare un profilo predefinito di Google Analytics."
705
+
706
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
707
+ msgid "Select Domain"
708
+ msgstr "Seleziona dominio"
709
+
710
+ #: .././admin/widgets.php:105
711
+ msgid ""
712
+ "Something went wrong while retrieving property data. You need to create and "
713
+ "properly configure a Google Analytics account:"
714
+ msgstr ""
715
+ "Qualcosa &egrave; andato male durante il recupero dei dati. &Egrave; "
716
+ "necessario creare e configurare correttamente un account di Google Analytics:"
717
+
718
+ #: .././admin/widgets.php:105
719
+ msgid "Find out more!"
720
+ msgstr "Per saperne di pi&ugrave;!"
721
+
722
+ #: .././admin/widgets.php:125
723
+ msgid "Real-Time"
724
+ msgstr "In tempo reale"
725
+
726
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
727
+ #: .././front/widgets.php:183
728
+ msgid "Last 14 Days"
729
+ msgstr "Ultimi 14 giorni"
730
+
731
+ #: .././admin/widgets.php:135 .././admin/widgets.php:871
732
+ #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
733
+ #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
734
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
735
+ msgid "Sessions"
736
+ msgstr "Sessioni"
737
+
738
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
739
+ msgid "Pages"
740
+ msgstr "Pagine"
741
+
742
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
743
+ msgid "REFERRAL"
744
+ msgstr "TRAFFICO DA SITI REFERENTI (REFERRALS)"
745
+
746
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
747
+ msgid "ORGANIC"
748
+ msgstr "TRAFFICO DA MOTORI DI RICERCA (ORGANICO)"
749
+
750
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
751
+ #: .././admin/widgets.php:474
752
+ msgid "SOCIAL"
753
+ msgstr "TRAFFICO DAI SOCIAL NETWORK"
754
+
755
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
756
+ #: .././admin/widgets.php:475
757
+ msgid "CAMPAIGN"
758
+ msgstr "CAMPAGNA"
759
+
760
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
761
+ #: .././admin/widgets.php:478
762
+ msgid "DIRECT"
763
+ msgstr "TRAFFICO DIRETTO"
764
+
765
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
766
+ msgid "NEW"
767
+ msgstr "VISITATORI NUOVI"
768
+
769
+ #: .././admin/widgets.php:354
770
+ msgid "REFERRALS"
771
+ msgstr "TRAFFICO DA SITI REFERENTI (REFERRALS)"
772
+
773
+ #: .././admin/widgets.php:357
774
+ msgid "KEYWORDS"
775
+ msgstr "KEYWORDS"
776
+
777
+ #: .././front/item-reports.php:143
778
+ msgid "Views vs UniqueViews"
779
+ msgstr "Visualizzazioni vs Visualizzazioni singole"
780
+
781
+ #: .././front/item-reports.php:193
782
+ msgid "Google Analytics Reports"
783
+ msgstr "Rapporti di Google Analytics"
784
+
785
+ #: .././front/widgets.php:23
786
+ msgid "Will display your google analytics stats in a widget"
787
+ msgstr "Visualizza le statistiche di Google Analytics in un widget"
788
+
789
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
790
+ msgid "trend"
791
+ msgstr "tendenza"
792
+
793
+ #: .././front/widgets.php:133
794
+ msgid "Period:"
795
+ msgstr "Periodo:"
796
+
797
+ #: .././front/widgets.php:133
798
+ msgid "Sessions:"
799
+ msgstr "Sessioni:"
800
+
801
+ #: .././front/widgets.php:137
802
+ msgid "generated by"
803
+ msgstr "generato da"
804
+
805
+ #: .././front/widgets.php:147
806
+ msgid "Google Analytics Stats"
807
+ msgstr "Statistiche di Google Analytics"
808
+
809
+ #: .././front/widgets.php:154
810
+ msgid "Title:"
811
+ msgstr "Titolo:"
812
+
813
+ #: .././front/widgets.php:161
814
+ msgid "Display:"
815
+ msgstr "Mostra:"
816
+
817
+ #: .././front/widgets.php:165
818
+ msgid "Chart & Totals"
819
+ msgstr "Grafico & Totali"
820
+
821
+ #: .././front/widgets.php:166
822
+ msgid "Chart"
823
+ msgstr "Grafico"
824
+
825
+ #: .././front/widgets.php:167
826
+ msgid "Totals"
827
+ msgstr "Totali"
828
+
829
+ #: .././front/widgets.php:171
830
+ msgid "Anonymize stats:"
831
+ msgstr "Anonimizza le statistiche:"
832
+
833
+ #: .././front/widgets.php:178
834
+ msgid "Stats for:"
835
+ msgstr "Statistiche per:"
836
+
837
+ #: .././front/widgets.php:188
838
+ msgid "Give credits:"
839
+ msgstr "Crediti:"
840
+
841
+ #: .././gadwp.php:46 .././gadwp.php:55 .././gadwp.php:63
842
+ msgid "This is not allowed, read the documentation!"
843
+ msgstr "Questo non &egrave; permesso, leggi la documentazione"
844
+
845
+ #: .././tools/gapi.php:134
846
+ msgid "Use this link to get your access code:"
847
+ msgstr "Utilizza questo link per ottenere il codice di accesso:"
848
+
849
+ #: .././tools/gapi.php:134
850
+ msgid "Get Access Code"
851
+ msgstr "Ottieni codice di accesso"
852
+
853
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
854
+ msgid "Use the red link to get your access code!"
855
+ msgstr "Utilizza il link rosso per ottenere il tuo codice di accesso!"
856
+
857
+ #: .././tools/gapi.php:138
858
+ msgid "Access Code:"
859
+ msgstr "Codice di accesso:"
860
+
861
+ #: .././tools/gapi.php:145
862
+ msgid "Save Access Code"
863
+ msgstr "Salva codice di accesso"
864
+
865
+ #: .././tools/gapi.php:400
866
+ msgid "Organic Searches"
867
+ msgstr "Ricerche organiche"
868
+
869
+ #: .././tools/gapi.php:403
870
+ msgid "Unique Page Views"
871
+ msgstr "Visualizzazioni pagine singole"
872
+
873
+ #: .././tools/gapi.php:411
874
+ msgid "Hour"
875
+ msgstr "Ora"
876
+
877
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
878
+ msgid "Date"
879
+ msgstr "Data"
880
+
881
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
882
+ msgid "Views"
883
+ msgstr "Visualizzazioni"
884
+
885
+ #: .././tools/gapi.php:640
886
+ msgid "Countries"
887
+ msgstr "Paesi"
888
+
889
+ #: .././tools/gapi.php:650
890
+ msgid "Cities from"
891
+ msgstr "Paese: "
892
+
893
+ #: .././tools/gapi.php:722
894
+ msgid "Channels"
895
+ msgstr "Canali"
896
+
897
+ #: .././tools/gapi.php:785
898
+ msgid "Type"
899
+ msgstr "Tipo"
900
+
901
+ #: .././tools/gapi.php:878
902
+ msgid "UniqueViews"
903
+ msgstr "Visualizzazioni uniche"
904
+
905
+ #~ msgid "Read %s for more information about Frontend Features and Options."
906
+ #~ msgstr ""
907
+ #~ "Leggi %s per ulteriori informazioni sulle opzioni e funzionalit&agrave; "
908
+ #~ "del frontend."
909
+
910
+ #~ msgid "this documentation page"
911
+ #~ msgstr "la pagina della documentazione del plugin"
912
+
913
+ #~ msgid "Read %s for more information about Backend Features and Options."
914
+ #~ msgstr ""
915
+ #~ "Leggi %s per ulteriori informazioni sulle opzioni e funzionalit&agrave; "
916
+ #~ "del backend."
917
+
918
+ #~ msgid "For more information about Tracking Options read %s."
919
+ #~ msgstr "Per ulteriori informazioni sulle opzioni di monitoraggio leggi %s."
920
+
921
+ #~ msgid "For errors and/or other issues check %s and related resources."
922
+ #~ msgstr "Per errori e/o altri problemi controlla %s e le risorse relative."
923
+
924
+ #~ msgid "enable Switch Profile/View functionality"
925
+ #~ msgstr "abilita Cambia profilo/Mostra funzionalit&agrave;"
926
+
927
+ #~ msgid ""
928
+ #~ "For errors and/or other issues please check %s and related tutorials."
929
+ #~ msgstr ""
930
+ #~ "Per errori e/o altri problemi controlla %s e leggi la guida relativa."
931
+
932
+ #~ msgid "Select Domain:"
933
+ #~ msgstr "Seleziona dominio:"
934
+
935
+ #~ msgid "and/or hide all other domains"
936
+ #~ msgstr "e/o nasconde tutti gli altri domini"
937
+
938
+ #~ msgid "Hide Now"
939
+ #~ msgstr "Nascondi ora"
940
+
941
+ #~ msgid "find out more %s"
942
+ #~ msgstr "per saperne di pi&ugrave; su %s"
943
+
944
+ #~ msgid "about this feature"
945
+ #~ msgstr "su questa funzionalit&agrave;"
946
+
947
+ #~ msgid " show page sessions and users in frontend (after each article)"
948
+ #~ msgstr ""
949
+ #~ "mostra le sessioni della pagina e gli utenti nel frontend (dopo ogni "
950
+ #~ "articolo)"
951
+
952
+ #~ msgid " show page searches (after each article)"
953
+ #~ msgstr " mostra le ricerche della pagina (dopo ogni articolo)"
954
+
955
+ #~ msgid " anonymize IPs while tracking"
956
+ #~ msgstr "rendi anonimi gli indirizzi IP durante il monitoraggio"
957
+
958
+ #~ msgid " enable remarketing, demographics and interests reports"
959
+ #~ msgstr " abilita remarketing e rapporti demografici e sugli interessi"
960
+
961
+ #~ msgid " track downloads, mailto and outbound links"
962
+ #~ msgstr "monitora downloads, mailto e link in uscita"
963
+
964
+ #~ msgid " track affiliate links matching this regex"
965
+ #~ msgstr ""
966
+ #~ " monitora collegamenti associati corrispondenti a queste abbreviazioni"
967
+
968
+ #~ msgid " track fragment identifiers, hashmarks (#) in URI links"
969
+ #~ msgstr ""
970
+ #~ " monitora gli identificatori di frammentoe gli hashmarks (#) nei "
971
+ #~ "collegamenti URI"
972
+
973
+ #~ msgid " exclude events from bounce-rate calculation"
974
+ #~ msgstr " escludi gli eventi dal calcolo del bounce-rate"
975
+
976
+ #~ msgid " enable enhanced link attribution"
977
+ #~ msgstr "utilizza l&#39;attribuzione avanzata dei link"
978
+
979
+ #~ msgid " enable AdSense account linking"
980
+ #~ msgstr " abilita AdSense account linking"
981
+
982
+ #~ msgid " enable cross domain tracking"
983
+ #~ msgstr " abilita cross domanin tracking"
984
+
985
+ #~ msgid " use your own API Project credentials"
986
+ #~ msgstr "utilizza le proprie credenziali API"
987
+
988
+ #~ msgid " use a single Google Analytics account for the entire network"
989
+ #~ msgstr " utilizza un unico account Google Analytics per l&#39;intera rete"
990
+
991
+ #~ msgid " exclude Super Admin tracking for the entire network"
992
+ #~ msgstr " esclude il monitoraggio del Super Amministratore per tutta la rete"
993
+
994
+ #~ msgid "or"
995
+ #~ msgstr "o"
996
+
997
+ #~ msgid "Tracking Options"
998
+ #~ msgstr "Opzioni di monitoraggio"
999
+
1000
+ #~ msgid "to"
1001
+ #~ msgstr "a"
1002
+
1003
+ #~ msgid "and related tutorials"
1004
+ #~ msgstr "ed i tutorial relativi"
1005
+
1006
+ #~ msgid "You should watch the"
1007
+ #~ msgstr "Dovresti guardare il"
1008
+
1009
+ #~ msgid "and read this"
1010
+ #~ msgstr "e leggere questa"
1011
+
1012
+ #~ msgid "Other"
1013
+ #~ msgstr "Altri"
1014
+
1015
+ #~ msgid ""
1016
+ #~ " (watch this <a href='http://deconf.com/projects/google-analytics-"
1017
+ #~ "dashboard-for-wordpress/' target='_blank'>Step by step video tutorial</a>)"
1018
+ #~ msgstr ""
1019
+ #~ " (watch this <a href='http://deconf.com/projects/google-analytics-"
1020
+ #~ "dashboard-for-wordpress/' target='_blank'>Step by step video tutorial</a>)"
1021
+
1022
+ #~ msgid "Google Analytics Dashboard Settings"
1023
+ #~ msgstr "Impostazioni Backend di Google Analytics"
1024
+
1025
+ #~ msgid "A new frontend widget is available! To enable it, go to"
1026
+ #~ msgstr ""
1027
+ #~ "&Egrave; disponibile un nuovo widget per il frontend. Per attivarlo, vai "
1028
+ #~ "a"
1029
+
1030
+ #~ msgid "Appearance -> Widgets"
1031
+ #~ msgstr "Aspetto -> Widgets"
1032
+
1033
+ #~ msgid "and look for Google Analytics Dashboard."
1034
+ #~ msgstr "e cerca Bacheca di Google Analytics."
1035
+
1036
+ #~ msgid "Something went wrong, you need to"
1037
+ #~ msgstr "Qualcosa &egrave; andato male, devi"
1038
+
1039
+ #~ msgid "or properly configure your"
1040
+ #~ msgstr "o configura correttamente il tuo"
1041
+
1042
+ #~ msgid "Google Analytics account"
1043
+ #~ msgstr "Account di Google Analytics"
1044
+
1045
+ #~ msgid "(find out more"
1046
+ #~ msgstr "(per saperne di pi&ugrave;"
1047
+
1048
+ #~ msgid ")"
1049
+ #~ msgstr ")"
1050
+
1051
+ #~ msgid "Additional Stats & Charts"
1052
+ #~ msgstr "Ulteriori statistiche e grafici"
1053
+
1054
+ #~ msgid " show Geo Map chart for sessions"
1055
+ #~ msgstr "mostra il grafico per le sessioni"
1056
+
1057
+ #~ msgid "Target Geo Map to region:"
1058
+ #~ msgstr "Cartina delle visite per il paese:"
1059
+
1060
+ #~ msgid "and render top"
1061
+ #~ msgstr "con"
1062
+
1063
+ #~ msgid "cities (find out more"
1064
+ #~ msgstr "citt&agrave; (per saperne di più"
1065
+
1066
+ #~ msgid " show traffic overview"
1067
+ #~ msgstr " mostra la panoramica sul traffico"
1068
+
1069
+ #~ msgid " show top pages"
1070
+ #~ msgstr " mostra le principali pagine attive"
1071
+
1072
+ #~ msgid " show top referrers"
1073
+ #~ msgstr " mostra i siti principali di origine del traffico"
1074
+
1075
+ #~ msgid " show top searches"
1076
+ #~ msgstr " mostra le ricerche principali"
1077
+
1078
+ #~ msgid "Dumping log data."
1079
+ #~ msgstr "Dumping dati di log."
1080
+
1081
+ #~ msgid ""
1082
+ #~ "PHP CURL is required. Ask your hosting provider to install/enable PHP "
1083
+ #~ "CURL!"
1084
+ #~ msgstr ""
1085
+ #~ "PHP CURL &egrave; necessario. Chiedete al vostro fornitore di hosting per "
1086
+ #~ "installare/attivare PHP CURL!"
1087
+
1088
+ #~ msgid ""
1089
+ #~ "Something went wrong. Please check the Debugging Data section for "
1090
+ #~ "possible errors"
1091
+ #~ msgstr ""
1092
+ #~ "Qualcosa &egrave; andato male. Controlla la sezione dati di debug per "
1093
+ #~ "possibili errori"
1094
+
1095
+ #~ msgid "Debugging Data"
1096
+ #~ msgstr "Debug dei dati"
1097
+
1098
+ #~ msgid "Anonimize chart&#39;s stats:"
1099
+ #~ msgstr "Rendi anonimo il grafico delle statistiche:"
1100
+
1101
+ #~ msgid "Top Searches"
1102
+ #~ msgstr "Ricerche principali"
1103
+
1104
+ #~ msgid "Error Log"
1105
+ #~ msgstr "Log errori"
1106
+
1107
+ #~ msgid ""
1108
+ #~ "No stats available. Please check the Debugging Data section for possible "
1109
+ #~ "errors"
1110
+ #~ msgstr ""
1111
+ #~ "Nessuna statistica disponibile. Controlla la sezione dati di debug per "
1112
+ #~ "possibili errori"
1113
+
1114
+ #~ msgid "Country/City"
1115
+ #~ msgstr "Paese/Citt&agrave;"
1116
+
1117
+ #~ msgid "Source"
1118
+ #~ msgstr "Sorgente"
1119
+
1120
+ #~ msgid "Traffic Sources"
1121
+ #~ msgstr "Sorgenti di traffico"
1122
+
1123
+ #~ msgid "New vs. Returning"
1124
+ #~ msgstr "Visitatori nuovi contro Visitatori di ritorno"
1125
+
1126
+ #~ msgid "Top Pages"
1127
+ #~ msgstr "Principali pagine attive"
1128
+
1129
+ #~ msgid "Top Referrers"
1130
+ #~ msgstr "Referral principali"
1131
+
1132
+ #~ msgid ""
1133
+ #~ "This is a beta feature and is only available when using my Developer Key! "
1134
+ #~ "("
1135
+ #~ msgstr ""
1136
+ #~ "Questa &egrave; una caratteristica beta ed &egrave; disponibile solo "
1137
+ #~ "quando si utilizza il Developer Key! ("
1138
+
1139
+ #~ msgid "more about this feature"
1140
+ #~ msgstr "pi&ugrave; informazioni su questa funzione"
1141
+
1142
+ #~ msgid "RETURN"
1143
+ #~ msgstr "VISITATORI DI RITORNO"
1144
+
1145
+ #~ msgid "Sessions from "
1146
+ #~ msgstr "Sessioni da: "
1147
+
1148
+ #~ msgid "Sessions by Country"
1149
+ #~ msgstr "Sessioni per paese"
1150
+
1151
+ #~ msgid "Traffic Overview"
1152
+ #~ msgstr "Panoramica traffico"
1153
+
1154
+ #~ msgid "Visits"
1155
+ #~ msgstr "Visite"
1156
+
1157
+ #~ msgid "Visitors"
1158
+ #~ msgstr "Visitatori"
1159
+
1160
+ #~ msgid "Visits:"
1161
+ #~ msgstr "Visite:"
1162
+
1163
+ #~ msgid "Visitors:"
1164
+ #~ msgstr "Visitatori:"
1165
+
1166
+ #~ msgid "Page Views:"
1167
+ #~ msgstr "Pagine viste:"
1168
+
1169
+ #~ msgid "Bounce Rate:"
1170
+ #~ msgstr "Frequenza di rimbalzo:"
1171
+
1172
+ #~ msgid "Organic Search:"
1173
+ #~ msgstr "Ricerca organica:"
1174
+
1175
+ #~ msgid "Pages per Visit:"
1176
+ #~ msgstr "Pagine per visita:"
1177
+
1178
+ #~ msgid "Visits from "
1179
+ #~ msgstr "Visite da "
1180
+
1181
+ #~ msgid "Visits by Country"
1182
+ #~ msgstr "Visite per paese"
1183
+
1184
+ #~ msgid " show page visits and visitors in frontend (after each article)"
1185
+ #~ msgstr ""
1186
+ #~ " mostra le pagine visitate e visitatori nel frontend (dopo ogni articolo)"
1187
+
1188
+ #~ msgid " show Geo Map chart for visits"
1189
+ #~ msgstr " mostra la cartina geografica delle visite"
1190
+
1191
+ #~ msgid "You can find support on"
1192
+ #~ msgstr "Puoi trovare supporto su"
1193
+
1194
+ #~ msgid "DeConf.com"
1195
+ #~ msgstr "DeConf.com"
1196
+
1197
+ #~ msgid "service with visitors tracking at IP level."
1198
+ #~ msgstr "servizio con monitoraggio dei visitatori a livello IP."
1199
+
1200
+ #~ msgid "Total Visits:"
1201
+ #~ msgstr "Totale visite:"
1202
+
1203
+ #~ msgid "PHP CURL is required. Please install/enable PHP CURL!"
1204
+ #~ msgstr "CURL è necessaria. Si prega di installare/abilitare CURL!"
1205
+
1206
+ #~ msgid "Options saved."
1207
+ #~ msgstr "Opzioni salvate."
1208
+
1209
+ #~ msgid "Show stats to: "
1210
+ #~ msgstr "Mostra statistiche:"
1211
+
1212
+ #~ msgid "Update Options"
1213
+ #~ msgstr "Aggiorna opzioni"
1214
+
1215
+ #~ msgid "Tracking Options: "
1216
+ #~ msgstr "Opzioni monitoraggio: "
1217
+
1218
+ #~ msgid "Tracking Type: "
1219
+ #~ msgstr "Tipo di monitoraggio:"
1220
+
1221
+ #, fuzzy
1222
+ #~ msgid "User Type: "
1223
+ #~ msgstr "Tipo di monitoraggio:"
1224
+
1225
+ #~ msgid "Exclude tracking for: "
1226
+ #~ msgstr "Escludi monitoraggio per:"
1227
+
1228
+ #~ msgid "Select Domain: "
1229
+ #~ msgstr "Seleziona dominio:"
1230
+
1231
+ #~ msgid "Theme Color: "
1232
+ #~ msgstr "Colote tema:"
1233
+
1234
+ #~ msgid "&#39; trend"
1235
+ #~ msgstr "&#39; tendenza"
1236
+
1237
+ #~ msgid "DeConf Help Center"
1238
+ #~ msgstr "DeConf Help Center"
1239
+
1240
+ #~ msgid "Custom Code"
1241
+ #~ msgstr "Codice personalizzato"
1242
+
1243
+ #~ msgid "Your Tracking Code:"
1244
+ #~ msgstr "Il tuo codice di monitoraggio:"
 
 
 
 
 
 
 
 
 
 
languages/ga-dash-ja.po CHANGED
@@ -3,15 +3,15 @@ msgstr ""
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
- "POT-Creation-Date: 2015-04-27 19:25+0200\n"
7
- "PO-Revision-Date: 2015-04-27 19:25+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: heysister721 <tk197709141545@gmail.com>\n"
10
  "Language: ja\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.7.6\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,39 +22,39 @@ msgstr ""
22
  msgid "Analytics"
23
  msgstr "アナリティクス"
24
 
25
- #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:820
27
- #: .././admin/settings.php:1089
28
  msgid "Settings saved."
29
  msgstr "設定を保存しました。"
30
 
31
- #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:797
33
- #: .././admin/settings.php:807 .././admin/settings.php:816
34
- #: .././admin/settings.php:822 .././admin/settings.php:834
35
- #: .././admin/settings.php:1050 .././admin/settings.php:1075
36
- #: .././admin/settings.php:1085 .././admin/settings.php:1091
37
- #: .././admin/settings.php:1103
38
  msgid "Cheating Huh?"
39
  msgstr "修正しますか?"
40
 
41
- #: .././admin/settings.php:100 .././admin/settings.php:208
42
- #: .././admin/settings.php:344 .././admin/settings.php:659
43
- #: .././admin/settings.php:848 .././admin/settings.php:1116
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
  msgstr "問題が発生しました。%2$sするか、%1$sを確認してください。"
47
 
48
- #: .././admin/settings.php:100 .././admin/settings.php:208
49
- #: .././admin/settings.php:344 .././admin/settings.php:659
50
- #: .././admin/settings.php:848 .././admin/settings.php:1116
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
  msgstr "エラー&デバッグ"
54
 
55
- #: .././admin/settings.php:100 .././admin/settings.php:208
56
- #: .././admin/settings.php:344 .././admin/settings.php:659
57
- #: .././admin/settings.php:848 .././admin/settings.php:1116
58
  msgid "authorize the plugin"
59
  msgstr "プラグインを認可"
60
 
@@ -62,271 +62,246 @@ msgstr "プラグインを認可"
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Google アナリティクス フロントエンド設定"
64
 
65
- #: .././admin/settings.php:116
66
- #, php-format
67
- msgid "Read %s for more information about Frontend Features and Options."
68
- msgstr ""
69
-
70
- #: .././admin/settings.php:116 .././admin/settings.php:224
71
- #: .././admin/settings.php:369 .././admin/settings.php:682
72
- msgid "this documentation page"
73
- msgstr "プラグインのドキュメントページ"
74
-
75
- #: .././admin/settings.php:120 .././admin/settings.php:228
76
  msgid "Permissions"
77
  msgstr "権限"
78
 
79
- #: .././admin/settings.php:123 .././admin/settings.php:231
80
  msgid "Show stats to:"
81
  msgstr "統計を表示:"
82
 
83
- #: .././admin/settings.php:162
84
  msgid "show page sessions and users in frontend (after each article)"
85
  msgstr ""
86
 
87
- #: .././admin/settings.php:173
88
  msgid "show page searches (after each article)"
89
  msgstr ""
90
 
91
- #: .././admin/settings.php:180 .././admin/settings.php:318
92
- #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1253
94
  msgid "Save Changes"
95
  msgstr "変更を保存"
96
 
97
- #: .././admin/settings.php:213
98
  msgid "Google Analytics Backend Settings"
99
  msgstr "Google アナリティクス バックエンド設定"
100
 
101
- #: .././admin/settings.php:224
102
- #, php-format
103
- msgid "Read %s for more information about Backend Features and Options."
104
- msgstr ""
105
-
106
- #: .././admin/settings.php:272
107
  msgid "enable Switch View functionality"
108
  msgstr ""
109
 
110
- #: .././admin/settings.php:283
111
  msgid "enable reports on Posts List and Pages List"
112
  msgstr "投稿及びページ一覧でのレポートの表示を有効化"
113
 
114
- #: .././admin/settings.php:294
115
  msgid "enable the main Dashboard Widget"
116
  msgstr "ダッシュボードのウィジェットを有効化"
117
 
118
- #: .././admin/settings.php:298
119
  msgid "Real-Time Settings"
120
  msgstr "リアルタイム設定"
121
 
122
- #: .././admin/settings.php:301
123
  msgid "Maximum number of pages to display on real-time tab:"
124
  msgstr "リアルタイムのタブに表示するページの最大数:"
125
 
126
- #: .././admin/settings.php:306
127
  msgid "Location Settings"
128
  msgstr "地域設定"
129
 
130
- #: .././admin/settings.php:310
131
  msgid "Target Geo Map to country:"
132
  msgstr "対象国を地図に指定:"
133
 
134
- #: .././admin/settings.php:347
135
  msgid ""
136
  "The tracking component is disabled. You should set <strong>Tracking Options</"
137
  "strong> to <strong>Enabled</strong>"
138
  msgstr ""
139
 
140
- #: .././admin/settings.php:352
141
  msgid "Google Analytics Tracking Code"
142
  msgstr "Google Analytics トラッキングコード"
143
 
144
- #: .././admin/settings.php:361
145
  msgid "Basic Settings"
146
  msgstr "基本設定"
147
 
148
- #: .././admin/settings.php:362 .././admin/settings.php:429
149
  msgid "Events Tracking"
150
  msgstr "追跡イベント"
151
 
152
- #: .././admin/settings.php:363 .././admin/settings.php:477
153
  msgid "Custom Definitions"
154
  msgstr "カスタム定義"
155
 
156
- #: .././admin/settings.php:364 .././admin/settings.php:575
157
- #: .././admin/settings.php:1236
158
  msgid "Exclude Tracking"
159
  msgstr "追跡を除外する"
160
 
161
- #: .././admin/settings.php:365
162
  msgid "Advanced Settings"
163
  msgstr "拡張設定"
164
 
165
- #: .././admin/settings.php:369
166
- #, php-format
167
- msgid "For more information about Tracking Options read %s."
168
- msgstr ""
169
-
170
- #: .././admin/settings.php:374
171
  msgid "Tracking Settings"
172
  msgstr "トラッキング設定"
173
 
174
- #: .././admin/settings.php:377
175
  msgid "Tracking Options:"
176
  msgstr "オプションのトラッキング:"
177
 
178
- #: .././admin/settings.php:379
179
  msgid "Disabled"
180
  msgstr "無効"
181
 
182
- #: .././admin/settings.php:380
183
  msgid "Enabled"
184
  msgstr "有効"
185
 
186
- #: .././admin/settings.php:388 .././admin/settings.php:912
187
- #: .././admin/settings.php:933 .././admin/settings.php:1209
188
  #: .././admin/widgets.php:71
189
  msgid "View Name:"
190
  msgstr "ビュー名:"
191
 
192
- #: .././admin/settings.php:388 .././admin/settings.php:933
193
  msgid "Tracking ID:"
194
  msgstr "トラッキング ID:"
195
 
196
- #: .././admin/settings.php:388 .././admin/settings.php:933
197
  msgid "Default URL:"
198
  msgstr "デフォルトのURL:"
199
 
200
- #: .././admin/settings.php:388 .././admin/settings.php:933
201
  msgid "Time Zone:"
202
  msgstr "タイムゾーン:"
203
 
204
- #: .././admin/settings.php:393
205
  msgid "Basic Tracking"
206
  msgstr "基本的なトラッキング"
207
 
208
- #: .././admin/settings.php:396
209
  msgid "Tracking Type:"
210
  msgstr "トラッキングの種類:"
211
 
212
- #: .././admin/settings.php:398
213
  msgid "Classic Analytics"
214
  msgstr "クラシックアナリティクス"
215
 
216
- #: .././admin/settings.php:399
217
  msgid "Universal Analytics"
218
  msgstr "ユニバーサルアナリティクス"
219
 
220
- #: .././admin/settings.php:410
221
  msgid "anonymize IPs while tracking"
222
  msgstr ""
223
 
224
- #: .././admin/settings.php:421
225
  msgid "enable remarketing, demographics and interests reports"
226
  msgstr ""
227
 
228
- #: .././admin/settings.php:439
229
  msgid "track downloads, mailto and outbound links"
230
  msgstr ""
231
 
232
- #: .././admin/settings.php:443
233
  msgid "Downloads Regex:"
234
  msgstr "ダウンロードの正規表現:"
235
 
236
- #: .././admin/settings.php:454
237
  msgid "track affiliate links matching this regex"
238
  msgstr ""
239
 
240
- #: .././admin/settings.php:458
241
  msgid "Affiliates Regex:"
242
  msgstr "アフィリエイトの正規表現:"
243
 
244
- #: .././admin/settings.php:469
245
  msgid "track fragment identifiers, hashmarks (#) in URI links"
246
  msgstr ""
247
 
248
- #: .././admin/settings.php:480
249
  msgid "Authors:"
250
  msgstr "作者:"
251
 
252
- #: .././admin/settings.php:488
253
  msgid "Publication Year:"
254
  msgstr "発行年:"
255
 
256
- #: .././admin/settings.php:496
257
  msgid "Categories:"
258
  msgstr "カテゴリー:"
259
 
260
- #: .././admin/settings.php:504
261
  msgid "User Type:"
262
  msgstr "ユーザータイプ:"
263
 
264
- #: .././admin/settings.php:516
265
  msgid "Advanced Tracking"
266
  msgstr "高度なトラッキング"
267
 
268
- #: .././admin/settings.php:519
269
  msgid "Page Speed SR:"
270
  msgstr "ページスピードSR:"
271
 
272
- #: .././admin/settings.php:530
273
  msgid "exclude events from bounce-rate calculation"
274
  msgstr ""
275
 
276
- #: .././admin/settings.php:541
277
  msgid "enable enhanced link attribution"
278
  msgstr ""
279
 
280
- #: .././admin/settings.php:552
281
  msgid "enable AdSense account linking"
282
  msgstr ""
283
 
284
- #: .././admin/settings.php:563
285
  msgid "enable cross domain tracking"
286
  msgstr ""
287
 
288
- #: .././admin/settings.php:567
289
  msgid "Cross Domains:"
290
  msgstr "クロスドメイン:"
291
 
292
- #: .././admin/settings.php:578
293
  msgid "Exclude tracking for:"
294
  msgstr "トラッキング対象外:"
295
 
296
- #: .././admin/settings.php:663
297
  msgid "Google Analytics Errors & Debugging"
298
  msgstr "Google Analyticsのエラーとデバッグ"
299
 
300
- #: .././admin/settings.php:673
301
  msgid "Errors & Details"
302
  msgstr "エラーとデバッグ"
303
 
304
- #: .././admin/settings.php:674
305
  msgid "Plugin Settings"
306
  msgstr "プラグイン設定"
307
 
308
- #: .././admin/settings.php:682
309
- #, php-format
310
- msgid "For errors and/or other issues check %s and related resources."
311
- msgstr ""
312
-
313
- #: .././admin/settings.php:687
314
  msgid "Last Error detected"
315
  msgstr "エラーを検出"
316
 
317
- #: .././admin/settings.php:693 .././admin/settings.php:706
318
  msgid "None"
319
  msgstr "なし"
320
 
321
- #: .././admin/settings.php:700
322
  msgid "Error Details"
323
  msgstr "エラーの詳細"
324
 
325
- #: .././admin/settings.php:720
326
  msgid "Plugin Configuration"
327
  msgstr "プラグインの設定"
328
 
329
- #: .././admin/settings.php:742 .././admin/settings.php:1000
330
  msgid ""
331
  "Loading the required libraries. If this results in a blank screen or a fatal "
332
  "error, try this solution:"
@@ -334,15 +309,15 @@ msgstr ""
334
  "必要なライブラリをロードしています。空白の画面または致命的なエラーが発生した"
335
  "場合は、このソリューションを試してみてください:"
336
 
337
- #: .././admin/settings.php:742
338
  msgid "Library conflicts between WordPress plugins"
339
  msgstr ""
340
 
341
- #: .././admin/settings.php:757 .././admin/settings.php:1017
342
  msgid "Plugin authorization succeeded."
343
  msgstr "プラグインの認可が成功しました。"
344
 
345
- #: .././admin/settings.php:772 .././admin/settings.php:1041
346
  msgid ""
347
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
348
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
@@ -351,35 +326,35 @@ msgstr ""
351
  "りません</strong>。アクセスコードを取得するためには赤いリンクを使用して、再度"
352
  "実行してください。"
353
 
354
- #: .././admin/settings.php:795 .././admin/settings.php:1073
355
  msgid "Cleared Cache."
356
  msgstr "キャッシュをクリアしました。"
357
 
358
- #: .././admin/settings.php:804 .././admin/settings.php:1082
359
  msgid "Token Reseted and Revoked."
360
  msgstr "トークンをリセットし失効させました。"
361
 
362
- #: .././admin/settings.php:814
363
  msgid "All errors reseted."
364
  msgstr "全てのエラーをリセットしました。"
365
 
366
- #: .././admin/settings.php:827 .././admin/settings.php:1096
367
  msgid "All other domains/properties were removed."
368
  msgstr "全ての他のドメイン/プロパティが削除されました。"
369
 
370
- #: .././admin/settings.php:839 .././admin/settings.php:1108
371
  msgid "Google Analytics Settings"
372
  msgstr "Google アナリティクスの設定"
373
 
374
- #: .././admin/settings.php:853 .././admin/settings.php:1121
375
  msgid "Use the red link (see below) to generate and get your access code!"
376
  msgstr "アクセスコードを取得するには、赤リンク(下記参照)を使用してください!"
377
 
378
- #: .././admin/settings.php:864 .././admin/settings.php:1149
379
  msgid "Plugin Authorization"
380
  msgstr "プラグインを認可"
381
 
382
- #: .././admin/settings.php:869 .././admin/settings.php:1153
383
  #, php-format
384
  msgid ""
385
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -389,166 +364,166 @@ msgstr ""
389
  "プラグインを認可する前に%1$sを視聴し、%2$sを一読ください。 このプラグインを利"
390
  "用するにはGoogle アナリティクスのアカウントの適切な設定が必要です。"
391
 
392
- #: .././admin/settings.php:869 .././admin/settings.php:1153
393
  msgid "video"
394
  msgstr "動画"
395
 
396
- #: .././admin/settings.php:869 .././admin/settings.php:1153
397
  msgid "tutorial"
398
  msgstr "チュートリアル"
399
 
400
- #: .././admin/settings.php:874 .././admin/settings.php:1160
401
  msgid "use your own API Project credentials"
402
  msgstr ""
403
 
404
- #: .././admin/settings.php:878 .././admin/settings.php:1167
405
  msgid "API Key:"
406
  msgstr "API キー:"
407
 
408
- #: .././admin/settings.php:882 .././admin/settings.php:1171
409
  msgid "Client ID:"
410
  msgstr "クライアント ID:"
411
 
412
- #: .././admin/settings.php:886 .././admin/settings.php:1175
413
  msgid "Client Secret:"
414
  msgstr "クライアント Secret:"
415
 
416
- #: .././admin/settings.php:896 .././admin/settings.php:1185
417
  msgid "Clear Authorization"
418
  msgstr "認可のクリア"
419
 
420
- #: .././admin/settings.php:896 .././admin/settings.php:971
421
- #: .././admin/settings.php:1185 .././admin/settings.php:1260
422
  msgid "Clear Cache"
423
  msgstr "キャッシュを消去"
424
 
425
- #: .././admin/settings.php:896
426
  msgid "Reset Errors"
427
  msgstr "エラーをリセット"
428
 
429
- #: .././admin/settings.php:902 .././admin/setup.php:80
430
  #: .././admin/setup.php:115
431
  msgid "General Settings"
432
  msgstr "一般設定"
433
 
434
- #: .././admin/settings.php:905
435
  msgid "Select View:"
436
  msgstr ""
437
 
438
- #: .././admin/settings.php:916 .././admin/settings.php:1213
439
  msgid "Property not found"
440
  msgstr "プロパティが見つかりません"
441
 
442
- #: .././admin/settings.php:921
443
  msgid "Lock Selection"
444
  msgstr ""
445
 
446
- #: .././admin/settings.php:939
447
  msgid "Theme Color:"
448
  msgstr "テーマカラー:"
449
 
450
- #: .././admin/settings.php:947 .././admin/settings.php:1222
451
  msgid "Automatic Updates"
452
  msgstr "自動アップデート"
453
 
454
- #: .././admin/settings.php:957 .././admin/settings.php:1232
455
  msgid ""
456
  "automatic updates for minor versions (security and maintenance releases only)"
457
  msgstr ""
458
  "マイナーバージョンの自動アップデート(セキュリティ&メンテナンスリリースのみ)"
459
 
460
- #: .././admin/settings.php:971 .././admin/settings.php:1260
461
  #: .././admin/widgets.php:42
462
  msgid "Authorize Plugin"
463
  msgstr "プラグインを認可"
464
 
465
- #: .././admin/settings.php:1047
466
  msgid "Properties refreshed."
467
  msgstr "プロパティを更新しました。"
468
 
469
- #: .././admin/settings.php:1131
470
  msgid "Network Setup"
471
  msgstr "ネットワーク設定"
472
 
473
- #: .././admin/settings.php:1141
474
  msgid "use a single Google Analytics account for the entire network"
475
  msgstr ""
476
 
477
- #: .././admin/settings.php:1185
478
  msgid "Refresh Properties"
479
  msgstr "プロパティを最新の情報に更新"
480
 
481
- #: .././admin/settings.php:1191
482
  msgid "Properties/Views Settings"
483
  msgstr "プロパティ/ビューの設定"
484
 
485
- #: .././admin/settings.php:1246
486
  msgid "exclude Super Admin tracking for the entire network"
487
  msgstr ""
488
 
489
- #: .././admin/settings.php:1291
490
  msgid "Setup Tutorial & Demo"
491
  msgstr "セットアップ:チュートリアル&デモ"
492
 
493
- #: .././admin/settings.php:1299
494
  msgid "Support & Reviews"
495
  msgstr "サポート&レビュー"
496
 
497
- #: .././admin/settings.php:1306
498
  #, php-format
499
  msgid "Plugin documentation and support on %s"
500
  msgstr ""
501
 
502
- #: .././admin/settings.php:1313
503
  #, php-format
504
  msgid "Your feedback and review are both important, %s!"
505
  msgstr "フィードバックやレビューはどちらも大切です。%sしてください!"
506
 
507
- #: .././admin/settings.php:1313
508
  msgid "rate this plugin"
509
  msgstr "このプラグインを評価"
510
 
511
- #: .././admin/settings.php:1319
512
  msgid "Further Reading"
513
  msgstr "参考文献"
514
 
515
- #: .././admin/settings.php:1326
516
  #, php-format
517
  msgid "%s by moving your website to HTTPS/SSL."
518
  msgstr "ウェブサイトをHTTPS/SSLに移行し%s。"
519
 
520
- #: .././admin/settings.php:1326
521
  msgid "Improve search rankings"
522
  msgstr "検索ランキングを向上させる"
523
 
524
- #: .././admin/settings.php:1333
525
  #, php-format
526
  msgid "Other %s written by the same author"
527
  msgstr "同じ作者の他の%s"
528
 
529
- #: .././admin/settings.php:1333
530
  msgid "WordPress Plugins"
531
  msgstr "WordPressのプラグイン"
532
 
533
- #: .././admin/settings.php:1339
534
  msgid "Other Services"
535
  msgstr "その他のサービス"
536
 
537
- #: .././admin/settings.php:1346
538
  #, php-format
539
  msgid "Speed up your website and plug into a whole %s"
540
  msgstr ""
541
 
542
- #: .././admin/settings.php:1346
543
  msgid "new level of site speed"
544
  msgstr "新しいレベルのサイト速度"
545
 
546
- #: .././admin/settings.php:1353
547
  #, php-format
548
  msgid "%s service with users tracking at IP level."
549
  msgstr "IPレベルでのユーザートラッキングのできる%s。"
550
 
551
- #: .././admin/settings.php:1353
552
  msgid "Web Analytics"
553
  msgstr "ウェブ解析"
554
 
@@ -625,7 +600,7 @@ msgid "Referrers"
625
  msgstr "リファラー"
626
 
627
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
628
- #: .././tools/gapi.php:922
629
  msgid "Searches"
630
  msgstr "検索結果"
631
 
@@ -635,7 +610,7 @@ msgstr "トラフィック詳細"
635
 
636
  #: .././admin/setup.php:213 .././admin/widgets.php:510
637
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
638
- #: .././admin/widgets.php:917 .././front/item-reports.php:94
639
  msgid "A JavaScript Error is blocking plugin resources!"
640
  msgstr ""
641
  "JavaScriptのエラーが、プラグインのリソースをブロックしている可能性がありま"
@@ -670,8 +645,8 @@ msgstr "ページ/セッション"
670
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
671
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
672
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
673
- #: .././admin/widgets.php:949 .././front/item-reports.php:106
674
- #: .././front/item-reports.php:125
675
  msgid "Invalid response, more details in JavaScript Console (F12)."
676
  msgstr ""
677
  "応答がありません。JavaScriptコンソールでの詳細(F12)をご確認ください。"
@@ -686,7 +661,7 @@ msgstr "充分なデータがありません"
686
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
687
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
688
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
689
- #: .././front/item-reports.php:111 .././front/item-reports.php:130
690
  #: .././front/widgets.php:110
691
  msgid "This report is unavailable"
692
  msgstr "このレポートは使用できません。"
@@ -748,7 +723,7 @@ msgstr "2週間"
748
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
749
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
750
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
751
- #: .././tools/gapi.php:827 .././tools/gapi.php:923
752
  msgid "Sessions"
753
  msgstr "セッション"
754
 
@@ -791,11 +766,11 @@ msgstr "リファラー"
791
  msgid "KEYWORDS"
792
  msgstr "キーワード"
793
 
794
- #: .././front/item-reports.php:140
795
  msgid "Views vs UniqueViews"
796
  msgstr ""
797
 
798
- #: .././front/item-reports.php:190
799
  msgid "Google Analytics Reports"
800
  msgstr "Google アナリティクスのレポート"
801
 
@@ -891,11 +866,11 @@ msgstr "ユニークPV"
891
  msgid "Hour"
892
  msgstr "時"
893
 
894
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
895
  msgid "Date"
896
  msgstr "日"
897
 
898
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
899
  msgid "Views"
900
  msgstr "PV"
901
 
@@ -915,10 +890,13 @@ msgstr "経路"
915
  msgid "Type"
916
  msgstr "タイプ"
917
 
918
- #: .././tools/gapi.php:880
919
  msgid "UniqueViews"
920
  msgstr "ユニークPV"
921
 
 
 
 
922
  #~ msgid ""
923
  #~ "For errors and/or other issues please check %s and related tutorials."
924
  #~ msgstr "エラーや他の問題について%sや関連するチュートリアルをご覧ください。"
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
+ "POT-Creation-Date: 2015-05-20 21:46+0200\n"
7
+ "PO-Revision-Date: 2015-05-20 21:46+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: heysister721 <tk197709141545@gmail.com>\n"
10
  "Language: ja\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
22
  msgid "Analytics"
23
  msgstr "アナリティクス"
24
 
25
+ #: .././admin/settings.php:94 .././admin/settings.php:197
26
+ #: .././admin/settings.php:328 .././admin/settings.php:800
27
+ #: .././admin/settings.php:1069
28
  msgid "Settings saved."
29
  msgstr "設定を保存しました。"
30
 
31
+ #: .././admin/settings.php:96 .././admin/settings.php:199
32
+ #: .././admin/settings.php:330 .././admin/settings.php:777
33
+ #: .././admin/settings.php:787 .././admin/settings.php:796
34
+ #: .././admin/settings.php:802 .././admin/settings.php:814
35
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
36
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
37
+ #: .././admin/settings.php:1083
38
  msgid "Cheating Huh?"
39
  msgstr "修正しますか?"
40
 
41
+ #: .././admin/settings.php:100 .././admin/settings.php:203
42
+ #: .././admin/settings.php:334 .././admin/settings.php:644
43
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
  msgstr "問題が発生しました。%2$sするか、%1$sを確認してください。"
47
 
48
+ #: .././admin/settings.php:100 .././admin/settings.php:203
49
+ #: .././admin/settings.php:334 .././admin/settings.php:644
50
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
  msgstr "エラー&デバッグ"
54
 
55
+ #: .././admin/settings.php:100 .././admin/settings.php:203
56
+ #: .././admin/settings.php:334 .././admin/settings.php:644
57
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
58
  msgid "authorize the plugin"
59
  msgstr "プラグインを認可"
60
 
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Google アナリティクス フロントエンド設定"
64
 
65
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
66
  msgid "Permissions"
67
  msgstr "権限"
68
 
69
+ #: .././admin/settings.php:118 .././admin/settings.php:221
70
  msgid "Show stats to:"
71
  msgstr "統計を表示:"
72
 
73
+ #: .././admin/settings.php:157
74
  msgid "show page sessions and users in frontend (after each article)"
75
  msgstr ""
76
 
77
+ #: .././admin/settings.php:168
78
  msgid "show page searches (after each article)"
79
  msgstr ""
80
 
81
+ #: .././admin/settings.php:175 .././admin/settings.php:308
82
+ #: .././admin/settings.php:602 .././admin/settings.php:945
83
+ #: .././admin/settings.php:1233
84
  msgid "Save Changes"
85
  msgstr "変更を保存"
86
 
87
+ #: .././admin/settings.php:208
88
  msgid "Google Analytics Backend Settings"
89
  msgstr "Google アナリティクス バックエンド設定"
90
 
91
+ #: .././admin/settings.php:262
 
 
 
 
 
92
  msgid "enable Switch View functionality"
93
  msgstr ""
94
 
95
+ #: .././admin/settings.php:273
96
  msgid "enable reports on Posts List and Pages List"
97
  msgstr "投稿及びページ一覧でのレポートの表示を有効化"
98
 
99
+ #: .././admin/settings.php:284
100
  msgid "enable the main Dashboard Widget"
101
  msgstr "ダッシュボードのウィジェットを有効化"
102
 
103
+ #: .././admin/settings.php:288
104
  msgid "Real-Time Settings"
105
  msgstr "リアルタイム設定"
106
 
107
+ #: .././admin/settings.php:291
108
  msgid "Maximum number of pages to display on real-time tab:"
109
  msgstr "リアルタイムのタブに表示するページの最大数:"
110
 
111
+ #: .././admin/settings.php:296
112
  msgid "Location Settings"
113
  msgstr "地域設定"
114
 
115
+ #: .././admin/settings.php:300
116
  msgid "Target Geo Map to country:"
117
  msgstr "対象国を地図に指定:"
118
 
119
+ #: .././admin/settings.php:337
120
  msgid ""
121
  "The tracking component is disabled. You should set <strong>Tracking Options</"
122
  "strong> to <strong>Enabled</strong>"
123
  msgstr ""
124
 
125
+ #: .././admin/settings.php:342
126
  msgid "Google Analytics Tracking Code"
127
  msgstr "Google Analytics トラッキングコード"
128
 
129
+ #: .././admin/settings.php:351
130
  msgid "Basic Settings"
131
  msgstr "基本設定"
132
 
133
+ #: .././admin/settings.php:352 .././admin/settings.php:418
134
  msgid "Events Tracking"
135
  msgstr "追跡イベント"
136
 
137
+ #: .././admin/settings.php:353 .././admin/settings.php:466
138
  msgid "Custom Definitions"
139
  msgstr "カスタム定義"
140
 
141
+ #: .././admin/settings.php:354 .././admin/settings.php:564
142
+ #: .././admin/settings.php:1216
143
  msgid "Exclude Tracking"
144
  msgstr "追跡を除外する"
145
 
146
+ #: .././admin/settings.php:355
147
  msgid "Advanced Settings"
148
  msgstr "拡張設定"
149
 
150
+ #: .././admin/settings.php:363
 
 
 
 
 
151
  msgid "Tracking Settings"
152
  msgstr "トラッキング設定"
153
 
154
+ #: .././admin/settings.php:366
155
  msgid "Tracking Options:"
156
  msgstr "オプションのトラッキング:"
157
 
158
+ #: .././admin/settings.php:368
159
  msgid "Disabled"
160
  msgstr "無効"
161
 
162
+ #: .././admin/settings.php:369
163
  msgid "Enabled"
164
  msgstr "有効"
165
 
166
+ #: .././admin/settings.php:377 .././admin/settings.php:892
167
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
168
  #: .././admin/widgets.php:71
169
  msgid "View Name:"
170
  msgstr "ビュー名:"
171
 
172
+ #: .././admin/settings.php:377 .././admin/settings.php:913
173
  msgid "Tracking ID:"
174
  msgstr "トラッキング ID:"
175
 
176
+ #: .././admin/settings.php:377 .././admin/settings.php:913
177
  msgid "Default URL:"
178
  msgstr "デフォルトのURL:"
179
 
180
+ #: .././admin/settings.php:377 .././admin/settings.php:913
181
  msgid "Time Zone:"
182
  msgstr "タイムゾーン:"
183
 
184
+ #: .././admin/settings.php:382
185
  msgid "Basic Tracking"
186
  msgstr "基本的なトラッキング"
187
 
188
+ #: .././admin/settings.php:385
189
  msgid "Tracking Type:"
190
  msgstr "トラッキングの種類:"
191
 
192
+ #: .././admin/settings.php:387
193
  msgid "Classic Analytics"
194
  msgstr "クラシックアナリティクス"
195
 
196
+ #: .././admin/settings.php:388
197
  msgid "Universal Analytics"
198
  msgstr "ユニバーサルアナリティクス"
199
 
200
+ #: .././admin/settings.php:399
201
  msgid "anonymize IPs while tracking"
202
  msgstr ""
203
 
204
+ #: .././admin/settings.php:410
205
  msgid "enable remarketing, demographics and interests reports"
206
  msgstr ""
207
 
208
+ #: .././admin/settings.php:428
209
  msgid "track downloads, mailto and outbound links"
210
  msgstr ""
211
 
212
+ #: .././admin/settings.php:432
213
  msgid "Downloads Regex:"
214
  msgstr "ダウンロードの正規表現:"
215
 
216
+ #: .././admin/settings.php:443
217
  msgid "track affiliate links matching this regex"
218
  msgstr ""
219
 
220
+ #: .././admin/settings.php:447
221
  msgid "Affiliates Regex:"
222
  msgstr "アフィリエイトの正規表現:"
223
 
224
+ #: .././admin/settings.php:458
225
  msgid "track fragment identifiers, hashmarks (#) in URI links"
226
  msgstr ""
227
 
228
+ #: .././admin/settings.php:469
229
  msgid "Authors:"
230
  msgstr "作者:"
231
 
232
+ #: .././admin/settings.php:477
233
  msgid "Publication Year:"
234
  msgstr "発行年:"
235
 
236
+ #: .././admin/settings.php:485
237
  msgid "Categories:"
238
  msgstr "カテゴリー:"
239
 
240
+ #: .././admin/settings.php:493
241
  msgid "User Type:"
242
  msgstr "ユーザータイプ:"
243
 
244
+ #: .././admin/settings.php:505
245
  msgid "Advanced Tracking"
246
  msgstr "高度なトラッキング"
247
 
248
+ #: .././admin/settings.php:508
249
  msgid "Page Speed SR:"
250
  msgstr "ページスピードSR:"
251
 
252
+ #: .././admin/settings.php:519
253
  msgid "exclude events from bounce-rate calculation"
254
  msgstr ""
255
 
256
+ #: .././admin/settings.php:530
257
  msgid "enable enhanced link attribution"
258
  msgstr ""
259
 
260
+ #: .././admin/settings.php:541
261
  msgid "enable AdSense account linking"
262
  msgstr ""
263
 
264
+ #: .././admin/settings.php:552
265
  msgid "enable cross domain tracking"
266
  msgstr ""
267
 
268
+ #: .././admin/settings.php:556
269
  msgid "Cross Domains:"
270
  msgstr "クロスドメイン:"
271
 
272
+ #: .././admin/settings.php:567
273
  msgid "Exclude tracking for:"
274
  msgstr "トラッキング対象外:"
275
 
276
+ #: .././admin/settings.php:648
277
  msgid "Google Analytics Errors & Debugging"
278
  msgstr "Google Analyticsのエラーとデバッグ"
279
 
280
+ #: .././admin/settings.php:658
281
  msgid "Errors & Details"
282
  msgstr "エラーとデバッグ"
283
 
284
+ #: .././admin/settings.php:659
285
  msgid "Plugin Settings"
286
  msgstr "プラグイン設定"
287
 
288
+ #: .././admin/settings.php:667
 
 
 
 
 
289
  msgid "Last Error detected"
290
  msgstr "エラーを検出"
291
 
292
+ #: .././admin/settings.php:673 .././admin/settings.php:686
293
  msgid "None"
294
  msgstr "なし"
295
 
296
+ #: .././admin/settings.php:680
297
  msgid "Error Details"
298
  msgstr "エラーの詳細"
299
 
300
+ #: .././admin/settings.php:700
301
  msgid "Plugin Configuration"
302
  msgstr "プラグインの設定"
303
 
304
+ #: .././admin/settings.php:722 .././admin/settings.php:980
305
  msgid ""
306
  "Loading the required libraries. If this results in a blank screen or a fatal "
307
  "error, try this solution:"
309
  "必要なライブラリをロードしています。空白の画面または致命的なエラーが発生した"
310
  "場合は、このソリューションを試してみてください:"
311
 
312
+ #: .././admin/settings.php:722
313
  msgid "Library conflicts between WordPress plugins"
314
  msgstr ""
315
 
316
+ #: .././admin/settings.php:737 .././admin/settings.php:997
317
  msgid "Plugin authorization succeeded."
318
  msgstr "プラグインの認可が成功しました。"
319
 
320
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
321
  msgid ""
322
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
323
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
326
  "りません</strong>。アクセスコードを取得するためには赤いリンクを使用して、再度"
327
  "実行してください。"
328
 
329
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
330
  msgid "Cleared Cache."
331
  msgstr "キャッシュをクリアしました。"
332
 
333
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
334
  msgid "Token Reseted and Revoked."
335
  msgstr "トークンをリセットし失効させました。"
336
 
337
+ #: .././admin/settings.php:794
338
  msgid "All errors reseted."
339
  msgstr "全てのエラーをリセットしました。"
340
 
341
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
342
  msgid "All other domains/properties were removed."
343
  msgstr "全ての他のドメイン/プロパティが削除されました。"
344
 
345
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
346
  msgid "Google Analytics Settings"
347
  msgstr "Google アナリティクスの設定"
348
 
349
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
350
  msgid "Use the red link (see below) to generate and get your access code!"
351
  msgstr "アクセスコードを取得するには、赤リンク(下記参照)を使用してください!"
352
 
353
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
354
  msgid "Plugin Authorization"
355
  msgstr "プラグインを認可"
356
 
357
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
358
  #, php-format
359
  msgid ""
360
  "You should watch the %1$s and read this %2$s before proceeding to "
364
  "プラグインを認可する前に%1$sを視聴し、%2$sを一読ください。 このプラグインを利"
365
  "用するにはGoogle アナリティクスのアカウントの適切な設定が必要です。"
366
 
367
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
368
  msgid "video"
369
  msgstr "動画"
370
 
371
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
372
  msgid "tutorial"
373
  msgstr "チュートリアル"
374
 
375
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
376
  msgid "use your own API Project credentials"
377
  msgstr ""
378
 
379
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
380
  msgid "API Key:"
381
  msgstr "API キー:"
382
 
383
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
384
  msgid "Client ID:"
385
  msgstr "クライアント ID:"
386
 
387
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
388
  msgid "Client Secret:"
389
  msgstr "クライアント Secret:"
390
 
391
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
392
  msgid "Clear Authorization"
393
  msgstr "認可のクリア"
394
 
395
+ #: .././admin/settings.php:876 .././admin/settings.php:951
396
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
397
  msgid "Clear Cache"
398
  msgstr "キャッシュを消去"
399
 
400
+ #: .././admin/settings.php:876
401
  msgid "Reset Errors"
402
  msgstr "エラーをリセット"
403
 
404
+ #: .././admin/settings.php:882 .././admin/setup.php:80
405
  #: .././admin/setup.php:115
406
  msgid "General Settings"
407
  msgstr "一般設定"
408
 
409
+ #: .././admin/settings.php:885
410
  msgid "Select View:"
411
  msgstr ""
412
 
413
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
414
  msgid "Property not found"
415
  msgstr "プロパティが見つかりません"
416
 
417
+ #: .././admin/settings.php:901
418
  msgid "Lock Selection"
419
  msgstr ""
420
 
421
+ #: .././admin/settings.php:919
422
  msgid "Theme Color:"
423
  msgstr "テーマカラー:"
424
 
425
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
426
  msgid "Automatic Updates"
427
  msgstr "自動アップデート"
428
 
429
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
430
  msgid ""
431
  "automatic updates for minor versions (security and maintenance releases only)"
432
  msgstr ""
433
  "マイナーバージョンの自動アップデート(セキュリティ&メンテナンスリリースのみ)"
434
 
435
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
436
  #: .././admin/widgets.php:42
437
  msgid "Authorize Plugin"
438
  msgstr "プラグインを認可"
439
 
440
+ #: .././admin/settings.php:1027
441
  msgid "Properties refreshed."
442
  msgstr "プロパティを更新しました。"
443
 
444
+ #: .././admin/settings.php:1111
445
  msgid "Network Setup"
446
  msgstr "ネットワーク設定"
447
 
448
+ #: .././admin/settings.php:1121
449
  msgid "use a single Google Analytics account for the entire network"
450
  msgstr ""
451
 
452
+ #: .././admin/settings.php:1165
453
  msgid "Refresh Properties"
454
  msgstr "プロパティを最新の情報に更新"
455
 
456
+ #: .././admin/settings.php:1171
457
  msgid "Properties/Views Settings"
458
  msgstr "プロパティ/ビューの設定"
459
 
460
+ #: .././admin/settings.php:1226
461
  msgid "exclude Super Admin tracking for the entire network"
462
  msgstr ""
463
 
464
+ #: .././admin/settings.php:1271
465
  msgid "Setup Tutorial & Demo"
466
  msgstr "セットアップ:チュートリアル&デモ"
467
 
468
+ #: .././admin/settings.php:1279
469
  msgid "Support & Reviews"
470
  msgstr "サポート&レビュー"
471
 
472
+ #: .././admin/settings.php:1286
473
  #, php-format
474
  msgid "Plugin documentation and support on %s"
475
  msgstr ""
476
 
477
+ #: .././admin/settings.php:1293
478
  #, php-format
479
  msgid "Your feedback and review are both important, %s!"
480
  msgstr "フィードバックやレビューはどちらも大切です。%sしてください!"
481
 
482
+ #: .././admin/settings.php:1293
483
  msgid "rate this plugin"
484
  msgstr "このプラグインを評価"
485
 
486
+ #: .././admin/settings.php:1299
487
  msgid "Further Reading"
488
  msgstr "参考文献"
489
 
490
+ #: .././admin/settings.php:1306
491
  #, php-format
492
  msgid "%s by moving your website to HTTPS/SSL."
493
  msgstr "ウェブサイトをHTTPS/SSLに移行し%s。"
494
 
495
+ #: .././admin/settings.php:1306
496
  msgid "Improve search rankings"
497
  msgstr "検索ランキングを向上させる"
498
 
499
+ #: .././admin/settings.php:1313
500
  #, php-format
501
  msgid "Other %s written by the same author"
502
  msgstr "同じ作者の他の%s"
503
 
504
+ #: .././admin/settings.php:1313
505
  msgid "WordPress Plugins"
506
  msgstr "WordPressのプラグイン"
507
 
508
+ #: .././admin/settings.php:1319
509
  msgid "Other Services"
510
  msgstr "その他のサービス"
511
 
512
+ #: .././admin/settings.php:1326
513
  #, php-format
514
  msgid "Speed up your website and plug into a whole %s"
515
  msgstr ""
516
 
517
+ #: .././admin/settings.php:1326
518
  msgid "new level of site speed"
519
  msgstr "新しいレベルのサイト速度"
520
 
521
+ #: .././admin/settings.php:1333
522
  #, php-format
523
  msgid "%s service with users tracking at IP level."
524
  msgstr "IPレベルでのユーザートラッキングのできる%s。"
525
 
526
+ #: .././admin/settings.php:1333
527
  msgid "Web Analytics"
528
  msgstr "ウェブ解析"
529
 
600
  msgstr "リファラー"
601
 
602
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
603
+ #: .././tools/gapi.php:918
604
  msgid "Searches"
605
  msgstr "検索結果"
606
 
610
 
611
  #: .././admin/setup.php:213 .././admin/widgets.php:510
612
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
613
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
614
  msgid "A JavaScript Error is blocking plugin resources!"
615
  msgstr ""
616
  "JavaScriptのエラーが、プラグインのリソースをブロックしている可能性がありま"
645
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
646
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
647
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
648
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
649
+ #: .././front/item-reports.php:128
650
  msgid "Invalid response, more details in JavaScript Console (F12)."
651
  msgstr ""
652
  "応答がありません。JavaScriptコンソールでの詳細(F12)をご確認ください。"
661
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
662
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
663
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
664
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
665
  #: .././front/widgets.php:110
666
  msgid "This report is unavailable"
667
  msgstr "このレポートは使用できません。"
723
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
724
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
725
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
726
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
727
  msgid "Sessions"
728
  msgstr "セッション"
729
 
766
  msgid "KEYWORDS"
767
  msgstr "キーワード"
768
 
769
+ #: .././front/item-reports.php:143
770
  msgid "Views vs UniqueViews"
771
  msgstr ""
772
 
773
+ #: .././front/item-reports.php:193
774
  msgid "Google Analytics Reports"
775
  msgstr "Google アナリティクスのレポート"
776
 
866
  msgid "Hour"
867
  msgstr "時"
868
 
869
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
870
  msgid "Date"
871
  msgstr "日"
872
 
873
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
874
  msgid "Views"
875
  msgstr "PV"
876
 
890
  msgid "Type"
891
  msgstr "タイプ"
892
 
893
+ #: .././tools/gapi.php:878
894
  msgid "UniqueViews"
895
  msgstr "ユニークPV"
896
 
897
+ #~ msgid "this documentation page"
898
+ #~ msgstr "プラグインのドキュメントページ"
899
+
900
  #~ msgid ""
901
  #~ "For errors and/or other issues please check %s and related tutorials."
902
  #~ msgstr "エラーや他の問題について%sや関連するチュートリアルをご覧ください。"
languages/ga-dash-nl_NL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
- "POT-Creation-Date: 2015-04-27 19:25+0200\n"
5
- "PO-Revision-Date: 2015-04-27 19:25+0200\n"
6
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
7
  "Language-Team: Willem-Jan Meerkerk <info@bs-webdevelopment.nl>\n"
8
  "Language: nl_NL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.7.6\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -20,39 +20,39 @@ msgstr ""
20
  msgid "Analytics"
21
  msgstr ""
22
 
23
- #: .././admin/settings.php:94 .././admin/settings.php:202
24
- #: .././admin/settings.php:338 .././admin/settings.php:820
25
- #: .././admin/settings.php:1089
26
  msgid "Settings saved."
27
  msgstr ""
28
 
29
- #: .././admin/settings.php:96 .././admin/settings.php:204
30
- #: .././admin/settings.php:340 .././admin/settings.php:797
31
- #: .././admin/settings.php:807 .././admin/settings.php:816
32
- #: .././admin/settings.php:822 .././admin/settings.php:834
33
- #: .././admin/settings.php:1050 .././admin/settings.php:1075
34
- #: .././admin/settings.php:1085 .././admin/settings.php:1091
35
- #: .././admin/settings.php:1103
36
  msgid "Cheating Huh?"
37
  msgstr ""
38
 
39
- #: .././admin/settings.php:100 .././admin/settings.php:208
40
- #: .././admin/settings.php:344 .././admin/settings.php:659
41
- #: .././admin/settings.php:848 .././admin/settings.php:1116
42
  #, php-format
43
  msgid "Something went wrong, check %1$s or %2$s."
44
  msgstr ""
45
 
46
- #: .././admin/settings.php:100 .././admin/settings.php:208
47
- #: .././admin/settings.php:344 .././admin/settings.php:659
48
- #: .././admin/settings.php:848 .././admin/settings.php:1116
49
  #: .././admin/setup.php:96 .././admin/setup.php:119
50
  msgid "Errors & Debug"
51
  msgstr ""
52
 
53
- #: .././admin/settings.php:100 .././admin/settings.php:208
54
- #: .././admin/settings.php:344 .././admin/settings.php:659
55
- #: .././admin/settings.php:848 .././admin/settings.php:1116
56
  msgid "authorize the plugin"
57
  msgstr ""
58
 
@@ -60,319 +60,294 @@ msgstr ""
60
  msgid "Google Analytics Frontend Settings"
61
  msgstr ""
62
 
63
- #: .././admin/settings.php:116
64
- #, php-format
65
- msgid "Read %s for more information about Frontend Features and Options."
66
- msgstr ""
67
-
68
- #: .././admin/settings.php:116 .././admin/settings.php:224
69
- #: .././admin/settings.php:369 .././admin/settings.php:682
70
- msgid "this documentation page"
71
- msgstr ""
72
-
73
- #: .././admin/settings.php:120 .././admin/settings.php:228
74
  msgid "Permissions"
75
  msgstr ""
76
 
77
- #: .././admin/settings.php:123 .././admin/settings.php:231
78
  msgid "Show stats to:"
79
  msgstr ""
80
 
81
- #: .././admin/settings.php:162
82
  msgid "show page sessions and users in frontend (after each article)"
83
  msgstr ""
84
 
85
- #: .././admin/settings.php:173
86
  msgid "show page searches (after each article)"
87
  msgstr ""
88
 
89
- #: .././admin/settings.php:180 .././admin/settings.php:318
90
- #: .././admin/settings.php:617 .././admin/settings.php:965
91
- #: .././admin/settings.php:1253
92
  msgid "Save Changes"
93
  msgstr ""
94
 
95
- #: .././admin/settings.php:213
96
  msgid "Google Analytics Backend Settings"
97
  msgstr ""
98
 
99
- #: .././admin/settings.php:224
100
- #, php-format
101
- msgid "Read %s for more information about Backend Features and Options."
102
- msgstr ""
103
-
104
- #: .././admin/settings.php:272
105
  msgid "enable Switch View functionality"
106
  msgstr ""
107
 
108
- #: .././admin/settings.php:283
109
  msgid "enable reports on Posts List and Pages List"
110
  msgstr ""
111
 
112
- #: .././admin/settings.php:294
113
  msgid "enable the main Dashboard Widget"
114
  msgstr ""
115
 
116
- #: .././admin/settings.php:298
117
  msgid "Real-Time Settings"
118
  msgstr ""
119
 
120
- #: .././admin/settings.php:301
121
  msgid "Maximum number of pages to display on real-time tab:"
122
  msgstr ""
123
 
124
- #: .././admin/settings.php:306
125
  msgid "Location Settings"
126
  msgstr ""
127
 
128
- #: .././admin/settings.php:310
129
  msgid "Target Geo Map to country:"
130
  msgstr ""
131
 
132
- #: .././admin/settings.php:347
133
  msgid ""
134
  "The tracking component is disabled. You should set <strong>Tracking Options</"
135
  "strong> to <strong>Enabled</strong>"
136
  msgstr ""
137
 
138
- #: .././admin/settings.php:352
139
  msgid "Google Analytics Tracking Code"
140
  msgstr ""
141
 
142
- #: .././admin/settings.php:361
143
  msgid "Basic Settings"
144
  msgstr ""
145
 
146
- #: .././admin/settings.php:362 .././admin/settings.php:429
147
  msgid "Events Tracking"
148
  msgstr ""
149
 
150
- #: .././admin/settings.php:363 .././admin/settings.php:477
151
  msgid "Custom Definitions"
152
  msgstr ""
153
 
154
- #: .././admin/settings.php:364 .././admin/settings.php:575
155
- #: .././admin/settings.php:1236
156
  msgid "Exclude Tracking"
157
  msgstr ""
158
 
159
- #: .././admin/settings.php:365
160
  msgid "Advanced Settings"
161
  msgstr ""
162
 
163
- #: .././admin/settings.php:369
164
- #, php-format
165
- msgid "For more information about Tracking Options read %s."
166
- msgstr ""
167
-
168
- #: .././admin/settings.php:374
169
  msgid "Tracking Settings"
170
  msgstr ""
171
 
172
- #: .././admin/settings.php:377
173
  msgid "Tracking Options:"
174
  msgstr ""
175
 
176
- #: .././admin/settings.php:379
177
  msgid "Disabled"
178
  msgstr ""
179
 
180
- #: .././admin/settings.php:380
181
  msgid "Enabled"
182
  msgstr ""
183
 
184
- #: .././admin/settings.php:388 .././admin/settings.php:912
185
- #: .././admin/settings.php:933 .././admin/settings.php:1209
186
  #: .././admin/widgets.php:71
187
  msgid "View Name:"
188
  msgstr ""
189
 
190
- #: .././admin/settings.php:388 .././admin/settings.php:933
191
  msgid "Tracking ID:"
192
  msgstr ""
193
 
194
- #: .././admin/settings.php:388 .././admin/settings.php:933
195
  msgid "Default URL:"
196
  msgstr ""
197
 
198
- #: .././admin/settings.php:388 .././admin/settings.php:933
199
  msgid "Time Zone:"
200
  msgstr ""
201
 
202
- #: .././admin/settings.php:393
203
  msgid "Basic Tracking"
204
  msgstr ""
205
 
206
- #: .././admin/settings.php:396
207
  msgid "Tracking Type:"
208
  msgstr ""
209
 
210
- #: .././admin/settings.php:398
211
  msgid "Classic Analytics"
212
  msgstr ""
213
 
214
- #: .././admin/settings.php:399
215
  msgid "Universal Analytics"
216
  msgstr ""
217
 
218
- #: .././admin/settings.php:410
219
  msgid "anonymize IPs while tracking"
220
  msgstr ""
221
 
222
- #: .././admin/settings.php:421
223
  msgid "enable remarketing, demographics and interests reports"
224
  msgstr ""
225
 
226
- #: .././admin/settings.php:439
227
  msgid "track downloads, mailto and outbound links"
228
  msgstr ""
229
 
230
- #: .././admin/settings.php:443
231
  msgid "Downloads Regex:"
232
  msgstr ""
233
 
234
- #: .././admin/settings.php:454
235
  msgid "track affiliate links matching this regex"
236
  msgstr ""
237
 
238
- #: .././admin/settings.php:458
239
  msgid "Affiliates Regex:"
240
  msgstr ""
241
 
242
- #: .././admin/settings.php:469
243
  msgid "track fragment identifiers, hashmarks (#) in URI links"
244
  msgstr ""
245
 
246
- #: .././admin/settings.php:480
247
  msgid "Authors:"
248
  msgstr ""
249
 
250
- #: .././admin/settings.php:488
251
  msgid "Publication Year:"
252
  msgstr ""
253
 
254
- #: .././admin/settings.php:496
255
  msgid "Categories:"
256
  msgstr ""
257
 
258
- #: .././admin/settings.php:504
259
  msgid "User Type:"
260
  msgstr ""
261
 
262
- #: .././admin/settings.php:516
263
  msgid "Advanced Tracking"
264
  msgstr ""
265
 
266
- #: .././admin/settings.php:519
267
  msgid "Page Speed SR:"
268
  msgstr ""
269
 
270
- #: .././admin/settings.php:530
271
  msgid "exclude events from bounce-rate calculation"
272
  msgstr ""
273
 
274
- #: .././admin/settings.php:541
275
  msgid "enable enhanced link attribution"
276
  msgstr ""
277
 
278
- #: .././admin/settings.php:552
279
  msgid "enable AdSense account linking"
280
  msgstr ""
281
 
282
- #: .././admin/settings.php:563
283
  msgid "enable cross domain tracking"
284
  msgstr ""
285
 
286
- #: .././admin/settings.php:567
287
  msgid "Cross Domains:"
288
  msgstr ""
289
 
290
- #: .././admin/settings.php:578
291
  msgid "Exclude tracking for:"
292
  msgstr ""
293
 
294
- #: .././admin/settings.php:663
295
  msgid "Google Analytics Errors & Debugging"
296
  msgstr ""
297
 
298
- #: .././admin/settings.php:673
299
  msgid "Errors & Details"
300
  msgstr ""
301
 
302
- #: .././admin/settings.php:674
303
  msgid "Plugin Settings"
304
  msgstr ""
305
 
306
- #: .././admin/settings.php:682
307
- #, php-format
308
- msgid "For errors and/or other issues check %s and related resources."
309
- msgstr ""
310
-
311
- #: .././admin/settings.php:687
312
  msgid "Last Error detected"
313
  msgstr ""
314
 
315
- #: .././admin/settings.php:693 .././admin/settings.php:706
316
  msgid "None"
317
  msgstr ""
318
 
319
- #: .././admin/settings.php:700
320
  msgid "Error Details"
321
  msgstr ""
322
 
323
- #: .././admin/settings.php:720
324
  msgid "Plugin Configuration"
325
  msgstr ""
326
 
327
- #: .././admin/settings.php:742 .././admin/settings.php:1000
328
  msgid ""
329
  "Loading the required libraries. If this results in a blank screen or a fatal "
330
  "error, try this solution:"
331
  msgstr ""
332
 
333
- #: .././admin/settings.php:742
334
  msgid "Library conflicts between WordPress plugins"
335
  msgstr ""
336
 
337
- #: .././admin/settings.php:757 .././admin/settings.php:1017
338
  msgid "Plugin authorization succeeded."
339
  msgstr ""
340
 
341
- #: .././admin/settings.php:772 .././admin/settings.php:1041
342
  msgid ""
343
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
344
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
345
  msgstr ""
346
 
347
- #: .././admin/settings.php:795 .././admin/settings.php:1073
348
  msgid "Cleared Cache."
349
  msgstr ""
350
 
351
- #: .././admin/settings.php:804 .././admin/settings.php:1082
352
  msgid "Token Reseted and Revoked."
353
  msgstr ""
354
 
355
- #: .././admin/settings.php:814
356
  msgid "All errors reseted."
357
  msgstr ""
358
 
359
- #: .././admin/settings.php:827 .././admin/settings.php:1096
360
  msgid "All other domains/properties were removed."
361
  msgstr ""
362
 
363
- #: .././admin/settings.php:839 .././admin/settings.php:1108
364
  msgid "Google Analytics Settings"
365
  msgstr ""
366
 
367
- #: .././admin/settings.php:853 .././admin/settings.php:1121
368
  msgid "Use the red link (see below) to generate and get your access code!"
369
  msgstr ""
370
 
371
- #: .././admin/settings.php:864 .././admin/settings.php:1149
372
  msgid "Plugin Authorization"
373
  msgstr ""
374
 
375
- #: .././admin/settings.php:869 .././admin/settings.php:1153
376
  #, php-format
377
  msgid ""
378
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -380,165 +355,165 @@ msgid ""
380
  "account!"
381
  msgstr ""
382
 
383
- #: .././admin/settings.php:869 .././admin/settings.php:1153
384
  msgid "video"
385
  msgstr ""
386
 
387
- #: .././admin/settings.php:869 .././admin/settings.php:1153
388
  msgid "tutorial"
389
  msgstr ""
390
 
391
- #: .././admin/settings.php:874 .././admin/settings.php:1160
392
  msgid "use your own API Project credentials"
393
  msgstr ""
394
 
395
- #: .././admin/settings.php:878 .././admin/settings.php:1167
396
  msgid "API Key:"
397
  msgstr ""
398
 
399
- #: .././admin/settings.php:882 .././admin/settings.php:1171
400
  msgid "Client ID:"
401
  msgstr ""
402
 
403
- #: .././admin/settings.php:886 .././admin/settings.php:1175
404
  msgid "Client Secret:"
405
  msgstr ""
406
 
407
- #: .././admin/settings.php:896 .././admin/settings.php:1185
408
  msgid "Clear Authorization"
409
  msgstr ""
410
 
411
- #: .././admin/settings.php:896 .././admin/settings.php:971
412
- #: .././admin/settings.php:1185 .././admin/settings.php:1260
413
  msgid "Clear Cache"
414
  msgstr ""
415
 
416
- #: .././admin/settings.php:896
417
  msgid "Reset Errors"
418
  msgstr ""
419
 
420
- #: .././admin/settings.php:902 .././admin/setup.php:80
421
  #: .././admin/setup.php:115
422
  msgid "General Settings"
423
  msgstr ""
424
 
425
- #: .././admin/settings.php:905
426
  msgid "Select View:"
427
  msgstr ""
428
 
429
- #: .././admin/settings.php:916 .././admin/settings.php:1213
430
  msgid "Property not found"
431
  msgstr ""
432
 
433
- #: .././admin/settings.php:921
434
  msgid "Lock Selection"
435
  msgstr ""
436
 
437
- #: .././admin/settings.php:939
438
  msgid "Theme Color:"
439
  msgstr ""
440
 
441
- #: .././admin/settings.php:947 .././admin/settings.php:1222
442
  msgid "Automatic Updates"
443
  msgstr ""
444
 
445
- #: .././admin/settings.php:957 .././admin/settings.php:1232
446
  msgid ""
447
  "automatic updates for minor versions (security and maintenance releases only)"
448
  msgstr ""
449
 
450
- #: .././admin/settings.php:971 .././admin/settings.php:1260
451
  #: .././admin/widgets.php:42
452
  msgid "Authorize Plugin"
453
  msgstr ""
454
 
455
- #: .././admin/settings.php:1047
456
  msgid "Properties refreshed."
457
  msgstr ""
458
 
459
- #: .././admin/settings.php:1131
460
  msgid "Network Setup"
461
  msgstr ""
462
 
463
- #: .././admin/settings.php:1141
464
  msgid "use a single Google Analytics account for the entire network"
465
  msgstr ""
466
 
467
- #: .././admin/settings.php:1185
468
  msgid "Refresh Properties"
469
  msgstr ""
470
 
471
- #: .././admin/settings.php:1191
472
  msgid "Properties/Views Settings"
473
  msgstr ""
474
 
475
- #: .././admin/settings.php:1246
476
  msgid "exclude Super Admin tracking for the entire network"
477
  msgstr ""
478
 
479
- #: .././admin/settings.php:1291
480
  msgid "Setup Tutorial & Demo"
481
  msgstr ""
482
 
483
- #: .././admin/settings.php:1299
484
  msgid "Support & Reviews"
485
  msgstr ""
486
 
487
- #: .././admin/settings.php:1306
488
  #, php-format
489
  msgid "Plugin documentation and support on %s"
490
  msgstr ""
491
 
492
- #: .././admin/settings.php:1313
493
  #, php-format
494
  msgid "Your feedback and review are both important, %s!"
495
  msgstr ""
496
 
497
- #: .././admin/settings.php:1313
498
  msgid "rate this plugin"
499
  msgstr ""
500
 
501
- #: .././admin/settings.php:1319
502
  msgid "Further Reading"
503
  msgstr ""
504
 
505
- #: .././admin/settings.php:1326
506
  #, php-format
507
  msgid "%s by moving your website to HTTPS/SSL."
508
  msgstr ""
509
 
510
- #: .././admin/settings.php:1326
511
  msgid "Improve search rankings"
512
  msgstr ""
513
 
514
- #: .././admin/settings.php:1333
515
  #, php-format
516
  msgid "Other %s written by the same author"
517
  msgstr ""
518
 
519
- #: .././admin/settings.php:1333
520
  msgid "WordPress Plugins"
521
  msgstr ""
522
 
523
- #: .././admin/settings.php:1339
524
  msgid "Other Services"
525
  msgstr ""
526
 
527
- #: .././admin/settings.php:1346
528
  #, php-format
529
  msgid "Speed up your website and plug into a whole %s"
530
  msgstr ""
531
 
532
- #: .././admin/settings.php:1346
533
  msgid "new level of site speed"
534
  msgstr ""
535
 
536
- #: .././admin/settings.php:1353
537
  #, php-format
538
  msgid "%s service with users tracking at IP level."
539
  msgstr ""
540
 
541
- #: .././admin/settings.php:1353
542
  msgid "Web Analytics"
543
  msgstr ""
544
 
@@ -615,7 +590,7 @@ msgid "Referrers"
615
  msgstr "Beste verwijzingen"
616
 
617
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
618
- #: .././tools/gapi.php:922
619
  msgid "Searches"
620
  msgstr "Beste zoekopdrachten"
621
 
@@ -625,7 +600,7 @@ msgstr "Verkeer"
625
 
626
  #: .././admin/setup.php:213 .././admin/widgets.php:510
627
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
628
- #: .././admin/widgets.php:917 .././front/item-reports.php:94
629
  msgid "A JavaScript Error is blocking plugin resources!"
630
  msgstr ""
631
 
@@ -658,8 +633,8 @@ msgstr "Pagina's/bezoek"
658
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
659
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
660
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
661
- #: .././admin/widgets.php:949 .././front/item-reports.php:106
662
- #: .././front/item-reports.php:125
663
  msgid "Invalid response, more details in JavaScript Console (F12)."
664
  msgstr ""
665
 
@@ -673,7 +648,7 @@ msgstr ""
673
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
674
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
675
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
676
- #: .././front/item-reports.php:111 .././front/item-reports.php:130
677
  #: .././front/widgets.php:110
678
  msgid "This report is unavailable"
679
  msgstr ""
@@ -732,7 +707,7 @@ msgstr "Afgelopen 14 dagen"
732
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
733
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
734
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
735
- #: .././tools/gapi.php:827 .././tools/gapi.php:923
736
  msgid "Sessions"
737
  msgstr "Bezoeken"
738
 
@@ -775,11 +750,11 @@ msgstr "Verwijzingen"
775
  msgid "KEYWORDS"
776
  msgstr "Zoekwoorden"
777
 
778
- #: .././front/item-reports.php:140
779
  msgid "Views vs UniqueViews"
780
  msgstr ""
781
 
782
- #: .././front/item-reports.php:190
783
  msgid "Google Analytics Reports"
784
  msgstr ""
785
 
@@ -875,11 +850,11 @@ msgstr ""
875
  msgid "Hour"
876
  msgstr "Uur"
877
 
878
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
879
  msgid "Date"
880
  msgstr "Datum"
881
 
882
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
883
  msgid "Views"
884
  msgstr "Weergaven"
885
 
@@ -899,7 +874,7 @@ msgstr ""
899
  msgid "Type"
900
  msgstr ""
901
 
902
- #: .././tools/gapi.php:880
903
  msgid "UniqueViews"
904
  msgstr ""
905
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
+ "POT-Creation-Date: 2015-05-20 21:46+0200\n"
5
+ "PO-Revision-Date: 2015-05-20 21:46+0200\n"
6
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
7
  "Language-Team: Willem-Jan Meerkerk <info@bs-webdevelopment.nl>\n"
8
  "Language: nl_NL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
20
  msgid "Analytics"
21
  msgstr ""
22
 
23
+ #: .././admin/settings.php:94 .././admin/settings.php:197
24
+ #: .././admin/settings.php:328 .././admin/settings.php:800
25
+ #: .././admin/settings.php:1069
26
  msgid "Settings saved."
27
  msgstr ""
28
 
29
+ #: .././admin/settings.php:96 .././admin/settings.php:199
30
+ #: .././admin/settings.php:330 .././admin/settings.php:777
31
+ #: .././admin/settings.php:787 .././admin/settings.php:796
32
+ #: .././admin/settings.php:802 .././admin/settings.php:814
33
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
34
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
35
+ #: .././admin/settings.php:1083
36
  msgid "Cheating Huh?"
37
  msgstr ""
38
 
39
+ #: .././admin/settings.php:100 .././admin/settings.php:203
40
+ #: .././admin/settings.php:334 .././admin/settings.php:644
41
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
42
  #, php-format
43
  msgid "Something went wrong, check %1$s or %2$s."
44
  msgstr ""
45
 
46
+ #: .././admin/settings.php:100 .././admin/settings.php:203
47
+ #: .././admin/settings.php:334 .././admin/settings.php:644
48
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
49
  #: .././admin/setup.php:96 .././admin/setup.php:119
50
  msgid "Errors & Debug"
51
  msgstr ""
52
 
53
+ #: .././admin/settings.php:100 .././admin/settings.php:203
54
+ #: .././admin/settings.php:334 .././admin/settings.php:644
55
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
56
  msgid "authorize the plugin"
57
  msgstr ""
58
 
60
  msgid "Google Analytics Frontend Settings"
61
  msgstr ""
62
 
63
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
64
  msgid "Permissions"
65
  msgstr ""
66
 
67
+ #: .././admin/settings.php:118 .././admin/settings.php:221
68
  msgid "Show stats to:"
69
  msgstr ""
70
 
71
+ #: .././admin/settings.php:157
72
  msgid "show page sessions and users in frontend (after each article)"
73
  msgstr ""
74
 
75
+ #: .././admin/settings.php:168
76
  msgid "show page searches (after each article)"
77
  msgstr ""
78
 
79
+ #: .././admin/settings.php:175 .././admin/settings.php:308
80
+ #: .././admin/settings.php:602 .././admin/settings.php:945
81
+ #: .././admin/settings.php:1233
82
  msgid "Save Changes"
83
  msgstr ""
84
 
85
+ #: .././admin/settings.php:208
86
  msgid "Google Analytics Backend Settings"
87
  msgstr ""
88
 
89
+ #: .././admin/settings.php:262
 
 
 
 
 
90
  msgid "enable Switch View functionality"
91
  msgstr ""
92
 
93
+ #: .././admin/settings.php:273
94
  msgid "enable reports on Posts List and Pages List"
95
  msgstr ""
96
 
97
+ #: .././admin/settings.php:284
98
  msgid "enable the main Dashboard Widget"
99
  msgstr ""
100
 
101
+ #: .././admin/settings.php:288
102
  msgid "Real-Time Settings"
103
  msgstr ""
104
 
105
+ #: .././admin/settings.php:291
106
  msgid "Maximum number of pages to display on real-time tab:"
107
  msgstr ""
108
 
109
+ #: .././admin/settings.php:296
110
  msgid "Location Settings"
111
  msgstr ""
112
 
113
+ #: .././admin/settings.php:300
114
  msgid "Target Geo Map to country:"
115
  msgstr ""
116
 
117
+ #: .././admin/settings.php:337
118
  msgid ""
119
  "The tracking component is disabled. You should set <strong>Tracking Options</"
120
  "strong> to <strong>Enabled</strong>"
121
  msgstr ""
122
 
123
+ #: .././admin/settings.php:342
124
  msgid "Google Analytics Tracking Code"
125
  msgstr ""
126
 
127
+ #: .././admin/settings.php:351
128
  msgid "Basic Settings"
129
  msgstr ""
130
 
131
+ #: .././admin/settings.php:352 .././admin/settings.php:418
132
  msgid "Events Tracking"
133
  msgstr ""
134
 
135
+ #: .././admin/settings.php:353 .././admin/settings.php:466
136
  msgid "Custom Definitions"
137
  msgstr ""
138
 
139
+ #: .././admin/settings.php:354 .././admin/settings.php:564
140
+ #: .././admin/settings.php:1216
141
  msgid "Exclude Tracking"
142
  msgstr ""
143
 
144
+ #: .././admin/settings.php:355
145
  msgid "Advanced Settings"
146
  msgstr ""
147
 
148
+ #: .././admin/settings.php:363
 
 
 
 
 
149
  msgid "Tracking Settings"
150
  msgstr ""
151
 
152
+ #: .././admin/settings.php:366
153
  msgid "Tracking Options:"
154
  msgstr ""
155
 
156
+ #: .././admin/settings.php:368
157
  msgid "Disabled"
158
  msgstr ""
159
 
160
+ #: .././admin/settings.php:369
161
  msgid "Enabled"
162
  msgstr ""
163
 
164
+ #: .././admin/settings.php:377 .././admin/settings.php:892
165
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
166
  #: .././admin/widgets.php:71
167
  msgid "View Name:"
168
  msgstr ""
169
 
170
+ #: .././admin/settings.php:377 .././admin/settings.php:913
171
  msgid "Tracking ID:"
172
  msgstr ""
173
 
174
+ #: .././admin/settings.php:377 .././admin/settings.php:913
175
  msgid "Default URL:"
176
  msgstr ""
177
 
178
+ #: .././admin/settings.php:377 .././admin/settings.php:913
179
  msgid "Time Zone:"
180
  msgstr ""
181
 
182
+ #: .././admin/settings.php:382
183
  msgid "Basic Tracking"
184
  msgstr ""
185
 
186
+ #: .././admin/settings.php:385
187
  msgid "Tracking Type:"
188
  msgstr ""
189
 
190
+ #: .././admin/settings.php:387
191
  msgid "Classic Analytics"
192
  msgstr ""
193
 
194
+ #: .././admin/settings.php:388
195
  msgid "Universal Analytics"
196
  msgstr ""
197
 
198
+ #: .././admin/settings.php:399
199
  msgid "anonymize IPs while tracking"
200
  msgstr ""
201
 
202
+ #: .././admin/settings.php:410
203
  msgid "enable remarketing, demographics and interests reports"
204
  msgstr ""
205
 
206
+ #: .././admin/settings.php:428
207
  msgid "track downloads, mailto and outbound links"
208
  msgstr ""
209
 
210
+ #: .././admin/settings.php:432
211
  msgid "Downloads Regex:"
212
  msgstr ""
213
 
214
+ #: .././admin/settings.php:443
215
  msgid "track affiliate links matching this regex"
216
  msgstr ""
217
 
218
+ #: .././admin/settings.php:447
219
  msgid "Affiliates Regex:"
220
  msgstr ""
221
 
222
+ #: .././admin/settings.php:458
223
  msgid "track fragment identifiers, hashmarks (#) in URI links"
224
  msgstr ""
225
 
226
+ #: .././admin/settings.php:469
227
  msgid "Authors:"
228
  msgstr ""
229
 
230
+ #: .././admin/settings.php:477
231
  msgid "Publication Year:"
232
  msgstr ""
233
 
234
+ #: .././admin/settings.php:485
235
  msgid "Categories:"
236
  msgstr ""
237
 
238
+ #: .././admin/settings.php:493
239
  msgid "User Type:"
240
  msgstr ""
241
 
242
+ #: .././admin/settings.php:505
243
  msgid "Advanced Tracking"
244
  msgstr ""
245
 
246
+ #: .././admin/settings.php:508
247
  msgid "Page Speed SR:"
248
  msgstr ""
249
 
250
+ #: .././admin/settings.php:519
251
  msgid "exclude events from bounce-rate calculation"
252
  msgstr ""
253
 
254
+ #: .././admin/settings.php:530
255
  msgid "enable enhanced link attribution"
256
  msgstr ""
257
 
258
+ #: .././admin/settings.php:541
259
  msgid "enable AdSense account linking"
260
  msgstr ""
261
 
262
+ #: .././admin/settings.php:552
263
  msgid "enable cross domain tracking"
264
  msgstr ""
265
 
266
+ #: .././admin/settings.php:556
267
  msgid "Cross Domains:"
268
  msgstr ""
269
 
270
+ #: .././admin/settings.php:567
271
  msgid "Exclude tracking for:"
272
  msgstr ""
273
 
274
+ #: .././admin/settings.php:648
275
  msgid "Google Analytics Errors & Debugging"
276
  msgstr ""
277
 
278
+ #: .././admin/settings.php:658
279
  msgid "Errors & Details"
280
  msgstr ""
281
 
282
+ #: .././admin/settings.php:659
283
  msgid "Plugin Settings"
284
  msgstr ""
285
 
286
+ #: .././admin/settings.php:667
 
 
 
 
 
287
  msgid "Last Error detected"
288
  msgstr ""
289
 
290
+ #: .././admin/settings.php:673 .././admin/settings.php:686
291
  msgid "None"
292
  msgstr ""
293
 
294
+ #: .././admin/settings.php:680
295
  msgid "Error Details"
296
  msgstr ""
297
 
298
+ #: .././admin/settings.php:700
299
  msgid "Plugin Configuration"
300
  msgstr ""
301
 
302
+ #: .././admin/settings.php:722 .././admin/settings.php:980
303
  msgid ""
304
  "Loading the required libraries. If this results in a blank screen or a fatal "
305
  "error, try this solution:"
306
  msgstr ""
307
 
308
+ #: .././admin/settings.php:722
309
  msgid "Library conflicts between WordPress plugins"
310
  msgstr ""
311
 
312
+ #: .././admin/settings.php:737 .././admin/settings.php:997
313
  msgid "Plugin authorization succeeded."
314
  msgstr ""
315
 
316
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
317
  msgid ""
318
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
319
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
320
  msgstr ""
321
 
322
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
323
  msgid "Cleared Cache."
324
  msgstr ""
325
 
326
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
327
  msgid "Token Reseted and Revoked."
328
  msgstr ""
329
 
330
+ #: .././admin/settings.php:794
331
  msgid "All errors reseted."
332
  msgstr ""
333
 
334
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
335
  msgid "All other domains/properties were removed."
336
  msgstr ""
337
 
338
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
339
  msgid "Google Analytics Settings"
340
  msgstr ""
341
 
342
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
343
  msgid "Use the red link (see below) to generate and get your access code!"
344
  msgstr ""
345
 
346
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
347
  msgid "Plugin Authorization"
348
  msgstr ""
349
 
350
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
351
  #, php-format
352
  msgid ""
353
  "You should watch the %1$s and read this %2$s before proceeding to "
355
  "account!"
356
  msgstr ""
357
 
358
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
359
  msgid "video"
360
  msgstr ""
361
 
362
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
363
  msgid "tutorial"
364
  msgstr ""
365
 
366
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
367
  msgid "use your own API Project credentials"
368
  msgstr ""
369
 
370
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
371
  msgid "API Key:"
372
  msgstr ""
373
 
374
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
375
  msgid "Client ID:"
376
  msgstr ""
377
 
378
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
379
  msgid "Client Secret:"
380
  msgstr ""
381
 
382
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
383
  msgid "Clear Authorization"
384
  msgstr ""
385
 
386
+ #: .././admin/settings.php:876 .././admin/settings.php:951
387
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
388
  msgid "Clear Cache"
389
  msgstr ""
390
 
391
+ #: .././admin/settings.php:876
392
  msgid "Reset Errors"
393
  msgstr ""
394
 
395
+ #: .././admin/settings.php:882 .././admin/setup.php:80
396
  #: .././admin/setup.php:115
397
  msgid "General Settings"
398
  msgstr ""
399
 
400
+ #: .././admin/settings.php:885
401
  msgid "Select View:"
402
  msgstr ""
403
 
404
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
405
  msgid "Property not found"
406
  msgstr ""
407
 
408
+ #: .././admin/settings.php:901
409
  msgid "Lock Selection"
410
  msgstr ""
411
 
412
+ #: .././admin/settings.php:919
413
  msgid "Theme Color:"
414
  msgstr ""
415
 
416
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
417
  msgid "Automatic Updates"
418
  msgstr ""
419
 
420
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
421
  msgid ""
422
  "automatic updates for minor versions (security and maintenance releases only)"
423
  msgstr ""
424
 
425
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
426
  #: .././admin/widgets.php:42
427
  msgid "Authorize Plugin"
428
  msgstr ""
429
 
430
+ #: .././admin/settings.php:1027
431
  msgid "Properties refreshed."
432
  msgstr ""
433
 
434
+ #: .././admin/settings.php:1111
435
  msgid "Network Setup"
436
  msgstr ""
437
 
438
+ #: .././admin/settings.php:1121
439
  msgid "use a single Google Analytics account for the entire network"
440
  msgstr ""
441
 
442
+ #: .././admin/settings.php:1165
443
  msgid "Refresh Properties"
444
  msgstr ""
445
 
446
+ #: .././admin/settings.php:1171
447
  msgid "Properties/Views Settings"
448
  msgstr ""
449
 
450
+ #: .././admin/settings.php:1226
451
  msgid "exclude Super Admin tracking for the entire network"
452
  msgstr ""
453
 
454
+ #: .././admin/settings.php:1271
455
  msgid "Setup Tutorial & Demo"
456
  msgstr ""
457
 
458
+ #: .././admin/settings.php:1279
459
  msgid "Support & Reviews"
460
  msgstr ""
461
 
462
+ #: .././admin/settings.php:1286
463
  #, php-format
464
  msgid "Plugin documentation and support on %s"
465
  msgstr ""
466
 
467
+ #: .././admin/settings.php:1293
468
  #, php-format
469
  msgid "Your feedback and review are both important, %s!"
470
  msgstr ""
471
 
472
+ #: .././admin/settings.php:1293
473
  msgid "rate this plugin"
474
  msgstr ""
475
 
476
+ #: .././admin/settings.php:1299
477
  msgid "Further Reading"
478
  msgstr ""
479
 
480
+ #: .././admin/settings.php:1306
481
  #, php-format
482
  msgid "%s by moving your website to HTTPS/SSL."
483
  msgstr ""
484
 
485
+ #: .././admin/settings.php:1306
486
  msgid "Improve search rankings"
487
  msgstr ""
488
 
489
+ #: .././admin/settings.php:1313
490
  #, php-format
491
  msgid "Other %s written by the same author"
492
  msgstr ""
493
 
494
+ #: .././admin/settings.php:1313
495
  msgid "WordPress Plugins"
496
  msgstr ""
497
 
498
+ #: .././admin/settings.php:1319
499
  msgid "Other Services"
500
  msgstr ""
501
 
502
+ #: .././admin/settings.php:1326
503
  #, php-format
504
  msgid "Speed up your website and plug into a whole %s"
505
  msgstr ""
506
 
507
+ #: .././admin/settings.php:1326
508
  msgid "new level of site speed"
509
  msgstr ""
510
 
511
+ #: .././admin/settings.php:1333
512
  #, php-format
513
  msgid "%s service with users tracking at IP level."
514
  msgstr ""
515
 
516
+ #: .././admin/settings.php:1333
517
  msgid "Web Analytics"
518
  msgstr ""
519
 
590
  msgstr "Beste verwijzingen"
591
 
592
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
593
+ #: .././tools/gapi.php:918
594
  msgid "Searches"
595
  msgstr "Beste zoekopdrachten"
596
 
600
 
601
  #: .././admin/setup.php:213 .././admin/widgets.php:510
602
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
603
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
604
  msgid "A JavaScript Error is blocking plugin resources!"
605
  msgstr ""
606
 
633
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
634
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
635
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
636
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
637
+ #: .././front/item-reports.php:128
638
  msgid "Invalid response, more details in JavaScript Console (F12)."
639
  msgstr ""
640
 
648
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
649
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
650
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
651
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
652
  #: .././front/widgets.php:110
653
  msgid "This report is unavailable"
654
  msgstr ""
707
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
708
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
709
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
710
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
711
  msgid "Sessions"
712
  msgstr "Bezoeken"
713
 
750
  msgid "KEYWORDS"
751
  msgstr "Zoekwoorden"
752
 
753
+ #: .././front/item-reports.php:143
754
  msgid "Views vs UniqueViews"
755
  msgstr ""
756
 
757
+ #: .././front/item-reports.php:193
758
  msgid "Google Analytics Reports"
759
  msgstr ""
760
 
850
  msgid "Hour"
851
  msgstr "Uur"
852
 
853
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
854
  msgid "Date"
855
  msgstr "Datum"
856
 
857
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
858
  msgid "Views"
859
  msgstr "Weergaven"
860
 
874
  msgid "Type"
875
  msgstr ""
876
 
877
+ #: .././tools/gapi.php:878
878
  msgid "UniqueViews"
879
  msgstr ""
880
 
languages/ga-dash-pl_PL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
- "POT-Creation-Date: 2015-04-27 19:26+0200\n"
5
- "PO-Revision-Date: 2015-04-27 19:26+0200\n"
6
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
7
  "Language-Team: Alin Marcu\n"
8
  "Language: pl\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.7.6\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -20,39 +20,39 @@ msgstr ""
20
  msgid "Analytics"
21
  msgstr ""
22
 
23
- #: .././admin/settings.php:94 .././admin/settings.php:202
24
- #: .././admin/settings.php:338 .././admin/settings.php:820
25
- #: .././admin/settings.php:1089
26
  msgid "Settings saved."
27
  msgstr ""
28
 
29
- #: .././admin/settings.php:96 .././admin/settings.php:204
30
- #: .././admin/settings.php:340 .././admin/settings.php:797
31
- #: .././admin/settings.php:807 .././admin/settings.php:816
32
- #: .././admin/settings.php:822 .././admin/settings.php:834
33
- #: .././admin/settings.php:1050 .././admin/settings.php:1075
34
- #: .././admin/settings.php:1085 .././admin/settings.php:1091
35
- #: .././admin/settings.php:1103
36
  msgid "Cheating Huh?"
37
  msgstr "Oszukujemy, co?"
38
 
39
- #: .././admin/settings.php:100 .././admin/settings.php:208
40
- #: .././admin/settings.php:344 .././admin/settings.php:659
41
- #: .././admin/settings.php:848 .././admin/settings.php:1116
42
  #, php-format
43
  msgid "Something went wrong, check %1$s or %2$s."
44
  msgstr ""
45
 
46
- #: .././admin/settings.php:100 .././admin/settings.php:208
47
- #: .././admin/settings.php:344 .././admin/settings.php:659
48
- #: .././admin/settings.php:848 .././admin/settings.php:1116
49
  #: .././admin/setup.php:96 .././admin/setup.php:119
50
  msgid "Errors & Debug"
51
  msgstr ""
52
 
53
- #: .././admin/settings.php:100 .././admin/settings.php:208
54
- #: .././admin/settings.php:344 .././admin/settings.php:659
55
- #: .././admin/settings.php:848 .././admin/settings.php:1116
56
  msgid "authorize the plugin"
57
  msgstr "autoryzować wtyczkę"
58
 
@@ -60,322 +60,297 @@ msgstr "autoryzować wtyczkę"
60
  msgid "Google Analytics Frontend Settings"
61
  msgstr "Ustawienia Frontendu Google Analytics"
62
 
63
- #: .././admin/settings.php:116
64
- #, php-format
65
- msgid "Read %s for more information about Frontend Features and Options."
66
- msgstr ""
67
-
68
- #: .././admin/settings.php:116 .././admin/settings.php:224
69
- #: .././admin/settings.php:369 .././admin/settings.php:682
70
- msgid "this documentation page"
71
- msgstr ""
72
-
73
- #: .././admin/settings.php:120 .././admin/settings.php:228
74
  msgid "Permissions"
75
  msgstr ""
76
 
77
- #: .././admin/settings.php:123 .././admin/settings.php:231
78
  msgid "Show stats to:"
79
  msgstr ""
80
 
81
- #: .././admin/settings.php:162
82
  msgid "show page sessions and users in frontend (after each article)"
83
  msgstr ""
84
 
85
- #: .././admin/settings.php:173
86
  msgid "show page searches (after each article)"
87
  msgstr ""
88
 
89
- #: .././admin/settings.php:180 .././admin/settings.php:318
90
- #: .././admin/settings.php:617 .././admin/settings.php:965
91
- #: .././admin/settings.php:1253
92
  msgid "Save Changes"
93
  msgstr ""
94
 
95
- #: .././admin/settings.php:213
96
  msgid "Google Analytics Backend Settings"
97
  msgstr ""
98
 
99
- #: .././admin/settings.php:224
100
- #, php-format
101
- msgid "Read %s for more information about Backend Features and Options."
102
- msgstr ""
103
-
104
- #: .././admin/settings.php:272
105
  msgid "enable Switch View functionality"
106
  msgstr ""
107
 
108
- #: .././admin/settings.php:283
109
  msgid "enable reports on Posts List and Pages List"
110
  msgstr ""
111
 
112
- #: .././admin/settings.php:294
113
  msgid "enable the main Dashboard Widget"
114
  msgstr ""
115
 
116
- #: .././admin/settings.php:298
117
  msgid "Real-Time Settings"
118
  msgstr "Ustawienia Czasu Rzeczywistego"
119
 
120
- #: .././admin/settings.php:301
121
  msgid "Maximum number of pages to display on real-time tab:"
122
  msgstr "Maksymalna liczba stron wyświetlanych na karcie Czas Rzeczywisty:"
123
 
124
- #: .././admin/settings.php:306
125
  msgid "Location Settings"
126
  msgstr ""
127
 
128
- #: .././admin/settings.php:310
129
  msgid "Target Geo Map to country:"
130
  msgstr ""
131
 
132
- #: .././admin/settings.php:347
133
  msgid ""
134
  "The tracking component is disabled. You should set <strong>Tracking Options</"
135
  "strong> to <strong>Enabled</strong>"
136
  msgstr ""
137
 
138
- #: .././admin/settings.php:352
139
  msgid "Google Analytics Tracking Code"
140
  msgstr "Kod Śledzenia Google Analytics"
141
 
142
- #: .././admin/settings.php:361
143
  msgid "Basic Settings"
144
  msgstr ""
145
 
146
- #: .././admin/settings.php:362 .././admin/settings.php:429
147
  msgid "Events Tracking"
148
  msgstr "Śledzenie Zdarzeń"
149
 
150
- #: .././admin/settings.php:363 .././admin/settings.php:477
151
  msgid "Custom Definitions"
152
  msgstr ""
153
 
154
- #: .././admin/settings.php:364 .././admin/settings.php:575
155
- #: .././admin/settings.php:1236
156
  msgid "Exclude Tracking"
157
  msgstr "Wyklucz Śledzenie"
158
 
159
- #: .././admin/settings.php:365
160
  msgid "Advanced Settings"
161
  msgstr ""
162
 
163
- #: .././admin/settings.php:369
164
- #, php-format
165
- msgid "For more information about Tracking Options read %s."
166
- msgstr ""
167
-
168
- #: .././admin/settings.php:374
169
  msgid "Tracking Settings"
170
  msgstr "Ustawienia Śledzenia"
171
 
172
- #: .././admin/settings.php:377
173
  msgid "Tracking Options:"
174
  msgstr ""
175
 
176
- #: .././admin/settings.php:379
177
  msgid "Disabled"
178
  msgstr "Wyłączone"
179
 
180
- #: .././admin/settings.php:380
181
  msgid "Enabled"
182
  msgstr "Włączone"
183
 
184
- #: .././admin/settings.php:388 .././admin/settings.php:912
185
- #: .././admin/settings.php:933 .././admin/settings.php:1209
186
  #: .././admin/widgets.php:71
187
  msgid "View Name:"
188
  msgstr "Nazwa widoku:"
189
 
190
- #: .././admin/settings.php:388 .././admin/settings.php:933
191
  msgid "Tracking ID:"
192
  msgstr "Tracking ID:"
193
 
194
- #: .././admin/settings.php:388 .././admin/settings.php:933
195
  msgid "Default URL:"
196
  msgstr "Domyślny URL:"
197
 
198
- #: .././admin/settings.php:388 .././admin/settings.php:933
199
  msgid "Time Zone:"
200
  msgstr "Strefa Czasowa:"
201
 
202
- #: .././admin/settings.php:393
203
  #, fuzzy
204
  msgid "Basic Tracking"
205
  msgstr "Śledzenie Zdarzeń"
206
 
207
- #: .././admin/settings.php:396
208
  msgid "Tracking Type:"
209
  msgstr ""
210
 
211
- #: .././admin/settings.php:398
212
  msgid "Classic Analytics"
213
  msgstr "Klasyczne Analytics"
214
 
215
- #: .././admin/settings.php:399
216
  msgid "Universal Analytics"
217
  msgstr "Uniwerslane Analytics"
218
 
219
- #: .././admin/settings.php:410
220
  msgid "anonymize IPs while tracking"
221
  msgstr ""
222
 
223
- #: .././admin/settings.php:421
224
  msgid "enable remarketing, demographics and interests reports"
225
  msgstr ""
226
 
227
- #: .././admin/settings.php:439
228
  msgid "track downloads, mailto and outbound links"
229
  msgstr ""
230
 
231
- #: .././admin/settings.php:443
232
  #, fuzzy
233
  msgid "Downloads Regex:"
234
  msgstr "Filtry Pobierania:"
235
 
236
- #: .././admin/settings.php:454
237
  msgid "track affiliate links matching this regex"
238
  msgstr ""
239
 
240
- #: .././admin/settings.php:458
241
  msgid "Affiliates Regex:"
242
  msgstr ""
243
 
244
- #: .././admin/settings.php:469
245
  msgid "track fragment identifiers, hashmarks (#) in URI links"
246
  msgstr ""
247
 
248
- #: .././admin/settings.php:480
249
  msgid "Authors:"
250
  msgstr ""
251
 
252
- #: .././admin/settings.php:488
253
  msgid "Publication Year:"
254
  msgstr ""
255
 
256
- #: .././admin/settings.php:496
257
  msgid "Categories:"
258
  msgstr ""
259
 
260
- #: .././admin/settings.php:504
261
  msgid "User Type:"
262
  msgstr ""
263
 
264
- #: .././admin/settings.php:516
265
  #, fuzzy
266
  msgid "Advanced Tracking"
267
  msgstr "Śledzenie Zdarzeń"
268
 
269
- #: .././admin/settings.php:519
270
  msgid "Page Speed SR:"
271
  msgstr "Page Speed SR:"
272
 
273
- #: .././admin/settings.php:530
274
  msgid "exclude events from bounce-rate calculation"
275
  msgstr ""
276
 
277
- #: .././admin/settings.php:541
278
  msgid "enable enhanced link attribution"
279
  msgstr ""
280
 
281
- #: .././admin/settings.php:552
282
  msgid "enable AdSense account linking"
283
  msgstr ""
284
 
285
- #: .././admin/settings.php:563
286
  msgid "enable cross domain tracking"
287
  msgstr ""
288
 
289
- #: .././admin/settings.php:567
290
  msgid "Cross Domains:"
291
  msgstr ""
292
 
293
- #: .././admin/settings.php:578
294
  msgid "Exclude tracking for:"
295
  msgstr ""
296
 
297
- #: .././admin/settings.php:663
298
  msgid "Google Analytics Errors & Debugging"
299
  msgstr ""
300
 
301
- #: .././admin/settings.php:673
302
  msgid "Errors & Details"
303
  msgstr ""
304
 
305
- #: .././admin/settings.php:674
306
  msgid "Plugin Settings"
307
  msgstr ""
308
 
309
- #: .././admin/settings.php:682
310
- #, php-format
311
- msgid "For errors and/or other issues check %s and related resources."
312
- msgstr ""
313
-
314
- #: .././admin/settings.php:687
315
  msgid "Last Error detected"
316
  msgstr ""
317
 
318
- #: .././admin/settings.php:693 .././admin/settings.php:706
319
  msgid "None"
320
  msgstr ""
321
 
322
- #: .././admin/settings.php:700
323
  msgid "Error Details"
324
  msgstr ""
325
 
326
- #: .././admin/settings.php:720
327
  msgid "Plugin Configuration"
328
  msgstr ""
329
 
330
- #: .././admin/settings.php:742 .././admin/settings.php:1000
331
  msgid ""
332
  "Loading the required libraries. If this results in a blank screen or a fatal "
333
  "error, try this solution:"
334
  msgstr ""
335
 
336
- #: .././admin/settings.php:742
337
  msgid "Library conflicts between WordPress plugins"
338
  msgstr ""
339
 
340
- #: .././admin/settings.php:757 .././admin/settings.php:1017
341
  msgid "Plugin authorization succeeded."
342
  msgstr "Autoryzacja wtyczki pomyślna."
343
 
344
- #: .././admin/settings.php:772 .././admin/settings.php:1041
345
  msgid ""
346
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
347
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
348
  msgstr ""
349
 
350
- #: .././admin/settings.php:795 .././admin/settings.php:1073
351
  msgid "Cleared Cache."
352
  msgstr "Cache wyczyszczony."
353
 
354
- #: .././admin/settings.php:804 .././admin/settings.php:1082
355
  msgid "Token Reseted and Revoked."
356
  msgstr "Token wyczyszczony i wycofany."
357
 
358
- #: .././admin/settings.php:814
359
  msgid "All errors reseted."
360
  msgstr ""
361
 
362
- #: .././admin/settings.php:827 .././admin/settings.php:1096
363
  msgid "All other domains/properties were removed."
364
  msgstr "Wszystkie inne domeny/właściwości zostały usunięte."
365
 
366
- #: .././admin/settings.php:839 .././admin/settings.php:1108
367
  msgid "Google Analytics Settings"
368
  msgstr "Ustawienia Google Analytics"
369
 
370
- #: .././admin/settings.php:853 .././admin/settings.php:1121
371
  msgid "Use the red link (see below) to generate and get your access code!"
372
  msgstr ""
373
 
374
- #: .././admin/settings.php:864 .././admin/settings.php:1149
375
  msgid "Plugin Authorization"
376
  msgstr "Autoryzacja Wtyczki"
377
 
378
- #: .././admin/settings.php:869 .././admin/settings.php:1153
379
  #, php-format
380
  msgid ""
381
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -383,165 +358,165 @@ msgid ""
383
  "account!"
384
  msgstr ""
385
 
386
- #: .././admin/settings.php:869 .././admin/settings.php:1153
387
  msgid "video"
388
  msgstr "film"
389
 
390
- #: .././admin/settings.php:869 .././admin/settings.php:1153
391
  msgid "tutorial"
392
  msgstr "tutorial"
393
 
394
- #: .././admin/settings.php:874 .././admin/settings.php:1160
395
  msgid "use your own API Project credentials"
396
  msgstr ""
397
 
398
- #: .././admin/settings.php:878 .././admin/settings.php:1167
399
  msgid "API Key:"
400
  msgstr "Klucz API:"
401
 
402
- #: .././admin/settings.php:882 .././admin/settings.php:1171
403
  msgid "Client ID:"
404
  msgstr "ID Klienta:"
405
 
406
- #: .././admin/settings.php:886 .././admin/settings.php:1175
407
  msgid "Client Secret:"
408
  msgstr "Hasło Klienta:"
409
 
410
- #: .././admin/settings.php:896 .././admin/settings.php:1185
411
  msgid "Clear Authorization"
412
  msgstr "Czyść Autoryzację"
413
 
414
- #: .././admin/settings.php:896 .././admin/settings.php:971
415
- #: .././admin/settings.php:1185 .././admin/settings.php:1260
416
  msgid "Clear Cache"
417
  msgstr "Czyść Cache"
418
 
419
- #: .././admin/settings.php:896
420
  msgid "Reset Errors"
421
  msgstr ""
422
 
423
- #: .././admin/settings.php:902 .././admin/setup.php:80
424
  #: .././admin/setup.php:115
425
  msgid "General Settings"
426
  msgstr "Ustawienia główne"
427
 
428
- #: .././admin/settings.php:905
429
  msgid "Select View:"
430
  msgstr ""
431
 
432
- #: .././admin/settings.php:916 .././admin/settings.php:1213
433
  msgid "Property not found"
434
  msgstr ""
435
 
436
- #: .././admin/settings.php:921
437
  msgid "Lock Selection"
438
  msgstr ""
439
 
440
- #: .././admin/settings.php:939
441
  msgid "Theme Color:"
442
  msgstr ""
443
 
444
- #: .././admin/settings.php:947 .././admin/settings.php:1222
445
  msgid "Automatic Updates"
446
  msgstr ""
447
 
448
- #: .././admin/settings.php:957 .././admin/settings.php:1232
449
  msgid ""
450
  "automatic updates for minor versions (security and maintenance releases only)"
451
  msgstr ""
452
 
453
- #: .././admin/settings.php:971 .././admin/settings.php:1260
454
  #: .././admin/widgets.php:42
455
  msgid "Authorize Plugin"
456
  msgstr "Autoryzuj wtyczkę"
457
 
458
- #: .././admin/settings.php:1047
459
  msgid "Properties refreshed."
460
  msgstr "Właściwości Odświeżone"
461
 
462
- #: .././admin/settings.php:1131
463
  msgid "Network Setup"
464
  msgstr "Ustawienia Sieci"
465
 
466
- #: .././admin/settings.php:1141
467
  msgid "use a single Google Analytics account for the entire network"
468
  msgstr ""
469
 
470
- #: .././admin/settings.php:1185
471
  msgid "Refresh Properties"
472
  msgstr "Odśwież Właściwości"
473
 
474
- #: .././admin/settings.php:1191
475
  msgid "Properties/Views Settings"
476
  msgstr "Ustawienia Właściwości /Widoków"
477
 
478
- #: .././admin/settings.php:1246
479
  msgid "exclude Super Admin tracking for the entire network"
480
  msgstr ""
481
 
482
- #: .././admin/settings.php:1291
483
  msgid "Setup Tutorial & Demo"
484
  msgstr "Ustaw Tutorial & Demo"
485
 
486
- #: .././admin/settings.php:1299
487
  msgid "Support & Reviews"
488
  msgstr "Wsparcie techniczne & Recenzje"
489
 
490
- #: .././admin/settings.php:1306
491
  #, php-format
492
  msgid "Plugin documentation and support on %s"
493
  msgstr ""
494
 
495
- #: .././admin/settings.php:1313
496
  #, php-format
497
  msgid "Your feedback and review are both important, %s!"
498
  msgstr ""
499
 
500
- #: .././admin/settings.php:1313
501
  msgid "rate this plugin"
502
  msgstr "oceń tą wtyczkę"
503
 
504
- #: .././admin/settings.php:1319
505
  msgid "Further Reading"
506
  msgstr "Inne Dokumenty"
507
 
508
- #: .././admin/settings.php:1326
509
  #, php-format
510
  msgid "%s by moving your website to HTTPS/SSL."
511
  msgstr ""
512
 
513
- #: .././admin/settings.php:1326
514
  msgid "Improve search rankings"
515
  msgstr ""
516
 
517
- #: .././admin/settings.php:1333
518
  #, php-format
519
  msgid "Other %s written by the same author"
520
  msgstr ""
521
 
522
- #: .././admin/settings.php:1333
523
  msgid "WordPress Plugins"
524
  msgstr "Wtyczki WordPressa"
525
 
526
- #: .././admin/settings.php:1339
527
  msgid "Other Services"
528
  msgstr ""
529
 
530
- #: .././admin/settings.php:1346
531
  #, php-format
532
  msgid "Speed up your website and plug into a whole %s"
533
  msgstr ""
534
 
535
- #: .././admin/settings.php:1346
536
  msgid "new level of site speed"
537
  msgstr ""
538
 
539
- #: .././admin/settings.php:1353
540
  #, php-format
541
  msgid "%s service with users tracking at IP level."
542
  msgstr ""
543
 
544
- #: .././admin/settings.php:1353
545
  msgid "Web Analytics"
546
  msgstr "Web Analytics"
547
 
@@ -618,7 +593,7 @@ msgid "Referrers"
618
  msgstr ""
619
 
620
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
621
- #: .././tools/gapi.php:922
622
  msgid "Searches"
623
  msgstr ""
624
 
@@ -628,7 +603,7 @@ msgstr ""
628
 
629
  #: .././admin/setup.php:213 .././admin/widgets.php:510
630
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
631
- #: .././admin/widgets.php:917 .././front/item-reports.php:94
632
  msgid "A JavaScript Error is blocking plugin resources!"
633
  msgstr ""
634
 
@@ -661,8 +636,8 @@ msgstr ""
661
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
662
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
663
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
664
- #: .././admin/widgets.php:949 .././front/item-reports.php:106
665
- #: .././front/item-reports.php:125
666
  msgid "Invalid response, more details in JavaScript Console (F12)."
667
  msgstr ""
668
 
@@ -676,7 +651,7 @@ msgstr ""
676
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
677
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
678
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
679
- #: .././front/item-reports.php:111 .././front/item-reports.php:130
680
  #: .././front/widgets.php:110
681
  msgid "This report is unavailable"
682
  msgstr ""
@@ -737,7 +712,7 @@ msgstr "Ostatnie 14 dni"
737
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
738
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
739
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
740
- #: .././tools/gapi.php:827 .././tools/gapi.php:923
741
  msgid "Sessions"
742
  msgstr ""
743
 
@@ -780,11 +755,11 @@ msgstr "REFERUJĄCY"
780
  msgid "KEYWORDS"
781
  msgstr "SŁOWA KLUCZOWE"
782
 
783
- #: .././front/item-reports.php:140
784
  msgid "Views vs UniqueViews"
785
  msgstr "Odsłon vs Odsłon Unikalnych"
786
 
787
- #: .././front/item-reports.php:190
788
  msgid "Google Analytics Reports"
789
  msgstr ""
790
 
@@ -880,11 +855,11 @@ msgstr ""
880
  msgid "Hour"
881
  msgstr "Godzina"
882
 
883
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
884
  msgid "Date"
885
  msgstr "Data"
886
 
887
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
888
  msgid "Views"
889
  msgstr "Odsłon"
890
 
@@ -904,7 +879,7 @@ msgstr ""
904
  msgid "Type"
905
  msgstr "Typ"
906
 
907
- #: .././tools/gapi.php:880
908
  msgid "UniqueViews"
909
  msgstr "Odsłon Unikalnych"
910
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
+ "POT-Creation-Date: 2015-05-20 21:46+0200\n"
5
+ "PO-Revision-Date: 2015-05-20 21:46+0200\n"
6
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
7
  "Language-Team: Alin Marcu\n"
8
  "Language: pl\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
20
  msgid "Analytics"
21
  msgstr ""
22
 
23
+ #: .././admin/settings.php:94 .././admin/settings.php:197
24
+ #: .././admin/settings.php:328 .././admin/settings.php:800
25
+ #: .././admin/settings.php:1069
26
  msgid "Settings saved."
27
  msgstr ""
28
 
29
+ #: .././admin/settings.php:96 .././admin/settings.php:199
30
+ #: .././admin/settings.php:330 .././admin/settings.php:777
31
+ #: .././admin/settings.php:787 .././admin/settings.php:796
32
+ #: .././admin/settings.php:802 .././admin/settings.php:814
33
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
34
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
35
+ #: .././admin/settings.php:1083
36
  msgid "Cheating Huh?"
37
  msgstr "Oszukujemy, co?"
38
 
39
+ #: .././admin/settings.php:100 .././admin/settings.php:203
40
+ #: .././admin/settings.php:334 .././admin/settings.php:644
41
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
42
  #, php-format
43
  msgid "Something went wrong, check %1$s or %2$s."
44
  msgstr ""
45
 
46
+ #: .././admin/settings.php:100 .././admin/settings.php:203
47
+ #: .././admin/settings.php:334 .././admin/settings.php:644
48
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
49
  #: .././admin/setup.php:96 .././admin/setup.php:119
50
  msgid "Errors & Debug"
51
  msgstr ""
52
 
53
+ #: .././admin/settings.php:100 .././admin/settings.php:203
54
+ #: .././admin/settings.php:334 .././admin/settings.php:644
55
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
56
  msgid "authorize the plugin"
57
  msgstr "autoryzować wtyczkę"
58
 
60
  msgid "Google Analytics Frontend Settings"
61
  msgstr "Ustawienia Frontendu Google Analytics"
62
 
63
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
64
  msgid "Permissions"
65
  msgstr ""
66
 
67
+ #: .././admin/settings.php:118 .././admin/settings.php:221
68
  msgid "Show stats to:"
69
  msgstr ""
70
 
71
+ #: .././admin/settings.php:157
72
  msgid "show page sessions and users in frontend (after each article)"
73
  msgstr ""
74
 
75
+ #: .././admin/settings.php:168
76
  msgid "show page searches (after each article)"
77
  msgstr ""
78
 
79
+ #: .././admin/settings.php:175 .././admin/settings.php:308
80
+ #: .././admin/settings.php:602 .././admin/settings.php:945
81
+ #: .././admin/settings.php:1233
82
  msgid "Save Changes"
83
  msgstr ""
84
 
85
+ #: .././admin/settings.php:208
86
  msgid "Google Analytics Backend Settings"
87
  msgstr ""
88
 
89
+ #: .././admin/settings.php:262
 
 
 
 
 
90
  msgid "enable Switch View functionality"
91
  msgstr ""
92
 
93
+ #: .././admin/settings.php:273
94
  msgid "enable reports on Posts List and Pages List"
95
  msgstr ""
96
 
97
+ #: .././admin/settings.php:284
98
  msgid "enable the main Dashboard Widget"
99
  msgstr ""
100
 
101
+ #: .././admin/settings.php:288
102
  msgid "Real-Time Settings"
103
  msgstr "Ustawienia Czasu Rzeczywistego"
104
 
105
+ #: .././admin/settings.php:291
106
  msgid "Maximum number of pages to display on real-time tab:"
107
  msgstr "Maksymalna liczba stron wyświetlanych na karcie Czas Rzeczywisty:"
108
 
109
+ #: .././admin/settings.php:296
110
  msgid "Location Settings"
111
  msgstr ""
112
 
113
+ #: .././admin/settings.php:300
114
  msgid "Target Geo Map to country:"
115
  msgstr ""
116
 
117
+ #: .././admin/settings.php:337
118
  msgid ""
119
  "The tracking component is disabled. You should set <strong>Tracking Options</"
120
  "strong> to <strong>Enabled</strong>"
121
  msgstr ""
122
 
123
+ #: .././admin/settings.php:342
124
  msgid "Google Analytics Tracking Code"
125
  msgstr "Kod Śledzenia Google Analytics"
126
 
127
+ #: .././admin/settings.php:351
128
  msgid "Basic Settings"
129
  msgstr ""
130
 
131
+ #: .././admin/settings.php:352 .././admin/settings.php:418
132
  msgid "Events Tracking"
133
  msgstr "Śledzenie Zdarzeń"
134
 
135
+ #: .././admin/settings.php:353 .././admin/settings.php:466
136
  msgid "Custom Definitions"
137
  msgstr ""
138
 
139
+ #: .././admin/settings.php:354 .././admin/settings.php:564
140
+ #: .././admin/settings.php:1216
141
  msgid "Exclude Tracking"
142
  msgstr "Wyklucz Śledzenie"
143
 
144
+ #: .././admin/settings.php:355
145
  msgid "Advanced Settings"
146
  msgstr ""
147
 
148
+ #: .././admin/settings.php:363
 
 
 
 
 
149
  msgid "Tracking Settings"
150
  msgstr "Ustawienia Śledzenia"
151
 
152
+ #: .././admin/settings.php:366
153
  msgid "Tracking Options:"
154
  msgstr ""
155
 
156
+ #: .././admin/settings.php:368
157
  msgid "Disabled"
158
  msgstr "Wyłączone"
159
 
160
+ #: .././admin/settings.php:369
161
  msgid "Enabled"
162
  msgstr "Włączone"
163
 
164
+ #: .././admin/settings.php:377 .././admin/settings.php:892
165
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
166
  #: .././admin/widgets.php:71
167
  msgid "View Name:"
168
  msgstr "Nazwa widoku:"
169
 
170
+ #: .././admin/settings.php:377 .././admin/settings.php:913
171
  msgid "Tracking ID:"
172
  msgstr "Tracking ID:"
173
 
174
+ #: .././admin/settings.php:377 .././admin/settings.php:913
175
  msgid "Default URL:"
176
  msgstr "Domyślny URL:"
177
 
178
+ #: .././admin/settings.php:377 .././admin/settings.php:913
179
  msgid "Time Zone:"
180
  msgstr "Strefa Czasowa:"
181
 
182
+ #: .././admin/settings.php:382
183
  #, fuzzy
184
  msgid "Basic Tracking"
185
  msgstr "Śledzenie Zdarzeń"
186
 
187
+ #: .././admin/settings.php:385
188
  msgid "Tracking Type:"
189
  msgstr ""
190
 
191
+ #: .././admin/settings.php:387
192
  msgid "Classic Analytics"
193
  msgstr "Klasyczne Analytics"
194
 
195
+ #: .././admin/settings.php:388
196
  msgid "Universal Analytics"
197
  msgstr "Uniwerslane Analytics"
198
 
199
+ #: .././admin/settings.php:399
200
  msgid "anonymize IPs while tracking"
201
  msgstr ""
202
 
203
+ #: .././admin/settings.php:410
204
  msgid "enable remarketing, demographics and interests reports"
205
  msgstr ""
206
 
207
+ #: .././admin/settings.php:428
208
  msgid "track downloads, mailto and outbound links"
209
  msgstr ""
210
 
211
+ #: .././admin/settings.php:432
212
  #, fuzzy
213
  msgid "Downloads Regex:"
214
  msgstr "Filtry Pobierania:"
215
 
216
+ #: .././admin/settings.php:443
217
  msgid "track affiliate links matching this regex"
218
  msgstr ""
219
 
220
+ #: .././admin/settings.php:447
221
  msgid "Affiliates Regex:"
222
  msgstr ""
223
 
224
+ #: .././admin/settings.php:458
225
  msgid "track fragment identifiers, hashmarks (#) in URI links"
226
  msgstr ""
227
 
228
+ #: .././admin/settings.php:469
229
  msgid "Authors:"
230
  msgstr ""
231
 
232
+ #: .././admin/settings.php:477
233
  msgid "Publication Year:"
234
  msgstr ""
235
 
236
+ #: .././admin/settings.php:485
237
  msgid "Categories:"
238
  msgstr ""
239
 
240
+ #: .././admin/settings.php:493
241
  msgid "User Type:"
242
  msgstr ""
243
 
244
+ #: .././admin/settings.php:505
245
  #, fuzzy
246
  msgid "Advanced Tracking"
247
  msgstr "Śledzenie Zdarzeń"
248
 
249
+ #: .././admin/settings.php:508
250
  msgid "Page Speed SR:"
251
  msgstr "Page Speed SR:"
252
 
253
+ #: .././admin/settings.php:519
254
  msgid "exclude events from bounce-rate calculation"
255
  msgstr ""
256
 
257
+ #: .././admin/settings.php:530
258
  msgid "enable enhanced link attribution"
259
  msgstr ""
260
 
261
+ #: .././admin/settings.php:541
262
  msgid "enable AdSense account linking"
263
  msgstr ""
264
 
265
+ #: .././admin/settings.php:552
266
  msgid "enable cross domain tracking"
267
  msgstr ""
268
 
269
+ #: .././admin/settings.php:556
270
  msgid "Cross Domains:"
271
  msgstr ""
272
 
273
+ #: .././admin/settings.php:567
274
  msgid "Exclude tracking for:"
275
  msgstr ""
276
 
277
+ #: .././admin/settings.php:648
278
  msgid "Google Analytics Errors & Debugging"
279
  msgstr ""
280
 
281
+ #: .././admin/settings.php:658
282
  msgid "Errors & Details"
283
  msgstr ""
284
 
285
+ #: .././admin/settings.php:659
286
  msgid "Plugin Settings"
287
  msgstr ""
288
 
289
+ #: .././admin/settings.php:667
 
 
 
 
 
290
  msgid "Last Error detected"
291
  msgstr ""
292
 
293
+ #: .././admin/settings.php:673 .././admin/settings.php:686
294
  msgid "None"
295
  msgstr ""
296
 
297
+ #: .././admin/settings.php:680
298
  msgid "Error Details"
299
  msgstr ""
300
 
301
+ #: .././admin/settings.php:700
302
  msgid "Plugin Configuration"
303
  msgstr ""
304
 
305
+ #: .././admin/settings.php:722 .././admin/settings.php:980
306
  msgid ""
307
  "Loading the required libraries. If this results in a blank screen or a fatal "
308
  "error, try this solution:"
309
  msgstr ""
310
 
311
+ #: .././admin/settings.php:722
312
  msgid "Library conflicts between WordPress plugins"
313
  msgstr ""
314
 
315
+ #: .././admin/settings.php:737 .././admin/settings.php:997
316
  msgid "Plugin authorization succeeded."
317
  msgstr "Autoryzacja wtyczki pomyślna."
318
 
319
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
320
  msgid ""
321
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
322
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
323
  msgstr ""
324
 
325
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
326
  msgid "Cleared Cache."
327
  msgstr "Cache wyczyszczony."
328
 
329
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
330
  msgid "Token Reseted and Revoked."
331
  msgstr "Token wyczyszczony i wycofany."
332
 
333
+ #: .././admin/settings.php:794
334
  msgid "All errors reseted."
335
  msgstr ""
336
 
337
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
338
  msgid "All other domains/properties were removed."
339
  msgstr "Wszystkie inne domeny/właściwości zostały usunięte."
340
 
341
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
342
  msgid "Google Analytics Settings"
343
  msgstr "Ustawienia Google Analytics"
344
 
345
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
346
  msgid "Use the red link (see below) to generate and get your access code!"
347
  msgstr ""
348
 
349
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
350
  msgid "Plugin Authorization"
351
  msgstr "Autoryzacja Wtyczki"
352
 
353
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
354
  #, php-format
355
  msgid ""
356
  "You should watch the %1$s and read this %2$s before proceeding to "
358
  "account!"
359
  msgstr ""
360
 
361
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
362
  msgid "video"
363
  msgstr "film"
364
 
365
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
366
  msgid "tutorial"
367
  msgstr "tutorial"
368
 
369
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
370
  msgid "use your own API Project credentials"
371
  msgstr ""
372
 
373
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
374
  msgid "API Key:"
375
  msgstr "Klucz API:"
376
 
377
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
378
  msgid "Client ID:"
379
  msgstr "ID Klienta:"
380
 
381
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
382
  msgid "Client Secret:"
383
  msgstr "Hasło Klienta:"
384
 
385
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
386
  msgid "Clear Authorization"
387
  msgstr "Czyść Autoryzację"
388
 
389
+ #: .././admin/settings.php:876 .././admin/settings.php:951
390
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
391
  msgid "Clear Cache"
392
  msgstr "Czyść Cache"
393
 
394
+ #: .././admin/settings.php:876
395
  msgid "Reset Errors"
396
  msgstr ""
397
 
398
+ #: .././admin/settings.php:882 .././admin/setup.php:80
399
  #: .././admin/setup.php:115
400
  msgid "General Settings"
401
  msgstr "Ustawienia główne"
402
 
403
+ #: .././admin/settings.php:885
404
  msgid "Select View:"
405
  msgstr ""
406
 
407
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
408
  msgid "Property not found"
409
  msgstr ""
410
 
411
+ #: .././admin/settings.php:901
412
  msgid "Lock Selection"
413
  msgstr ""
414
 
415
+ #: .././admin/settings.php:919
416
  msgid "Theme Color:"
417
  msgstr ""
418
 
419
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
420
  msgid "Automatic Updates"
421
  msgstr ""
422
 
423
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
424
  msgid ""
425
  "automatic updates for minor versions (security and maintenance releases only)"
426
  msgstr ""
427
 
428
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
429
  #: .././admin/widgets.php:42
430
  msgid "Authorize Plugin"
431
  msgstr "Autoryzuj wtyczkę"
432
 
433
+ #: .././admin/settings.php:1027
434
  msgid "Properties refreshed."
435
  msgstr "Właściwości Odświeżone"
436
 
437
+ #: .././admin/settings.php:1111
438
  msgid "Network Setup"
439
  msgstr "Ustawienia Sieci"
440
 
441
+ #: .././admin/settings.php:1121
442
  msgid "use a single Google Analytics account for the entire network"
443
  msgstr ""
444
 
445
+ #: .././admin/settings.php:1165
446
  msgid "Refresh Properties"
447
  msgstr "Odśwież Właściwości"
448
 
449
+ #: .././admin/settings.php:1171
450
  msgid "Properties/Views Settings"
451
  msgstr "Ustawienia Właściwości /Widoków"
452
 
453
+ #: .././admin/settings.php:1226
454
  msgid "exclude Super Admin tracking for the entire network"
455
  msgstr ""
456
 
457
+ #: .././admin/settings.php:1271
458
  msgid "Setup Tutorial & Demo"
459
  msgstr "Ustaw Tutorial & Demo"
460
 
461
+ #: .././admin/settings.php:1279
462
  msgid "Support & Reviews"
463
  msgstr "Wsparcie techniczne & Recenzje"
464
 
465
+ #: .././admin/settings.php:1286
466
  #, php-format
467
  msgid "Plugin documentation and support on %s"
468
  msgstr ""
469
 
470
+ #: .././admin/settings.php:1293
471
  #, php-format
472
  msgid "Your feedback and review are both important, %s!"
473
  msgstr ""
474
 
475
+ #: .././admin/settings.php:1293
476
  msgid "rate this plugin"
477
  msgstr "oceń tą wtyczkę"
478
 
479
+ #: .././admin/settings.php:1299
480
  msgid "Further Reading"
481
  msgstr "Inne Dokumenty"
482
 
483
+ #: .././admin/settings.php:1306
484
  #, php-format
485
  msgid "%s by moving your website to HTTPS/SSL."
486
  msgstr ""
487
 
488
+ #: .././admin/settings.php:1306
489
  msgid "Improve search rankings"
490
  msgstr ""
491
 
492
+ #: .././admin/settings.php:1313
493
  #, php-format
494
  msgid "Other %s written by the same author"
495
  msgstr ""
496
 
497
+ #: .././admin/settings.php:1313
498
  msgid "WordPress Plugins"
499
  msgstr "Wtyczki WordPressa"
500
 
501
+ #: .././admin/settings.php:1319
502
  msgid "Other Services"
503
  msgstr ""
504
 
505
+ #: .././admin/settings.php:1326
506
  #, php-format
507
  msgid "Speed up your website and plug into a whole %s"
508
  msgstr ""
509
 
510
+ #: .././admin/settings.php:1326
511
  msgid "new level of site speed"
512
  msgstr ""
513
 
514
+ #: .././admin/settings.php:1333
515
  #, php-format
516
  msgid "%s service with users tracking at IP level."
517
  msgstr ""
518
 
519
+ #: .././admin/settings.php:1333
520
  msgid "Web Analytics"
521
  msgstr "Web Analytics"
522
 
593
  msgstr ""
594
 
595
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
596
+ #: .././tools/gapi.php:918
597
  msgid "Searches"
598
  msgstr ""
599
 
603
 
604
  #: .././admin/setup.php:213 .././admin/widgets.php:510
605
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
606
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
607
  msgid "A JavaScript Error is blocking plugin resources!"
608
  msgstr ""
609
 
636
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
637
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
638
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
639
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
640
+ #: .././front/item-reports.php:128
641
  msgid "Invalid response, more details in JavaScript Console (F12)."
642
  msgstr ""
643
 
651
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
652
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
653
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
654
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
655
  #: .././front/widgets.php:110
656
  msgid "This report is unavailable"
657
  msgstr ""
712
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
713
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
714
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
715
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
716
  msgid "Sessions"
717
  msgstr ""
718
 
755
  msgid "KEYWORDS"
756
  msgstr "SŁOWA KLUCZOWE"
757
 
758
+ #: .././front/item-reports.php:143
759
  msgid "Views vs UniqueViews"
760
  msgstr "Odsłon vs Odsłon Unikalnych"
761
 
762
+ #: .././front/item-reports.php:193
763
  msgid "Google Analytics Reports"
764
  msgstr ""
765
 
855
  msgid "Hour"
856
  msgstr "Godzina"
857
 
858
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
859
  msgid "Date"
860
  msgstr "Data"
861
 
862
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
863
  msgid "Views"
864
  msgstr "Odsłon"
865
 
879
  msgid "Type"
880
  msgstr "Typ"
881
 
882
+ #: .././tools/gapi.php:878
883
  msgid "UniqueViews"
884
  msgstr "Odsłon Unikalnych"
885
 
languages/ga-dash-pt_BR.po CHANGED
@@ -3,15 +3,15 @@ msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP 4.6\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
- "POT-Creation-Date: 2015-04-27 19:26+0200\n"
7
- "PO-Revision-Date: 2015-04-27 19:26+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Treedbox.com <treedbox@gmail.com>\n"
10
  "Language: pt_BR\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.7.6\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,39 +22,39 @@ msgstr ""
22
  msgid "Analytics"
23
  msgstr "Analytics"
24
 
25
- #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:820
27
- #: .././admin/settings.php:1089
28
  msgid "Settings saved."
29
  msgstr "Definições Salvas"
30
 
31
- #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:797
33
- #: .././admin/settings.php:807 .././admin/settings.php:816
34
- #: .././admin/settings.php:822 .././admin/settings.php:834
35
- #: .././admin/settings.php:1050 .././admin/settings.php:1075
36
- #: .././admin/settings.php:1085 .././admin/settings.php:1091
37
- #: .././admin/settings.php:1103
38
  msgid "Cheating Huh?"
39
  msgstr "A Curiosidade Matou o Gato :F"
40
 
41
- #: .././admin/settings.php:100 .././admin/settings.php:208
42
- #: .././admin/settings.php:344 .././admin/settings.php:659
43
- #: .././admin/settings.php:848 .././admin/settings.php:1116
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
  msgstr "Algo deu errado, verifique %1$s ou %2$s."
47
 
48
- #: .././admin/settings.php:100 .././admin/settings.php:208
49
- #: .././admin/settings.php:344 .././admin/settings.php:659
50
- #: .././admin/settings.php:848 .././admin/settings.php:1116
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
  msgstr "Erros & Depuração"
54
 
55
- #: .././admin/settings.php:100 .././admin/settings.php:208
56
- #: .././admin/settings.php:344 .././admin/settings.php:659
57
- #: .././admin/settings.php:848 .././admin/settings.php:1116
58
  msgid "authorize the plugin"
59
  msgstr "Autorize o Plugin"
60
 
@@ -62,78 +62,61 @@ msgstr "Autorize o Plugin"
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Configurações Externas do Google Analytics"
64
 
65
- #: .././admin/settings.php:116
66
- #, php-format
67
- msgid "Read %s for more information about Frontend Features and Options."
68
- msgstr "Leia %s para mais informações sobre Características e Opções do Site"
69
-
70
- #: .././admin/settings.php:116 .././admin/settings.php:224
71
- #: .././admin/settings.php:369 .././admin/settings.php:682
72
- msgid "this documentation page"
73
- msgstr "Página de Documentação do Plugin"
74
-
75
- #: .././admin/settings.php:120 .././admin/settings.php:228
76
  msgid "Permissions"
77
  msgstr "Permissões"
78
 
79
- #: .././admin/settings.php:123 .././admin/settings.php:231
80
  msgid "Show stats to:"
81
  msgstr "Mostrar Status de:"
82
 
83
- #: .././admin/settings.php:162
84
  msgid "show page sessions and users in frontend (after each article)"
85
  msgstr "mostrar sessões de página e usuários no Site (após cada artigo)"
86
 
87
- #: .././admin/settings.php:173
88
  msgid "show page searches (after each article)"
89
  msgstr "Mostram pesquisas da página (após cada artigo)"
90
 
91
- #: .././admin/settings.php:180 .././admin/settings.php:318
92
- #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1253
94
  msgid "Save Changes"
95
  msgstr "Salvar Mudanças"
96
 
97
- #: .././admin/settings.php:213
98
  msgid "Google Analytics Backend Settings"
99
  msgstr "Configurações de back-end do Google Analytics"
100
 
101
- #: .././admin/settings.php:224
102
- #, php-format
103
- msgid "Read %s for more information about Backend Features and Options."
104
- msgstr ""
105
- "Leia %s para mais informações sobre Características e Opções da "
106
- "Administração."
107
-
108
- #: .././admin/settings.php:272
109
  msgid "enable Switch View functionality"
110
  msgstr ""
111
 
112
- #: .././admin/settings.php:283
113
  msgid "enable reports on Posts List and Pages List"
114
  msgstr "habilitar relatórios nas listas de Posts e Páginas"
115
 
116
- #: .././admin/settings.php:294
117
  msgid "enable the main Dashboard Widget"
118
  msgstr "habilitar Widget no Painel principal"
119
 
120
- #: .././admin/settings.php:298
121
  msgid "Real-Time Settings"
122
  msgstr "Definições de Tempo Real"
123
 
124
- #: .././admin/settings.php:301
125
  msgid "Maximum number of pages to display on real-time tab:"
126
  msgstr "Número máximo de páginas para mostrar na guia Tempo Real:"
127
 
128
- #: .././admin/settings.php:306
129
  msgid "Location Settings"
130
  msgstr "Configurações de Localização"
131
 
132
- #: .././admin/settings.php:310
133
  msgid "Target Geo Map to country:"
134
  msgstr "Mapa Geográfico alvo para o país:"
135
 
136
- #: .././admin/settings.php:347
137
  msgid ""
138
  "The tracking component is disabled. You should set <strong>Tracking Options</"
139
  "strong> to <strong>Enabled</strong>"
@@ -141,196 +124,186 @@ msgstr ""
141
  "O componente de rastreamento está desativado. Você deve acesar "
142
  "<strong>Opções de Rastreio</strong> para <strong>Habilitar</strong>"
143
 
144
- #: .././admin/settings.php:352
145
  msgid "Google Analytics Tracking Code"
146
  msgstr "Código de rastreamento do Google Analytics"
147
 
148
- #: .././admin/settings.php:361
149
  msgid "Basic Settings"
150
  msgstr "Configurações básicas"
151
 
152
- #: .././admin/settings.php:362 .././admin/settings.php:429
153
  msgid "Events Tracking"
154
  msgstr "Eventos de rastreamento"
155
 
156
- #: .././admin/settings.php:363 .././admin/settings.php:477
157
  msgid "Custom Definitions"
158
  msgstr "Definições personalizadas"
159
 
160
- #: .././admin/settings.php:364 .././admin/settings.php:575
161
- #: .././admin/settings.php:1236
162
  msgid "Exclude Tracking"
163
  msgstr "Excluir Rastreamento"
164
 
165
- #: .././admin/settings.php:365
166
  msgid "Advanced Settings"
167
  msgstr "Configurações avançadas"
168
 
169
- #: .././admin/settings.php:369
170
- #, php-format
171
- msgid "For more information about Tracking Options read %s."
172
- msgstr "Para mais informações sobre Opções de Rastreio, leia %s."
173
-
174
- #: .././admin/settings.php:374
175
  msgid "Tracking Settings"
176
  msgstr "Configurações de rastreamento"
177
 
178
- #: .././admin/settings.php:377
179
  msgid "Tracking Options:"
180
  msgstr "Opções de Rastreio"
181
 
182
- #: .././admin/settings.php:379
183
  msgid "Disabled"
184
  msgstr "Desabilitar"
185
 
186
- #: .././admin/settings.php:380
187
  msgid "Enabled"
188
  msgstr "Habilitar"
189
 
190
- #: .././admin/settings.php:388 .././admin/settings.php:912
191
- #: .././admin/settings.php:933 .././admin/settings.php:1209
192
  #: .././admin/widgets.php:71
193
  msgid "View Name:"
194
  msgstr "Ver Nome:"
195
 
196
- #: .././admin/settings.php:388 .././admin/settings.php:933
197
  msgid "Tracking ID:"
198
  msgstr "ID de rastreamento:"
199
 
200
- #: .././admin/settings.php:388 .././admin/settings.php:933
201
  msgid "Default URL:"
202
  msgstr "URL Padrão:"
203
 
204
- #: .././admin/settings.php:388 .././admin/settings.php:933
205
  msgid "Time Zone:"
206
  msgstr "Fuso horário:"
207
 
208
- #: .././admin/settings.php:393
209
  msgid "Basic Tracking"
210
  msgstr "Rastreamento Básico"
211
 
212
- #: .././admin/settings.php:396
213
  msgid "Tracking Type:"
214
  msgstr "Tipo de Rastreio"
215
 
216
- #: .././admin/settings.php:398
217
  msgid "Classic Analytics"
218
  msgstr "Analytics clássico"
219
 
220
- #: .././admin/settings.php:399
221
  msgid "Universal Analytics"
222
  msgstr "Analytics Universal"
223
 
224
- #: .././admin/settings.php:410
225
  msgid "anonymize IPs while tracking"
226
  msgstr "IPs anônimos ao rastreamento"
227
 
228
- #: .././admin/settings.php:421
229
  msgid "enable remarketing, demographics and interests reports"
230
  msgstr "permitir recolocação, demográficas e relatórios de interesses"
231
 
232
- #: .././admin/settings.php:439
233
  msgid "track downloads, mailto and outbound links"
234
  msgstr "Rastrear Downloads, encaminhamentos para e-mail e links de saída"
235
 
236
- #: .././admin/settings.php:443
237
  msgid "Downloads Regex:"
238
  msgstr "Expressões Regulares de Download:"
239
 
240
- #: .././admin/settings.php:454
241
  msgid "track affiliate links matching this regex"
242
  msgstr "Rastrear Links de Afiliados que coincidem com esta expressão regular"
243
 
244
- #: .././admin/settings.php:458
245
  msgid "Affiliates Regex:"
246
  msgstr "Expressão Regular Afiliada:"
247
 
248
- #: .././admin/settings.php:469
249
  msgid "track fragment identifiers, hashmarks (#) in URI links"
250
  msgstr "rastrear identificadores de fragmento, hash (#) nos links"
251
 
252
- #: .././admin/settings.php:480
253
  msgid "Authors:"
254
  msgstr "Autores:"
255
 
256
- #: .././admin/settings.php:488
257
  msgid "Publication Year:"
258
  msgstr "Ano de Publicação:"
259
 
260
- #: .././admin/settings.php:496
261
  msgid "Categories:"
262
  msgstr "Categorias:"
263
 
264
- #: .././admin/settings.php:504
265
  msgid "User Type:"
266
  msgstr "Tipo de Usuário:"
267
 
268
- #: .././admin/settings.php:516
269
  msgid "Advanced Tracking"
270
  msgstr "Rastreio Avançado"
271
 
272
- #: .././admin/settings.php:519
273
  msgid "Page Speed SR:"
274
  msgstr "Velocidade de Página SR:"
275
 
276
- #: .././admin/settings.php:530
277
  msgid "exclude events from bounce-rate calculation"
278
  msgstr "Excluir eventos de cálculo de taxa de rejeição"
279
 
280
- #: .././admin/settings.php:541
281
  msgid "enable enhanced link attribution"
282
  msgstr "permitir atribuição de link aprimorada"
283
 
284
- #: .././admin/settings.php:552
285
  msgid "enable AdSense account linking"
286
  msgstr "habilitar link da conta do AdSense"
287
 
288
- #: .././admin/settings.php:563
289
  msgid "enable cross domain tracking"
290
  msgstr "habilitar Rastreio de domínio cruzado"
291
 
292
- #: .././admin/settings.php:567
293
  msgid "Cross Domains:"
294
  msgstr "Domínio Cruzado:"
295
 
296
- #: .././admin/settings.php:578
297
  msgid "Exclude tracking for:"
298
  msgstr "Excluir Rastreio para:"
299
 
300
- #: .././admin/settings.php:663
301
  msgid "Google Analytics Errors & Debugging"
302
  msgstr "Erros & Depuração do Google Analytics"
303
 
304
- #: .././admin/settings.php:673
305
  msgid "Errors & Details"
306
  msgstr "Erros & Detalhes"
307
 
308
- #: .././admin/settings.php:674
309
  msgid "Plugin Settings"
310
  msgstr "Configurações do Plugin"
311
 
312
- #: .././admin/settings.php:682
313
- #, php-format
314
- msgid "For errors and/or other issues check %s and related resources."
315
- msgstr ""
316
-
317
- #: .././admin/settings.php:687
318
  msgid "Last Error detected"
319
  msgstr "Último erro detectado"
320
 
321
- #: .././admin/settings.php:693 .././admin/settings.php:706
322
  msgid "None"
323
  msgstr "Nenhum"
324
 
325
- #: .././admin/settings.php:700
326
  msgid "Error Details"
327
  msgstr "Detalhes do Erro"
328
 
329
- #: .././admin/settings.php:720
330
  msgid "Plugin Configuration"
331
  msgstr "Configuração do Plugin"
332
 
333
- #: .././admin/settings.php:742 .././admin/settings.php:1000
334
  msgid ""
335
  "Loading the required libraries. If this results in a blank screen or a fatal "
336
  "error, try this solution:"
@@ -338,15 +311,15 @@ msgstr ""
338
  "Carregando as bibliotecas necessárias. Se isso resulta em uma tela em branco "
339
  "ou um erro fatal, tente esta solução:"
340
 
341
- #: .././admin/settings.php:742
342
  msgid "Library conflicts between WordPress plugins"
343
  msgstr "Conflito de Bibliotecas entre Plugins do Wordpress"
344
 
345
- #: .././admin/settings.php:757 .././admin/settings.php:1017
346
  msgid "Plugin authorization succeeded."
347
  msgstr "Plugin autorizado com sucesso."
348
 
349
- #: .././admin/settings.php:772 .././admin/settings.php:1041
350
  msgid ""
351
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
352
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
@@ -355,35 +328,35 @@ msgstr ""
355
  "</ strong> (UA-XXXXX-X). Tente de novo, e use o link vermelho para obter o "
356
  "seu código de acesso"
357
 
358
- #: .././admin/settings.php:795 .././admin/settings.php:1073
359
  msgid "Cleared Cache."
360
  msgstr "Cache Limpo."
361
 
362
- #: .././admin/settings.php:804 .././admin/settings.php:1082
363
  msgid "Token Reseted and Revoked."
364
  msgstr "Token redefinido e revogado"
365
 
366
- #: .././admin/settings.php:814
367
  msgid "All errors reseted."
368
  msgstr "Todos erros reiniciados"
369
 
370
- #: .././admin/settings.php:827 .././admin/settings.php:1096
371
  msgid "All other domains/properties were removed."
372
  msgstr "Todos os outros domínios/propriedades foram removidas."
373
 
374
- #: .././admin/settings.php:839 .././admin/settings.php:1108
375
  msgid "Google Analytics Settings"
376
  msgstr "Configurações do Google Analytics"
377
 
378
- #: .././admin/settings.php:853 .././admin/settings.php:1121
379
  msgid "Use the red link (see below) to generate and get your access code!"
380
  msgstr "Use o link vermelho (abaixo) para gerar e pegar seu código de acesso."
381
 
382
- #: .././admin/settings.php:864 .././admin/settings.php:1149
383
  msgid "Plugin Authorization"
384
  msgstr "Autorização do Plugin"
385
 
386
- #: .././admin/settings.php:869 .././admin/settings.php:1153
387
  #, php-format
388
  msgid ""
389
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -394,167 +367,167 @@ msgstr ""
394
  "autorização. Este plugin requer uma conta no Google Analytics corretamente "
395
  "configurada!"
396
 
397
- #: .././admin/settings.php:869 .././admin/settings.php:1153
398
  msgid "video"
399
  msgstr "vídeo"
400
 
401
- #: .././admin/settings.php:869 .././admin/settings.php:1153
402
  msgid "tutorial"
403
  msgstr "tutorial"
404
 
405
- #: .././admin/settings.php:874 .././admin/settings.php:1160
406
  msgid "use your own API Project credentials"
407
  msgstr "usar suas próprias credenciais da API do projeto"
408
 
409
- #: .././admin/settings.php:878 .././admin/settings.php:1167
410
  msgid "API Key:"
411
  msgstr "Chave API:"
412
 
413
- #: .././admin/settings.php:882 .././admin/settings.php:1171
414
  msgid "Client ID:"
415
  msgstr "ID do cliente:"
416
 
417
- #: .././admin/settings.php:886 .././admin/settings.php:1175
418
  msgid "Client Secret:"
419
  msgstr "Cliente Secreto:"
420
 
421
- #: .././admin/settings.php:896 .././admin/settings.php:1185
422
  msgid "Clear Authorization"
423
  msgstr "Limpar Autorização"
424
 
425
- #: .././admin/settings.php:896 .././admin/settings.php:971
426
- #: .././admin/settings.php:1185 .././admin/settings.php:1260
427
  msgid "Clear Cache"
428
  msgstr "Limpar Cache"
429
 
430
- #: .././admin/settings.php:896
431
  msgid "Reset Errors"
432
  msgstr "Reiniciar Erros"
433
 
434
- #: .././admin/settings.php:902 .././admin/setup.php:80
435
  #: .././admin/setup.php:115
436
  msgid "General Settings"
437
  msgstr "Configurações Gerais"
438
 
439
- #: .././admin/settings.php:905
440
  msgid "Select View:"
441
  msgstr ""
442
 
443
- #: .././admin/settings.php:916 .././admin/settings.php:1213
444
  msgid "Property not found"
445
  msgstr "Propriedade não econtrada"
446
 
447
- #: .././admin/settings.php:921
448
  msgid "Lock Selection"
449
  msgstr ""
450
 
451
- #: .././admin/settings.php:939
452
  msgid "Theme Color:"
453
  msgstr "Cor do Tema:"
454
 
455
- #: .././admin/settings.php:947 .././admin/settings.php:1222
456
  msgid "Automatic Updates"
457
  msgstr "Atualizações Automáticas"
458
 
459
- #: .././admin/settings.php:957 .././admin/settings.php:1232
460
  msgid ""
461
  "automatic updates for minor versions (security and maintenance releases only)"
462
  msgstr ""
463
  "atualizações automáticas para versões menores (Só correções de Segurança e "
464
  "de Manutenção)"
465
 
466
- #: .././admin/settings.php:971 .././admin/settings.php:1260
467
  #: .././admin/widgets.php:42
468
  msgid "Authorize Plugin"
469
  msgstr "Autorize o Plugin"
470
 
471
- #: .././admin/settings.php:1047
472
  msgid "Properties refreshed."
473
  msgstr "Propriedades Atualizadas"
474
 
475
- #: .././admin/settings.php:1131
476
  msgid "Network Setup"
477
  msgstr "Configuração de Rede"
478
 
479
- #: .././admin/settings.php:1141
480
  msgid "use a single Google Analytics account for the entire network"
481
  msgstr "Use uma única conta do Google Analytics para toda a Rede"
482
 
483
- #: .././admin/settings.php:1185
484
  msgid "Refresh Properties"
485
  msgstr "Atualizar Propriedades"
486
 
487
- #: .././admin/settings.php:1191
488
  msgid "Properties/Views Settings"
489
  msgstr "Propriedades/Ver Definições"
490
 
491
- #: .././admin/settings.php:1246
492
  msgid "exclude Super Admin tracking for the entire network"
493
  msgstr "Excluir rastreamento do Super Administrador para toda a rede"
494
 
495
- #: .././admin/settings.php:1291
496
  msgid "Setup Tutorial & Demo"
497
  msgstr "Tutorial de Instalação e demonstrações"
498
 
499
- #: .././admin/settings.php:1299
500
  msgid "Support & Reviews"
501
  msgstr "Suporte e Revisões"
502
 
503
- #: .././admin/settings.php:1306
504
  #, php-format
505
  msgid "Plugin documentation and support on %s"
506
  msgstr "Documentação e Suporte do Plugin em %s"
507
 
508
- #: .././admin/settings.php:1313
509
  #, php-format
510
  msgid "Your feedback and review are both important, %s!"
511
  msgstr "Seu Feedback e Review são importantes, %s!"
512
 
513
- #: .././admin/settings.php:1313
514
  msgid "rate this plugin"
515
  msgstr "Avaliar este Plugin"
516
 
517
- #: .././admin/settings.php:1319
518
  msgid "Further Reading"
519
  msgstr "Leitura adicional"
520
 
521
- #: .././admin/settings.php:1326
522
  #, php-format
523
  msgid "%s by moving your website to HTTPS/SSL."
524
  msgstr "%s movendo seu site para HTTPS/SSL."
525
 
526
- #: .././admin/settings.php:1326
527
  msgid "Improve search rankings"
528
  msgstr "Melhorar classificação em buscas"
529
 
530
- #: .././admin/settings.php:1333
531
  #, php-format
532
  msgid "Other %s written by the same author"
533
  msgstr "Outros %s escritos pelo mesmo autor"
534
 
535
- #: .././admin/settings.php:1333
536
  msgid "WordPress Plugins"
537
  msgstr "Plugin do Wordpress"
538
 
539
- #: .././admin/settings.php:1339
540
  msgid "Other Services"
541
  msgstr "Outros Serviços"
542
 
543
- #: .././admin/settings.php:1346
544
  #, php-format
545
  msgid "Speed up your website and plug into a whole %s"
546
  msgstr "Aumente a velocidade do seu site em completamente %s"
547
 
548
- #: .././admin/settings.php:1346
549
  msgid "new level of site speed"
550
  msgstr "Novo nível de velocidade do site"
551
 
552
- #: .././admin/settings.php:1353
553
  #, php-format
554
  msgid "%s service with users tracking at IP level."
555
  msgstr "%s serviços com rastreamento de usuário a nível de ip."
556
 
557
- #: .././admin/settings.php:1353
558
  msgid "Web Analytics"
559
  msgstr "Web Analytics"
560
 
@@ -631,7 +604,7 @@ msgid "Referrers"
631
  msgstr "Referências"
632
 
633
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
634
- #: .././tools/gapi.php:922
635
  msgid "Searches"
636
  msgstr "Pesquisas"
637
 
@@ -641,7 +614,7 @@ msgstr "Detalhe do Tráfego"
641
 
642
  #: .././admin/setup.php:213 .././admin/widgets.php:510
643
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
644
- #: .././admin/widgets.php:917 .././front/item-reports.php:94
645
  msgid "A JavaScript Error is blocking plugin resources!"
646
  msgstr "Um JavaScript está bloqueando os recursos do plugin!"
647
 
@@ -674,8 +647,8 @@ msgstr "Página/Sessão"
674
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
675
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
676
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
677
- #: .././admin/widgets.php:949 .././front/item-reports.php:106
678
- #: .././front/item-reports.php:125
679
  msgid "Invalid response, more details in JavaScript Console (F12)."
680
  msgstr "Resposta inválida, mais detalhes no JavaScript Console (F12)."
681
 
@@ -689,7 +662,7 @@ msgstr "Dados coletados insuficientes"
689
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
690
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
691
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
692
- #: .././front/item-reports.php:111 .././front/item-reports.php:130
693
  #: .././front/widgets.php:110
694
  msgid "This report is unavailable"
695
  msgstr "Este Relatório não está disponível"
@@ -750,7 +723,7 @@ msgstr "Últimos 14 dias"
750
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
751
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
752
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
753
- #: .././tools/gapi.php:827 .././tools/gapi.php:923
754
  msgid "Sessions"
755
  msgstr "Sessão"
756
 
@@ -793,11 +766,11 @@ msgstr "REFERÊNCIAS"
793
  msgid "KEYWORDS"
794
  msgstr "PALAVRAS-CHAVE"
795
 
796
- #: .././front/item-reports.php:140
797
  msgid "Views vs UniqueViews"
798
  msgstr "Visualizações x Visualização única"
799
 
800
- #: .././front/item-reports.php:190
801
  msgid "Google Analytics Reports"
802
  msgstr "Relatórios do Google Analytics"
803
 
@@ -893,11 +866,11 @@ msgstr "Visualização única de página"
893
  msgid "Hour"
894
  msgstr "Hora"
895
 
896
- #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
897
  msgid "Date"
898
  msgstr "Dia"
899
 
900
- #: .././tools/gapi.php:522 .././tools/gapi.php:879
901
  msgid "Views"
902
  msgstr "Visualizações"
903
 
@@ -917,10 +890,25 @@ msgstr "Canal"
917
  msgid "Type"
918
  msgstr "Tipo"
919
 
920
- #: .././tools/gapi.php:880
921
  msgid "UniqueViews"
922
  msgstr "Visualização Única "
923
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
924
  #~ msgid "enable Switch Profile/View functionality"
925
  #~ msgstr "Ative a alternar perfil / Ver funcionalidade"
926
 
3
  "Project-Id-Version: Google Analytics Dashboard for WP 4.6\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
  "dashboard-for-wp\n"
6
+ "POT-Creation-Date: 2015-05-20 21:46+0200\n"
7
+ "PO-Revision-Date: 2015-05-20 21:46+0200\n"
8
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
  "Language-Team: Treedbox.com <treedbox@gmail.com>\n"
10
  "Language: pt_BR\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
22
  msgid "Analytics"
23
  msgstr "Analytics"
24
 
25
+ #: .././admin/settings.php:94 .././admin/settings.php:197
26
+ #: .././admin/settings.php:328 .././admin/settings.php:800
27
+ #: .././admin/settings.php:1069
28
  msgid "Settings saved."
29
  msgstr "Definições Salvas"
30
 
31
+ #: .././admin/settings.php:96 .././admin/settings.php:199
32
+ #: .././admin/settings.php:330 .././admin/settings.php:777
33
+ #: .././admin/settings.php:787 .././admin/settings.php:796
34
+ #: .././admin/settings.php:802 .././admin/settings.php:814
35
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
36
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
37
+ #: .././admin/settings.php:1083
38
  msgid "Cheating Huh?"
39
  msgstr "A Curiosidade Matou o Gato :F"
40
 
41
+ #: .././admin/settings.php:100 .././admin/settings.php:203
42
+ #: .././admin/settings.php:334 .././admin/settings.php:644
43
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
44
  #, php-format
45
  msgid "Something went wrong, check %1$s or %2$s."
46
  msgstr "Algo deu errado, verifique %1$s ou %2$s."
47
 
48
+ #: .././admin/settings.php:100 .././admin/settings.php:203
49
+ #: .././admin/settings.php:334 .././admin/settings.php:644
50
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
51
  #: .././admin/setup.php:96 .././admin/setup.php:119
52
  msgid "Errors & Debug"
53
  msgstr "Erros & Depuração"
54
 
55
+ #: .././admin/settings.php:100 .././admin/settings.php:203
56
+ #: .././admin/settings.php:334 .././admin/settings.php:644
57
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
58
  msgid "authorize the plugin"
59
  msgstr "Autorize o Plugin"
60
 
62
  msgid "Google Analytics Frontend Settings"
63
  msgstr "Configurações Externas do Google Analytics"
64
 
65
+ #: .././admin/settings.php:115 .././admin/settings.php:218
 
 
 
 
 
 
 
 
 
 
66
  msgid "Permissions"
67
  msgstr "Permissões"
68
 
69
+ #: .././admin/settings.php:118 .././admin/settings.php:221
70
  msgid "Show stats to:"
71
  msgstr "Mostrar Status de:"
72
 
73
+ #: .././admin/settings.php:157
74
  msgid "show page sessions and users in frontend (after each article)"
75
  msgstr "mostrar sessões de página e usuários no Site (após cada artigo)"
76
 
77
+ #: .././admin/settings.php:168
78
  msgid "show page searches (after each article)"
79
  msgstr "Mostram pesquisas da página (após cada artigo)"
80
 
81
+ #: .././admin/settings.php:175 .././admin/settings.php:308
82
+ #: .././admin/settings.php:602 .././admin/settings.php:945
83
+ #: .././admin/settings.php:1233
84
  msgid "Save Changes"
85
  msgstr "Salvar Mudanças"
86
 
87
+ #: .././admin/settings.php:208
88
  msgid "Google Analytics Backend Settings"
89
  msgstr "Configurações de back-end do Google Analytics"
90
 
91
+ #: .././admin/settings.php:262
 
 
 
 
 
 
 
92
  msgid "enable Switch View functionality"
93
  msgstr ""
94
 
95
+ #: .././admin/settings.php:273
96
  msgid "enable reports on Posts List and Pages List"
97
  msgstr "habilitar relatórios nas listas de Posts e Páginas"
98
 
99
+ #: .././admin/settings.php:284
100
  msgid "enable the main Dashboard Widget"
101
  msgstr "habilitar Widget no Painel principal"
102
 
103
+ #: .././admin/settings.php:288
104
  msgid "Real-Time Settings"
105
  msgstr "Definições de Tempo Real"
106
 
107
+ #: .././admin/settings.php:291
108
  msgid "Maximum number of pages to display on real-time tab:"
109
  msgstr "Número máximo de páginas para mostrar na guia Tempo Real:"
110
 
111
+ #: .././admin/settings.php:296
112
  msgid "Location Settings"
113
  msgstr "Configurações de Localização"
114
 
115
+ #: .././admin/settings.php:300
116
  msgid "Target Geo Map to country:"
117
  msgstr "Mapa Geográfico alvo para o país:"
118
 
119
+ #: .././admin/settings.php:337
120
  msgid ""
121
  "The tracking component is disabled. You should set <strong>Tracking Options</"
122
  "strong> to <strong>Enabled</strong>"
124
  "O componente de rastreamento está desativado. Você deve acesar "
125
  "<strong>Opções de Rastreio</strong> para <strong>Habilitar</strong>"
126
 
127
+ #: .././admin/settings.php:342
128
  msgid "Google Analytics Tracking Code"
129
  msgstr "Código de rastreamento do Google Analytics"
130
 
131
+ #: .././admin/settings.php:351
132
  msgid "Basic Settings"
133
  msgstr "Configurações básicas"
134
 
135
+ #: .././admin/settings.php:352 .././admin/settings.php:418
136
  msgid "Events Tracking"
137
  msgstr "Eventos de rastreamento"
138
 
139
+ #: .././admin/settings.php:353 .././admin/settings.php:466
140
  msgid "Custom Definitions"
141
  msgstr "Definições personalizadas"
142
 
143
+ #: .././admin/settings.php:354 .././admin/settings.php:564
144
+ #: .././admin/settings.php:1216
145
  msgid "Exclude Tracking"
146
  msgstr "Excluir Rastreamento"
147
 
148
+ #: .././admin/settings.php:355
149
  msgid "Advanced Settings"
150
  msgstr "Configurações avançadas"
151
 
152
+ #: .././admin/settings.php:363
 
 
 
 
 
153
  msgid "Tracking Settings"
154
  msgstr "Configurações de rastreamento"
155
 
156
+ #: .././admin/settings.php:366
157
  msgid "Tracking Options:"
158
  msgstr "Opções de Rastreio"
159
 
160
+ #: .././admin/settings.php:368
161
  msgid "Disabled"
162
  msgstr "Desabilitar"
163
 
164
+ #: .././admin/settings.php:369
165
  msgid "Enabled"
166
  msgstr "Habilitar"
167
 
168
+ #: .././admin/settings.php:377 .././admin/settings.php:892
169
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
170
  #: .././admin/widgets.php:71
171
  msgid "View Name:"
172
  msgstr "Ver Nome:"
173
 
174
+ #: .././admin/settings.php:377 .././admin/settings.php:913
175
  msgid "Tracking ID:"
176
  msgstr "ID de rastreamento:"
177
 
178
+ #: .././admin/settings.php:377 .././admin/settings.php:913
179
  msgid "Default URL:"
180
  msgstr "URL Padrão:"
181
 
182
+ #: .././admin/settings.php:377 .././admin/settings.php:913
183
  msgid "Time Zone:"
184
  msgstr "Fuso horário:"
185
 
186
+ #: .././admin/settings.php:382
187
  msgid "Basic Tracking"
188
  msgstr "Rastreamento Básico"
189
 
190
+ #: .././admin/settings.php:385
191
  msgid "Tracking Type:"
192
  msgstr "Tipo de Rastreio"
193
 
194
+ #: .././admin/settings.php:387
195
  msgid "Classic Analytics"
196
  msgstr "Analytics clássico"
197
 
198
+ #: .././admin/settings.php:388
199
  msgid "Universal Analytics"
200
  msgstr "Analytics Universal"
201
 
202
+ #: .././admin/settings.php:399
203
  msgid "anonymize IPs while tracking"
204
  msgstr "IPs anônimos ao rastreamento"
205
 
206
+ #: .././admin/settings.php:410
207
  msgid "enable remarketing, demographics and interests reports"
208
  msgstr "permitir recolocação, demográficas e relatórios de interesses"
209
 
210
+ #: .././admin/settings.php:428
211
  msgid "track downloads, mailto and outbound links"
212
  msgstr "Rastrear Downloads, encaminhamentos para e-mail e links de saída"
213
 
214
+ #: .././admin/settings.php:432
215
  msgid "Downloads Regex:"
216
  msgstr "Expressões Regulares de Download:"
217
 
218
+ #: .././admin/settings.php:443
219
  msgid "track affiliate links matching this regex"
220
  msgstr "Rastrear Links de Afiliados que coincidem com esta expressão regular"
221
 
222
+ #: .././admin/settings.php:447
223
  msgid "Affiliates Regex:"
224
  msgstr "Expressão Regular Afiliada:"
225
 
226
+ #: .././admin/settings.php:458
227
  msgid "track fragment identifiers, hashmarks (#) in URI links"
228
  msgstr "rastrear identificadores de fragmento, hash (#) nos links"
229
 
230
+ #: .././admin/settings.php:469
231
  msgid "Authors:"
232
  msgstr "Autores:"
233
 
234
+ #: .././admin/settings.php:477
235
  msgid "Publication Year:"
236
  msgstr "Ano de Publicação:"
237
 
238
+ #: .././admin/settings.php:485
239
  msgid "Categories:"
240
  msgstr "Categorias:"
241
 
242
+ #: .././admin/settings.php:493
243
  msgid "User Type:"
244
  msgstr "Tipo de Usuário:"
245
 
246
+ #: .././admin/settings.php:505
247
  msgid "Advanced Tracking"
248
  msgstr "Rastreio Avançado"
249
 
250
+ #: .././admin/settings.php:508
251
  msgid "Page Speed SR:"
252
  msgstr "Velocidade de Página SR:"
253
 
254
+ #: .././admin/settings.php:519
255
  msgid "exclude events from bounce-rate calculation"
256
  msgstr "Excluir eventos de cálculo de taxa de rejeição"
257
 
258
+ #: .././admin/settings.php:530
259
  msgid "enable enhanced link attribution"
260
  msgstr "permitir atribuição de link aprimorada"
261
 
262
+ #: .././admin/settings.php:541
263
  msgid "enable AdSense account linking"
264
  msgstr "habilitar link da conta do AdSense"
265
 
266
+ #: .././admin/settings.php:552
267
  msgid "enable cross domain tracking"
268
  msgstr "habilitar Rastreio de domínio cruzado"
269
 
270
+ #: .././admin/settings.php:556
271
  msgid "Cross Domains:"
272
  msgstr "Domínio Cruzado:"
273
 
274
+ #: .././admin/settings.php:567
275
  msgid "Exclude tracking for:"
276
  msgstr "Excluir Rastreio para:"
277
 
278
+ #: .././admin/settings.php:648
279
  msgid "Google Analytics Errors & Debugging"
280
  msgstr "Erros & Depuração do Google Analytics"
281
 
282
+ #: .././admin/settings.php:658
283
  msgid "Errors & Details"
284
  msgstr "Erros & Detalhes"
285
 
286
+ #: .././admin/settings.php:659
287
  msgid "Plugin Settings"
288
  msgstr "Configurações do Plugin"
289
 
290
+ #: .././admin/settings.php:667
 
 
 
 
 
291
  msgid "Last Error detected"
292
  msgstr "Último erro detectado"
293
 
294
+ #: .././admin/settings.php:673 .././admin/settings.php:686
295
  msgid "None"
296
  msgstr "Nenhum"
297
 
298
+ #: .././admin/settings.php:680
299
  msgid "Error Details"
300
  msgstr "Detalhes do Erro"
301
 
302
+ #: .././admin/settings.php:700
303
  msgid "Plugin Configuration"
304
  msgstr "Configuração do Plugin"
305
 
306
+ #: .././admin/settings.php:722 .././admin/settings.php:980
307
  msgid ""
308
  "Loading the required libraries. If this results in a blank screen or a fatal "
309
  "error, try this solution:"
311
  "Carregando as bibliotecas necessárias. Se isso resulta em uma tela em branco "
312
  "ou um erro fatal, tente esta solução:"
313
 
314
+ #: .././admin/settings.php:722
315
  msgid "Library conflicts between WordPress plugins"
316
  msgstr "Conflito de Bibliotecas entre Plugins do Wordpress"
317
 
318
+ #: .././admin/settings.php:737 .././admin/settings.php:997
319
  msgid "Plugin authorization succeeded."
320
  msgstr "Plugin autorizado com sucesso."
321
 
322
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
323
  msgid ""
324
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
325
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
328
  "</ strong> (UA-XXXXX-X). Tente de novo, e use o link vermelho para obter o "
329
  "seu código de acesso"
330
 
331
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
332
  msgid "Cleared Cache."
333
  msgstr "Cache Limpo."
334
 
335
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
336
  msgid "Token Reseted and Revoked."
337
  msgstr "Token redefinido e revogado"
338
 
339
+ #: .././admin/settings.php:794
340
  msgid "All errors reseted."
341
  msgstr "Todos erros reiniciados"
342
 
343
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
344
  msgid "All other domains/properties were removed."
345
  msgstr "Todos os outros domínios/propriedades foram removidas."
346
 
347
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
348
  msgid "Google Analytics Settings"
349
  msgstr "Configurações do Google Analytics"
350
 
351
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
352
  msgid "Use the red link (see below) to generate and get your access code!"
353
  msgstr "Use o link vermelho (abaixo) para gerar e pegar seu código de acesso."
354
 
355
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
356
  msgid "Plugin Authorization"
357
  msgstr "Autorização do Plugin"
358
 
359
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
360
  #, php-format
361
  msgid ""
362
  "You should watch the %1$s and read this %2$s before proceeding to "
367
  "autorização. Este plugin requer uma conta no Google Analytics corretamente "
368
  "configurada!"
369
 
370
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
371
  msgid "video"
372
  msgstr "vídeo"
373
 
374
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
375
  msgid "tutorial"
376
  msgstr "tutorial"
377
 
378
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
379
  msgid "use your own API Project credentials"
380
  msgstr "usar suas próprias credenciais da API do projeto"
381
 
382
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
383
  msgid "API Key:"
384
  msgstr "Chave API:"
385
 
386
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
387
  msgid "Client ID:"
388
  msgstr "ID do cliente:"
389
 
390
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
391
  msgid "Client Secret:"
392
  msgstr "Cliente Secreto:"
393
 
394
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
395
  msgid "Clear Authorization"
396
  msgstr "Limpar Autorização"
397
 
398
+ #: .././admin/settings.php:876 .././admin/settings.php:951
399
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
400
  msgid "Clear Cache"
401
  msgstr "Limpar Cache"
402
 
403
+ #: .././admin/settings.php:876
404
  msgid "Reset Errors"
405
  msgstr "Reiniciar Erros"
406
 
407
+ #: .././admin/settings.php:882 .././admin/setup.php:80
408
  #: .././admin/setup.php:115
409
  msgid "General Settings"
410
  msgstr "Configurações Gerais"
411
 
412
+ #: .././admin/settings.php:885
413
  msgid "Select View:"
414
  msgstr ""
415
 
416
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
417
  msgid "Property not found"
418
  msgstr "Propriedade não econtrada"
419
 
420
+ #: .././admin/settings.php:901
421
  msgid "Lock Selection"
422
  msgstr ""
423
 
424
+ #: .././admin/settings.php:919
425
  msgid "Theme Color:"
426
  msgstr "Cor do Tema:"
427
 
428
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
429
  msgid "Automatic Updates"
430
  msgstr "Atualizações Automáticas"
431
 
432
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
433
  msgid ""
434
  "automatic updates for minor versions (security and maintenance releases only)"
435
  msgstr ""
436
  "atualizações automáticas para versões menores (Só correções de Segurança e "
437
  "de Manutenção)"
438
 
439
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
440
  #: .././admin/widgets.php:42
441
  msgid "Authorize Plugin"
442
  msgstr "Autorize o Plugin"
443
 
444
+ #: .././admin/settings.php:1027
445
  msgid "Properties refreshed."
446
  msgstr "Propriedades Atualizadas"
447
 
448
+ #: .././admin/settings.php:1111
449
  msgid "Network Setup"
450
  msgstr "Configuração de Rede"
451
 
452
+ #: .././admin/settings.php:1121
453
  msgid "use a single Google Analytics account for the entire network"
454
  msgstr "Use uma única conta do Google Analytics para toda a Rede"
455
 
456
+ #: .././admin/settings.php:1165
457
  msgid "Refresh Properties"
458
  msgstr "Atualizar Propriedades"
459
 
460
+ #: .././admin/settings.php:1171
461
  msgid "Properties/Views Settings"
462
  msgstr "Propriedades/Ver Definições"
463
 
464
+ #: .././admin/settings.php:1226
465
  msgid "exclude Super Admin tracking for the entire network"
466
  msgstr "Excluir rastreamento do Super Administrador para toda a rede"
467
 
468
+ #: .././admin/settings.php:1271
469
  msgid "Setup Tutorial & Demo"
470
  msgstr "Tutorial de Instalação e demonstrações"
471
 
472
+ #: .././admin/settings.php:1279
473
  msgid "Support & Reviews"
474
  msgstr "Suporte e Revisões"
475
 
476
+ #: .././admin/settings.php:1286
477
  #, php-format
478
  msgid "Plugin documentation and support on %s"
479
  msgstr "Documentação e Suporte do Plugin em %s"
480
 
481
+ #: .././admin/settings.php:1293
482
  #, php-format
483
  msgid "Your feedback and review are both important, %s!"
484
  msgstr "Seu Feedback e Review são importantes, %s!"
485
 
486
+ #: .././admin/settings.php:1293
487
  msgid "rate this plugin"
488
  msgstr "Avaliar este Plugin"
489
 
490
+ #: .././admin/settings.php:1299
491
  msgid "Further Reading"
492
  msgstr "Leitura adicional"
493
 
494
+ #: .././admin/settings.php:1306
495
  #, php-format
496
  msgid "%s by moving your website to HTTPS/SSL."
497
  msgstr "%s movendo seu site para HTTPS/SSL."
498
 
499
+ #: .././admin/settings.php:1306
500
  msgid "Improve search rankings"
501
  msgstr "Melhorar classificação em buscas"
502
 
503
+ #: .././admin/settings.php:1313
504
  #, php-format
505
  msgid "Other %s written by the same author"
506
  msgstr "Outros %s escritos pelo mesmo autor"
507
 
508
+ #: .././admin/settings.php:1313
509
  msgid "WordPress Plugins"
510
  msgstr "Plugin do Wordpress"
511
 
512
+ #: .././admin/settings.php:1319
513
  msgid "Other Services"
514
  msgstr "Outros Serviços"
515
 
516
+ #: .././admin/settings.php:1326
517
  #, php-format
518
  msgid "Speed up your website and plug into a whole %s"
519
  msgstr "Aumente a velocidade do seu site em completamente %s"
520
 
521
+ #: .././admin/settings.php:1326
522
  msgid "new level of site speed"
523
  msgstr "Novo nível de velocidade do site"
524
 
525
+ #: .././admin/settings.php:1333
526
  #, php-format
527
  msgid "%s service with users tracking at IP level."
528
  msgstr "%s serviços com rastreamento de usuário a nível de ip."
529
 
530
+ #: .././admin/settings.php:1333
531
  msgid "Web Analytics"
532
  msgstr "Web Analytics"
533
 
604
  msgstr "Referências"
605
 
606
  #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
607
+ #: .././tools/gapi.php:918
608
  msgid "Searches"
609
  msgstr "Pesquisas"
610
 
614
 
615
  #: .././admin/setup.php:213 .././admin/widgets.php:510
616
  #: .././admin/widgets.php:607 .././admin/widgets.php:805
617
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
618
  msgid "A JavaScript Error is blocking plugin resources!"
619
  msgstr "Um JavaScript está bloqueando os recursos do plugin!"
620
 
647
  #: .././admin/widgets.php:638 .././admin/widgets.php:657
648
  #: .././admin/widgets.php:676 .././admin/widgets.php:696
649
  #: .././admin/widgets.php:819 .././admin/widgets.php:930
650
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
651
+ #: .././front/item-reports.php:128
652
  msgid "Invalid response, more details in JavaScript Console (F12)."
653
  msgstr "Resposta inválida, mais detalhes no JavaScript Console (F12)."
654
 
662
  #: .././admin/widgets.php:681 .././admin/widgets.php:701
663
  #: .././admin/widgets.php:824 .././admin/widgets.php:827
664
  #: .././admin/widgets.php:935 .././admin/widgets.php:954
665
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
666
  #: .././front/widgets.php:110
667
  msgid "This report is unavailable"
668
  msgstr "Este Relatório não está disponível"
723
  #: .././admin/widgets.php:135 .././admin/widgets.php:871
724
  #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
725
  #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
726
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
727
  msgid "Sessions"
728
  msgstr "Sessão"
729
 
766
  msgid "KEYWORDS"
767
  msgstr "PALAVRAS-CHAVE"
768
 
769
+ #: .././front/item-reports.php:143
770
  msgid "Views vs UniqueViews"
771
  msgstr "Visualizações x Visualização única"
772
 
773
+ #: .././front/item-reports.php:193
774
  msgid "Google Analytics Reports"
775
  msgstr "Relatórios do Google Analytics"
776
 
866
  msgid "Hour"
867
  msgstr "Hora"
868
 
869
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
870
  msgid "Date"
871
  msgstr "Dia"
872
 
873
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
874
  msgid "Views"
875
  msgstr "Visualizações"
876
 
890
  msgid "Type"
891
  msgstr "Tipo"
892
 
893
+ #: .././tools/gapi.php:878
894
  msgid "UniqueViews"
895
  msgstr "Visualização Única "
896
 
897
+ #~ msgid "Read %s for more information about Frontend Features and Options."
898
+ #~ msgstr ""
899
+ #~ "Leia %s para mais informações sobre Características e Opções do Site"
900
+
901
+ #~ msgid "this documentation page"
902
+ #~ msgstr "Página de Documentação do Plugin"
903
+
904
+ #~ msgid "Read %s for more information about Backend Features and Options."
905
+ #~ msgstr ""
906
+ #~ "Leia %s para mais informações sobre Características e Opções da "
907
+ #~ "Administração."
908
+
909
+ #~ msgid "For more information about Tracking Options read %s."
910
+ #~ msgstr "Para mais informações sobre Opções de Rastreio, leia %s."
911
+
912
  #~ msgid "enable Switch Profile/View functionality"
913
  #~ msgstr "Ative a alternar perfil / Ver funcionalidade"
914
 
languages/ga-dash-ro_RO.mo ADDED
Binary file
languages/ga-dash-ro_RO.po ADDED
@@ -0,0 +1,923 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-"
5
+ "dashboard-for-wp\n"
6
+ "POT-Creation-Date: 2015-05-20 21:46+0200\n"
7
+ "PO-Revision-Date: 2015-05-20 21:51+0200\n"
8
+ "Last-Translator: Alin Marcu <admin@deconf.com>\n"
9
+ "Language-Team: Nicolae Sfetcu\n"
10
+ "Language: ro\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 :(((n%100>19)||(( n%100==0)&&(n!"
15
+ "=0)))? 2 : 1));\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Generator: Poedit 1.8\n"
18
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
+ "X-Poedit-Basepath: .\n"
24
+ "X-Loco-Target-Locale: ro_RO\n"
25
+ "X-Poedit-SearchPath-0: ../.\n"
26
+
27
+ #: .././admin/item-reports.php:67
28
+ msgid "Analytics"
29
+ msgstr "Analytics"
30
+
31
+ #: .././admin/settings.php:94 .././admin/settings.php:197
32
+ #: .././admin/settings.php:328 .././admin/settings.php:800
33
+ #: .././admin/settings.php:1069
34
+ msgid "Settings saved."
35
+ msgstr "Setări salvate."
36
+
37
+ #: .././admin/settings.php:96 .././admin/settings.php:199
38
+ #: .././admin/settings.php:330 .././admin/settings.php:777
39
+ #: .././admin/settings.php:787 .././admin/settings.php:796
40
+ #: .././admin/settings.php:802 .././admin/settings.php:814
41
+ #: .././admin/settings.php:1030 .././admin/settings.php:1055
42
+ #: .././admin/settings.php:1065 .././admin/settings.php:1071
43
+ #: .././admin/settings.php:1083
44
+ msgid "Cheating Huh?"
45
+ msgstr "Încerci să trişezi?"
46
+
47
+ #: .././admin/settings.php:100 .././admin/settings.php:203
48
+ #: .././admin/settings.php:334 .././admin/settings.php:644
49
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
50
+ #, php-format
51
+ msgid "Something went wrong, check %1$s or %2$s."
52
+ msgstr "Ceva nu e în regulă, verifică %1$s sau %2$s"
53
+
54
+ #: .././admin/settings.php:100 .././admin/settings.php:203
55
+ #: .././admin/settings.php:334 .././admin/settings.php:644
56
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
57
+ #: .././admin/setup.php:96 .././admin/setup.php:119
58
+ msgid "Errors & Debug"
59
+ msgstr "Erori și depanare"
60
+
61
+ #: .././admin/settings.php:100 .././admin/settings.php:203
62
+ #: .././admin/settings.php:334 .././admin/settings.php:644
63
+ #: .././admin/settings.php:828 .././admin/settings.php:1096
64
+ msgid "authorize the plugin"
65
+ msgstr "autorizează modulul"
66
+
67
+ #: .././admin/settings.php:105
68
+ msgid "Google Analytics Frontend Settings"
69
+ msgstr "Setări în față Google Analytics"
70
+
71
+ #: .././admin/settings.php:115 .././admin/settings.php:218
72
+ msgid "Permissions"
73
+ msgstr "Permisiuni"
74
+
75
+ #: .././admin/settings.php:118 .././admin/settings.php:221
76
+ msgid "Show stats to:"
77
+ msgstr "Arată statistici la:"
78
+
79
+ #: .././admin/settings.php:157
80
+ msgid "show page sessions and users in frontend (after each article)"
81
+ msgstr "arată sesiunile paginii şi utilizatorii în faţă (după fiecare articol)"
82
+
83
+ #: .././admin/settings.php:168
84
+ msgid "show page searches (after each article)"
85
+ msgstr "arată căutarile paginii (după fiecare articol)"
86
+
87
+ #: .././admin/settings.php:175 .././admin/settings.php:308
88
+ #: .././admin/settings.php:602 .././admin/settings.php:945
89
+ #: .././admin/settings.php:1233
90
+ msgid "Save Changes"
91
+ msgstr "Salvează schimbările"
92
+
93
+ #: .././admin/settings.php:208
94
+ msgid "Google Analytics Backend Settings"
95
+ msgstr "Setările din spate pentru Google Analytics"
96
+
97
+ #: .././admin/settings.php:262
98
+ msgid "enable Switch View functionality"
99
+ msgstr "activează funcționalitatea Schimbare vedere"
100
+
101
+ #: .././admin/settings.php:273
102
+ msgid "enable reports on Posts List and Pages List"
103
+ msgstr "activează rapoartele în Listă articole și în Listă pagini"
104
+
105
+ #: .././admin/settings.php:284
106
+ msgid "enable the main Dashboard Widget"
107
+ msgstr "activează piesa principală din Panoul de control"
108
+
109
+ #: .././admin/settings.php:288
110
+ msgid "Real-Time Settings"
111
+ msgstr "Setări timp real"
112
+
113
+ #: .././admin/settings.php:291
114
+ msgid "Maximum number of pages to display on real-time tab:"
115
+ msgstr "Numărul maxim de pagini de afișare pe file de timp real:"
116
+
117
+ #: .././admin/settings.php:296
118
+ msgid "Location Settings"
119
+ msgstr "Setări locație"
120
+
121
+ #: .././admin/settings.php:300
122
+ msgid "Target Geo Map to country:"
123
+ msgstr "Direcţionează Geo Map pentru ţara:"
124
+
125
+ #: .././admin/settings.php:337
126
+ msgid ""
127
+ "The tracking component is disabled. You should set <strong>Tracking Options</"
128
+ "strong> to <strong>Enabled</strong>"
129
+ msgstr ""
130
+ "Componenta de urmărire este dezactivată. Trebuie să setezi <strong>Activat</"
131
+ "strong>la <strong>Opțiunile de urmărire</strong>"
132
+
133
+ #: .././admin/settings.php:342
134
+ msgid "Google Analytics Tracking Code"
135
+ msgstr "Cod de urmărire Google Analytics"
136
+
137
+ #: .././admin/settings.php:351
138
+ msgid "Basic Settings"
139
+ msgstr "Setări de bază"
140
+
141
+ #: .././admin/settings.php:352 .././admin/settings.php:418
142
+ msgid "Events Tracking"
143
+ msgstr "Urmărire evenimente"
144
+
145
+ #: .././admin/settings.php:353 .././admin/settings.php:466
146
+ msgid "Custom Definitions"
147
+ msgstr "Definiţii personalizate"
148
+
149
+ #: .././admin/settings.php:354 .././admin/settings.php:564
150
+ #: .././admin/settings.php:1216
151
+ msgid "Exclude Tracking"
152
+ msgstr "Exclude urmărire"
153
+
154
+ #: .././admin/settings.php:355
155
+ msgid "Advanced Settings"
156
+ msgstr "Setări avansate"
157
+
158
+ #: .././admin/settings.php:363
159
+ msgid "Tracking Settings"
160
+ msgstr "Setări urmărire"
161
+
162
+ #: .././admin/settings.php:366
163
+ msgid "Tracking Options:"
164
+ msgstr "Opțiuni urmărire:"
165
+
166
+ #: .././admin/settings.php:368
167
+ msgid "Disabled"
168
+ msgstr "Dezactivat"
169
+
170
+ #: .././admin/settings.php:369
171
+ msgid "Enabled"
172
+ msgstr "Activat"
173
+
174
+ #: .././admin/settings.php:377 .././admin/settings.php:892
175
+ #: .././admin/settings.php:913 .././admin/settings.php:1189
176
+ #: .././admin/widgets.php:71
177
+ msgid "View Name:"
178
+ msgstr "Nume afișare:"
179
+
180
+ #: .././admin/settings.php:377 .././admin/settings.php:913
181
+ msgid "Tracking ID:"
182
+ msgstr "ID urmărire:"
183
+
184
+ #: .././admin/settings.php:377 .././admin/settings.php:913
185
+ msgid "Default URL:"
186
+ msgstr "URL implicit:"
187
+
188
+ #: .././admin/settings.php:377 .././admin/settings.php:913
189
+ msgid "Time Zone:"
190
+ msgstr "Fus orar:"
191
+
192
+ #: .././admin/settings.php:382
193
+ msgid "Basic Tracking"
194
+ msgstr "Urmărire de bază"
195
+
196
+ #: .././admin/settings.php:385
197
+ msgid "Tracking Type:"
198
+ msgstr "Tip urmărire"
199
+
200
+ #: .././admin/settings.php:387
201
+ msgid "Classic Analytics"
202
+ msgstr "Analytics clasic"
203
+
204
+ #: .././admin/settings.php:388
205
+ msgid "Universal Analytics"
206
+ msgstr "Analytics universal"
207
+
208
+ #: .././admin/settings.php:399
209
+ msgid "anonymize IPs while tracking"
210
+ msgstr "anonimizează IP-urile pe perioada urmăririi"
211
+
212
+ #: .././admin/settings.php:410
213
+ msgid "enable remarketing, demographics and interests reports"
214
+ msgstr "activează rapoarte remarketing, demografice și de interese"
215
+
216
+ #: .././admin/settings.php:428
217
+ msgid "track downloads, mailto and outbound links"
218
+ msgstr "urmărire descărcări, mesajele și legături de ieșire"
219
+
220
+ #: .././admin/settings.php:432
221
+ msgid "Downloads Regex:"
222
+ msgstr "Regex Descărcări:"
223
+
224
+ #: .././admin/settings.php:443
225
+ msgid "track affiliate links matching this regex"
226
+ msgstr "urmărire legături afiliate care se potrivesc cu acest regex"
227
+
228
+ #: .././admin/settings.php:447
229
+ msgid "Affiliates Regex:"
230
+ msgstr "Regex afiliați"
231
+
232
+ #: .././admin/settings.php:458
233
+ msgid "track fragment identifiers, hashmarks (#) in URI links"
234
+ msgstr "urmărire identificatori de fragmente, semne-diez (#) în legături URI"
235
+
236
+ #: .././admin/settings.php:469
237
+ msgid "Authors:"
238
+ msgstr "Autori"
239
+
240
+ #: .././admin/settings.php:477
241
+ msgid "Publication Year:"
242
+ msgstr "An publicare"
243
+
244
+ #: .././admin/settings.php:485
245
+ msgid "Categories:"
246
+ msgstr "Categorii:"
247
+
248
+ #: .././admin/settings.php:493
249
+ msgid "User Type:"
250
+ msgstr "Tip utilizator"
251
+
252
+ #: .././admin/settings.php:505
253
+ msgid "Advanced Tracking"
254
+ msgstr "Urmărire avansată"
255
+
256
+ #: .././admin/settings.php:508
257
+ msgid "Page Speed SR:"
258
+ msgstr "SR viteză pagină:"
259
+
260
+ #: .././admin/settings.php:519
261
+ msgid "exclude events from bounce-rate calculation"
262
+ msgstr "exclude evenimente din calculul ratei de respingere"
263
+
264
+ #: .././admin/settings.php:530
265
+ msgid "enable enhanced link attribution"
266
+ msgstr "activează atribuirea îmbunătățită a legăturilor"
267
+
268
+ #: .././admin/settings.php:541
269
+ msgid "enable AdSense account linking"
270
+ msgstr "activează legătura cu contul AdSense"
271
+
272
+ #: .././admin/settings.php:552
273
+ msgid "enable cross domain tracking"
274
+ msgstr "activează urmărire domenii încrucișate"
275
+
276
+ #: .././admin/settings.php:556
277
+ msgid "Cross Domains:"
278
+ msgstr "Domenii încrucișate:"
279
+
280
+ #: .././admin/settings.php:567
281
+ msgid "Exclude tracking for:"
282
+ msgstr "Exclude urmărirea pentru:"
283
+
284
+ #: .././admin/settings.php:648
285
+ msgid "Google Analytics Errors & Debugging"
286
+ msgstr "Erori şi depanare Google Analytics"
287
+
288
+ #: .././admin/settings.php:658
289
+ msgid "Errors & Details"
290
+ msgstr "Erori și detalii"
291
+
292
+ #: .././admin/settings.php:659
293
+ msgid "Plugin Settings"
294
+ msgstr "Setări modul"
295
+
296
+ #: .././admin/settings.php:667
297
+ msgid "Last Error detected"
298
+ msgstr "Ultima eroare detectată"
299
+
300
+ #: .././admin/settings.php:673 .././admin/settings.php:686
301
+ msgid "None"
302
+ msgstr "Niciunul"
303
+
304
+ #: .././admin/settings.php:680
305
+ msgid "Error Details"
306
+ msgstr "Detalii eroare"
307
+
308
+ #: .././admin/settings.php:700
309
+ msgid "Plugin Configuration"
310
+ msgstr "Configurare modul"
311
+
312
+ #: .././admin/settings.php:722 .././admin/settings.php:980
313
+ msgid ""
314
+ "Loading the required libraries. If this results in a blank screen or a fatal "
315
+ "error, try this solution:"
316
+ msgstr ""
317
+ "Încărcarea bibliotecii necesare. Dacă apare un ecran alb sau o eroare "
318
+ "fatală, încearcă această soluție:"
319
+
320
+ #: .././admin/settings.php:722
321
+ msgid "Library conflicts between WordPress plugins"
322
+ msgstr "Conflicte de bibliotecă între module WordPress"
323
+
324
+ #: .././admin/settings.php:737 .././admin/settings.php:997
325
+ msgid "Plugin authorization succeeded."
326
+ msgstr "Autorizarea modulului cu succes."
327
+
328
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
329
+ msgid ""
330
+ "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
331
+ "(UA-XXXXX-X). Try again, and use the red link to get your access code"
332
+ msgstr ""
333
+ "Codul de acces <strong>NU</strong> este <strong>ID-ul tău de urmărire</"
334
+ "strong> (UA-XXXXX-X). Încearcă din nou, și folosește legătura cu roșu pentru "
335
+ "a obține codul tău de acces"
336
+
337
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
338
+ msgid "Cleared Cache."
339
+ msgstr "Cache curăţat."
340
+
341
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
342
+ msgid "Token Reseted and Revoked."
343
+ msgstr "Jeton resetat și revocat."
344
+
345
+ #: .././admin/settings.php:794
346
+ msgid "All errors reseted."
347
+ msgstr "Toate erorile resetate."
348
+
349
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
350
+ msgid "All other domains/properties were removed."
351
+ msgstr "Toate celelalte domenii/proprietăți au fost înlăturate."
352
+
353
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
354
+ msgid "Google Analytics Settings"
355
+ msgstr "Setări Google Analytics"
356
+
357
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
358
+ msgid "Use the red link (see below) to generate and get your access code!"
359
+ msgstr ""
360
+ "Folosește legătura cu roșu (vezi mai jos) pentru a genera și obţine codul "
361
+ "tău de acces!"
362
+
363
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
364
+ msgid "Plugin Authorization"
365
+ msgstr "Autorizare modul"
366
+
367
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
368
+ #, php-format
369
+ msgid ""
370
+ "You should watch the %1$s and read this %2$s before proceeding to "
371
+ "authorization. This plugin requires a properly configured Google Analytics "
372
+ "account!"
373
+ msgstr ""
374
+ "Trebuie să te uiţi la %1$s şi să citeşi acest %2$s înainte de a continua cu "
375
+ "autorizarea. Acest modul necesită o configurare corectă a contului Google "
376
+ "Analytics!"
377
+
378
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
379
+ msgid "video"
380
+ msgstr "video"
381
+
382
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
383
+ msgid "tutorial"
384
+ msgstr "tutorial"
385
+
386
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
387
+ msgid "use your own API Project credentials"
388
+ msgstr "foloseşte propriile tale credite API Project"
389
+
390
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
391
+ msgid "API Key:"
392
+ msgstr "Cheie API:"
393
+
394
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
395
+ msgid "Client ID:"
396
+ msgstr "ID client:"
397
+
398
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
399
+ msgid "Client Secret:"
400
+ msgstr "Secret client:"
401
+
402
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
403
+ msgid "Clear Authorization"
404
+ msgstr "Şterge autorizare"
405
+
406
+ #: .././admin/settings.php:876 .././admin/settings.php:951
407
+ #: .././admin/settings.php:1165 .././admin/settings.php:1240
408
+ msgid "Clear Cache"
409
+ msgstr "Şterge cache"
410
+
411
+ #: .././admin/settings.php:876
412
+ msgid "Reset Errors"
413
+ msgstr "Resetează erori"
414
+
415
+ #: .././admin/settings.php:882 .././admin/setup.php:80
416
+ #: .././admin/setup.php:115
417
+ msgid "General Settings"
418
+ msgstr "Setări generale"
419
+
420
+ #: .././admin/settings.php:885
421
+ msgid "Select View:"
422
+ msgstr "Selectează afișare:"
423
+
424
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
425
+ msgid "Property not found"
426
+ msgstr "Proprietatea nu a fost găsită"
427
+
428
+ #: .././admin/settings.php:901
429
+ msgid "Lock Selection"
430
+ msgstr "Blochează selecția"
431
+
432
+ #: .././admin/settings.php:919
433
+ msgid "Theme Color:"
434
+ msgstr "Culoare temă:"
435
+
436
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
437
+ msgid "Automatic Updates"
438
+ msgstr "Actualizări automate"
439
+
440
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
441
+ msgid ""
442
+ "automatic updates for minor versions (security and maintenance releases only)"
443
+ msgstr ""
444
+ "actualizări automate pentru versiuni minore (doar securitate şi întreţinere)"
445
+
446
+ #: .././admin/settings.php:951 .././admin/settings.php:1240
447
+ #: .././admin/widgets.php:42
448
+ msgid "Authorize Plugin"
449
+ msgstr "Autorizează modul"
450
+
451
+ #: .././admin/settings.php:1027
452
+ msgid "Properties refreshed."
453
+ msgstr "Proprietăţi actualizate."
454
+
455
+ #: .././admin/settings.php:1111
456
+ msgid "Network Setup"
457
+ msgstr "Configurarea reţelei"
458
+
459
+ #: .././admin/settings.php:1121
460
+ msgid "use a single Google Analytics account for the entire network"
461
+ msgstr "foloseşte un singur cont Google Analytics pentru întreaga reţea"
462
+
463
+ #: .././admin/settings.php:1165
464
+ msgid "Refresh Properties"
465
+ msgstr "Actualizează proprietățile"
466
+
467
+ #: .././admin/settings.php:1171
468
+ msgid "Properties/Views Settings"
469
+ msgstr "Setări proprietăți/afișări"
470
+
471
+ #: .././admin/settings.php:1226
472
+ msgid "exclude Super Admin tracking for the entire network"
473
+ msgstr "exclude urmărirea Super Admin pentru întreaga rețea"
474
+
475
+ #: .././admin/settings.php:1271
476
+ msgid "Setup Tutorial & Demo"
477
+ msgstr "Tutorial și demo configurare"
478
+
479
+ #: .././admin/settings.php:1279
480
+ msgid "Support & Reviews"
481
+ msgstr "Suport și recenzii"
482
+
483
+ #: .././admin/settings.php:1286
484
+ #, php-format
485
+ msgid "Plugin documentation and support on %s"
486
+ msgstr "Documentație și suport modul pe %s"
487
+
488
+ #: .././admin/settings.php:1293
489
+ #, php-format
490
+ msgid "Your feedback and review are both important, %s!"
491
+ msgstr "Părerea ta şi recenzia ta sunt amândouă importante, %s!"
492
+
493
+ #: .././admin/settings.php:1293
494
+ msgid "rate this plugin"
495
+ msgstr "evaluează acest modul"
496
+
497
+ #: .././admin/settings.php:1299
498
+ msgid "Further Reading"
499
+ msgstr "Citește mai departe"
500
+
501
+ #: .././admin/settings.php:1306
502
+ #, php-format
503
+ msgid "%s by moving your website to HTTPS/SSL."
504
+ msgstr "%s prin mutarea site-ului tău web pe HTTPS/SSL"
505
+
506
+ #: .././admin/settings.php:1306
507
+ msgid "Improve search rankings"
508
+ msgstr "Îmbunătățește poziția în căutări"
509
+
510
+ #: .././admin/settings.php:1313
511
+ #, php-format
512
+ msgid "Other %s written by the same author"
513
+ msgstr "Alte %s scrise de acelaşi autor"
514
+
515
+ #: .././admin/settings.php:1313
516
+ msgid "WordPress Plugins"
517
+ msgstr "Module WordPress"
518
+
519
+ #: .././admin/settings.php:1319
520
+ msgid "Other Services"
521
+ msgstr "Alte servicii"
522
+
523
+ #: .././admin/settings.php:1326
524
+ #, php-format
525
+ msgid "Speed up your website and plug into a whole %s"
526
+ msgstr "Creşte viteza sitlui tău web și modulului într-un întreg %s"
527
+
528
+ #: .././admin/settings.php:1326
529
+ msgid "new level of site speed"
530
+ msgstr "nou nivel al vitezei site-ului"
531
+
532
+ #: .././admin/settings.php:1333
533
+ #, php-format
534
+ msgid "%s service with users tracking at IP level."
535
+ msgstr "%s serviciu de urmărire a utilizatorilor la nivel IP."
536
+
537
+ #: .././admin/settings.php:1333
538
+ msgid "Web Analytics"
539
+ msgstr "Analitice web"
540
+
541
+ #: .././admin/setup.php:76 .././admin/setup.php:111
542
+ msgid "Google Analytics"
543
+ msgstr "Google Analytics"
544
+
545
+ #: .././admin/setup.php:84
546
+ msgid "Backend Settings"
547
+ msgstr "Setări în spate"
548
+
549
+ #: .././admin/setup.php:88
550
+ msgid "Frontend Settings"
551
+ msgstr "Setări în față"
552
+
553
+ #: .././admin/setup.php:92
554
+ msgid "Tracking Code"
555
+ msgstr "Cod urmărire"
556
+
557
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
558
+ msgid "Today"
559
+ msgstr "Astăzi"
560
+
561
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
562
+ msgid "Yesterday"
563
+ msgstr "Ieri"
564
+
565
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
566
+ #: .././front/widgets.php:74 .././front/widgets.php:182
567
+ msgid "Last 7 Days"
568
+ msgstr "Ultimele 7 zile"
569
+
570
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
571
+ #: .././front/widgets.php:80 .././front/widgets.php:184
572
+ msgid "Last 30 Days"
573
+ msgstr "Ultimele 30 zile"
574
+
575
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
576
+ msgid "Last 90 Days"
577
+ msgstr "Ultimele 90 zile"
578
+
579
+ #: .././admin/setup.php:202 .././admin/setup.php:218
580
+ msgid "Unique Views"
581
+ msgstr "Afișări unice"
582
+
583
+ #: .././admin/setup.php:203 .././admin/setup.php:219
584
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
585
+ #: .././tools/gapi.php:391
586
+ msgid "Users"
587
+ msgstr "Utilizatori"
588
+
589
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
590
+ msgid "Organic"
591
+ msgstr "Organic"
592
+
593
+ #: .././admin/setup.php:205 .././admin/setup.php:220
594
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
595
+ #: .././tools/gapi.php:394
596
+ msgid "Page Views"
597
+ msgstr "Afișări pagină"
598
+
599
+ #: .././admin/setup.php:206 .././admin/setup.php:221
600
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
601
+ #: .././tools/gapi.php:397
602
+ msgid "Bounce Rate"
603
+ msgstr "Respingere"
604
+
605
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
606
+ msgid "Location"
607
+ msgstr "Locație"
608
+
609
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
610
+ msgid "Referrers"
611
+ msgstr "Recomandări"
612
+
613
+ #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
614
+ #: .././tools/gapi.php:918
615
+ msgid "Searches"
616
+ msgstr "Căutări"
617
+
618
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
619
+ msgid "Traffic Details"
620
+ msgstr "Detalii trafic"
621
+
622
+ #: .././admin/setup.php:213 .././admin/widgets.php:510
623
+ #: .././admin/widgets.php:607 .././admin/widgets.php:805
624
+ #: .././admin/widgets.php:917 .././front/item-reports.php:97
625
+ msgid "A JavaScript Error is blocking plugin resources!"
626
+ msgstr "O eroare JavaScript blochează resursele modulului!"
627
+
628
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
629
+ msgid "Traffic Mediums"
630
+ msgstr "Medii trafic"
631
+
632
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
633
+ msgid "Visitor Type"
634
+ msgstr "Tip vizitator"
635
+
636
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
637
+ msgid "Social Networks"
638
+ msgstr "Reţele sociale"
639
+
640
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
641
+ msgid "Search Engines"
642
+ msgstr "Motoare de căutare"
643
+
644
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
645
+ msgid "Organic Search"
646
+ msgstr "Căutari"
647
+
648
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
649
+ msgid "Pages/Session"
650
+ msgstr "Pagini/Sesiune"
651
+
652
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
653
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
654
+ #: .././admin/widgets.php:638 .././admin/widgets.php:657
655
+ #: .././admin/widgets.php:676 .././admin/widgets.php:696
656
+ #: .././admin/widgets.php:819 .././admin/widgets.php:930
657
+ #: .././admin/widgets.php:949 .././front/item-reports.php:109
658
+ #: .././front/item-reports.php:128
659
+ msgid "Invalid response, more details in JavaScript Console (F12)."
660
+ msgstr "Răspuns invalid, mai multe detalii în consola JavaScript (F12)."
661
+
662
+ #: .././admin/setup.php:225
663
+ msgid "Not enough data collected"
664
+ msgstr "Date colectate insuficiente"
665
+
666
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
667
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
668
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
669
+ #: .././admin/widgets.php:681 .././admin/widgets.php:701
670
+ #: .././admin/widgets.php:824 .././admin/widgets.php:827
671
+ #: .././admin/widgets.php:935 .././admin/widgets.php:954
672
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133
673
+ #: .././front/widgets.php:110
674
+ msgid "This report is unavailable"
675
+ msgstr "Acest raport nu este disponibil"
676
+
677
+ #: .././admin/setup.php:227
678
+ msgid "report generated by"
679
+ msgstr "raport generat de"
680
+
681
+ #: .././admin/setup.php:267
682
+ msgid "Settings"
683
+ msgstr "Setări"
684
+
685
+ #: .././admin/widgets.php:33 .././front/widgets.php:22
686
+ msgid "Google Analytics Dashboard"
687
+ msgstr "Panou control Google Analytics"
688
+
689
+ #: .././admin/widgets.php:42
690
+ msgid "This plugin needs an authorization:"
691
+ msgstr "Acest modul are nevoie de o autorizare:"
692
+
693
+ #: .././admin/widgets.php:76
694
+ msgid "Something went wrong while retrieving profiles list."
695
+ msgstr "Ceva nu a mers bine în timpul recuperării listei cu profile."
696
+
697
+ #: .././admin/widgets.php:76
698
+ msgid "More details"
699
+ msgstr "Mai multe detalii"
700
+
701
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
702
+ msgid "An admin should asign a default Google Analytics Profile."
703
+ msgstr ""
704
+ "Un administrator trebuie să atribuie un profil Google Analytics implicit."
705
+
706
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
707
+ msgid "Select Domain"
708
+ msgstr "Selectează domeniu"
709
+
710
+ #: .././admin/widgets.php:105
711
+ msgid ""
712
+ "Something went wrong while retrieving property data. You need to create and "
713
+ "properly configure a Google Analytics account:"
714
+ msgstr ""
715
+ "Ceva nu a mers bine în timpul recuperării datelor de proprietăți. Trebuie să "
716
+ "creezi și configurezi corect un cont Google Analytics:"
717
+
718
+ #: .././admin/widgets.php:105
719
+ msgid "Find out more!"
720
+ msgstr "Află mai multe!"
721
+
722
+ #: .././admin/widgets.php:125
723
+ msgid "Real-Time"
724
+ msgstr "Timp real"
725
+
726
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
727
+ #: .././front/widgets.php:183
728
+ msgid "Last 14 Days"
729
+ msgstr "Ultimele 14 zile"
730
+
731
+ #: .././admin/widgets.php:135 .././admin/widgets.php:871
732
+ #: .././front/widgets.php:46 .././tools/gapi.php:406 .././tools/gapi.php:567
733
+ #: .././tools/gapi.php:613 .././tools/gapi.php:676 .././tools/gapi.php:786
734
+ #: .././tools/gapi.php:827 .././tools/gapi.php:919
735
+ msgid "Sessions"
736
+ msgstr "Sesiuni"
737
+
738
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
739
+ msgid "Pages"
740
+ msgstr "Pagini"
741
+
742
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
743
+ msgid "REFERRAL"
744
+ msgstr "RECOMANDARE"
745
+
746
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
747
+ msgid "ORGANIC"
748
+ msgstr "ORGANIC"
749
+
750
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
751
+ #: .././admin/widgets.php:474
752
+ msgid "SOCIAL"
753
+ msgstr "SOCIAL"
754
+
755
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
756
+ #: .././admin/widgets.php:475
757
+ msgid "CAMPAIGN"
758
+ msgstr "CAMPANIE"
759
+
760
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
761
+ #: .././admin/widgets.php:478
762
+ msgid "DIRECT"
763
+ msgstr "DIRECT"
764
+
765
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
766
+ msgid "NEW"
767
+ msgstr "NOU"
768
+
769
+ #: .././admin/widgets.php:354
770
+ msgid "REFERRALS"
771
+ msgstr "RECOMANDĂRI"
772
+
773
+ #: .././admin/widgets.php:357
774
+ msgid "KEYWORDS"
775
+ msgstr "CUVINTE"
776
+
777
+ #: .././front/item-reports.php:143
778
+ msgid "Views vs UniqueViews"
779
+ msgstr "Afișări vs Afișări unice"
780
+
781
+ #: .././front/item-reports.php:193
782
+ msgid "Google Analytics Reports"
783
+ msgstr "Rapoarte Google Analytics"
784
+
785
+ #: .././front/widgets.php:23
786
+ msgid "Will display your google analytics stats in a widget"
787
+ msgstr "Va afişa statisticile tale Google Analytics într-o piesă"
788
+
789
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
790
+ msgid "trend"
791
+ msgstr "tendinţă"
792
+
793
+ #: .././front/widgets.php:133
794
+ msgid "Period:"
795
+ msgstr "Perioada:"
796
+
797
+ #: .././front/widgets.php:133
798
+ msgid "Sessions:"
799
+ msgstr "Sesiuni"
800
+
801
+ #: .././front/widgets.php:137
802
+ msgid "generated by"
803
+ msgstr "generate de"
804
+
805
+ #: .././front/widgets.php:147
806
+ msgid "Google Analytics Stats"
807
+ msgstr "Statistici Google Analytics"
808
+
809
+ #: .././front/widgets.php:154
810
+ msgid "Title:"
811
+ msgstr "Titlu:"
812
+
813
+ #: .././front/widgets.php:161
814
+ msgid "Display:"
815
+ msgstr "Afişare:"
816
+
817
+ #: .././front/widgets.php:165
818
+ msgid "Chart & Totals"
819
+ msgstr "Grafic şi total"
820
+
821
+ #: .././front/widgets.php:166
822
+ msgid "Chart"
823
+ msgstr "Grafic"
824
+
825
+ #: .././front/widgets.php:167
826
+ msgid "Totals"
827
+ msgstr "Totale"
828
+
829
+ #: .././front/widgets.php:171
830
+ msgid "Anonymize stats:"
831
+ msgstr "Anonimizează statistici:"
832
+
833
+ #: .././front/widgets.php:178
834
+ msgid "Stats for:"
835
+ msgstr "Statistici pentru:"
836
+
837
+ #: .././front/widgets.php:188
838
+ msgid "Give credits:"
839
+ msgstr "Acordă credit:"
840
+
841
+ #: .././gadwp.php:46 .././gadwp.php:55 .././gadwp.php:63
842
+ msgid "This is not allowed, read the documentation!"
843
+ msgstr "Nu este permis, citește documentația!"
844
+
845
+ #: .././tools/gapi.php:134
846
+ msgid "Use this link to get your access code:"
847
+ msgstr "Folosește această legătură pentru a obţine codul tău de acces:"
848
+
849
+ #: .././tools/gapi.php:134
850
+ msgid "Get Access Code"
851
+ msgstr "Obţine codul de acces"
852
+
853
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
854
+ msgid "Use the red link to get your access code!"
855
+ msgstr "Folosește legătura cu roșu pentru a obţine codul tău de acces!"
856
+
857
+ #: .././tools/gapi.php:138
858
+ msgid "Access Code:"
859
+ msgstr "Cod de acces:"
860
+
861
+ #: .././tools/gapi.php:145
862
+ msgid "Save Access Code"
863
+ msgstr "Salvează codul de acces"
864
+
865
+ #: .././tools/gapi.php:400
866
+ msgid "Organic Searches"
867
+ msgstr "Căutări"
868
+
869
+ #: .././tools/gapi.php:403
870
+ msgid "Unique Page Views"
871
+ msgstr "Afișări pagină unice"
872
+
873
+ #: .././tools/gapi.php:411
874
+ msgid "Hour"
875
+ msgstr "Ora"
876
+
877
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
878
+ msgid "Date"
879
+ msgstr "Data"
880
+
881
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
882
+ msgid "Views"
883
+ msgstr "Afișări"
884
+
885
+ #: .././tools/gapi.php:640
886
+ msgid "Countries"
887
+ msgstr "Ţări"
888
+
889
+ #: .././tools/gapi.php:650
890
+ msgid "Cities from"
891
+ msgstr "Oraşe din"
892
+
893
+ #: .././tools/gapi.php:722
894
+ msgid "Channels"
895
+ msgstr "Canale"
896
+
897
+ #: .././tools/gapi.php:785
898
+ msgid "Type"
899
+ msgstr "Tip"
900
+
901
+ #: .././tools/gapi.php:878
902
+ msgid "UniqueViews"
903
+ msgstr "Afiări unice"
904
+
905
+ #~ msgid "Read %s for more information about Frontend Features and Options."
906
+ #~ msgstr ""
907
+ #~ "Citește %s pentru mai multe informații despre opțiunile și "
908
+ #~ "caracteristicile din față."
909
+
910
+ #~ msgid "this documentation page"
911
+ #~ msgstr "această pagină de documentaţie"
912
+
913
+ #~ msgid "Read %s for more information about Backend Features and Options."
914
+ #~ msgstr ""
915
+ #~ "Citeşte %s pentru mai multe informații despre opțiunile și "
916
+ #~ "caracteristicile din spate."
917
+
918
+ #~ msgid "For more information about Tracking Options read %s."
919
+ #~ msgstr ""
920
+ #~ "Pentru mai multe informații despre opțiunile de urmărire citește %s."
921
+
922
+ #~ msgid "For errors and/or other issues check %s and related resources."
923
+ #~ msgstr "Pentru erori și/sau alte probleme verifică %s și resurse aferente."
languages/ga-dash-ru_RU.mo ADDED
Binary file
languages/ga-dash-ru_RU.po ADDED
@@ -0,0 +1,883 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Google Analytics Dashboard for WP
2
+ # This file is distributed under the same license as the Google Analytics Dashboard for WP package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Google Analytics Dashboard for WP\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/google-analytics-dashboard-for-wp\n"
7
+ "POT-Creation-Date: 2015-05-20 21:52+0200\n"
8
+ "PO-Revision-Date: 2015-05-20 21:52+0200\n"
9
+ "Last-Translator: Alin Marcu <admin@deconf.com>\n"
10
+ "Language-Team: SebWeo.com\n"
11
+ "Language: ru_RU\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n"
16
+ "%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.8\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-Basepath: .\n"
21
+ "X-Poedit-SearchPath-0: ../.\n"
22
+
23
+ #: .././admin/item-reports.php:67
24
+ msgid "Analytics"
25
+ msgstr "Аналитика"
26
+
27
+ #: .././admin/settings.php:94 .././admin/settings.php:197 .././admin/settings.php:328
28
+ #: .././admin/settings.php:800 .././admin/settings.php:1069
29
+ msgid "Settings saved."
30
+ msgstr "Настройки сохранены."
31
+
32
+ #: .././admin/settings.php:96 .././admin/settings.php:199 .././admin/settings.php:330
33
+ #: .././admin/settings.php:777 .././admin/settings.php:787 .././admin/settings.php:796
34
+ #: .././admin/settings.php:802 .././admin/settings.php:814 .././admin/settings.php:1030
35
+ #: .././admin/settings.php:1055 .././admin/settings.php:1065 .././admin/settings.php:1071
36
+ #: .././admin/settings.php:1083
37
+ msgid "Cheating Huh?"
38
+ msgstr "Читерство?"
39
+
40
+ #: .././admin/settings.php:100 .././admin/settings.php:203 .././admin/settings.php:334
41
+ #: .././admin/settings.php:644 .././admin/settings.php:828 .././admin/settings.php:1096
42
+ #, php-format
43
+ msgid "Something went wrong, check %1$s or %2$s."
44
+ msgstr "Что-то пошло не так, проверьте %1$s или %2$s."
45
+
46
+ #: .././admin/settings.php:100 .././admin/settings.php:203 .././admin/settings.php:334
47
+ #: .././admin/settings.php:644 .././admin/settings.php:828 .././admin/settings.php:1096
48
+ #: .././admin/setup.php:96 .././admin/setup.php:119
49
+ msgid "Errors & Debug"
50
+ msgstr "Ошибки и отладка"
51
+
52
+ #: .././admin/settings.php:100 .././admin/settings.php:203 .././admin/settings.php:334
53
+ #: .././admin/settings.php:644 .././admin/settings.php:828 .././admin/settings.php:1096
54
+ msgid "authorize the plugin"
55
+ msgstr "авторизация плагина"
56
+
57
+ #: .././admin/settings.php:105
58
+ msgid "Google Analytics Frontend Settings"
59
+ msgstr "Настройки фронтэнда Google Analytics"
60
+
61
+ #: .././admin/settings.php:115 .././admin/settings.php:218
62
+ msgid "Permissions"
63
+ msgstr "Разрешение"
64
+
65
+ #: .././admin/settings.php:118 .././admin/settings.php:221
66
+ msgid "Show stats to:"
67
+ msgstr "Показать статистику для:"
68
+
69
+ #: .././admin/settings.php:157
70
+ msgid "show page sessions and users in frontend (after each article)"
71
+ msgstr "Показывать сессии страницы и пользователей в интерфейсе (после каждой статьи)"
72
+
73
+ #: .././admin/settings.php:168
74
+ msgid "show page searches (after each article)"
75
+ msgstr "показать поиски страниц (после каждой статьи)"
76
+
77
+ #: .././admin/settings.php:175 .././admin/settings.php:308 .././admin/settings.php:602
78
+ #: .././admin/settings.php:945 .././admin/settings.php:1233
79
+ msgid "Save Changes"
80
+ msgstr "Сохранить изменения"
81
+
82
+ #: .././admin/settings.php:208
83
+ msgid "Google Analytics Backend Settings"
84
+ msgstr "Настройки бекэнда Google Analytics"
85
+
86
+ #: .././admin/settings.php:262
87
+ msgid "enable Switch View functionality"
88
+ msgstr "включить функциональность Сменить вид"
89
+
90
+ #: .././admin/settings.php:273
91
+ msgid "enable reports on Posts List and Pages List"
92
+ msgstr "включить отчеты о сообщениях в списке постов и страниц"
93
+
94
+ #: .././admin/settings.php:284
95
+ msgid "enable the main Dashboard Widget"
96
+ msgstr "включить основной виджет в Консоли"
97
+
98
+ #: .././admin/settings.php:288
99
+ msgid "Real-Time Settings"
100
+ msgstr "Настройки Реального режима"
101
+
102
+ #: .././admin/settings.php:291
103
+ msgid "Maximum number of pages to display on real-time tab:"
104
+ msgstr "Максимальное количество страниц для отображения на вкладке в режиме реального времени:"
105
+
106
+ #: .././admin/settings.php:296
107
+ msgid "Location Settings"
108
+ msgstr "Настройки локации"
109
+
110
+ #: .././admin/settings.php:300
111
+ msgid "Target Geo Map to country:"
112
+ msgstr "Целевая Geo-карта для страны:"
113
+
114
+ #: .././admin/settings.php:337
115
+ msgid ""
116
+ "The tracking component is disabled. You should set <strong>Tracking Options</strong> to "
117
+ "<strong>Enabled</strong>"
118
+ msgstr ""
119
+ "Компонент отслеживания отключен. Вы должны установить <strong>Опции трекинга</strong> на "
120
+ "<strong>Включено</strong>"
121
+
122
+ #: .././admin/settings.php:342
123
+ msgid "Google Analytics Tracking Code"
124
+ msgstr "трекинг-код Google Analytics"
125
+
126
+ #: .././admin/settings.php:351
127
+ msgid "Basic Settings"
128
+ msgstr "Базовые настройки"
129
+
130
+ #: .././admin/settings.php:352 .././admin/settings.php:418
131
+ msgid "Events Tracking"
132
+ msgstr "Отслеживание событий"
133
+
134
+ #: .././admin/settings.php:353 .././admin/settings.php:466
135
+ msgid "Custom Definitions"
136
+ msgstr "Пользовательские Определения"
137
+
138
+ #: .././admin/settings.php:354 .././admin/settings.php:564 .././admin/settings.php:1216
139
+ msgid "Exclude Tracking"
140
+ msgstr "Исключить отслеживание"
141
+
142
+ #: .././admin/settings.php:355
143
+ msgid "Advanced Settings"
144
+ msgstr "Расширенные настройки"
145
+
146
+ #: .././admin/settings.php:363
147
+ msgid "Tracking Settings"
148
+ msgstr "Настройки отслеживания"
149
+
150
+ #: .././admin/settings.php:366
151
+ msgid "Tracking Options:"
152
+ msgstr "Опции отслеживания:"
153
+
154
+ #: .././admin/settings.php:368
155
+ msgid "Disabled"
156
+ msgstr "Выключено"
157
+
158
+ #: .././admin/settings.php:369
159
+ msgid "Enabled"
160
+ msgstr "Включено"
161
+
162
+ #: .././admin/settings.php:377 .././admin/settings.php:892 .././admin/settings.php:913
163
+ #: .././admin/settings.php:1189 .././admin/widgets.php:71
164
+ msgid "View Name:"
165
+ msgstr "Вид имени:"
166
+
167
+ #: .././admin/settings.php:377 .././admin/settings.php:913
168
+ msgid "Tracking ID:"
169
+ msgstr "ID отслеживания"
170
+
171
+ #: .././admin/settings.php:377 .././admin/settings.php:913
172
+ msgid "Default URL:"
173
+ msgstr "URL по умолчанию:"
174
+
175
+ #: .././admin/settings.php:377 .././admin/settings.php:913
176
+ msgid "Time Zone:"
177
+ msgstr "Временная зона:"
178
+
179
+ #: .././admin/settings.php:382
180
+ msgid "Basic Tracking"
181
+ msgstr "Базовое отслеживание"
182
+
183
+ #: .././admin/settings.php:385
184
+ msgid "Tracking Type:"
185
+ msgstr "Тип отслеживания:"
186
+
187
+ #: .././admin/settings.php:387
188
+ msgid "Classic Analytics"
189
+ msgstr "Классическая аналитика"
190
+
191
+ #: .././admin/settings.php:388
192
+ msgid "Universal Analytics"
193
+ msgstr "Универсальная аналитика"
194
+
195
+ #: .././admin/settings.php:399
196
+ msgid "anonymize IPs while tracking"
197
+ msgstr "скрывать IP при отслеживании"
198
+
199
+ #: .././admin/settings.php:410
200
+ msgid "enable remarketing, demographics and interests reports"
201
+ msgstr "включить ремаркетинг, отчеты по демографии и интересам"
202
+
203
+ #: .././admin/settings.php:428
204
+ msgid "track downloads, mailto and outbound links"
205
+ msgstr "отслеживать загрузки, mailto и исходящие ссылки"
206
+
207
+ #: .././admin/settings.php:432
208
+ msgid "Downloads Regex:"
209
+ msgstr "Загрузки Regex:"
210
+
211
+ #: .././admin/settings.php:443
212
+ msgid "track affiliate links matching this regex"
213
+ msgstr "отслеживать партнерские ссылки, соответствующие этому регулярному выражению"
214
+
215
+ #: .././admin/settings.php:447
216
+ msgid "Affiliates Regex:"
217
+ msgstr "Аффилиаты:"
218
+
219
+ #: .././admin/settings.php:458
220
+ msgid "track fragment identifiers, hashmarks (#) in URI links"
221
+ msgstr "отслеживать идентификаторы фрагментов, хештеги (#) в URI ссылках"
222
+
223
+ #: .././admin/settings.php:469
224
+ msgid "Authors:"
225
+ msgstr "Авторы:"
226
+
227
+ #: .././admin/settings.php:477
228
+ msgid "Publication Year:"
229
+ msgstr "Год публикации:"
230
+
231
+ #: .././admin/settings.php:485
232
+ msgid "Categories:"
233
+ msgstr "Категории:"
234
+
235
+ #: .././admin/settings.php:493
236
+ msgid "User Type:"
237
+ msgstr "Тип пользователя:"
238
+
239
+ #: .././admin/settings.php:505
240
+ msgid "Advanced Tracking"
241
+ msgstr "Расширенное отслеживание"
242
+
243
+ #: .././admin/settings.php:508
244
+ msgid "Page Speed SR:"
245
+ msgstr "SR скорости страницы:"
246
+
247
+ #: .././admin/settings.php:519
248
+ msgid "exclude events from bounce-rate calculation"
249
+ msgstr "исключить показатель отказов из расчета"
250
+
251
+ #: .././admin/settings.php:530
252
+ msgid "enable enhanced link attribution"
253
+ msgstr "включить повышенную атрибуцию ссылок"
254
+
255
+ #: .././admin/settings.php:541
256
+ msgid "enable AdSense account linking"
257
+ msgstr "включить связывание учетной записи AdSense"
258
+
259
+ #: .././admin/settings.php:552
260
+ msgid "enable cross domain tracking"
261
+ msgstr "включить отслеживание поддоменов"
262
+
263
+ #: .././admin/settings.php:556
264
+ msgid "Cross Domains:"
265
+ msgstr "Поддомены:"
266
+
267
+ #: .././admin/settings.php:567
268
+ msgid "Exclude tracking for:"
269
+ msgstr "Исключить отслеживание для:"
270
+
271
+ #: .././admin/settings.php:648
272
+ msgid "Google Analytics Errors & Debugging"
273
+ msgstr "Ошибки и отладка Google Analytics"
274
+
275
+ #: .././admin/settings.php:658
276
+ msgid "Errors & Details"
277
+ msgstr "Ошибки и Детали"
278
+
279
+ #: .././admin/settings.php:659
280
+ msgid "Plugin Settings"
281
+ msgstr "Настройки плагина"
282
+
283
+ #: .././admin/settings.php:667
284
+ msgid "Last Error detected"
285
+ msgstr "Последняя обнаруженная ошибка"
286
+
287
+ #: .././admin/settings.php:673 .././admin/settings.php:686
288
+ msgid "None"
289
+ msgstr "Нет"
290
+
291
+ #: .././admin/settings.php:680
292
+ msgid "Error Details"
293
+ msgstr "Детали ошибки"
294
+
295
+ #: .././admin/settings.php:700
296
+ msgid "Plugin Configuration"
297
+ msgstr "Конфигурация плагина"
298
+
299
+ #: .././admin/settings.php:722 .././admin/settings.php:980
300
+ msgid ""
301
+ "Loading the required libraries. If this results in a blank screen or a fatal error, try this "
302
+ "solution:"
303
+ msgstr ""
304
+ "Загрузка необходимых библиотек. Если это приводит к пустому экрану или фатальной ошибке, "
305
+ "попробуйте это решение:"
306
+
307
+ #: .././admin/settings.php:722
308
+ msgid "Library conflicts between WordPress plugins"
309
+ msgstr "Библиотека конфликтов между WordPress плагинами"
310
+
311
+ #: .././admin/settings.php:737 .././admin/settings.php:997
312
+ msgid "Plugin authorization succeeded."
313
+ msgstr "Авторизация плагин успешна."
314
+
315
+ #: .././admin/settings.php:752 .././admin/settings.php:1021
316
+ msgid ""
317
+ "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> (UA-XXXXX-X). Try "
318
+ "again, and use the red link to get your access code"
319
+ msgstr ""
320
+ "Код доступа <strong>НЕ</strong> ваш <strong>ID отслеживания</strong> (UA-XXXXX-X). Попробуйте "
321
+ "еще раз, и используйте красную ссылку, чтобы получить код доступа"
322
+
323
+ #: .././admin/settings.php:775 .././admin/settings.php:1053
324
+ msgid "Cleared Cache."
325
+ msgstr "Кеш почищен."
326
+
327
+ #: .././admin/settings.php:784 .././admin/settings.php:1062
328
+ msgid "Token Reseted and Revoked."
329
+ msgstr "Маркер сброшен и отменен."
330
+
331
+ #: .././admin/settings.php:794
332
+ msgid "All errors reseted."
333
+ msgstr "Все ошибки сброшены."
334
+
335
+ #: .././admin/settings.php:807 .././admin/settings.php:1076
336
+ msgid "All other domains/properties were removed."
337
+ msgstr "Все остальные домены/свойства были удалены."
338
+
339
+ #: .././admin/settings.php:819 .././admin/settings.php:1088
340
+ msgid "Google Analytics Settings"
341
+ msgstr "Настройки Google Analytics"
342
+
343
+ #: .././admin/settings.php:833 .././admin/settings.php:1101
344
+ msgid "Use the red link (see below) to generate and get your access code!"
345
+ msgstr "Используйте красную ссылку (см ниже), чтобы генерировать и получить код доступа!"
346
+
347
+ #: .././admin/settings.php:844 .././admin/settings.php:1129
348
+ msgid "Plugin Authorization"
349
+ msgstr "Авторизация плагина"
350
+
351
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
352
+ #, php-format
353
+ msgid ""
354
+ "You should watch the %1$s and read this %2$s before proceeding to authorization. This plugin "
355
+ "requires a properly configured Google Analytics account!"
356
+ msgstr ""
357
+ "Вы должны смотреть %1$s и читать это %2$s, прежде чем приступить к авторизации. Этот плагин "
358
+ "требует правильно настроенного аккаунта Google Analytics!"
359
+
360
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
361
+ msgid "video"
362
+ msgstr "видео"
363
+
364
+ #: .././admin/settings.php:849 .././admin/settings.php:1133
365
+ msgid "tutorial"
366
+ msgstr "мануал"
367
+
368
+ #: .././admin/settings.php:854 .././admin/settings.php:1140
369
+ msgid "use your own API Project credentials"
370
+ msgstr "используйте свои собственные полномочия по API проекта"
371
+
372
+ #: .././admin/settings.php:858 .././admin/settings.php:1147
373
+ msgid "API Key:"
374
+ msgstr "ключ API:"
375
+
376
+ #: .././admin/settings.php:862 .././admin/settings.php:1151
377
+ msgid "Client ID:"
378
+ msgstr "ID клиента:"
379
+
380
+ #: .././admin/settings.php:866 .././admin/settings.php:1155
381
+ msgid "Client Secret:"
382
+ msgstr "Секретный код клиента:"
383
+
384
+ #: .././admin/settings.php:876 .././admin/settings.php:1165
385
+ msgid "Clear Authorization"
386
+ msgstr "Очистить авторизацию"
387
+
388
+ #: .././admin/settings.php:876 .././admin/settings.php:951 .././admin/settings.php:1165
389
+ #: .././admin/settings.php:1240
390
+ msgid "Clear Cache"
391
+ msgstr "Очистить кеш"
392
+
393
+ #: .././admin/settings.php:876
394
+ msgid "Reset Errors"
395
+ msgstr "Сбросить ошибки"
396
+
397
+ #: .././admin/settings.php:882 .././admin/setup.php:80 .././admin/setup.php:115
398
+ msgid "General Settings"
399
+ msgstr "Общие настройки"
400
+
401
+ #: .././admin/settings.php:885
402
+ msgid "Select View:"
403
+ msgstr "Выбрать вид:"
404
+
405
+ #: .././admin/settings.php:896 .././admin/settings.php:1193
406
+ msgid "Property not found"
407
+ msgstr "Свойство не найдено"
408
+
409
+ #: .././admin/settings.php:901
410
+ msgid "Lock Selection"
411
+ msgstr "Блокировать Выбор"
412
+
413
+ #: .././admin/settings.php:919
414
+ msgid "Theme Color:"
415
+ msgstr "Цвет темы:"
416
+
417
+ #: .././admin/settings.php:927 .././admin/settings.php:1202
418
+ msgid "Automatic Updates"
419
+ msgstr "Автоматические обновления"
420
+
421
+ #: .././admin/settings.php:937 .././admin/settings.php:1212
422
+ msgid "automatic updates for minor versions (security and maintenance releases only)"
423
+ msgstr ""
424
+ "автоматические обновления для ранних версий (только релизы безопасности и техническое "
425
+ "обслуживание)"
426
+
427
+ #: .././admin/settings.php:951 .././admin/settings.php:1240 .././admin/widgets.php:42
428
+ msgid "Authorize Plugin"
429
+ msgstr "Авторизация плагина"
430
+
431
+ #: .././admin/settings.php:1027
432
+ msgid "Properties refreshed."
433
+ msgstr "Свойства обновлены."
434
+
435
+ #: .././admin/settings.php:1111
436
+ msgid "Network Setup"
437
+ msgstr "Настройка сети"
438
+
439
+ #: .././admin/settings.php:1121
440
+ msgid "use a single Google Analytics account for the entire network"
441
+ msgstr "использовать одну учетную запись Google Analytics для всей сети"
442
+
443
+ #: .././admin/settings.php:1165
444
+ msgid "Refresh Properties"
445
+ msgstr "Обновить свойства"
446
+
447
+ #: .././admin/settings.php:1171
448
+ msgid "Properties/Views Settings"
449
+ msgstr "Настройки Свойства/Вид"
450
+
451
+ #: .././admin/settings.php:1226
452
+ msgid "exclude Super Admin tracking for the entire network"
453
+ msgstr "исключить отслеживание Супер Админ для всей сети"
454
+
455
+ #: .././admin/settings.php:1271
456
+ msgid "Setup Tutorial & Demo"
457
+ msgstr "Мануал и Демо настройки"
458
+
459
+ #: .././admin/settings.php:1279
460
+ msgid "Support & Reviews"
461
+ msgstr "Поддержка и Отзывы"
462
+
463
+ #: .././admin/settings.php:1286
464
+ #, php-format
465
+ msgid "Plugin documentation and support on %s"
466
+ msgstr "Документации и поддержка плагина на %s"
467
+
468
+ #: .././admin/settings.php:1293
469
+ #, php-format
470
+ msgid "Your feedback and review are both important, %s!"
471
+ msgstr "Ваши отзывы и обзор являются важными, %s!"
472
+
473
+ #: .././admin/settings.php:1293
474
+ msgid "rate this plugin"
475
+ msgstr "оцените этот плагин"
476
+
477
+ #: .././admin/settings.php:1299
478
+ msgid "Further Reading"
479
+ msgstr "Дальнейшее Чтение"
480
+
481
+ #: .././admin/settings.php:1306
482
+ #, php-format
483
+ msgid "%s by moving your website to HTTPS/SSL."
484
+ msgstr "%s по перемещению вашего сайта на HTTPS/SSL."
485
+
486
+ #: .././admin/settings.php:1306
487
+ msgid "Improve search rankings"
488
+ msgstr "Улучшение рейтинга в поиске"
489
+
490
+ #: .././admin/settings.php:1313
491
+ #, php-format
492
+ msgid "Other %s written by the same author"
493
+ msgstr "Другие %s написанные тем же автором"
494
+
495
+ #: .././admin/settings.php:1313
496
+ msgid "WordPress Plugins"
497
+ msgstr "Плагины WordPress"
498
+
499
+ #: .././admin/settings.php:1319
500
+ msgid "Other Services"
501
+ msgstr "Другие сервисы"
502
+
503
+ #: .././admin/settings.php:1326
504
+ #, php-format
505
+ msgid "Speed up your website and plug into a whole %s"
506
+ msgstr "Ускорьте ваш сайт вцелом %s"
507
+
508
+ #: .././admin/settings.php:1326
509
+ msgid "new level of site speed"
510
+ msgstr "новый уровень скорости сайта"
511
+
512
+ #: .././admin/settings.php:1333
513
+ #, php-format
514
+ msgid "%s service with users tracking at IP level."
515
+ msgstr "%s услуги с пользовательским отслеживанием на уровне IP."
516
+
517
+ #: .././admin/settings.php:1333
518
+ msgid "Web Analytics"
519
+ msgstr "Web аналитика"
520
+
521
+ #: .././admin/setup.php:76 .././admin/setup.php:111
522
+ msgid "Google Analytics"
523
+ msgstr "Google аналитика"
524
+
525
+ #: .././admin/setup.php:84
526
+ msgid "Backend Settings"
527
+ msgstr "Настройки бекэнда"
528
+
529
+ #: .././admin/setup.php:88
530
+ msgid "Frontend Settings"
531
+ msgstr "Настройки фронтэнда"
532
+
533
+ #: .././admin/setup.php:92
534
+ msgid "Tracking Code"
535
+ msgstr "Код отслеживания"
536
+
537
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
538
+ msgid "Today"
539
+ msgstr "Сегодня"
540
+
541
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
542
+ msgid "Yesterday"
543
+ msgstr "Вчера"
544
+
545
+ #: .././admin/setup.php:197 .././admin/widgets.php:128 .././front/widgets.php:74
546
+ #: .././front/widgets.php:182
547
+ msgid "Last 7 Days"
548
+ msgstr "Последние 7 дней"
549
+
550
+ #: .././admin/setup.php:198 .././admin/widgets.php:130 .././front/widgets.php:80
551
+ #: .././front/widgets.php:184
552
+ msgid "Last 30 Days"
553
+ msgstr "Последние 30 дней"
554
+
555
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
556
+ msgid "Last 90 Days"
557
+ msgstr "Последние 90 дней"
558
+
559
+ #: .././admin/setup.php:202 .././admin/setup.php:218
560
+ msgid "Unique Views"
561
+ msgstr "Уникальные просмотры"
562
+
563
+ #: .././admin/setup.php:203 .././admin/setup.php:219 .././admin/widgets.php:136
564
+ #: .././admin/widgets.php:875 .././tools/gapi.php:391
565
+ msgid "Users"
566
+ msgstr "Пользователи"
567
+
568
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
569
+ msgid "Organic"
570
+ msgstr "Органический"
571
+
572
+ #: .././admin/setup.php:205 .././admin/setup.php:220 .././admin/widgets.php:138
573
+ #: .././admin/widgets.php:879 .././tools/gapi.php:394
574
+ msgid "Page Views"
575
+ msgstr "Просмотры страницы"
576
+
577
+ #: .././admin/setup.php:206 .././admin/setup.php:221 .././admin/widgets.php:139
578
+ #: .././admin/widgets.php:883 .././tools/gapi.php:397
579
+ msgid "Bounce Rate"
580
+ msgstr "Показатель отказов"
581
+
582
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
583
+ msgid "Location"
584
+ msgstr "Расположение"
585
+
586
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
587
+ msgid "Referrers"
588
+ msgstr "Реферальные"
589
+
590
+ #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
591
+ #: .././tools/gapi.php:918
592
+ msgid "Searches"
593
+ msgstr "Поисковые"
594
+
595
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
596
+ msgid "Traffic Details"
597
+ msgstr "Детали трафика"
598
+
599
+ #: .././admin/setup.php:213 .././admin/widgets.php:510 .././admin/widgets.php:607
600
+ #: .././admin/widgets.php:805 .././admin/widgets.php:917 .././front/item-reports.php:97
601
+ msgid "A JavaScript Error is blocking plugin resources!"
602
+ msgstr "Ошибки JavaScript блокируют ресурсы плагина!"
603
+
604
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
605
+ msgid "Traffic Mediums"
606
+ msgstr "Среднее по трафику"
607
+
608
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
609
+ msgid "Visitor Type"
610
+ msgstr "Тип посетителей"
611
+
612
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
613
+ msgid "Social Networks"
614
+ msgstr "Социальные сети"
615
+
616
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
617
+ msgid "Search Engines"
618
+ msgstr "Поисковые системы"
619
+
620
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
621
+ msgid "Organic Search"
622
+ msgstr "Органический поиск"
623
+
624
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
625
+ msgid "Pages/Session"
626
+ msgstr "Страниц/Сессию"
627
+
628
+ #: .././admin/setup.php:224 .././admin/widgets.php:523 .././admin/widgets.php:541
629
+ #: .././admin/widgets.php:620 .././admin/widgets.php:638 .././admin/widgets.php:657
630
+ #: .././admin/widgets.php:676 .././admin/widgets.php:696 .././admin/widgets.php:819
631
+ #: .././admin/widgets.php:930 .././admin/widgets.php:949 .././front/item-reports.php:109
632
+ #: .././front/item-reports.php:128
633
+ msgid "Invalid response, more details in JavaScript Console (F12)."
634
+ msgstr "Неверный ответ, подробнее в консоли JavaScript (F12)."
635
+
636
+ #: .././admin/setup.php:225
637
+ msgid "Not enough data collected"
638
+ msgstr "Недостаточно данных собрано"
639
+
640
+ #: .././admin/setup.php:226 .././admin/widgets.php:528 .././admin/widgets.php:546
641
+ #: .././admin/widgets.php:625 .././admin/widgets.php:643 .././admin/widgets.php:662
642
+ #: .././admin/widgets.php:681 .././admin/widgets.php:701 .././admin/widgets.php:824
643
+ #: .././admin/widgets.php:827 .././admin/widgets.php:935 .././admin/widgets.php:954
644
+ #: .././front/item-reports.php:114 .././front/item-reports.php:133 .././front/widgets.php:110
645
+ msgid "This report is unavailable"
646
+ msgstr "Этот отчет недоступен"
647
+
648
+ #: .././admin/setup.php:227
649
+ msgid "report generated by"
650
+ msgstr "Отчет сгенерирован"
651
+
652
+ #: .././admin/setup.php:267
653
+ msgid "Settings"
654
+ msgstr "Настройки"
655
+
656
+ #: .././admin/widgets.php:33 .././front/widgets.php:22
657
+ msgid "Google Analytics Dashboard"
658
+ msgstr "Консоль Google Analytics"
659
+
660
+ #: .././admin/widgets.php:42
661
+ msgid "This plugin needs an authorization:"
662
+ msgstr "Этому плагину необходима авторизация:"
663
+
664
+ #: .././admin/widgets.php:76
665
+ msgid "Something went wrong while retrieving profiles list."
666
+ msgstr "Что-то пошло не так во время получения списка профилей."
667
+
668
+ #: .././admin/widgets.php:76
669
+ msgid "More details"
670
+ msgstr "Больше деталей"
671
+
672
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
673
+ msgid "An admin should asign a default Google Analytics Profile."
674
+ msgstr "Админ должен быть подписан на профиль Google Analytics по умолчанию."
675
+
676
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
677
+ msgid "Select Domain"
678
+ msgstr "Выбрать домен"
679
+
680
+ #: .././admin/widgets.php:105
681
+ msgid ""
682
+ "Something went wrong while retrieving property data. You need to create and properly configure a "
683
+ "Google Analytics account:"
684
+ msgstr ""
685
+ "Что-то пошло не так во время извлечения данных. Вам нужно создать и должным образом настроить "
686
+ "учетную запись Google Analytics:"
687
+
688
+ #: .././admin/widgets.php:105
689
+ msgid "Find out more!"
690
+ msgstr "Узнать больше!"
691
+
692
+ #: .././admin/widgets.php:125
693
+ msgid "Real-Time"
694
+ msgstr "В реальном времени"
695
+
696
+ #: .././admin/widgets.php:129 .././front/widgets.php:77 .././front/widgets.php:183
697
+ msgid "Last 14 Days"
698
+ msgstr "Последние 14 дней"
699
+
700
+ #: .././admin/widgets.php:135 .././admin/widgets.php:871 .././front/widgets.php:46
701
+ #: .././tools/gapi.php:406 .././tools/gapi.php:567 .././tools/gapi.php:613 .././tools/gapi.php:676
702
+ #: .././tools/gapi.php:786 .././tools/gapi.php:827 .././tools/gapi.php:919
703
+ msgid "Sessions"
704
+ msgstr "Сессии"
705
+
706
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
707
+ msgid "Pages"
708
+ msgstr "Страницы"
709
+
710
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
711
+ msgid "REFERRAL"
712
+ msgstr "РЕФЕРАЛЬНЫЙ"
713
+
714
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
715
+ msgid "ORGANIC"
716
+ msgstr "ОРГАНИЧЕСКИЙ"
717
+
718
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360 .././admin/widgets.php:474
719
+ msgid "SOCIAL"
720
+ msgstr "СОЦИАЛЬНЫЙ"
721
+
722
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363 .././admin/widgets.php:475
723
+ msgid "CAMPAIGN"
724
+ msgstr "КАМПАНИЯ"
725
+
726
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366 .././admin/widgets.php:478
727
+ msgid "DIRECT"
728
+ msgstr "ПРЯМОЙ"
729
+
730
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
731
+ msgid "NEW"
732
+ msgstr "НОВЫЙ"
733
+
734
+ #: .././admin/widgets.php:354
735
+ msgid "REFERRALS"
736
+ msgstr "РЕФЕРАЛЫ"
737
+
738
+ #: .././admin/widgets.php:357
739
+ msgid "KEYWORDS"
740
+ msgstr "КЛЮЧЕВЫЕ СЛОВА"
741
+
742
+ #: .././front/item-reports.php:143
743
+ msgid "Views vs UniqueViews"
744
+ msgstr "Просмотры против Уникальные просмотры"
745
+
746
+ #: .././front/item-reports.php:193
747
+ msgid "Google Analytics Reports"
748
+ msgstr "Отчеты Google Analytics"
749
+
750
+ #: .././front/widgets.php:23
751
+ msgid "Will display your google analytics stats in a widget"
752
+ msgstr "Покажет вашу статистику Google Analytics в виджете"
753
+
754
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
755
+ msgid "trend"
756
+ msgstr "тренд"
757
+
758
+ #: .././front/widgets.php:133
759
+ msgid "Period:"
760
+ msgstr "Период:"
761
+
762
+ #: .././front/widgets.php:133
763
+ msgid "Sessions:"
764
+ msgstr "Сессии:"
765
+
766
+ #: .././front/widgets.php:137
767
+ msgid "generated by"
768
+ msgstr "сгенерировано"
769
+
770
+ #: .././front/widgets.php:147
771
+ msgid "Google Analytics Stats"
772
+ msgstr "Статистика Google Analytics"
773
+
774
+ #: .././front/widgets.php:154
775
+ msgid "Title:"
776
+ msgstr "Заголовок:"
777
+
778
+ #: .././front/widgets.php:161
779
+ msgid "Display:"
780
+ msgstr "Отображение:"
781
+
782
+ #: .././front/widgets.php:165
783
+ msgid "Chart & Totals"
784
+ msgstr "График и Всего"
785
+
786
+ #: .././front/widgets.php:166
787
+ msgid "Chart"
788
+ msgstr "График"
789
+
790
+ #: .././front/widgets.php:167
791
+ msgid "Totals"
792
+ msgstr "Всего"
793
+
794
+ #: .././front/widgets.php:171
795
+ msgid "Anonymize stats:"
796
+ msgstr "Анонимная статистика:"
797
+
798
+ #: .././front/widgets.php:178
799
+ msgid "Stats for:"
800
+ msgstr "Статистика для:"
801
+
802
+ #: .././front/widgets.php:188
803
+ msgid "Give credits:"
804
+ msgstr "Оцените:"
805
+
806
+ #: .././gadwp.php:46 .././gadwp.php:55 .././gadwp.php:63
807
+ msgid "This is not allowed, read the documentation!"
808
+ msgstr "Это не допускается, прочитайте документацию!"
809
+
810
+ #: .././tools/gapi.php:134
811
+ msgid "Use this link to get your access code:"
812
+ msgstr "Используйте эту ссылку, чтобы получить код доступа:"
813
+
814
+ #: .././tools/gapi.php:134
815
+ msgid "Get Access Code"
816
+ msgstr "Получить код доступа"
817
+
818
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
819
+ msgid "Use the red link to get your access code!"
820
+ msgstr "Используйте красную ссылку, чтобы получить код доступа!"
821
+
822
+ #: .././tools/gapi.php:138
823
+ msgid "Access Code:"
824
+ msgstr "Код доступа:"
825
+
826
+ #: .././tools/gapi.php:145
827
+ msgid "Save Access Code"
828
+ msgstr "Сохранить код доступа"
829
+
830
+ #: .././tools/gapi.php:400
831
+ msgid "Organic Searches"
832
+ msgstr "Органические запросы поиска"
833
+
834
+ #: .././tools/gapi.php:403
835
+ msgid "Unique Page Views"
836
+ msgstr "Уникальные просмотры страниц"
837
+
838
+ #: .././tools/gapi.php:411
839
+ msgid "Hour"
840
+ msgstr "Час"
841
+
842
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:876
843
+ msgid "Date"
844
+ msgstr "Дата"
845
+
846
+ #: .././tools/gapi.php:522 .././tools/gapi.php:877
847
+ msgid "Views"
848
+ msgstr "Просмотры"
849
+
850
+ #: .././tools/gapi.php:640
851
+ msgid "Countries"
852
+ msgstr "Страны"
853
+
854
+ #: .././tools/gapi.php:650
855
+ msgid "Cities from"
856
+ msgstr "Из городов"
857
+
858
+ #: .././tools/gapi.php:722
859
+ msgid "Channels"
860
+ msgstr "Каналы"
861
+
862
+ #: .././tools/gapi.php:785
863
+ msgid "Type"
864
+ msgstr "Тип"
865
+
866
+ #: .././tools/gapi.php:878
867
+ msgid "UniqueViews"
868
+ msgstr "Уникальные просмотры"
869
+
870
+ #~ msgid "Read %s for more information about Frontend Features and Options."
871
+ #~ msgstr "Читайте %s для дополнительной информации об особенностях и опциях."
872
+
873
+ #~ msgid "this documentation page"
874
+ #~ msgstr "это страница документации"
875
+
876
+ #~ msgid "Read %s for more information about Backend Features and Options."
877
+ #~ msgstr "Читайте %s для более подробной информации об особенностях интерфейса и параметрах."
878
+
879
+ #~ msgid "For more information about Tracking Options read %s."
880
+ #~ msgstr "Для получения более подробной информации о Настройках отслеживания читайте %s."
881
+
882
+ #~ msgid "For errors and/or other issues check %s and related resources."
883
+ #~ msgstr "По ошибкам и/или другим вопросам проверяйте %s и соответствующие ресурсы."
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://deconf.com/donate/
4
  Tags: google,analytics,google analytics,dashboard,analytics dashboard,google analytics dashboard,google analytics widget,tracking,realtime,wpmu,multisite
5
  Requires at least: 3.5
6
  Tested up to: 4.2.2
7
- Stable tag: 4.7.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -79,7 +79,7 @@ Install the Google Analytics tracking code in less than a minute and customize i
79
 
80
  = Translations =
81
 
82
- Google Analytics Dashboard has been translated into the following languages: Arabic, Czech, Dutch, French, German, Hungarian, Italian, Japanese, Polish, Portuguese, and Spanish.
83
 
84
  = Further reading and info =
85
 
@@ -134,6 +134,13 @@ This plugin it's released under the GPLv2, you can use it free of charge on your
134
 
135
  == Changelog ==
136
 
 
 
 
 
 
 
 
137
  = 4.7.2 =
138
  - Enhancement: Czech translation
139
  - Bug Fix: apply tooltips only on GADWP widget
4
  Tags: google,analytics,google analytics,dashboard,analytics dashboard,google analytics dashboard,google analytics widget,tracking,realtime,wpmu,multisite
5
  Requires at least: 3.5
6
  Tested up to: 4.2.2
7
+ Stable tag: 4.7.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
79
 
80
  = Translations =
81
 
82
+ Google Analytics Dashboard has been translated and is available in more than 12 languages.
83
 
84
  = Further reading and info =
85
 
134
 
135
  == Changelog ==
136
 
137
+ = 4.7.3 =
138
+ - Enhancement: Russian translation
139
+ - Enhancement: Romanian translation
140
+ - Enhancement: Hungarian translation updated
141
+ - Enhancement: UX improvements, props by [adipop](https://github.com/adipop)
142
+ - Enhancement: settings page cleanup
143
+
144
  = 4.7.2 =
145
  - Enhancement: Czech translation
146
  - Bug Fix: apply tooltips only on GADWP widget