Google Analytics Dashboard for WP (GADWP) - Version 4.7

Version Description

  • Enhancement: Dutch translation
  • Enhancement: using wp_get_current_user() to check users' roles
  • Enhancement: fit longer titles in backend item reports widget
  • Enhancement: disable the drop-down select list while a single View is available
  • Bug Fix: views missing on huge analytics accounts
  • Bug Fix: unable to add new widgets on frontend
Download this release

Release Info

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

Code changes from version 4.6 to 4.7

admin/css/item-reports.css CHANGED
@@ -79,7 +79,8 @@
79
  margin: 10px 0 0 0;
80
  }
81
 
82
- .ui-dialog-titlebar {
 
83
  text-overflow: ellipsis;
84
  overflow: hidden;
85
  }
79
  margin: 10px 0 0 0;
80
  }
81
 
82
+ .gadwp .ui-dialog-titlebar {
83
+ font-size: 1.1em;
84
  text-overflow: ellipsis;
85
  overflow: hidden;
86
  }
admin/js/item-reports.js CHANGED
@@ -126,7 +126,8 @@ jQuery.fn.extend({
126
  var options = {
127
  page : 'enable',
128
  pageSize : 10,
129
- width : '100%'
 
130
  };
131
 
132
  var chart = new google.visualization.Table(document.getElementById('gadwp-prs' + slug));
@@ -617,9 +618,9 @@ jQuery.fn.extend({
617
  height : 'auto',
618
  modal : true,
619
  fluid : true,
620
- dialogClass : 'wp-dialog',
621
  resizable : false,
622
- title : jQuery('#gadwp'+slug).attr( "title" ).substring(0,44),
623
  position : {
624
  my : "top",
625
  at : "top+100",
126
  var options = {
127
  page : 'enable',
128
  pageSize : 10,
129
+ width : '100%',
130
+ allowHtml: true
131
  };
132
 
133
  var chart = new google.visualization.Table(document.getElementById('gadwp-prs' + slug));
618
  height : 'auto',
619
  modal : true,
620
  fluid : true,
621
+ dialogClass : 'gadwp wp-dialog',
622
  resizable : false,
623
+ title : jQuery('#gadwp'+slug).attr( "title" ),
624
  position : {
625
  my : "top",
626
  at : "top+100",
admin/settings.php CHANGED
@@ -269,7 +269,7 @@ final class GADWP_Settings
269
  <div class="onoffswitch-switch"></div>
270
  </label>
271
  </div>
272
- <div class="switch-desc"><?php _e ( "enable Switch Profile/View functionality", 'ga-dash' );?></div>
273
  </td>
274
  </tr>
275
  <tr>
@@ -366,7 +366,7 @@ 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/tracking-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">
@@ -679,7 +679,7 @@ final class GADWP_Settings
679
  <table class="options">
680
  <tr>
681
  <td>
682
- <?php printf(__('For errors and/or other issues please check %s and related tutorials.', 'ga-dash'), sprintf('<a href="%1$s" target="_blank">%2$s</a>', 'https://deconf.com/error-codes-in-google-analytics-dashboard-for-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>
@@ -739,7 +739,7 @@ final class GADWP_Settings
739
  return;
740
  }
741
  $options = self::update_options('general');
742
- printf('<div id="gapi-warning" class="updated"><p>%1$s <a href="https://deconf.com/error-codes-in-google-analytics-dashboard-for-wordpress/?utm_source=gadwp_config&utm_medium=link&utm_content=general_screen&utm_campaign=gadwp">%2$s</a></p></div>', __('Loading the required libraries. If this results in a blank screen or a fatal error, try this solution:', "ga-dash"), __('Library conflicts between WordPress plugins', "ga-dash"));
743
  if (null === $gadwp->gapi_controller) {
744
  $gadwp->gapi_controller = new GADWP_GAPI_Controller();
745
  }
@@ -751,6 +751,7 @@ final class GADWP_Settings
751
  $gadwp->config->options['ga_dash_token'] = $gadwp->gapi_controller->client->getAccessToken();
752
  $google_token = json_decode($gadwp->gapi_controller->client->getAccessToken());
753
  $gadwp->config->options['ga_dash_refresh_token'] = $google_token->refresh_token;
 
754
  $gadwp->config->set_plugin_options();
755
  $options = self::update_options('general');
756
  $message = "<div class='updated'><p>" . __("Plugin authorization succeeded.", 'ga-dash') . "</p></div>";
@@ -772,7 +773,7 @@ final class GADWP_Settings
772
  }
773
  }
774
  if ($gadwp->config->options['ga_dash_token'] && $gadwp->gapi_controller->client->getAccessToken()) {
775
- if ($gadwp->config->options['ga_dash_profile_list']) {
776
  $profiles = $gadwp->config->options['ga_dash_profile_list'];
777
  } else {
778
  $profiles = $gadwp->gapi_controller->refresh_profiles();
@@ -901,10 +902,10 @@ final class GADWP_Settings
901
  <td colspan="2"><?php echo "<h2>" . __( "General Settings", 'ga-dash' ) . "</h2>"; ?></td>
902
  </tr>
903
  <tr>
904
- <td class="title"><label for="ga_dash_tableid_jail"><?php _e("Select Domain:", 'ga-dash' ); ?></label></td>
905
- <td><select id="ga_dash_tableid_jail" <?php disabled(is_array($options['ga_dash_profile_list']), false); ?> name="options[ga_dash_tableid_jail]">
906
  <?php
907
- if (is_array($options['ga_dash_profile_list'])) {
908
  foreach ($options['ga_dash_profile_list'] as $items) {
909
  if ($items[3]) {
910
  echo '<option value="' . esc_attr($items[1]) . '" ' . selected($items[1], $options['ga_dash_tableid_jail']);
@@ -917,8 +918,7 @@ final class GADWP_Settings
917
  ?>
918
  </select>
919
  <?php
920
  if (count($options['ga_dash_profile_list']) > 1) {
921
- _e("and/or hide all other domains", 'ga-dash');
922
- ?><input type="submit" name="Hide" class="button button-secondary" value="<?php _e( "Hide Now", 'ga-dash' ); ?>" /><?php
923
  }
924
  ?>
925
  </td>
@@ -997,7 +997,7 @@ final class GADWP_Settings
997
  /*
998
  * Include GAPI
999
  */
1000
- echo '<div id="gapi-warning" class="updated"><p>' . __('Loading the required libraries. If this results in a blank screen or a fatal error, try this solution:', "ga-dash") . ' <a href="https://deconf.com/error-codes-in-google-analytics-dashboard-for-wordpress/?utm_source=gadwp_config&utm_medium=link&utm_content=general_screen&utm_campaign=gadwp">Library conflicts between WordPress plugins</a></p></div>';
1001
 
1002
  if (null === $gadwp->gapi_controller) {
1003
  $gadwp->gapi_controller = new GADWP_GAPI_Controller();
@@ -1011,6 +1011,7 @@ final class GADWP_Settings
1011
  $gadwp->config->options['ga_dash_token'] = $gadwp->gapi_controller->client->getAccessToken();
1012
  $google_token = json_decode($gadwp->gapi_controller->client->getAccessToken());
1013
  $gadwp->config->options['ga_dash_refresh_token'] = $google_token->refresh_token;
 
1014
  $gadwp->config->set_plugin_options(true);
1015
  $options = self::update_options('network');
1016
  $message = "<div class='updated'><p>" . __("Plugin authorization succeeded.", 'ga-dash') . "</p></div>";
@@ -1042,7 +1043,7 @@ final class GADWP_Settings
1042
  }
1043
  if (isset($_POST['Refresh'])) {
1044
  if (isset($_POST['gadash_security']) && wp_verify_nonce($_POST['gadash_security'], 'gadash_form')) {
1045
- $gadwp->config->options['ga_dash_profile_list'] = '';
1046
  $message = "<div class='updated'><p>" . __("Properties refreshed.", 'ga-dash') . "</p></div>";
1047
  $options = self::update_options('network');
1048
  } else {
@@ -1050,7 +1051,7 @@ final class GADWP_Settings
1050
  }
1051
  }
1052
  if ($gadwp->config->options['ga_dash_token'] && $gadwp->gapi_controller->client->getAccessToken()) {
1053
- if ($gadwp->config->options['ga_dash_profile_list']) {
1054
  $profiles = $gadwp->config->options['ga_dash_profile_list'];
1055
  } else {
1056
  $profiles = $gadwp->gapi_controller->refresh_profiles();
@@ -1199,9 +1200,9 @@ final class GADWP_Settings
1199
  ?>
1200
  <tr>
1201
  <td class="title-select"><label for="ga_dash_tableid_network"><?php echo '<strong>'.$blog['domain'].$blog['path'].'</strong>: ';?></label></td>
1202
- <td><select id="ga_dash_tableid_network" <?php disabled(is_array($options['ga_dash_profile_list']),false);?> name="options[ga_dash_tableid_network][<?php echo $blog['blog_id'];?>]">
1203
  <?php
1204
- if (is_array($options['ga_dash_profile_list'])) {
1205
  foreach ($options['ga_dash_profile_list'] as $items) {
1206
  if ($items[3]) {
1207
  echo '<option value="' . esc_attr($items[1]) . '" ' . selected($items[1], isset($options['ga_dash_tableid_network']->$blog['blog_id']) ? $options['ga_dash_tableid_network']->$blog['blog_id'] : '');
269
  <div class="onoffswitch-switch"></div>
270
  </label>
271
  </div>
272
+ <div class="switch-desc"><?php _e ( "enable Switch View functionality", 'ga-dash' );?></div>
273
  </td>
274
  </tr>
275
  <tr>
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">
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>
739
  return;
740
  }
741
  $options = self::update_options('general');
742
+ printf('<div id="gapi-warning" class="updated"><p>%1$s <a href="https://deconf.com/google-analytics-dashboard-wordpress/?utm_source=gadwp_config&utm_medium=link&utm_content=general_screen&utm_campaign=gadwp">%2$s</a></p></div>', __('Loading the required libraries. If this results in a blank screen or a fatal error, try this solution:', "ga-dash"), __('Library conflicts between WordPress plugins', "ga-dash"));
743
  if (null === $gadwp->gapi_controller) {
744
  $gadwp->gapi_controller = new GADWP_GAPI_Controller();
745
  }
751
  $gadwp->config->options['ga_dash_token'] = $gadwp->gapi_controller->client->getAccessToken();
752
  $google_token = json_decode($gadwp->gapi_controller->client->getAccessToken());
753
  $gadwp->config->options['ga_dash_refresh_token'] = $google_token->refresh_token;
754
+ $gadwp->config->options['automatic_updates_minorversion'] = 1;
755
  $gadwp->config->set_plugin_options();
756
  $options = self::update_options('general');
757
  $message = "<div class='updated'><p>" . __("Plugin authorization succeeded.", 'ga-dash') . "</p></div>";
773
  }
774
  }
775
  if ($gadwp->config->options['ga_dash_token'] && $gadwp->gapi_controller->client->getAccessToken()) {
776
+ if (!empty($gadwp->config->options['ga_dash_profile_list'])) {
777
  $profiles = $gadwp->config->options['ga_dash_profile_list'];
778
  } else {
779
  $profiles = $gadwp->gapi_controller->refresh_profiles();
902
  <td colspan="2"><?php echo "<h2>" . __( "General Settings", 'ga-dash' ) . "</h2>"; ?></td>
903
  </tr>
904
  <tr>
905
+ <td class="title"><label for="ga_dash_tableid_jail"><?php _e("Select View:", 'ga-dash' ); ?></label></td>
906
+ <td><select id="ga_dash_tableid_jail" <?php disabled(empty($options['ga_dash_profile_list']) || 1 == count($options['ga_dash_profile_list']), true); ?> name="options[ga_dash_tableid_jail]">
907
  <?php
908
+ if (!empty($options['ga_dash_profile_list'])) {
909
  foreach ($options['ga_dash_profile_list'] as $items) {
910
  if ($items[3]) {
911
  echo '<option value="' . esc_attr($items[1]) . '" ' . selected($items[1], $options['ga_dash_tableid_jail']);
918
  ?>
919
  </select>
920
  <?php
921
  if (count($options['ga_dash_profile_list']) > 1) {
922
+ ?>&nbsp;<input type="submit" name="Hide" class="button button-secondary" value="<?php _e( "Lock Selection", 'ga-dash' ); ?>" /><?php
 
923
  }
924
  ?>
925
  </td>
997
  /*
998
  * Include GAPI
999
  */
1000
+ echo '<div id="gapi-warning" class="updated"><p>' . __('Loading the required libraries. If this results in a blank screen or a fatal error, try this solution:', "ga-dash") . ' <a href="https://deconf.com/google-analytics-dashboard-wordpress/?utm_source=gadwp_config&utm_medium=link&utm_content=general_screen&utm_campaign=gadwp">Library conflicts between WordPress plugins</a></p></div>';
1001
 
1002
  if (null === $gadwp->gapi_controller) {
1003
  $gadwp->gapi_controller = new GADWP_GAPI_Controller();
1011
  $gadwp->config->options['ga_dash_token'] = $gadwp->gapi_controller->client->getAccessToken();
1012
  $google_token = json_decode($gadwp->gapi_controller->client->getAccessToken());
1013
  $gadwp->config->options['ga_dash_refresh_token'] = $google_token->refresh_token;
1014
+ $gadwp->config->options['automatic_updates_minorversion'] = 1;
1015
  $gadwp->config->set_plugin_options(true);
1016
  $options = self::update_options('network');
1017
  $message = "<div class='updated'><p>" . __("Plugin authorization succeeded.", 'ga-dash') . "</p></div>";
1043
  }
1044
  if (isset($_POST['Refresh'])) {
1045
  if (isset($_POST['gadash_security']) && wp_verify_nonce($_POST['gadash_security'], 'gadash_form')) {
1046
+ $gadwp->config->options['ga_dash_profile_list'] = array();
1047
  $message = "<div class='updated'><p>" . __("Properties refreshed.", 'ga-dash') . "</p></div>";
1048
  $options = self::update_options('network');
1049
  } else {
1051
  }
1052
  }
1053
  if ($gadwp->config->options['ga_dash_token'] && $gadwp->gapi_controller->client->getAccessToken()) {
1054
+ if (!empty($gadwp->config->options['ga_dash_profile_list'])) {
1055
  $profiles = $gadwp->config->options['ga_dash_profile_list'];
1056
  } else {
1057
  $profiles = $gadwp->gapi_controller->refresh_profiles();
1200
  ?>
1201
  <tr>
1202
  <td class="title-select"><label for="ga_dash_tableid_network"><?php echo '<strong>'.$blog['domain'].$blog['path'].'</strong>: ';?></label></td>
1203
+ <td><select id="ga_dash_tableid_network" <?php disabled(!empty($options['ga_dash_profile_list']),false);?> name="options[ga_dash_tableid_network][<?php echo $blog['blog_id'];?>]">
1204
  <?php
1205
+ if (!empty($options['ga_dash_profile_list'])) {
1206
  foreach ($options['ga_dash_profile_list'] as $items) {
1207
  if ($items[3]) {
1208
  echo '<option value="' . esc_attr($items[1]) . '" ' . selected($items[1], isset($options['ga_dash_tableid_network']->$blog['blog_id']) ? $options['ga_dash_tableid_network']->$blog['blog_id'] : '');
admin/widgets.php CHANGED
@@ -49,7 +49,7 @@ if (! class_exists('GADWP_Backend_Widgets')) {
49
  }
50
  $profiles = $this->gadwp->config->options['ga_dash_profile_list'];
51
  $profile_switch = '';
52
- if (is_array($profiles)) {
53
  if (! $this->gadwp->config->options['ga_dash_tableid']) {
54
  if ($this->gadwp->config->options['ga_dash_tableid_jail']) {
55
  $this->gadwp->config->options['ga_dash_tableid'] = $this->gadwp->config->options['ga_dash_tableid_jail'];
@@ -553,7 +553,8 @@ if (! class_exists('GADWP_Backend_Widgets')) {
553
  var options = {
554
  page: 'enable',
555
  pageSize: 10,
556
- width: '100%'
 
557
  };
558
 
559
  var chart = new google.visualization.Table(document.getElementById('gadash-prs'));
49
  }
50
  $profiles = $this->gadwp->config->options['ga_dash_profile_list'];
51
  $profile_switch = '';
52
+ if (!empty($profiles)) {
53
  if (! $this->gadwp->config->options['ga_dash_tableid']) {
54
  if ($this->gadwp->config->options['ga_dash_tableid_jail']) {
55
  $this->gadwp->config->options['ga_dash_tableid'] = $this->gadwp->config->options['ga_dash_tableid_jail'];
553
  var options = {
554
  page: 'enable',
555
  pageSize: 10,
556
+ width: '100%',
557
+ allowHtml: true
558
  };
559
 
560
  var chart = new google.visualization.Table(document.getElementById('gadash-prs'));
config.php CHANGED
@@ -194,9 +194,11 @@ if (! class_exists('GADWP_Config')) {
194
 
195
  private function maintain_compatibility()
196
  {
 
197
  if (GADWP_CURRENT_VERSION != get_option('gadwp_version')) {
198
-
199
  GADWP_Tools::clear_cache();
 
 
200
  delete_transient('ga_dash_lasterror');
201
  update_option('gadwp_version', GADWP_CURRENT_VERSION);
202
  if (is_multisite()) { // Cleanup errors on the entire network
@@ -211,7 +213,6 @@ if (! class_exists('GADWP_Config')) {
211
  delete_transient('ga_dash_gapi_errors');
212
  }
213
  }
214
- $flag = false;
215
  if (! isset($this->options['ga_enhanced_links'])) {
216
  $this->options['ga_enhanced_links'] = 0;
217
  $flag = true;
@@ -249,6 +250,12 @@ if (! class_exists('GADWP_Config')) {
249
  $this->options['ga_dash_access_front'][] = 'administrator';
250
  $flag = true;
251
  }
 
 
 
 
 
 
252
  if (! is_array($this->options['ga_dash_access_back']) || empty($this->options['ga_dash_access_back'])) {
253
  $this->options['ga_dash_access_back'] = array();
254
  $this->options['ga_dash_access_back'][] = 'administrator';
194
 
195
  private function maintain_compatibility()
196
  {
197
+ $flag = false;
198
  if (GADWP_CURRENT_VERSION != get_option('gadwp_version')) {
 
199
  GADWP_Tools::clear_cache();
200
+ $flag = true;
201
+ $this->options['automatic_updates_minorversion'] = 1;
202
  delete_transient('ga_dash_lasterror');
203
  update_option('gadwp_version', GADWP_CURRENT_VERSION);
204
  if (is_multisite()) { // Cleanup errors on the entire network
213
  delete_transient('ga_dash_gapi_errors');
214
  }
215
  }
 
216
  if (! isset($this->options['ga_enhanced_links'])) {
217
  $this->options['ga_enhanced_links'] = 0;
218
  $flag = true;
250
  $this->options['ga_dash_access_front'][] = 'administrator';
251
  $flag = true;
252
  }
253
+
254
+ if (! is_array($this->options['ga_dash_profile_list'])){
255
+ $this->options['ga_dash_profile_list'] = array();
256
+ $flag = true;
257
+ }
258
+
259
  if (! is_array($this->options['ga_dash_access_back']) || empty($this->options['ga_dash_access_back'])) {
260
  $this->options['ga_dash_access_back'] = array();
261
  $this->options['ga_dash_access_back'][] = 'administrator';
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.6
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.6');
90
  }
91
 
92
  // Plugin Path
@@ -135,39 +135,38 @@ if (! class_exists('GADWP_Manager')) {
135
  'load'
136
  ));
137
 
138
- if (! defined('DOING_AJAX') || (defined('DOING_AJAX') && ! DOING_AJAX)) { // Let's keep things lite!
139
-
140
- /*
141
- * Include Install
142
- */
143
- include_once (GADWP_DIR . 'install/install.php');
144
- register_activation_hook(GADWP_FILE, array(
145
- 'GADWP_Install',
146
- 'install'
147
- ));
148
-
149
- /*
150
- * Include Uninstall
151
- */
152
- include_once (GADWP_DIR . 'install/uninstall.php');
153
- register_uninstall_hook(GADWP_FILE, array(
154
- 'GADWP_Uninstall',
155
- 'uninstall'
156
- ));
157
-
158
- /*
159
- * Load Frontend Widgets
160
- */
161
- include_once (GADWP_DIR . 'front/widgets.php');
162
-
163
- /*
164
- * Add Frontend Widgets
165
- */
166
- add_action('widgets_init', array(
167
- self::$instance,
168
- 'add_frontend_widget'
169
- ));
170
- }
171
  }
172
 
173
  /**
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
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');
90
  }
91
 
92
  // Plugin Path
135
  'load'
136
  ));
137
 
138
+ /*
139
+ * Include Install
140
+ */
141
+ include_once (GADWP_DIR . 'install/install.php');
142
+ register_activation_hook(GADWP_FILE, array(
143
+ 'GADWP_Install',
144
+ 'install'
145
+ ));
146
+
147
+ /*
148
+ * Include Uninstall
149
+ */
150
+ include_once (GADWP_DIR . 'install/uninstall.php');
151
+ register_uninstall_hook(GADWP_FILE, array(
152
+ 'GADWP_Uninstall',
153
+ 'uninstall'
154
+ ));
155
+
156
+ /*
157
+ * Load Frontend Widgets
158
+ * (needed during ajax)
159
+ */
160
+ include_once (GADWP_DIR . 'front/widgets.php');
161
+
162
+ /*
163
+ * Add Frontend Widgets
164
+ * (needed during ajax)
165
+ */
166
+ add_action('widgets_init', array(
167
+ self::$instance,
168
+ 'add_frontend_widget'
169
+ ));
 
170
  }
171
 
172
  /**
install/install.php CHANGED
@@ -39,7 +39,7 @@ class GADWP_Install
39
  $options['ga_realtime_pages'] = 10;
40
  $options['ga_dash_token'] = '';
41
  $options['ga_dash_refresh_token'] = '';
42
- $options['ga_dash_profile_list'] = '';
43
  $options['ga_dash_tableid'] = '';
44
  $options['ga_dash_frontend_keywords'] = 0;
45
  $options['ga_tracking_code'] = '';
39
  $options['ga_realtime_pages'] = 10;
40
  $options['ga_dash_token'] = '';
41
  $options['ga_dash_refresh_token'] = '';
42
+ $options['ga_dash_profile_list'] = array();
43
  $options['ga_dash_tableid'] = '';
44
  $options['ga_dash_frontend_keywords'] = 0;
45
  $options['ga_tracking_code'] = '';
languages/ga-dash-de_DE.po CHANGED
@@ -3,58 +3,58 @@ 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: 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.5\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:66
22
  msgid "Analytics"
23
  msgstr ""
24
 
25
  #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:819
27
- #: .././admin/settings.php:1088
28
  msgid "Settings saved."
29
  msgstr ""
30
 
31
  #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:796
33
- #: .././admin/settings.php:806 .././admin/settings.php:815
34
- #: .././admin/settings.php:821 .././admin/settings.php:833
35
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
36
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
37
- #: .././admin/settings.php:1102
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
58
  msgid "authorize the plugin"
59
  msgstr "das Plugin autorisieren"
60
 
@@ -90,7 +90,7 @@ msgstr ""
90
 
91
  #: .././admin/settings.php:180 .././admin/settings.php:318
92
  #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1252
94
  msgid "Save Changes"
95
  msgstr ""
96
 
@@ -104,7 +104,7 @@ msgid "Read %s for more information about Backend Features and Options."
104
  msgstr ""
105
 
106
  #: .././admin/settings.php:272
107
- msgid "enable Switch Profile/View functionality"
108
  msgstr ""
109
 
110
  #: .././admin/settings.php:283
@@ -156,7 +156,7 @@ msgid "Custom Definitions"
156
  msgstr ""
157
 
158
  #: .././admin/settings.php:364 .././admin/settings.php:575
159
- #: .././admin/settings.php:1235
160
  msgid "Exclude Tracking"
161
  msgstr "Exkludiere Tracking"
162
 
@@ -185,9 +185,9 @@ msgstr "Deaktiviert"
185
  msgid "Enabled"
186
  msgstr "Aktiviert"
187
 
188
- #: .././admin/settings.php:388 .././admin/settings.php:911
189
- #: .././admin/settings.php:933 .././admin/settings.php:1208
190
- #: .././admin/widgets.php:72
191
  msgid "View Name:"
192
  msgstr "Anzeigename:"
193
 
@@ -309,7 +309,7 @@ msgstr ""
309
 
310
  #: .././admin/settings.php:682
311
  #, php-format
312
- msgid "For errors and/or other issues please check %s and related tutorials."
313
  msgstr ""
314
 
315
  #: .././admin/settings.php:687
@@ -338,45 +338,45 @@ msgstr ""
338
  msgid "Library conflicts between WordPress plugins"
339
  msgstr ""
340
 
341
- #: .././admin/settings.php:756 .././admin/settings.php:1016
342
  msgid "Plugin authorization succeeded."
343
  msgstr "Plugin Autorisierung erfolgreich."
344
 
345
- #: .././admin/settings.php:771 .././admin/settings.php:1040
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:794 .././admin/settings.php:1072
352
  msgid "Cleared Cache."
353
  msgstr "Cache geleert."
354
 
355
- #: .././admin/settings.php:803 .././admin/settings.php:1081
356
  msgid "Token Reseted and Revoked."
357
  msgstr "Token zurückgesetzt und entzogen."
358
 
359
- #: .././admin/settings.php:813
360
  msgid "All errors reseted."
361
  msgstr ""
362
 
363
- #: .././admin/settings.php:826 .././admin/settings.php:1095
364
  msgid "All other domains/properties were removed."
365
  msgstr "Alle anderen Domains/Einstellungen wurden entfernt."
366
 
367
- #: .././admin/settings.php:838 .././admin/settings.php:1107
368
  msgid "Google Analytics Settings"
369
  msgstr "Google Analytics Einstellungen"
370
 
371
- #: .././admin/settings.php:852 .././admin/settings.php:1120
372
  msgid "Use the red link (see below) to generate and get your access code!"
373
  msgstr ""
374
 
375
- #: .././admin/settings.php:863 .././admin/settings.php:1148
376
  msgid "Plugin Authorization"
377
  msgstr "Plugin Autorisierung"
378
 
379
- #: .././admin/settings.php:868 .././admin/settings.php:1152
380
  #, php-format
381
  msgid ""
382
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -384,169 +384,165 @@ msgid ""
384
  "account!"
385
  msgstr ""
386
 
387
- #: .././admin/settings.php:868 .././admin/settings.php:1152
388
  msgid "video"
389
  msgstr "Video ansehen"
390
 
391
- #: .././admin/settings.php:868 .././admin/settings.php:1152
392
  msgid "tutorial"
393
  msgstr "Tutorial lesen"
394
 
395
- #: .././admin/settings.php:873 .././admin/settings.php:1159
396
  msgid "use your own API Project credentials"
397
  msgstr ""
398
 
399
- #: .././admin/settings.php:877 .././admin/settings.php:1166
400
  msgid "API Key:"
401
  msgstr "API Key:"
402
 
403
- #: .././admin/settings.php:881 .././admin/settings.php:1170
404
  msgid "Client ID:"
405
  msgstr "Client ID:"
406
 
407
- #: .././admin/settings.php:885 .././admin/settings.php:1174
408
  msgid "Client Secret:"
409
  msgstr "Client Secret:"
410
 
411
- #: .././admin/settings.php:895 .././admin/settings.php:1184
412
  msgid "Clear Authorization"
413
  msgstr "Entferne die Autorisierung"
414
 
415
- #: .././admin/settings.php:895 .././admin/settings.php:971
416
- #: .././admin/settings.php:1184 .././admin/settings.php:1259
417
  msgid "Clear Cache"
418
  msgstr "Cache leeren"
419
 
420
- #: .././admin/settings.php:895
421
  msgid "Reset Errors"
422
  msgstr ""
423
 
424
- #: .././admin/settings.php:901 .././admin/setup.php:80
425
  #: .././admin/setup.php:115
426
  msgid "General Settings"
427
  msgstr "Allgemeine Einstellungen"
428
 
429
- #: .././admin/settings.php:904
430
- msgid "Select Domain:"
431
  msgstr ""
432
 
433
- #: .././admin/settings.php:915 .././admin/settings.php:1212
434
  msgid "Property not found"
435
  msgstr ""
436
 
437
- #: .././admin/settings.php:920
438
- msgid "and/or hide all other domains"
439
- msgstr "und/oder verberge alle anderen Domains"
440
-
441
  #: .././admin/settings.php:921
442
- msgid "Hide Now"
443
- msgstr "Jetzt verbergen"
444
 
445
  #: .././admin/settings.php:939
446
  msgid "Theme Color:"
447
  msgstr ""
448
 
449
- #: .././admin/settings.php:947 .././admin/settings.php:1221
450
  msgid "Automatic Updates"
451
  msgstr ""
452
 
453
- #: .././admin/settings.php:957 .././admin/settings.php:1231
454
  msgid ""
455
  "automatic updates for minor versions (security and maintenance releases only)"
456
  msgstr ""
457
 
458
- #: .././admin/settings.php:971 .././admin/settings.php:1259
459
- #: .././admin/widgets.php:43
460
  msgid "Authorize Plugin"
461
  msgstr "Plugin autorisieren"
462
 
463
- #: .././admin/settings.php:1046
464
  msgid "Properties refreshed."
465
  msgstr ""
466
 
467
- #: .././admin/settings.php:1130
468
  msgid "Network Setup"
469
  msgstr ""
470
 
471
- #: .././admin/settings.php:1140
472
  msgid "use a single Google Analytics account for the entire network"
473
  msgstr ""
474
 
475
- #: .././admin/settings.php:1184
476
  msgid "Refresh Properties"
477
  msgstr ""
478
 
479
- #: .././admin/settings.php:1190
480
  msgid "Properties/Views Settings"
481
  msgstr "Frontend Einstellungen"
482
 
483
- #: .././admin/settings.php:1245
484
  msgid "exclude Super Admin tracking for the entire network"
485
  msgstr ""
486
 
487
- #: .././admin/settings.php:1290
488
  msgid "Setup Tutorial & Demo"
489
  msgstr "Setup Tutorial & Demo"
490
 
491
- #: .././admin/settings.php:1298
492
  msgid "Support & Reviews"
493
  msgstr "Support & Bewertungen"
494
 
495
- #: .././admin/settings.php:1305
496
  #, php-format
497
  msgid "Plugin documentation and support on %s"
498
  msgstr ""
499
 
500
- #: .././admin/settings.php:1312
501
  #, php-format
502
  msgid "Your feedback and review are both important, %s!"
503
  msgstr ""
504
 
505
- #: .././admin/settings.php:1312
506
  msgid "rate this plugin"
507
  msgstr "Bewerte dieses Plugin"
508
 
509
- #: .././admin/settings.php:1318
510
  msgid "Further Reading"
511
  msgstr "Mehr erfahren"
512
 
513
- #: .././admin/settings.php:1325
514
  #, php-format
515
  msgid "%s by moving your website to HTTPS/SSL."
516
  msgstr ""
517
 
518
- #: .././admin/settings.php:1325
519
  msgid "Improve search rankings"
520
  msgstr ""
521
 
522
- #: .././admin/settings.php:1332
523
  #, php-format
524
  msgid "Other %s written by the same author"
525
  msgstr ""
526
 
527
- #: .././admin/settings.php:1332
528
  msgid "WordPress Plugins"
529
  msgstr "WordPress Plugins"
530
 
531
- #: .././admin/settings.php:1338
532
  msgid "Other Services"
533
  msgstr ""
534
 
535
- #: .././admin/settings.php:1345
536
  #, php-format
537
  msgid "Speed up your website and plug into a whole %s"
538
  msgstr ""
539
 
540
- #: .././admin/settings.php:1345
541
  msgid "new level of site speed"
542
  msgstr ""
543
 
544
- #: .././admin/settings.php:1352
545
  #, php-format
546
  msgid "%s service with users tracking at IP level."
547
  msgstr ""
548
 
549
- #: .././admin/settings.php:1352
550
  msgid "Web Analytics"
551
  msgstr "Web Analyse"
552
 
@@ -566,131 +562,131 @@ msgstr "Frontend Einstellungen"
566
  msgid "Tracking Code"
567
  msgstr "Tracking Code"
568
 
569
- #: .././admin/setup.php:196 .././admin/widgets.php:128
570
  msgid "Today"
571
  msgstr "Heute"
572
 
573
- #: .././admin/setup.php:197 .././admin/widgets.php:130
574
  msgid "Yesterday"
575
  msgstr "Gestern"
576
 
577
- #: .././admin/setup.php:198 .././admin/widgets.php:132
578
  #: .././front/widgets.php:74 .././front/widgets.php:182
579
  msgid "Last 7 Days"
580
  msgstr "Letzten 7 Tage"
581
 
582
- #: .././admin/setup.php:199 .././admin/widgets.php:136
583
  #: .././front/widgets.php:80 .././front/widgets.php:184
584
  msgid "Last 30 Days"
585
  msgstr "Letzten 30Tage"
586
 
587
- #: .././admin/setup.php:200 .././admin/widgets.php:138
588
  msgid "Last 90 Days"
589
  msgstr "Letzten 90Tage"
590
 
591
- #: .././admin/setup.php:203 .././admin/setup.php:219
592
  msgid "Unique Views"
593
  msgstr ""
594
 
595
- #: .././admin/setup.php:204 .././admin/setup.php:220
596
- #: .././admin/widgets.php:145 .././admin/widgets.php:891
597
- #: .././tools/gapi.php:382
598
  msgid "Users"
599
  msgstr ""
600
 
601
- #: .././admin/setup.php:205 .././admin/widgets.php:147
602
  msgid "Organic"
603
  msgstr "Organisch"
604
 
605
- #: .././admin/setup.php:206 .././admin/setup.php:221
606
- #: .././admin/widgets.php:149 .././admin/widgets.php:895
607
- #: .././tools/gapi.php:385
608
  msgid "Page Views"
609
  msgstr "Seitenaufrufe"
610
 
611
- #: .././admin/setup.php:207 .././admin/setup.php:222
612
- #: .././admin/widgets.php:151 .././admin/widgets.php:899
613
- #: .././tools/gapi.php:388
614
  msgid "Bounce Rate"
615
  msgstr "Absprungrate"
616
 
617
- #: .././admin/setup.php:208 .././admin/widgets.php:153
618
  msgid "Location"
619
  msgstr ""
620
 
621
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
622
  msgid "Referrers"
623
  msgstr ""
624
 
625
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
626
- #: .././tools/gapi.php:913
627
  msgid "Searches"
628
  msgstr ""
629
 
630
- #: .././admin/setup.php:211 .././admin/widgets.php:161
631
  msgid "Traffic Details"
632
  msgstr ""
633
 
634
- #: .././admin/setup.php:214 .././admin/widgets.php:527
635
- #: .././admin/widgets.php:623 .././admin/widgets.php:821
636
- #: .././admin/widgets.php:933 .././front/item-reports.php:87
637
  msgid "A JavaScript Error is blocking plugin resources!"
638
  msgstr ""
639
 
640
- #: .././admin/setup.php:215 .././admin/widgets.php:729
641
  msgid "Traffic Mediums"
642
  msgstr ""
643
 
644
- #: .././admin/setup.php:216 .././admin/widgets.php:745
645
  msgid "Visitor Type"
646
  msgstr ""
647
 
648
- #: .././admin/setup.php:217 .././admin/widgets.php:761
649
  msgid "Social Networks"
650
  msgstr ""
651
 
652
- #: .././admin/setup.php:218 .././admin/widgets.php:777
653
  msgid "Search Engines"
654
  msgstr ""
655
 
656
- #: .././admin/setup.php:223 .././admin/widgets.php:903
657
  msgid "Organic Search"
658
  msgstr ""
659
 
660
- #: .././admin/setup.php:224 .././admin/widgets.php:907
661
  msgid "Pages/Session"
662
  msgstr ""
663
 
664
- #: .././admin/setup.php:225 .././admin/widgets.php:540
665
- #: .././admin/widgets.php:558 .././admin/widgets.php:636
666
- #: .././admin/widgets.php:654 .././admin/widgets.php:673
667
- #: .././admin/widgets.php:692 .././admin/widgets.php:712
668
- #: .././admin/widgets.php:835 .././admin/widgets.php:946
669
- #: .././admin/widgets.php:965 .././front/item-reports.php:99
670
- #: .././front/item-reports.php:118
671
  msgid "Invalid response, more details in JavaScript Console (F12)."
672
  msgstr ""
673
 
674
- #: .././admin/setup.php:226
675
  msgid "Not enough data collected"
676
  msgstr ""
677
 
678
- #: .././admin/setup.php:227 .././admin/widgets.php:545
679
- #: .././admin/widgets.php:563 .././admin/widgets.php:641
680
- #: .././admin/widgets.php:659 .././admin/widgets.php:678
681
- #: .././admin/widgets.php:697 .././admin/widgets.php:717
682
- #: .././admin/widgets.php:840 .././admin/widgets.php:843
683
- #: .././admin/widgets.php:951 .././admin/widgets.php:970
684
- #: .././front/item-reports.php:104 .././front/item-reports.php:123
685
  #: .././front/widgets.php:110
686
  msgid "This report is unavailable"
687
  msgstr ""
688
 
689
- #: .././admin/setup.php:228
690
  msgid "report generated by"
691
  msgstr ""
692
 
693
- #: .././admin/setup.php:268
694
  msgid "Settings"
695
  msgstr "Einstellungen"
696
 
@@ -698,28 +694,28 @@ msgstr "Einstellungen"
698
  msgid "Google Analytics Dashboard"
699
  msgstr "Google Analytics Dashboard"
700
 
701
- #: .././admin/widgets.php:43
702
  msgid "This plugin needs an authorization:"
703
  msgstr "Diese Plugin benötigt eine Autorisierung:"
704
 
705
- #: .././admin/widgets.php:77
706
  msgid "Something went wrong while retrieving profiles list."
707
  msgstr ""
708
  "Ein Fehler ist aufgetreten. Die Profilliste konnte nicht abgerufen werden."
709
 
710
- #: .././admin/widgets.php:77
711
  msgid "More details"
712
  msgstr "Mehr Details"
713
 
714
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
715
  msgid "An admin should asign a default Google Analytics Profile."
716
  msgstr "Ein Admin sollte ein Standardprofil festlegen."
717
 
718
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
719
  msgid "Select Domain"
720
  msgstr "Wähle eine Domain aus."
721
 
722
- #: .././admin/widgets.php:106
723
  msgid ""
724
  "Something went wrong while retrieving property data. You need to create and "
725
  "properly configure a Google Analytics account:"
@@ -727,70 +723,70 @@ msgstr ""
727
  "Ein Fehler ist aufgetreten. Dein Google Analytics Account muss erstellt und "
728
  "fertig konfiguriert sein:"
729
 
730
- #: .././admin/widgets.php:106
731
  msgid "Find out more!"
732
  msgstr "Erfahre mehr!"
733
 
734
- #: .././admin/widgets.php:127
735
  msgid "Real-Time"
736
  msgstr "Echtzeit"
737
 
738
- #: .././admin/widgets.php:134 .././front/widgets.php:77
739
  #: .././front/widgets.php:183
740
  msgid "Last 14 Days"
741
  msgstr "Letzten 14 Tage"
742
 
743
- #: .././admin/widgets.php:144 .././admin/widgets.php:887
744
- #: .././front/widgets.php:46 .././tools/gapi.php:397 .././tools/gapi.php:558
745
- #: .././tools/gapi.php:604 .././tools/gapi.php:667 .././tools/gapi.php:777
746
- #: .././tools/gapi.php:818 .././tools/gapi.php:914
747
  msgid "Sessions"
748
  msgstr ""
749
 
750
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
751
  msgid "Pages"
752
  msgstr ""
753
 
754
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
755
  msgid "REFERRAL"
756
  msgstr "VERWEISUNG"
757
 
758
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
759
  msgid "ORGANIC"
760
  msgstr "ORGANISCH"
761
 
762
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
763
- #: .././admin/widgets.php:491
764
  msgid "SOCIAL"
765
  msgstr "SOZIAL"
766
 
767
- #: .././admin/widgets.php:261 .././admin/widgets.php:380
768
- #: .././admin/widgets.php:492
769
  msgid "CAMPAIGN"
770
  msgstr ""
771
 
772
- #: .././admin/widgets.php:265 .././admin/widgets.php:383
773
- #: .././admin/widgets.php:495
774
  msgid "DIRECT"
775
  msgstr "DIREKT"
776
 
777
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
778
  msgid "NEW"
779
  msgstr "NEUE"
780
 
781
- #: .././admin/widgets.php:371
782
  msgid "REFERRALS"
783
  msgstr "VERWEISUNGEN"
784
 
785
- #: .././admin/widgets.php:374
786
  msgid "KEYWORDS"
787
  msgstr "STICHWORTE"
788
 
789
- #: .././front/item-reports.php:133
790
  msgid "Views vs UniqueViews"
791
  msgstr "Aufrufe vs. Einmalige Aufrufe"
792
 
793
- #: .././front/item-reports.php:183
794
  msgid "Google Analytics Reports"
795
  msgstr ""
796
 
@@ -798,7 +794,7 @@ msgstr ""
798
  msgid "Will display your google analytics stats in a widget"
799
  msgstr "Zeigt deine Google Analytics Statistik in einem Widget an"
800
 
801
- #: .././front/widgets.php:46 .././tools/gapi.php:818
802
  msgid "trend"
803
  msgstr ""
804
 
@@ -854,66 +850,72 @@ msgstr "Verweise auf:"
854
  msgid "This is not allowed, read the documentation!"
855
  msgstr ""
856
 
857
- #: .././tools/gapi.php:141
858
  msgid "Use this link to get your access code:"
859
  msgstr "Nutze diesen Link, um deinen Zugriffscode zu erhalten:"
860
 
861
- #: .././tools/gapi.php:141
862
  msgid "Get Access Code"
863
  msgstr "Erhalte den Zugriffscode"
864
 
865
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
866
  msgid "Use the red link to get your access code!"
867
  msgstr ""
868
 
869
- #: .././tools/gapi.php:146
870
  msgid "Access Code:"
871
  msgstr "Zugriffscode:"
872
 
873
- #: .././tools/gapi.php:158
874
  msgid "Save Access Code"
875
  msgstr "Zugriffscode speichern"
876
 
877
- #: .././tools/gapi.php:391
878
  msgid "Organic Searches"
879
  msgstr "Organische Suche"
880
 
881
- #: .././tools/gapi.php:394
882
  msgid "Unique Page Views"
883
  msgstr ""
884
 
885
- #: .././tools/gapi.php:402
886
  msgid "Hour"
887
  msgstr "Stunde"
888
 
889
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
890
  msgid "Date"
891
  msgstr "Datum"
892
 
893
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
894
  msgid "Views"
895
  msgstr "Aufrufe"
896
 
897
- #: .././tools/gapi.php:631
898
  msgid "Countries"
899
  msgstr ""
900
 
901
- #: .././tools/gapi.php:641
902
  msgid "Cities from"
903
  msgstr ""
904
 
905
- #: .././tools/gapi.php:713
906
  msgid "Channels"
907
  msgstr ""
908
 
909
- #: .././tools/gapi.php:776
910
  msgid "Type"
911
  msgstr "Typ"
912
 
913
- #: .././tools/gapi.php:871
914
  msgid "UniqueViews"
915
  msgstr "Einmalige Aufrufe"
916
 
 
 
 
 
 
 
917
  #~ msgid "about this feature"
918
  #~ msgstr "über diese Funktion"
919
 
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"
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 ""
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
 
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
 
104
  msgstr ""
105
 
106
  #: .././admin/settings.php:272
107
+ msgid "enable Switch View functionality"
108
  msgstr ""
109
 
110
  #: .././admin/settings.php:283
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
 
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
 
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
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
  "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
 
562
  msgid "Tracking Code"
563
  msgstr "Tracking Code"
564
 
565
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
566
  msgid "Today"
567
  msgstr "Heute"
568
 
569
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
570
  msgid "Yesterday"
571
  msgstr "Gestern"
572
 
573
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
574
  #: .././front/widgets.php:74 .././front/widgets.php:182
575
  msgid "Last 7 Days"
576
  msgstr "Letzten 7 Tage"
577
 
578
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
579
  #: .././front/widgets.php:80 .././front/widgets.php:184
580
  msgid "Last 30 Days"
581
  msgstr "Letzten 30Tage"
582
 
583
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
584
  msgid "Last 90 Days"
585
  msgstr "Letzten 90Tage"
586
 
587
+ #: .././admin/setup.php:202 .././admin/setup.php:218
588
  msgid "Unique Views"
589
  msgstr ""
590
 
591
+ #: .././admin/setup.php:203 .././admin/setup.php:219
592
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
593
+ #: .././tools/gapi.php:391
594
  msgid "Users"
595
  msgstr ""
596
 
597
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
598
  msgid "Organic"
599
  msgstr "Organisch"
600
 
601
+ #: .././admin/setup.php:205 .././admin/setup.php:220
602
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
603
+ #: .././tools/gapi.php:394
604
  msgid "Page Views"
605
  msgstr "Seitenaufrufe"
606
 
607
+ #: .././admin/setup.php:206 .././admin/setup.php:221
608
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
609
+ #: .././tools/gapi.php:397
610
  msgid "Bounce Rate"
611
  msgstr "Absprungrate"
612
 
613
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
614
  msgid "Location"
615
  msgstr ""
616
 
617
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
618
  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
 
626
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
627
  msgid "Traffic Details"
628
  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
 
636
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
637
  msgid "Traffic Mediums"
638
  msgstr ""
639
 
640
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
641
  msgid "Visitor Type"
642
  msgstr ""
643
 
644
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
645
  msgid "Social Networks"
646
  msgstr ""
647
 
648
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
649
  msgid "Search Engines"
650
  msgstr ""
651
 
652
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
653
  msgid "Organic Search"
654
  msgstr ""
655
 
656
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
657
  msgid "Pages/Session"
658
  msgstr ""
659
 
660
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
661
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
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
 
670
+ #: .././admin/setup.php:225
671
  msgid "Not enough data collected"
672
  msgstr ""
673
 
674
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
675
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
676
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
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 ""
684
 
685
+ #: .././admin/setup.php:227
686
  msgid "report generated by"
687
  msgstr ""
688
 
689
+ #: .././admin/setup.php:267
690
  msgid "Settings"
691
  msgstr "Einstellungen"
692
 
694
  msgid "Google Analytics Dashboard"
695
  msgstr "Google Analytics Dashboard"
696
 
697
+ #: .././admin/widgets.php:42
698
  msgid "This plugin needs an authorization:"
699
  msgstr "Diese Plugin benötigt eine Autorisierung:"
700
 
701
+ #: .././admin/widgets.php:76
702
  msgid "Something went wrong while retrieving profiles list."
703
  msgstr ""
704
  "Ein Fehler ist aufgetreten. Die Profilliste konnte nicht abgerufen werden."
705
 
706
+ #: .././admin/widgets.php:76
707
  msgid "More details"
708
  msgstr "Mehr Details"
709
 
710
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
711
  msgid "An admin should asign a default Google Analytics Profile."
712
  msgstr "Ein Admin sollte ein Standardprofil festlegen."
713
 
714
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
715
  msgid "Select Domain"
716
  msgstr "Wähle eine Domain aus."
717
 
718
+ #: .././admin/widgets.php:105
719
  msgid ""
720
  "Something went wrong while retrieving property data. You need to create and "
721
  "properly configure a Google Analytics account:"
723
  "Ein Fehler ist aufgetreten. Dein Google Analytics Account muss erstellt und "
724
  "fertig konfiguriert sein:"
725
 
726
+ #: .././admin/widgets.php:105
727
  msgid "Find out more!"
728
  msgstr "Erfahre mehr!"
729
 
730
+ #: .././admin/widgets.php:125
731
  msgid "Real-Time"
732
  msgstr "Echtzeit"
733
 
734
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
735
  #: .././front/widgets.php:183
736
  msgid "Last 14 Days"
737
  msgstr "Letzten 14 Tage"
738
 
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
 
746
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
747
  msgid "Pages"
748
  msgstr ""
749
 
750
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
751
  msgid "REFERRAL"
752
  msgstr "VERWEISUNG"
753
 
754
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
755
  msgid "ORGANIC"
756
  msgstr "ORGANISCH"
757
 
758
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
759
+ #: .././admin/widgets.php:474
760
  msgid "SOCIAL"
761
  msgstr "SOZIAL"
762
 
763
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
764
+ #: .././admin/widgets.php:475
765
  msgid "CAMPAIGN"
766
  msgstr ""
767
 
768
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
769
+ #: .././admin/widgets.php:478
770
  msgid "DIRECT"
771
  msgstr "DIREKT"
772
 
773
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
774
  msgid "NEW"
775
  msgstr "NEUE"
776
 
777
+ #: .././admin/widgets.php:354
778
  msgid "REFERRALS"
779
  msgstr "VERWEISUNGEN"
780
 
781
+ #: .././admin/widgets.php:357
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
 
794
  msgid "Will display your google analytics stats in a widget"
795
  msgstr "Zeigt deine Google Analytics Statistik in einem Widget an"
796
 
797
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
798
  msgid "trend"
799
  msgstr ""
800
 
850
  msgid "This is not allowed, read the documentation!"
851
  msgstr ""
852
 
853
+ #: .././tools/gapi.php:134
854
  msgid "Use this link to get your access code:"
855
  msgstr "Nutze diesen Link, um deinen Zugriffscode zu erhalten:"
856
 
857
+ #: .././tools/gapi.php:134
858
  msgid "Get Access Code"
859
  msgstr "Erhalte den Zugriffscode"
860
 
861
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
862
  msgid "Use the red link to get your access code!"
863
  msgstr ""
864
 
865
+ #: .././tools/gapi.php:138
866
  msgid "Access Code:"
867
  msgstr "Zugriffscode:"
868
 
869
+ #: .././tools/gapi.php:145
870
  msgid "Save Access Code"
871
  msgstr "Zugriffscode speichern"
872
 
873
+ #: .././tools/gapi.php:400
874
  msgid "Organic Searches"
875
  msgstr "Organische Suche"
876
 
877
+ #: .././tools/gapi.php:403
878
  msgid "Unique Page Views"
879
  msgstr ""
880
 
881
+ #: .././tools/gapi.php:411
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
 
893
+ #: .././tools/gapi.php:640
894
  msgid "Countries"
895
  msgstr ""
896
 
897
+ #: .././tools/gapi.php:650
898
  msgid "Cities from"
899
  msgstr ""
900
 
901
+ #: .././tools/gapi.php:722
902
  msgid "Channels"
903
  msgstr ""
904
 
905
+ #: .././tools/gapi.php:785
906
  msgid "Type"
907
  msgstr "Typ"
908
 
909
+ #: .././tools/gapi.php:880
910
  msgid "UniqueViews"
911
  msgstr "Einmalige Aufrufe"
912
 
913
+ #~ msgid "and/or hide all other domains"
914
+ #~ msgstr "und/oder verberge alle anderen Domains"
915
+
916
+ #~ msgid "Hide Now"
917
+ #~ msgstr "Jetzt verbergen"
918
+
919
  #~ msgid "about this feature"
920
  #~ msgstr "über diese Funktion"
921
 
languages/ga-dash-es_ES.po CHANGED
@@ -3,57 +3,57 @@ 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: 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.5\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ../.\n"
19
 
20
- #: .././admin/item-reports.php:66
21
  msgid "Analytics"
22
  msgstr ""
23
 
24
  #: .././admin/settings.php:94 .././admin/settings.php:202
25
- #: .././admin/settings.php:338 .././admin/settings.php:819
26
- #: .././admin/settings.php:1088
27
  msgid "Settings saved."
28
  msgstr ""
29
 
30
  #: .././admin/settings.php:96 .././admin/settings.php:204
31
- #: .././admin/settings.php:340 .././admin/settings.php:796
32
- #: .././admin/settings.php:806 .././admin/settings.php:815
33
- #: .././admin/settings.php:821 .././admin/settings.php:833
34
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
35
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
36
- #: .././admin/settings.php:1102
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
57
  msgid "authorize the plugin"
58
  msgstr "autorizar aplicación"
59
 
@@ -89,7 +89,7 @@ msgstr ""
89
 
90
  #: .././admin/settings.php:180 .././admin/settings.php:318
91
  #: .././admin/settings.php:617 .././admin/settings.php:965
92
- #: .././admin/settings.php:1252
93
  msgid "Save Changes"
94
  msgstr ""
95
 
@@ -103,7 +103,7 @@ msgid "Read %s for more information about Backend Features and Options."
103
  msgstr ""
104
 
105
  #: .././admin/settings.php:272
106
- msgid "enable Switch Profile/View functionality"
107
  msgstr ""
108
 
109
  #: .././admin/settings.php:283
@@ -156,7 +156,7 @@ msgid "Custom Definitions"
156
  msgstr ""
157
 
158
  #: .././admin/settings.php:364 .././admin/settings.php:575
159
- #: .././admin/settings.php:1235
160
  #, fuzzy
161
  msgid "Exclude Tracking"
162
  msgstr "Activar seguimiento:"
@@ -188,9 +188,9 @@ msgstr "desactivado"
188
  msgid "Enabled"
189
  msgstr "desactivado"
190
 
191
- #: .././admin/settings.php:388 .././admin/settings.php:911
192
- #: .././admin/settings.php:933 .././admin/settings.php:1208
193
- #: .././admin/widgets.php:72
194
  msgid "View Name:"
195
  msgstr ""
196
 
@@ -316,7 +316,7 @@ msgstr ""
316
 
317
  #: .././admin/settings.php:682
318
  #, php-format
319
- msgid "For errors and/or other issues please check %s and related tutorials."
320
  msgstr ""
321
 
322
  #: .././admin/settings.php:687
@@ -345,47 +345,47 @@ msgstr ""
345
  msgid "Library conflicts between WordPress plugins"
346
  msgstr ""
347
 
348
- #: .././admin/settings.php:756 .././admin/settings.php:1016
349
  msgid "Plugin authorization succeeded."
350
  msgstr ""
351
 
352
- #: .././admin/settings.php:771 .././admin/settings.php:1040
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:794 .././admin/settings.php:1072
359
  msgid "Cleared Cache."
360
  msgstr "Caché borrada."
361
 
362
- #: .././admin/settings.php:803 .././admin/settings.php:1081
363
  #, fuzzy
364
  msgid "Token Reseted and Revoked."
365
  msgstr "Token reseteado."
366
 
367
- #: .././admin/settings.php:813
368
  msgid "All errors reseted."
369
  msgstr ""
370
 
371
- #: .././admin/settings.php:826 .././admin/settings.php:1095
372
  msgid "All other domains/properties were removed."
373
  msgstr ""
374
 
375
- #: .././admin/settings.php:838 .././admin/settings.php:1107
376
  msgid "Google Analytics Settings"
377
  msgstr "Configuración de Google Analytics"
378
 
379
- #: .././admin/settings.php:852 .././admin/settings.php:1120
380
  msgid "Use the red link (see below) to generate and get your access code!"
381
  msgstr ""
382
 
383
- #: .././admin/settings.php:863 .././admin/settings.php:1148
384
  #, fuzzy
385
  msgid "Plugin Authorization"
386
  msgstr "Borrar autorización"
387
 
388
- #: .././admin/settings.php:868 .././admin/settings.php:1152
389
  #, php-format
390
  msgid ""
391
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -393,174 +393,170 @@ msgid ""
393
  "account!"
394
  msgstr ""
395
 
396
- #: .././admin/settings.php:868 .././admin/settings.php:1152
397
  msgid "video"
398
  msgstr ""
399
 
400
- #: .././admin/settings.php:868 .././admin/settings.php:1152
401
  #, fuzzy
402
  msgid "tutorial"
403
  msgstr "Tutorial de configuración"
404
 
405
- #: .././admin/settings.php:873 .././admin/settings.php:1159
406
  msgid "use your own API Project credentials"
407
  msgstr ""
408
 
409
- #: .././admin/settings.php:877 .././admin/settings.php:1166
410
  msgid "API Key:"
411
  msgstr "API Key:"
412
 
413
- #: .././admin/settings.php:881 .././admin/settings.php:1170
414
  msgid "Client ID:"
415
  msgstr "Client ID:"
416
 
417
- #: .././admin/settings.php:885 .././admin/settings.php:1174
418
  msgid "Client Secret:"
419
  msgstr "Client Secret:"
420
 
421
- #: .././admin/settings.php:895 .././admin/settings.php:1184
422
  msgid "Clear Authorization"
423
  msgstr "Borrar autorización"
424
 
425
- #: .././admin/settings.php:895 .././admin/settings.php:971
426
- #: .././admin/settings.php:1184 .././admin/settings.php:1259
427
  msgid "Clear Cache"
428
  msgstr "Borrar caché"
429
 
430
- #: .././admin/settings.php:895
431
  msgid "Reset Errors"
432
  msgstr ""
433
 
434
- #: .././admin/settings.php:901 .././admin/setup.php:80
435
  #: .././admin/setup.php:115
436
  msgid "General Settings"
437
  msgstr "Configuración general"
438
 
439
- #: .././admin/settings.php:904
440
- msgid "Select Domain:"
441
  msgstr ""
442
 
443
- #: .././admin/settings.php:915 .././admin/settings.php:1212
444
  msgid "Property not found"
445
  msgstr ""
446
 
447
- #: .././admin/settings.php:920
448
- msgid "and/or hide all other domains"
449
- msgstr ""
450
-
451
  #: .././admin/settings.php:921
452
- msgid "Hide Now"
453
  msgstr ""
454
 
455
  #: .././admin/settings.php:939
456
  msgid "Theme Color:"
457
  msgstr ""
458
 
459
- #: .././admin/settings.php:947 .././admin/settings.php:1221
460
  msgid "Automatic Updates"
461
  msgstr ""
462
 
463
- #: .././admin/settings.php:957 .././admin/settings.php:1231
464
  msgid ""
465
  "automatic updates for minor versions (security and maintenance releases only)"
466
  msgstr ""
467
 
468
- #: .././admin/settings.php:971 .././admin/settings.php:1259
469
- #: .././admin/widgets.php:43
470
  #, fuzzy
471
  msgid "Authorize Plugin"
472
  msgstr "Autorizar aplicación"
473
 
474
- #: .././admin/settings.php:1046
475
  msgid "Properties refreshed."
476
  msgstr ""
477
 
478
- #: .././admin/settings.php:1130
479
  msgid "Network Setup"
480
  msgstr ""
481
 
482
- #: .././admin/settings.php:1140
483
  msgid "use a single Google Analytics account for the entire network"
484
  msgstr ""
485
 
486
- #: .././admin/settings.php:1184
487
  msgid "Refresh Properties"
488
  msgstr ""
489
 
490
- #: .././admin/settings.php:1190
491
  #, fuzzy
492
  msgid "Properties/Views Settings"
493
  msgstr "Configuración del frontend"
494
 
495
- #: .././admin/settings.php:1245
496
  msgid "exclude Super Admin tracking for the entire network"
497
  msgstr ""
498
 
499
- #: .././admin/settings.php:1290
500
  #, fuzzy
501
  msgid "Setup Tutorial & Demo"
502
  msgstr "Tutorial de configuración"
503
 
504
- #: .././admin/settings.php:1298
505
  #, fuzzy
506
  msgid "Support & Reviews"
507
  msgstr "Enlaces de soporte"
508
 
509
- #: .././admin/settings.php:1305
510
  #, php-format
511
  msgid "Plugin documentation and support on %s"
512
  msgstr ""
513
 
514
- #: .././admin/settings.php:1312
515
  #, php-format
516
  msgid "Your feedback and review are both important, %s!"
517
  msgstr ""
518
 
519
- #: .././admin/settings.php:1312
520
  msgid "rate this plugin"
521
  msgstr ""
522
 
523
- #: .././admin/settings.php:1318
524
  msgid "Further Reading"
525
  msgstr ""
526
 
527
- #: .././admin/settings.php:1325
528
  #, php-format
529
  msgid "%s by moving your website to HTTPS/SSL."
530
  msgstr ""
531
 
532
- #: .././admin/settings.php:1325
533
  msgid "Improve search rankings"
534
  msgstr ""
535
 
536
- #: .././admin/settings.php:1332
537
  #, php-format
538
  msgid "Other %s written by the same author"
539
  msgstr ""
540
 
541
- #: .././admin/settings.php:1332
542
  msgid "WordPress Plugins"
543
  msgstr ""
544
 
545
- #: .././admin/settings.php:1338
546
  msgid "Other Services"
547
  msgstr ""
548
 
549
- #: .././admin/settings.php:1345
550
  #, php-format
551
  msgid "Speed up your website and plug into a whole %s"
552
  msgstr ""
553
 
554
- #: .././admin/settings.php:1345
555
  msgid "new level of site speed"
556
  msgstr ""
557
 
558
- #: .././admin/settings.php:1352
559
  #, php-format
560
  msgid "%s service with users tracking at IP level."
561
  msgstr ""
562
 
563
- #: .././admin/settings.php:1352
564
  msgid "Web Analytics"
565
  msgstr "Analíticas web"
566
 
@@ -581,131 +577,131 @@ msgstr "Configuración del frontend"
581
  msgid "Tracking Code"
582
  msgstr "Tipo de seguimiento:"
583
 
584
- #: .././admin/setup.php:196 .././admin/widgets.php:128
585
  msgid "Today"
586
  msgstr "Hoy"
587
 
588
- #: .././admin/setup.php:197 .././admin/widgets.php:130
589
  msgid "Yesterday"
590
  msgstr "Ayer"
591
 
592
- #: .././admin/setup.php:198 .././admin/widgets.php:132
593
  #: .././front/widgets.php:74 .././front/widgets.php:182
594
  msgid "Last 7 Days"
595
  msgstr "Últimos 7 días "
596
 
597
- #: .././admin/setup.php:199 .././admin/widgets.php:136
598
  #: .././front/widgets.php:80 .././front/widgets.php:184
599
  msgid "Last 30 Days"
600
  msgstr "Últimos 30 días"
601
 
602
- #: .././admin/setup.php:200 .././admin/widgets.php:138
603
  msgid "Last 90 Days"
604
  msgstr "Últimos 90 días"
605
 
606
- #: .././admin/setup.php:203 .././admin/setup.php:219
607
  msgid "Unique Views"
608
  msgstr ""
609
 
610
- #: .././admin/setup.php:204 .././admin/setup.php:220
611
- #: .././admin/widgets.php:145 .././admin/widgets.php:891
612
- #: .././tools/gapi.php:382
613
  msgid "Users"
614
  msgstr ""
615
 
616
- #: .././admin/setup.php:205 .././admin/widgets.php:147
617
  msgid "Organic"
618
  msgstr "Búsquedas orgánicas"
619
 
620
- #: .././admin/setup.php:206 .././admin/setup.php:221
621
- #: .././admin/widgets.php:149 .././admin/widgets.php:895
622
- #: .././tools/gapi.php:385
623
  msgid "Page Views"
624
  msgstr "Páginas vistas"
625
 
626
- #: .././admin/setup.php:207 .././admin/setup.php:222
627
- #: .././admin/widgets.php:151 .././admin/widgets.php:899
628
- #: .././tools/gapi.php:388
629
  msgid "Bounce Rate"
630
  msgstr "Porcenaje de rebote"
631
 
632
- #: .././admin/setup.php:208 .././admin/widgets.php:153
633
  msgid "Location"
634
  msgstr ""
635
 
636
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
637
  msgid "Referrers"
638
  msgstr ""
639
 
640
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
641
- #: .././tools/gapi.php:913
642
  msgid "Searches"
643
  msgstr ""
644
 
645
- #: .././admin/setup.php:211 .././admin/widgets.php:161
646
  msgid "Traffic Details"
647
  msgstr ""
648
 
649
- #: .././admin/setup.php:214 .././admin/widgets.php:527
650
- #: .././admin/widgets.php:623 .././admin/widgets.php:821
651
- #: .././admin/widgets.php:933 .././front/item-reports.php:87
652
  msgid "A JavaScript Error is blocking plugin resources!"
653
  msgstr ""
654
 
655
- #: .././admin/setup.php:215 .././admin/widgets.php:729
656
  msgid "Traffic Mediums"
657
  msgstr ""
658
 
659
- #: .././admin/setup.php:216 .././admin/widgets.php:745
660
  msgid "Visitor Type"
661
  msgstr ""
662
 
663
- #: .././admin/setup.php:217 .././admin/widgets.php:761
664
  msgid "Social Networks"
665
  msgstr ""
666
 
667
- #: .././admin/setup.php:218 .././admin/widgets.php:777
668
  msgid "Search Engines"
669
  msgstr ""
670
 
671
- #: .././admin/setup.php:223 .././admin/widgets.php:903
672
  msgid "Organic Search"
673
  msgstr ""
674
 
675
- #: .././admin/setup.php:224 .././admin/widgets.php:907
676
  msgid "Pages/Session"
677
  msgstr ""
678
 
679
- #: .././admin/setup.php:225 .././admin/widgets.php:540
680
- #: .././admin/widgets.php:558 .././admin/widgets.php:636
681
- #: .././admin/widgets.php:654 .././admin/widgets.php:673
682
- #: .././admin/widgets.php:692 .././admin/widgets.php:712
683
- #: .././admin/widgets.php:835 .././admin/widgets.php:946
684
- #: .././admin/widgets.php:965 .././front/item-reports.php:99
685
- #: .././front/item-reports.php:118
686
  msgid "Invalid response, more details in JavaScript Console (F12)."
687
  msgstr ""
688
 
689
- #: .././admin/setup.php:226
690
  msgid "Not enough data collected"
691
  msgstr ""
692
 
693
- #: .././admin/setup.php:227 .././admin/widgets.php:545
694
- #: .././admin/widgets.php:563 .././admin/widgets.php:641
695
- #: .././admin/widgets.php:659 .././admin/widgets.php:678
696
- #: .././admin/widgets.php:697 .././admin/widgets.php:717
697
- #: .././admin/widgets.php:840 .././admin/widgets.php:843
698
- #: .././admin/widgets.php:951 .././admin/widgets.php:970
699
- #: .././front/item-reports.php:104 .././front/item-reports.php:123
700
  #: .././front/widgets.php:110
701
  msgid "This report is unavailable"
702
  msgstr ""
703
 
704
- #: .././admin/setup.php:228
705
  msgid "report generated by"
706
  msgstr ""
707
 
708
- #: .././admin/setup.php:268
709
  msgid "Settings"
710
  msgstr "Ajustes"
711
 
@@ -713,98 +709,98 @@ msgstr "Ajustes"
713
  msgid "Google Analytics Dashboard"
714
  msgstr "Escritorio de Google Analytics"
715
 
716
- #: .././admin/widgets.php:43
717
  msgid "This plugin needs an authorization:"
718
  msgstr ""
719
 
720
- #: .././admin/widgets.php:77
721
  msgid "Something went wrong while retrieving profiles list."
722
  msgstr ""
723
 
724
- #: .././admin/widgets.php:77
725
  msgid "More details"
726
  msgstr ""
727
 
728
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
729
  #, fuzzy
730
  msgid "An admin should asign a default Google Analytics Profile."
731
  msgstr "Pide a un administrador que asigne un perfil de Google Analytics"
732
 
733
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
734
  #, fuzzy
735
  msgid "Select Domain"
736
  msgstr "un solo dominio"
737
 
738
- #: .././admin/widgets.php:106
739
  msgid ""
740
  "Something went wrong while retrieving property data. You need to create and "
741
  "properly configure a Google Analytics account:"
742
  msgstr ""
743
 
744
- #: .././admin/widgets.php:106
745
  msgid "Find out more!"
746
  msgstr ""
747
 
748
- #: .././admin/widgets.php:127
749
  msgid "Real-Time"
750
  msgstr "Tiempo real"
751
 
752
- #: .././admin/widgets.php:134 .././front/widgets.php:77
753
  #: .././front/widgets.php:183
754
  msgid "Last 14 Days"
755
  msgstr "Últimos 14 días"
756
 
757
- #: .././admin/widgets.php:144 .././admin/widgets.php:887
758
- #: .././front/widgets.php:46 .././tools/gapi.php:397 .././tools/gapi.php:558
759
- #: .././tools/gapi.php:604 .././tools/gapi.php:667 .././tools/gapi.php:777
760
- #: .././tools/gapi.php:818 .././tools/gapi.php:914
761
  msgid "Sessions"
762
  msgstr ""
763
 
764
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
765
  msgid "Pages"
766
  msgstr ""
767
 
768
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
769
  msgid "REFERRAL"
770
  msgstr "REFERENCIA"
771
 
772
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
773
  msgid "ORGANIC"
774
  msgstr "ORGÁNICO"
775
 
776
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
777
- #: .././admin/widgets.php:491
778
  msgid "SOCIAL"
779
  msgstr "SOCIAL"
780
 
781
- #: .././admin/widgets.php:261 .././admin/widgets.php:380
782
- #: .././admin/widgets.php:492
783
  msgid "CAMPAIGN"
784
  msgstr ""
785
 
786
- #: .././admin/widgets.php:265 .././admin/widgets.php:383
787
- #: .././admin/widgets.php:495
788
  msgid "DIRECT"
789
  msgstr "DIRECTO"
790
 
791
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
792
  msgid "NEW"
793
  msgstr "NUEVO"
794
 
795
- #: .././admin/widgets.php:371
796
  msgid "REFERRALS"
797
  msgstr ""
798
 
799
- #: .././admin/widgets.php:374
800
  msgid "KEYWORDS"
801
  msgstr ""
802
 
803
- #: .././front/item-reports.php:133
804
  msgid "Views vs UniqueViews"
805
  msgstr "Visitas vs visitas únicas"
806
 
807
- #: .././front/item-reports.php:183
808
  msgid "Google Analytics Reports"
809
  msgstr ""
810
 
@@ -812,7 +808,7 @@ msgstr ""
812
  msgid "Will display your google analytics stats in a widget"
813
  msgstr ""
814
 
815
- #: .././front/widgets.php:46 .././tools/gapi.php:818
816
  msgid "trend"
817
  msgstr ""
818
 
@@ -868,63 +864,63 @@ msgstr ""
868
  msgid "This is not allowed, read the documentation!"
869
  msgstr ""
870
 
871
- #: .././tools/gapi.php:141
872
  msgid "Use this link to get your access code:"
873
  msgstr ""
874
 
875
- #: .././tools/gapi.php:141
876
  msgid "Get Access Code"
877
  msgstr ""
878
 
879
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
880
  msgid "Use the red link to get your access code!"
881
  msgstr ""
882
 
883
- #: .././tools/gapi.php:146
884
  msgid "Access Code:"
885
  msgstr "Código de acceso:"
886
 
887
- #: .././tools/gapi.php:158
888
  msgid "Save Access Code"
889
  msgstr ""
890
 
891
- #: .././tools/gapi.php:391
892
  msgid "Organic Searches"
893
  msgstr "Búsquedas orgánicas"
894
 
895
- #: .././tools/gapi.php:394
896
  msgid "Unique Page Views"
897
  msgstr ""
898
 
899
- #: .././tools/gapi.php:402
900
  msgid "Hour"
901
  msgstr "Hora"
902
 
903
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
904
  msgid "Date"
905
  msgstr "Fecha"
906
 
907
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
908
  msgid "Views"
909
  msgstr "Vistas"
910
 
911
- #: .././tools/gapi.php:631
912
  msgid "Countries"
913
  msgstr ""
914
 
915
- #: .././tools/gapi.php:641
916
  msgid "Cities from"
917
  msgstr ""
918
 
919
- #: .././tools/gapi.php:713
920
  msgid "Channels"
921
  msgstr ""
922
 
923
- #: .././tools/gapi.php:776
924
  msgid "Type"
925
  msgstr "Tipo"
926
 
927
- #: .././tools/gapi.php:871
928
  msgid "UniqueViews"
929
  msgstr "Visitas únicas"
930
 
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"
18
  "X-Poedit-SearchPath-0: ../.\n"
19
 
20
+ #: .././admin/item-reports.php:67
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
 
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
 
103
  msgstr ""
104
 
105
  #: .././admin/settings.php:272
106
+ msgid "enable Switch View functionality"
107
  msgstr ""
108
 
109
  #: .././admin/settings.php:283
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:"
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
 
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
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
  "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
 
577
  msgid "Tracking Code"
578
  msgstr "Tipo de seguimiento:"
579
 
580
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
581
  msgid "Today"
582
  msgstr "Hoy"
583
 
584
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
585
  msgid "Yesterday"
586
  msgstr "Ayer"
587
 
588
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
589
  #: .././front/widgets.php:74 .././front/widgets.php:182
590
  msgid "Last 7 Days"
591
  msgstr "Últimos 7 días "
592
 
593
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
594
  #: .././front/widgets.php:80 .././front/widgets.php:184
595
  msgid "Last 30 Days"
596
  msgstr "Últimos 30 días"
597
 
598
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
599
  msgid "Last 90 Days"
600
  msgstr "Últimos 90 días"
601
 
602
+ #: .././admin/setup.php:202 .././admin/setup.php:218
603
  msgid "Unique Views"
604
  msgstr ""
605
 
606
+ #: .././admin/setup.php:203 .././admin/setup.php:219
607
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
608
+ #: .././tools/gapi.php:391
609
  msgid "Users"
610
  msgstr ""
611
 
612
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
613
  msgid "Organic"
614
  msgstr "Búsquedas orgánicas"
615
 
616
+ #: .././admin/setup.php:205 .././admin/setup.php:220
617
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
618
+ #: .././tools/gapi.php:394
619
  msgid "Page Views"
620
  msgstr "Páginas vistas"
621
 
622
+ #: .././admin/setup.php:206 .././admin/setup.php:221
623
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
624
+ #: .././tools/gapi.php:397
625
  msgid "Bounce Rate"
626
  msgstr "Porcenaje de rebote"
627
 
628
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
629
  msgid "Location"
630
  msgstr ""
631
 
632
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
633
  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
 
641
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
642
  msgid "Traffic Details"
643
  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
 
651
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
652
  msgid "Traffic Mediums"
653
  msgstr ""
654
 
655
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
656
  msgid "Visitor Type"
657
  msgstr ""
658
 
659
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
660
  msgid "Social Networks"
661
  msgstr ""
662
 
663
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
664
  msgid "Search Engines"
665
  msgstr ""
666
 
667
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
668
  msgid "Organic Search"
669
  msgstr ""
670
 
671
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
672
  msgid "Pages/Session"
673
  msgstr ""
674
 
675
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
676
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
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
 
685
+ #: .././admin/setup.php:225
686
  msgid "Not enough data collected"
687
  msgstr ""
688
 
689
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
690
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
691
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
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 ""
699
 
700
+ #: .././admin/setup.php:227
701
  msgid "report generated by"
702
  msgstr ""
703
 
704
+ #: .././admin/setup.php:267
705
  msgid "Settings"
706
  msgstr "Ajustes"
707
 
709
  msgid "Google Analytics Dashboard"
710
  msgstr "Escritorio de Google Analytics"
711
 
712
+ #: .././admin/widgets.php:42
713
  msgid "This plugin needs an authorization:"
714
  msgstr ""
715
 
716
+ #: .././admin/widgets.php:76
717
  msgid "Something went wrong while retrieving profiles list."
718
  msgstr ""
719
 
720
+ #: .././admin/widgets.php:76
721
  msgid "More details"
722
  msgstr ""
723
 
724
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
725
  #, fuzzy
726
  msgid "An admin should asign a default Google Analytics Profile."
727
  msgstr "Pide a un administrador que asigne un perfil de Google Analytics"
728
 
729
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
730
  #, fuzzy
731
  msgid "Select Domain"
732
  msgstr "un solo dominio"
733
 
734
+ #: .././admin/widgets.php:105
735
  msgid ""
736
  "Something went wrong while retrieving property data. You need to create and "
737
  "properly configure a Google Analytics account:"
738
  msgstr ""
739
 
740
+ #: .././admin/widgets.php:105
741
  msgid "Find out more!"
742
  msgstr ""
743
 
744
+ #: .././admin/widgets.php:125
745
  msgid "Real-Time"
746
  msgstr "Tiempo real"
747
 
748
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
749
  #: .././front/widgets.php:183
750
  msgid "Last 14 Days"
751
  msgstr "Últimos 14 días"
752
 
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
 
760
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
761
  msgid "Pages"
762
  msgstr ""
763
 
764
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
765
  msgid "REFERRAL"
766
  msgstr "REFERENCIA"
767
 
768
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
769
  msgid "ORGANIC"
770
  msgstr "ORGÁNICO"
771
 
772
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
773
+ #: .././admin/widgets.php:474
774
  msgid "SOCIAL"
775
  msgstr "SOCIAL"
776
 
777
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
778
+ #: .././admin/widgets.php:475
779
  msgid "CAMPAIGN"
780
  msgstr ""
781
 
782
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
783
+ #: .././admin/widgets.php:478
784
  msgid "DIRECT"
785
  msgstr "DIRECTO"
786
 
787
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
788
  msgid "NEW"
789
  msgstr "NUEVO"
790
 
791
+ #: .././admin/widgets.php:354
792
  msgid "REFERRALS"
793
  msgstr ""
794
 
795
+ #: .././admin/widgets.php:357
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
 
808
  msgid "Will display your google analytics stats in a widget"
809
  msgstr ""
810
 
811
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
812
  msgid "trend"
813
  msgstr ""
814
 
864
  msgid "This is not allowed, read the documentation!"
865
  msgstr ""
866
 
867
+ #: .././tools/gapi.php:134
868
  msgid "Use this link to get your access code:"
869
  msgstr ""
870
 
871
+ #: .././tools/gapi.php:134
872
  msgid "Get Access Code"
873
  msgstr ""
874
 
875
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
876
  msgid "Use the red link to get your access code!"
877
  msgstr ""
878
 
879
+ #: .././tools/gapi.php:138
880
  msgid "Access Code:"
881
  msgstr "Código de acceso:"
882
 
883
+ #: .././tools/gapi.php:145
884
  msgid "Save Access Code"
885
  msgstr ""
886
 
887
+ #: .././tools/gapi.php:400
888
  msgid "Organic Searches"
889
  msgstr "Búsquedas orgánicas"
890
 
891
+ #: .././tools/gapi.php:403
892
  msgid "Unique Page Views"
893
  msgstr ""
894
 
895
+ #: .././tools/gapi.php:411
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
 
907
+ #: .././tools/gapi.php:640
908
  msgid "Countries"
909
  msgstr ""
910
 
911
+ #: .././tools/gapi.php:650
912
  msgid "Cities from"
913
  msgstr ""
914
 
915
+ #: .././tools/gapi.php:722
916
  msgid "Channels"
917
  msgstr ""
918
 
919
+ #: .././tools/gapi.php:785
920
  msgid "Type"
921
  msgstr "Tipo"
922
 
923
+ #: .././tools/gapi.php:880
924
  msgid "UniqueViews"
925
  msgstr "Visitas únicas"
926
 
languages/ga-dash-fr_FR.po CHANGED
@@ -3,58 +3,58 @@ 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: 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.5\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:66
22
  msgid "Analytics"
23
  msgstr ""
24
 
25
  #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:819
27
- #: .././admin/settings.php:1088
28
  msgid "Settings saved."
29
  msgstr ""
30
 
31
  #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:796
33
- #: .././admin/settings.php:806 .././admin/settings.php:815
34
- #: .././admin/settings.php:821 .././admin/settings.php:833
35
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
36
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
37
- #: .././admin/settings.php:1102
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
58
  msgid "authorize the plugin"
59
  msgstr "autoriser le plugin"
60
 
@@ -90,7 +90,7 @@ msgstr ""
90
 
91
  #: .././admin/settings.php:180 .././admin/settings.php:318
92
  #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1252
94
  msgid "Save Changes"
95
  msgstr ""
96
 
@@ -104,7 +104,7 @@ msgid "Read %s for more information about Backend Features and Options."
104
  msgstr ""
105
 
106
  #: .././admin/settings.php:272
107
- msgid "enable Switch Profile/View functionality"
108
  msgstr ""
109
 
110
  #: .././admin/settings.php:283
@@ -154,7 +154,7 @@ msgid "Custom Definitions"
154
  msgstr ""
155
 
156
  #: .././admin/settings.php:364 .././admin/settings.php:575
157
- #: .././admin/settings.php:1235
158
  msgid "Exclude Tracking"
159
  msgstr "Exclure Tracking"
160
 
@@ -183,9 +183,9 @@ msgstr "Désactive"
183
  msgid "Enabled"
184
  msgstr "Active"
185
 
186
- #: .././admin/settings.php:388 .././admin/settings.php:911
187
- #: .././admin/settings.php:933 .././admin/settings.php:1208
188
- #: .././admin/widgets.php:72
189
  msgid "View Name:"
190
  msgstr "Nom de la vue:"
191
 
@@ -309,7 +309,7 @@ msgstr ""
309
 
310
  #: .././admin/settings.php:682
311
  #, php-format
312
- msgid "For errors and/or other issues please check %s and related tutorials."
313
  msgstr ""
314
 
315
  #: .././admin/settings.php:687
@@ -338,45 +338,45 @@ msgstr ""
338
  msgid "Library conflicts between WordPress plugins"
339
  msgstr ""
340
 
341
- #: .././admin/settings.php:756 .././admin/settings.php:1016
342
  msgid "Plugin authorization succeeded."
343
  msgstr "Autorisation Plugin réussi."
344
 
345
- #: .././admin/settings.php:771 .././admin/settings.php:1040
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:794 .././admin/settings.php:1072
352
  msgid "Cleared Cache."
353
  msgstr "Cache effacé."
354
 
355
- #: .././admin/settings.php:803 .././admin/settings.php:1081
356
  msgid "Token Reseted and Revoked."
357
  msgstr "Jeton remis à zéro et révoqué."
358
 
359
- #: .././admin/settings.php:813
360
  msgid "All errors reseted."
361
  msgstr ""
362
 
363
- #: .././admin/settings.php:826 .././admin/settings.php:1095
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:838 .././admin/settings.php:1107
368
  msgid "Google Analytics Settings"
369
  msgstr "Réglages Google analytics"
370
 
371
- #: .././admin/settings.php:852 .././admin/settings.php:1120
372
  msgid "Use the red link (see below) to generate and get your access code!"
373
  msgstr ""
374
 
375
- #: .././admin/settings.php:863 .././admin/settings.php:1148
376
  msgid "Plugin Authorization"
377
  msgstr "Autorisation Plugin"
378
 
379
- #: .././admin/settings.php:868 .././admin/settings.php:1152
380
  #, php-format
381
  msgid ""
382
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -384,169 +384,165 @@ msgid ""
384
  "account!"
385
  msgstr ""
386
 
387
- #: .././admin/settings.php:868 .././admin/settings.php:1152
388
  msgid "video"
389
  msgstr "video"
390
 
391
- #: .././admin/settings.php:868 .././admin/settings.php:1152
392
  msgid "tutorial"
393
  msgstr "Tutoriel"
394
 
395
- #: .././admin/settings.php:873 .././admin/settings.php:1159
396
  msgid "use your own API Project credentials"
397
  msgstr ""
398
 
399
- #: .././admin/settings.php:877 .././admin/settings.php:1166
400
  msgid "API Key:"
401
  msgstr "Clé API:"
402
 
403
- #: .././admin/settings.php:881 .././admin/settings.php:1170
404
  msgid "Client ID:"
405
  msgstr "Client ID:"
406
 
407
- #: .././admin/settings.php:885 .././admin/settings.php:1174
408
  msgid "Client Secret:"
409
  msgstr "Client Secret:"
410
 
411
- #: .././admin/settings.php:895 .././admin/settings.php:1184
412
  msgid "Clear Authorization"
413
  msgstr "Effacer autorisation"
414
 
415
- #: .././admin/settings.php:895 .././admin/settings.php:971
416
- #: .././admin/settings.php:1184 .././admin/settings.php:1259
417
  msgid "Clear Cache"
418
  msgstr "Effacer Cache"
419
 
420
- #: .././admin/settings.php:895
421
  msgid "Reset Errors"
422
  msgstr ""
423
 
424
- #: .././admin/settings.php:901 .././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:904
430
- msgid "Select Domain:"
431
  msgstr ""
432
 
433
- #: .././admin/settings.php:915 .././admin/settings.php:1212
434
  msgid "Property not found"
435
  msgstr ""
436
 
437
- #: .././admin/settings.php:920
438
- msgid "and/or hide all other domains"
439
- msgstr "et/ou masquer tous les autres domaines"
440
-
441
  #: .././admin/settings.php:921
442
- msgid "Hide Now"
443
- msgstr "Cacher Maintenant"
444
 
445
  #: .././admin/settings.php:939
446
  msgid "Theme Color:"
447
  msgstr ""
448
 
449
- #: .././admin/settings.php:947 .././admin/settings.php:1221
450
  msgid "Automatic Updates"
451
  msgstr ""
452
 
453
- #: .././admin/settings.php:957 .././admin/settings.php:1231
454
  msgid ""
455
  "automatic updates for minor versions (security and maintenance releases only)"
456
  msgstr ""
457
 
458
- #: .././admin/settings.php:971 .././admin/settings.php:1259
459
- #: .././admin/widgets.php:43
460
  msgid "Authorize Plugin"
461
  msgstr "autoriser le plugin"
462
 
463
- #: .././admin/settings.php:1046
464
  msgid "Properties refreshed."
465
  msgstr "Propriétés rafraîchies."
466
 
467
- #: .././admin/settings.php:1130
468
  msgid "Network Setup"
469
  msgstr "Configuration du réseau"
470
 
471
- #: .././admin/settings.php:1140
472
  msgid "use a single Google Analytics account for the entire network"
473
  msgstr ""
474
 
475
- #: .././admin/settings.php:1184
476
  msgid "Refresh Properties"
477
  msgstr "Propriétés Actualisées"
478
 
479
- #: .././admin/settings.php:1190
480
  msgid "Properties/Views Settings"
481
  msgstr "Propriétés/Paramètres Vues"
482
 
483
- #: .././admin/settings.php:1245
484
  msgid "exclude Super Admin tracking for the entire network"
485
  msgstr ""
486
 
487
- #: .././admin/settings.php:1290
488
  msgid "Setup Tutorial & Demo"
489
  msgstr "Configuration Tutorial et Démo"
490
 
491
- #: .././admin/settings.php:1298
492
  msgid "Support & Reviews"
493
  msgstr "Support & avis"
494
 
495
- #: .././admin/settings.php:1305
496
  #, php-format
497
  msgid "Plugin documentation and support on %s"
498
  msgstr ""
499
 
500
- #: .././admin/settings.php:1312
501
  #, php-format
502
  msgid "Your feedback and review are both important, %s!"
503
  msgstr ""
504
 
505
- #: .././admin/settings.php:1312
506
  msgid "rate this plugin"
507
  msgstr "évaluer ce plugin"
508
 
509
- #: .././admin/settings.php:1318
510
  msgid "Further Reading"
511
  msgstr "Lectures complémentaires"
512
 
513
- #: .././admin/settings.php:1325
514
  #, php-format
515
  msgid "%s by moving your website to HTTPS/SSL."
516
  msgstr ""
517
 
518
- #: .././admin/settings.php:1325
519
  msgid "Improve search rankings"
520
  msgstr ""
521
 
522
- #: .././admin/settings.php:1332
523
  #, php-format
524
  msgid "Other %s written by the same author"
525
  msgstr ""
526
 
527
- #: .././admin/settings.php:1332
528
  msgid "WordPress Plugins"
529
  msgstr "Plugin Wordpress"
530
 
531
- #: .././admin/settings.php:1338
532
  msgid "Other Services"
533
  msgstr ""
534
 
535
- #: .././admin/settings.php:1345
536
  #, php-format
537
  msgid "Speed up your website and plug into a whole %s"
538
  msgstr ""
539
 
540
- #: .././admin/settings.php:1345
541
  msgid "new level of site speed"
542
  msgstr ""
543
 
544
- #: .././admin/settings.php:1352
545
  #, php-format
546
  msgid "%s service with users tracking at IP level."
547
  msgstr ""
548
 
549
- #: .././admin/settings.php:1352
550
  msgid "Web Analytics"
551
  msgstr "Web Analytics"
552
 
@@ -566,131 +562,131 @@ msgstr "Réglages F.O"
566
  msgid "Tracking Code"
567
  msgstr "Code de Tracking"
568
 
569
- #: .././admin/setup.php:196 .././admin/widgets.php:128
570
  msgid "Today"
571
  msgstr "Aujourd&#39;hui"
572
 
573
- #: .././admin/setup.php:197 .././admin/widgets.php:130
574
  msgid "Yesterday"
575
  msgstr "Hier"
576
 
577
- #: .././admin/setup.php:198 .././admin/widgets.php:132
578
  #: .././front/widgets.php:74 .././front/widgets.php:182
579
  msgid "Last 7 Days"
580
  msgstr "7 Derniers Jours"
581
 
582
- #: .././admin/setup.php:199 .././admin/widgets.php:136
583
  #: .././front/widgets.php:80 .././front/widgets.php:184
584
  msgid "Last 30 Days"
585
  msgstr "30 Derniers Jours"
586
 
587
- #: .././admin/setup.php:200 .././admin/widgets.php:138
588
  msgid "Last 90 Days"
589
  msgstr "90 Derniers Jours"
590
 
591
- #: .././admin/setup.php:203 .././admin/setup.php:219
592
  msgid "Unique Views"
593
  msgstr ""
594
 
595
- #: .././admin/setup.php:204 .././admin/setup.php:220
596
- #: .././admin/widgets.php:145 .././admin/widgets.php:891
597
- #: .././tools/gapi.php:382
598
  msgid "Users"
599
  msgstr ""
600
 
601
- #: .././admin/setup.php:205 .././admin/widgets.php:147
602
  msgid "Organic"
603
  msgstr "Organique"
604
 
605
- #: .././admin/setup.php:206 .././admin/setup.php:221
606
- #: .././admin/widgets.php:149 .././admin/widgets.php:895
607
- #: .././tools/gapi.php:385
608
  msgid "Page Views"
609
  msgstr "Pages vues"
610
 
611
- #: .././admin/setup.php:207 .././admin/setup.php:222
612
- #: .././admin/widgets.php:151 .././admin/widgets.php:899
613
- #: .././tools/gapi.php:388
614
  msgid "Bounce Rate"
615
  msgstr "Taux de Rebond"
616
 
617
- #: .././admin/setup.php:208 .././admin/widgets.php:153
618
  msgid "Location"
619
  msgstr ""
620
 
621
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
622
  msgid "Referrers"
623
  msgstr ""
624
 
625
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
626
- #: .././tools/gapi.php:913
627
  msgid "Searches"
628
  msgstr ""
629
 
630
- #: .././admin/setup.php:211 .././admin/widgets.php:161
631
  msgid "Traffic Details"
632
  msgstr ""
633
 
634
- #: .././admin/setup.php:214 .././admin/widgets.php:527
635
- #: .././admin/widgets.php:623 .././admin/widgets.php:821
636
- #: .././admin/widgets.php:933 .././front/item-reports.php:87
637
  msgid "A JavaScript Error is blocking plugin resources!"
638
  msgstr ""
639
 
640
- #: .././admin/setup.php:215 .././admin/widgets.php:729
641
  msgid "Traffic Mediums"
642
  msgstr ""
643
 
644
- #: .././admin/setup.php:216 .././admin/widgets.php:745
645
  msgid "Visitor Type"
646
  msgstr ""
647
 
648
- #: .././admin/setup.php:217 .././admin/widgets.php:761
649
  msgid "Social Networks"
650
  msgstr ""
651
 
652
- #: .././admin/setup.php:218 .././admin/widgets.php:777
653
  msgid "Search Engines"
654
  msgstr ""
655
 
656
- #: .././admin/setup.php:223 .././admin/widgets.php:903
657
  msgid "Organic Search"
658
  msgstr ""
659
 
660
- #: .././admin/setup.php:224 .././admin/widgets.php:907
661
  msgid "Pages/Session"
662
  msgstr ""
663
 
664
- #: .././admin/setup.php:225 .././admin/widgets.php:540
665
- #: .././admin/widgets.php:558 .././admin/widgets.php:636
666
- #: .././admin/widgets.php:654 .././admin/widgets.php:673
667
- #: .././admin/widgets.php:692 .././admin/widgets.php:712
668
- #: .././admin/widgets.php:835 .././admin/widgets.php:946
669
- #: .././admin/widgets.php:965 .././front/item-reports.php:99
670
- #: .././front/item-reports.php:118
671
  msgid "Invalid response, more details in JavaScript Console (F12)."
672
  msgstr ""
673
 
674
- #: .././admin/setup.php:226
675
  msgid "Not enough data collected"
676
  msgstr ""
677
 
678
- #: .././admin/setup.php:227 .././admin/widgets.php:545
679
- #: .././admin/widgets.php:563 .././admin/widgets.php:641
680
- #: .././admin/widgets.php:659 .././admin/widgets.php:678
681
- #: .././admin/widgets.php:697 .././admin/widgets.php:717
682
- #: .././admin/widgets.php:840 .././admin/widgets.php:843
683
- #: .././admin/widgets.php:951 .././admin/widgets.php:970
684
- #: .././front/item-reports.php:104 .././front/item-reports.php:123
685
  #: .././front/widgets.php:110
686
  msgid "This report is unavailable"
687
  msgstr ""
688
 
689
- #: .././admin/setup.php:228
690
  msgid "report generated by"
691
  msgstr ""
692
 
693
- #: .././admin/setup.php:268
694
  msgid "Settings"
695
  msgstr "Réglages"
696
 
@@ -698,29 +694,29 @@ msgstr "Réglages"
698
  msgid "Google Analytics Dashboard"
699
  msgstr "Tableau de Bord Google Analytics"
700
 
701
- #: .././admin/widgets.php:43
702
  msgid "This plugin needs an authorization:"
703
  msgstr "Ce plugin a besoin d&#39;une autorisation:"
704
 
705
- #: .././admin/widgets.php:77
706
  msgid "Something went wrong while retrieving profiles list."
707
  msgstr ""
708
  "Quelque chose s&#39;est mal passé lors de la récupération de la liste des "
709
  "profils."
710
 
711
- #: .././admin/widgets.php:77
712
  msgid "More details"
713
  msgstr "Plus de Détails"
714
 
715
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
716
  msgid "An admin should asign a default Google Analytics Profile."
717
  msgstr "Un administrateur doit assigner un profil Google Analytics par défaut."
718
 
719
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
720
  msgid "Select Domain"
721
  msgstr "Sélectionner un Domaine"
722
 
723
- #: .././admin/widgets.php:106
724
  msgid ""
725
  "Something went wrong while retrieving property data. You need to create and "
726
  "properly configure a Google Analytics account:"
@@ -729,70 +725,70 @@ msgstr ""
729
  "propriété. Vous devez créer et configurer correctement un compte Google "
730
  "Analytics:"
731
 
732
- #: .././admin/widgets.php:106
733
  msgid "Find out more!"
734
  msgstr "En savoir plus!"
735
 
736
- #: .././admin/widgets.php:127
737
  msgid "Real-Time"
738
  msgstr "Temps-Réel"
739
 
740
- #: .././admin/widgets.php:134 .././front/widgets.php:77
741
  #: .././front/widgets.php:183
742
  msgid "Last 14 Days"
743
  msgstr "14 Derniers Jours"
744
 
745
- #: .././admin/widgets.php:144 .././admin/widgets.php:887
746
- #: .././front/widgets.php:46 .././tools/gapi.php:397 .././tools/gapi.php:558
747
- #: .././tools/gapi.php:604 .././tools/gapi.php:667 .././tools/gapi.php:777
748
- #: .././tools/gapi.php:818 .././tools/gapi.php:914
749
  msgid "Sessions"
750
  msgstr ""
751
 
752
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
753
  msgid "Pages"
754
  msgstr ""
755
 
756
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
757
  msgid "REFERRAL"
758
  msgstr "RENVOI"
759
 
760
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
761
  msgid "ORGANIC"
762
  msgstr "ORGANIQUE"
763
 
764
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
765
- #: .././admin/widgets.php:491
766
  msgid "SOCIAL"
767
  msgstr "SOCIAL"
768
 
769
- #: .././admin/widgets.php:261 .././admin/widgets.php:380
770
- #: .././admin/widgets.php:492
771
  msgid "CAMPAIGN"
772
  msgstr ""
773
 
774
- #: .././admin/widgets.php:265 .././admin/widgets.php:383
775
- #: .././admin/widgets.php:495
776
  msgid "DIRECT"
777
  msgstr "DIRECT"
778
 
779
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
780
  msgid "NEW"
781
  msgstr "NOUVEAU"
782
 
783
- #: .././admin/widgets.php:371
784
  msgid "REFERRALS"
785
  msgstr "RÉFÉRENCES"
786
 
787
- #: .././admin/widgets.php:374
788
  msgid "KEYWORDS"
789
  msgstr "MOTS-CLÉS"
790
 
791
- #: .././front/item-reports.php:133
792
  msgid "Views vs UniqueViews"
793
  msgstr "Vues VS Unique Vues"
794
 
795
- #: .././front/item-reports.php:183
796
  msgid "Google Analytics Reports"
797
  msgstr ""
798
 
@@ -800,7 +796,7 @@ msgstr ""
800
  msgid "Will display your google analytics stats in a widget"
801
  msgstr "Affichera vos statistiques Google Analytics dans un widget"
802
 
803
- #: .././front/widgets.php:46 .././tools/gapi.php:818
804
  msgid "trend"
805
  msgstr ""
806
 
@@ -856,66 +852,72 @@ msgstr "Accorder des crédits:"
856
  msgid "This is not allowed, read the documentation!"
857
  msgstr ""
858
 
859
- #: .././tools/gapi.php:141
860
  msgid "Use this link to get your access code:"
861
  msgstr "Utilisez ce lien pour obtenir votre code d&#39;accès:"
862
 
863
- #: .././tools/gapi.php:141
864
  msgid "Get Access Code"
865
  msgstr "Obtenir le code d&#39;accès"
866
 
867
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
868
  msgid "Use the red link to get your access code!"
869
  msgstr ""
870
 
871
- #: .././tools/gapi.php:146
872
  msgid "Access Code:"
873
  msgstr "Code d&#39;Accès:"
874
 
875
- #: .././tools/gapi.php:158
876
  msgid "Save Access Code"
877
  msgstr "Sauver le Code d&#39;Accès"
878
 
879
- #: .././tools/gapi.php:391
880
  msgid "Organic Searches"
881
  msgstr "Recherches Organique"
882
 
883
- #: .././tools/gapi.php:394
884
  msgid "Unique Page Views"
885
  msgstr ""
886
 
887
- #: .././tools/gapi.php:402
888
  msgid "Hour"
889
  msgstr "Heure"
890
 
891
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
892
  msgid "Date"
893
  msgstr "Date"
894
 
895
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
896
  msgid "Views"
897
  msgstr "Vues"
898
 
899
- #: .././tools/gapi.php:631
900
  msgid "Countries"
901
  msgstr ""
902
 
903
- #: .././tools/gapi.php:641
904
  msgid "Cities from"
905
  msgstr ""
906
 
907
- #: .././tools/gapi.php:713
908
  msgid "Channels"
909
  msgstr ""
910
 
911
- #: .././tools/gapi.php:776
912
  msgid "Type"
913
  msgstr "Type"
914
 
915
- #: .././tools/gapi.php:871
916
  msgid "UniqueViews"
917
  msgstr "Unique vues"
918
 
 
 
 
 
 
 
919
  #~ msgid "about this feature"
920
  #~ msgstr "sur cette fonction"
921
 
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"
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 ""
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
 
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
 
104
  msgstr ""
105
 
106
  #: .././admin/settings.php:272
107
+ msgid "enable Switch View functionality"
108
  msgstr ""
109
 
110
  #: .././admin/settings.php:283
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
 
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
 
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
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
  "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
 
562
  msgid "Tracking Code"
563
  msgstr "Code de Tracking"
564
 
565
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
566
  msgid "Today"
567
  msgstr "Aujourd&#39;hui"
568
 
569
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
570
  msgid "Yesterday"
571
  msgstr "Hier"
572
 
573
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
574
  #: .././front/widgets.php:74 .././front/widgets.php:182
575
  msgid "Last 7 Days"
576
  msgstr "7 Derniers Jours"
577
 
578
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
579
  #: .././front/widgets.php:80 .././front/widgets.php:184
580
  msgid "Last 30 Days"
581
  msgstr "30 Derniers Jours"
582
 
583
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
584
  msgid "Last 90 Days"
585
  msgstr "90 Derniers Jours"
586
 
587
+ #: .././admin/setup.php:202 .././admin/setup.php:218
588
  msgid "Unique Views"
589
  msgstr ""
590
 
591
+ #: .././admin/setup.php:203 .././admin/setup.php:219
592
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
593
+ #: .././tools/gapi.php:391
594
  msgid "Users"
595
  msgstr ""
596
 
597
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
598
  msgid "Organic"
599
  msgstr "Organique"
600
 
601
+ #: .././admin/setup.php:205 .././admin/setup.php:220
602
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
603
+ #: .././tools/gapi.php:394
604
  msgid "Page Views"
605
  msgstr "Pages vues"
606
 
607
+ #: .././admin/setup.php:206 .././admin/setup.php:221
608
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
609
+ #: .././tools/gapi.php:397
610
  msgid "Bounce Rate"
611
  msgstr "Taux de Rebond"
612
 
613
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
614
  msgid "Location"
615
  msgstr ""
616
 
617
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
618
  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
 
626
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
627
  msgid "Traffic Details"
628
  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
 
636
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
637
  msgid "Traffic Mediums"
638
  msgstr ""
639
 
640
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
641
  msgid "Visitor Type"
642
  msgstr ""
643
 
644
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
645
  msgid "Social Networks"
646
  msgstr ""
647
 
648
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
649
  msgid "Search Engines"
650
  msgstr ""
651
 
652
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
653
  msgid "Organic Search"
654
  msgstr ""
655
 
656
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
657
  msgid "Pages/Session"
658
  msgstr ""
659
 
660
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
661
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
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
 
670
+ #: .././admin/setup.php:225
671
  msgid "Not enough data collected"
672
  msgstr ""
673
 
674
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
675
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
676
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
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 ""
684
 
685
+ #: .././admin/setup.php:227
686
  msgid "report generated by"
687
  msgstr ""
688
 
689
+ #: .././admin/setup.php:267
690
  msgid "Settings"
691
  msgstr "Réglages"
692
 
694
  msgid "Google Analytics Dashboard"
695
  msgstr "Tableau de Bord Google Analytics"
696
 
697
+ #: .././admin/widgets.php:42
698
  msgid "This plugin needs an authorization:"
699
  msgstr "Ce plugin a besoin d&#39;une autorisation:"
700
 
701
+ #: .././admin/widgets.php:76
702
  msgid "Something went wrong while retrieving profiles list."
703
  msgstr ""
704
  "Quelque chose s&#39;est mal passé lors de la récupération de la liste des "
705
  "profils."
706
 
707
+ #: .././admin/widgets.php:76
708
  msgid "More details"
709
  msgstr "Plus de Détails"
710
 
711
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
712
  msgid "An admin should asign a default Google Analytics Profile."
713
  msgstr "Un administrateur doit assigner un profil Google Analytics par défaut."
714
 
715
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
716
  msgid "Select Domain"
717
  msgstr "Sélectionner un Domaine"
718
 
719
+ #: .././admin/widgets.php:105
720
  msgid ""
721
  "Something went wrong while retrieving property data. You need to create and "
722
  "properly configure a Google Analytics account:"
725
  "propriété. Vous devez créer et configurer correctement un compte Google "
726
  "Analytics:"
727
 
728
+ #: .././admin/widgets.php:105
729
  msgid "Find out more!"
730
  msgstr "En savoir plus!"
731
 
732
+ #: .././admin/widgets.php:125
733
  msgid "Real-Time"
734
  msgstr "Temps-Réel"
735
 
736
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
737
  #: .././front/widgets.php:183
738
  msgid "Last 14 Days"
739
  msgstr "14 Derniers Jours"
740
 
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
 
748
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
749
  msgid "Pages"
750
  msgstr ""
751
 
752
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
753
  msgid "REFERRAL"
754
  msgstr "RENVOI"
755
 
756
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
757
  msgid "ORGANIC"
758
  msgstr "ORGANIQUE"
759
 
760
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
761
+ #: .././admin/widgets.php:474
762
  msgid "SOCIAL"
763
  msgstr "SOCIAL"
764
 
765
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
766
+ #: .././admin/widgets.php:475
767
  msgid "CAMPAIGN"
768
  msgstr ""
769
 
770
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
771
+ #: .././admin/widgets.php:478
772
  msgid "DIRECT"
773
  msgstr "DIRECT"
774
 
775
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
776
  msgid "NEW"
777
  msgstr "NOUVEAU"
778
 
779
+ #: .././admin/widgets.php:354
780
  msgid "REFERRALS"
781
  msgstr "RÉFÉRENCES"
782
 
783
+ #: .././admin/widgets.php:357
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
 
796
  msgid "Will display your google analytics stats in a widget"
797
  msgstr "Affichera vos statistiques Google Analytics dans un widget"
798
 
799
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
800
  msgid "trend"
801
  msgstr ""
802
 
852
  msgid "This is not allowed, read the documentation!"
853
  msgstr ""
854
 
855
+ #: .././tools/gapi.php:134
856
  msgid "Use this link to get your access code:"
857
  msgstr "Utilisez ce lien pour obtenir votre code d&#39;accès:"
858
 
859
+ #: .././tools/gapi.php:134
860
  msgid "Get Access Code"
861
  msgstr "Obtenir le code d&#39;accès"
862
 
863
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
864
  msgid "Use the red link to get your access code!"
865
  msgstr ""
866
 
867
+ #: .././tools/gapi.php:138
868
  msgid "Access Code:"
869
  msgstr "Code d&#39;Accès:"
870
 
871
+ #: .././tools/gapi.php:145
872
  msgid "Save Access Code"
873
  msgstr "Sauver le Code d&#39;Accès"
874
 
875
+ #: .././tools/gapi.php:400
876
  msgid "Organic Searches"
877
  msgstr "Recherches Organique"
878
 
879
+ #: .././tools/gapi.php:403
880
  msgid "Unique Page Views"
881
  msgstr ""
882
 
883
+ #: .././tools/gapi.php:411
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
 
895
+ #: .././tools/gapi.php:640
896
  msgid "Countries"
897
  msgstr ""
898
 
899
+ #: .././tools/gapi.php:650
900
  msgid "Cities from"
901
  msgstr ""
902
 
903
+ #: .././tools/gapi.php:722
904
  msgid "Channels"
905
  msgstr ""
906
 
907
+ #: .././tools/gapi.php:785
908
  msgid "Type"
909
  msgstr "Type"
910
 
911
+ #: .././tools/gapi.php:880
912
  msgid "UniqueViews"
913
  msgstr "Unique vues"
914
 
915
+ #~ msgid "and/or hide all other domains"
916
+ #~ msgstr "et/ou masquer tous les autres domaines"
917
+
918
+ #~ msgid "Hide Now"
919
+ #~ msgstr "Cacher Maintenant"
920
+
921
  #~ msgid "about this feature"
922
  #~ msgstr "sur cette fonction"
923
 
languages/ga-dash-hu_HU.po CHANGED
@@ -3,58 +3,58 @@ 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-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: 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.5\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:66
22
  msgid "Analytics"
23
  msgstr ""
24
 
25
  #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:819
27
- #: .././admin/settings.php:1088
28
  msgid "Settings saved."
29
  msgstr ""
30
 
31
  #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:796
33
- #: .././admin/settings.php:806 .././admin/settings.php:815
34
- #: .././admin/settings.php:821 .././admin/settings.php:833
35
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
36
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
37
- #: .././admin/settings.php:1102
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
58
  msgid "authorize the plugin"
59
  msgstr "bővítményt engedélyezni"
60
 
@@ -90,7 +90,7 @@ msgstr ""
90
 
91
  #: .././admin/settings.php:180 .././admin/settings.php:318
92
  #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1252
94
  msgid "Save Changes"
95
  msgstr ""
96
 
@@ -104,7 +104,7 @@ msgid "Read %s for more information about Backend Features and Options."
104
  msgstr ""
105
 
106
  #: .././admin/settings.php:272
107
- msgid "enable Switch Profile/View functionality"
108
  msgstr ""
109
 
110
  #: .././admin/settings.php:283
@@ -154,7 +154,7 @@ msgid "Custom Definitions"
154
  msgstr ""
155
 
156
  #: .././admin/settings.php:364 .././admin/settings.php:575
157
- #: .././admin/settings.php:1235
158
  msgid "Exclude Tracking"
159
  msgstr "Követés kizárás"
160
 
@@ -183,9 +183,9 @@ msgstr "Letiltva"
183
  msgid "Enabled"
184
  msgstr "Engedélyezve"
185
 
186
- #: .././admin/settings.php:388 .././admin/settings.php:911
187
- #: .././admin/settings.php:933 .././admin/settings.php:1208
188
- #: .././admin/widgets.php:72
189
  msgid "View Name:"
190
  msgstr "Név:"
191
 
@@ -311,7 +311,7 @@ msgstr ""
311
 
312
  #: .././admin/settings.php:682
313
  #, php-format
314
- msgid "For errors and/or other issues please check %s and related tutorials."
315
  msgstr ""
316
 
317
  #: .././admin/settings.php:687
@@ -340,45 +340,45 @@ msgstr ""
340
  msgid "Library conflicts between WordPress plugins"
341
  msgstr ""
342
 
343
- #: .././admin/settings.php:756 .././admin/settings.php:1016
344
  msgid "Plugin authorization succeeded."
345
  msgstr "Bővítmény engedélyezése sikeres."
346
 
347
- #: .././admin/settings.php:771 .././admin/settings.php:1040
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:794 .././admin/settings.php:1072
354
  msgid "Cleared Cache."
355
  msgstr "Cache kiűrítve."
356
 
357
- #: .././admin/settings.php:803 .././admin/settings.php:1081
358
  msgid "Token Reseted and Revoked."
359
  msgstr "Token visszaállítva és visszavonva."
360
 
361
- #: .././admin/settings.php:813
362
  msgid "All errors reseted."
363
  msgstr ""
364
 
365
- #: .././admin/settings.php:826 .././admin/settings.php:1095
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:838 .././admin/settings.php:1107
370
  msgid "Google Analytics Settings"
371
  msgstr "Google Analytics beállítások"
372
 
373
- #: .././admin/settings.php:852 .././admin/settings.php:1120
374
  msgid "Use the red link (see below) to generate and get your access code!"
375
  msgstr ""
376
 
377
- #: .././admin/settings.php:863 .././admin/settings.php:1148
378
  msgid "Plugin Authorization"
379
  msgstr "Bővítmény engedélyezés"
380
 
381
- #: .././admin/settings.php:868 .././admin/settings.php:1152
382
  #, php-format
383
  msgid ""
384
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -386,170 +386,166 @@ msgid ""
386
  "account!"
387
  msgstr ""
388
 
389
- #: .././admin/settings.php:868 .././admin/settings.php:1152
390
  msgid "video"
391
  msgstr "videót"
392
 
393
- #: .././admin/settings.php:868 .././admin/settings.php:1152
394
  msgid "tutorial"
395
  msgstr "oktatói anyagot"
396
 
397
- #: .././admin/settings.php:873 .././admin/settings.php:1159
398
  msgid "use your own API Project credentials"
399
  msgstr ""
400
 
401
- #: .././admin/settings.php:877 .././admin/settings.php:1166
402
  msgid "API Key:"
403
  msgstr "API key:"
404
 
405
- #: .././admin/settings.php:881 .././admin/settings.php:1170
406
  msgid "Client ID:"
407
  msgstr "Client ID:"
408
 
409
- #: .././admin/settings.php:885 .././admin/settings.php:1174
410
  msgid "Client Secret:"
411
  msgstr "Client Secret:"
412
 
413
- #: .././admin/settings.php:895 .././admin/settings.php:1184
414
  msgid "Clear Authorization"
415
  msgstr "Engedélyezés törlése"
416
 
417
- #: .././admin/settings.php:895 .././admin/settings.php:971
418
- #: .././admin/settings.php:1184 .././admin/settings.php:1259
419
  msgid "Clear Cache"
420
  msgstr "Cache ürítése"
421
 
422
- #: .././admin/settings.php:895
423
  msgid "Reset Errors"
424
  msgstr ""
425
 
426
- #: .././admin/settings.php:901 .././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:904
432
- msgid "Select Domain:"
433
  msgstr ""
434
 
435
- #: .././admin/settings.php:915 .././admin/settings.php:1212
436
  msgid "Property not found"
437
  msgstr ""
438
 
439
- #: .././admin/settings.php:920
440
- msgid "and/or hide all other domains"
441
- msgstr "és/vagy az összes többi domain eltüntetése"
442
-
443
  #: .././admin/settings.php:921
444
- msgid "Hide Now"
445
- msgstr "Elrejtés most"
446
 
447
  #: .././admin/settings.php:939
448
  msgid "Theme Color:"
449
  msgstr ""
450
 
451
- #: .././admin/settings.php:947 .././admin/settings.php:1221
452
  msgid "Automatic Updates"
453
  msgstr ""
454
 
455
- #: .././admin/settings.php:957 .././admin/settings.php:1231
456
  msgid ""
457
  "automatic updates for minor versions (security and maintenance releases only)"
458
  msgstr ""
459
 
460
- #: .././admin/settings.php:971 .././admin/settings.php:1259
461
- #: .././admin/widgets.php:43
462
  msgid "Authorize Plugin"
463
  msgstr "Bővítmény engedélyezése"
464
 
465
- #: .././admin/settings.php:1046
466
  msgid "Properties refreshed."
467
  msgstr ""
468
 
469
- #: .././admin/settings.php:1130
470
  msgid "Network Setup"
471
  msgstr ""
472
 
473
- #: .././admin/settings.php:1140
474
  msgid "use a single Google Analytics account for the entire network"
475
  msgstr ""
476
 
477
- #: .././admin/settings.php:1184
478
  msgid "Refresh Properties"
479
  msgstr ""
480
 
481
- #: .././admin/settings.php:1190
482
  #, fuzzy
483
  msgid "Properties/Views Settings"
484
  msgstr "Weblap beállítások"
485
 
486
- #: .././admin/settings.php:1245
487
  msgid "exclude Super Admin tracking for the entire network"
488
  msgstr ""
489
 
490
- #: .././admin/settings.php:1290
491
  msgid "Setup Tutorial & Demo"
492
  msgstr "Beállítás oktató anyag és demo"
493
 
494
- #: .././admin/settings.php:1298
495
  msgid "Support & Reviews"
496
  msgstr "Támogatás és vélemények"
497
 
498
- #: .././admin/settings.php:1305
499
  #, php-format
500
  msgid "Plugin documentation and support on %s"
501
  msgstr ""
502
 
503
- #: .././admin/settings.php:1312
504
  #, php-format
505
  msgid "Your feedback and review are both important, %s!"
506
  msgstr ""
507
 
508
- #: .././admin/settings.php:1312
509
  msgid "rate this plugin"
510
  msgstr "értékelje ezt a bővítményt"
511
 
512
- #: .././admin/settings.php:1318
513
  msgid "Further Reading"
514
  msgstr "További olvasmány"
515
 
516
- #: .././admin/settings.php:1325
517
  #, php-format
518
  msgid "%s by moving your website to HTTPS/SSL."
519
  msgstr ""
520
 
521
- #: .././admin/settings.php:1325
522
  msgid "Improve search rankings"
523
  msgstr ""
524
 
525
- #: .././admin/settings.php:1332
526
  #, php-format
527
  msgid "Other %s written by the same author"
528
  msgstr ""
529
 
530
- #: .././admin/settings.php:1332
531
  msgid "WordPress Plugins"
532
  msgstr "WordPress bővítmények"
533
 
534
- #: .././admin/settings.php:1338
535
  msgid "Other Services"
536
  msgstr ""
537
 
538
- #: .././admin/settings.php:1345
539
  #, php-format
540
  msgid "Speed up your website and plug into a whole %s"
541
  msgstr ""
542
 
543
- #: .././admin/settings.php:1345
544
  msgid "new level of site speed"
545
  msgstr ""
546
 
547
- #: .././admin/settings.php:1352
548
  #, php-format
549
  msgid "%s service with users tracking at IP level."
550
  msgstr ""
551
 
552
- #: .././admin/settings.php:1352
553
  msgid "Web Analytics"
554
  msgstr "Web Analitika"
555
 
@@ -569,131 +565,131 @@ msgstr "Weblap beállítások"
569
  msgid "Tracking Code"
570
  msgstr "Követőkód"
571
 
572
- #: .././admin/setup.php:196 .././admin/widgets.php:128
573
  msgid "Today"
574
  msgstr "Ma"
575
 
576
- #: .././admin/setup.php:197 .././admin/widgets.php:130
577
  msgid "Yesterday"
578
  msgstr "Tegnap"
579
 
580
- #: .././admin/setup.php:198 .././admin/widgets.php:132
581
  #: .././front/widgets.php:74 .././front/widgets.php:182
582
  msgid "Last 7 Days"
583
  msgstr "Elmúlt 7 nap"
584
 
585
- #: .././admin/setup.php:199 .././admin/widgets.php:136
586
  #: .././front/widgets.php:80 .././front/widgets.php:184
587
  msgid "Last 30 Days"
588
  msgstr "Elmúlt 30 nap"
589
 
590
- #: .././admin/setup.php:200 .././admin/widgets.php:138
591
  msgid "Last 90 Days"
592
  msgstr "Elmúlt 90 nap"
593
 
594
- #: .././admin/setup.php:203 .././admin/setup.php:219
595
  msgid "Unique Views"
596
  msgstr ""
597
 
598
- #: .././admin/setup.php:204 .././admin/setup.php:220
599
- #: .././admin/widgets.php:145 .././admin/widgets.php:891
600
- #: .././tools/gapi.php:382
601
  msgid "Users"
602
  msgstr ""
603
 
604
- #: .././admin/setup.php:205 .././admin/widgets.php:147
605
  msgid "Organic"
606
  msgstr "Organikus"
607
 
608
- #: .././admin/setup.php:206 .././admin/setup.php:221
609
- #: .././admin/widgets.php:149 .././admin/widgets.php:895
610
- #: .././tools/gapi.php:385
611
  msgid "Page Views"
612
  msgstr "Oldalmegtekintések"
613
 
614
- #: .././admin/setup.php:207 .././admin/setup.php:222
615
- #: .././admin/widgets.php:151 .././admin/widgets.php:899
616
- #: .././tools/gapi.php:388
617
  msgid "Bounce Rate"
618
  msgstr "Visszafordulási arány"
619
 
620
- #: .././admin/setup.php:208 .././admin/widgets.php:153
621
  msgid "Location"
622
  msgstr ""
623
 
624
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
625
  msgid "Referrers"
626
  msgstr ""
627
 
628
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
629
- #: .././tools/gapi.php:913
630
  msgid "Searches"
631
  msgstr ""
632
 
633
- #: .././admin/setup.php:211 .././admin/widgets.php:161
634
  msgid "Traffic Details"
635
  msgstr ""
636
 
637
- #: .././admin/setup.php:214 .././admin/widgets.php:527
638
- #: .././admin/widgets.php:623 .././admin/widgets.php:821
639
- #: .././admin/widgets.php:933 .././front/item-reports.php:87
640
  msgid "A JavaScript Error is blocking plugin resources!"
641
  msgstr ""
642
 
643
- #: .././admin/setup.php:215 .././admin/widgets.php:729
644
  msgid "Traffic Mediums"
645
  msgstr ""
646
 
647
- #: .././admin/setup.php:216 .././admin/widgets.php:745
648
  msgid "Visitor Type"
649
  msgstr ""
650
 
651
- #: .././admin/setup.php:217 .././admin/widgets.php:761
652
  msgid "Social Networks"
653
  msgstr ""
654
 
655
- #: .././admin/setup.php:218 .././admin/widgets.php:777
656
  msgid "Search Engines"
657
  msgstr ""
658
 
659
- #: .././admin/setup.php:223 .././admin/widgets.php:903
660
  msgid "Organic Search"
661
  msgstr ""
662
 
663
- #: .././admin/setup.php:224 .././admin/widgets.php:907
664
  msgid "Pages/Session"
665
  msgstr ""
666
 
667
- #: .././admin/setup.php:225 .././admin/widgets.php:540
668
- #: .././admin/widgets.php:558 .././admin/widgets.php:636
669
- #: .././admin/widgets.php:654 .././admin/widgets.php:673
670
- #: .././admin/widgets.php:692 .././admin/widgets.php:712
671
- #: .././admin/widgets.php:835 .././admin/widgets.php:946
672
- #: .././admin/widgets.php:965 .././front/item-reports.php:99
673
- #: .././front/item-reports.php:118
674
  msgid "Invalid response, more details in JavaScript Console (F12)."
675
  msgstr ""
676
 
677
- #: .././admin/setup.php:226
678
  msgid "Not enough data collected"
679
  msgstr ""
680
 
681
- #: .././admin/setup.php:227 .././admin/widgets.php:545
682
- #: .././admin/widgets.php:563 .././admin/widgets.php:641
683
- #: .././admin/widgets.php:659 .././admin/widgets.php:678
684
- #: .././admin/widgets.php:697 .././admin/widgets.php:717
685
- #: .././admin/widgets.php:840 .././admin/widgets.php:843
686
- #: .././admin/widgets.php:951 .././admin/widgets.php:970
687
- #: .././front/item-reports.php:104 .././front/item-reports.php:123
688
  #: .././front/widgets.php:110
689
  msgid "This report is unavailable"
690
  msgstr ""
691
 
692
- #: .././admin/setup.php:228
693
  msgid "report generated by"
694
  msgstr ""
695
 
696
- #: .././admin/setup.php:268
697
  msgid "Settings"
698
  msgstr "Beállítások"
699
 
@@ -701,28 +697,28 @@ msgstr "Beállítások"
701
  msgid "Google Analytics Dashboard"
702
  msgstr "Google Analytics vezérlőpult"
703
 
704
- #: .././admin/widgets.php:43
705
  msgid "This plugin needs an authorization:"
706
  msgstr "Ennek a bővítménynek engedélyre van szüksége:"
707
 
708
- #: .././admin/widgets.php:77
709
  msgid "Something went wrong while retrieving profiles list."
710
  msgstr "Valami rosszul ment a profil lista lekérése közben."
711
 
712
- #: .././admin/widgets.php:77
713
  msgid "More details"
714
  msgstr "További részletek"
715
 
716
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
717
  msgid "An admin should asign a default Google Analytics Profile."
718
  msgstr ""
719
  "Az alapértelmezett Google Analytics profilt egy admin képes kijelölni."
720
 
721
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
722
  msgid "Select Domain"
723
  msgstr "Domain kiválasztása"
724
 
725
- #: .././admin/widgets.php:106
726
  msgid ""
727
  "Something went wrong while retrieving property data. You need to create and "
728
  "properly configure a Google Analytics account:"
@@ -730,70 +726,70 @@ msgstr ""
730
  "Valami rosszul ment a tulajdon adat lekérése közben. Egy jól konfigurált "
731
  "Google Analytics fiókra van szüksége:"
732
 
733
- #: .././admin/widgets.php:106
734
  msgid "Find out more!"
735
  msgstr "Tudjon meg többet!"
736
 
737
- #: .././admin/widgets.php:127
738
  msgid "Real-Time"
739
  msgstr "Valós idejű"
740
 
741
- #: .././admin/widgets.php:134 .././front/widgets.php:77
742
  #: .././front/widgets.php:183
743
  msgid "Last 14 Days"
744
  msgstr "Elmúlt 14 nap"
745
 
746
- #: .././admin/widgets.php:144 .././admin/widgets.php:887
747
- #: .././front/widgets.php:46 .././tools/gapi.php:397 .././tools/gapi.php:558
748
- #: .././tools/gapi.php:604 .././tools/gapi.php:667 .././tools/gapi.php:777
749
- #: .././tools/gapi.php:818 .././tools/gapi.php:914
750
  msgid "Sessions"
751
  msgstr ""
752
 
753
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
754
  msgid "Pages"
755
  msgstr ""
756
 
757
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
758
  msgid "REFERRAL"
759
  msgstr "HIVATKOZÓ"
760
 
761
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
762
  msgid "ORGANIC"
763
  msgstr "ORGANIKUS"
764
 
765
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
766
- #: .././admin/widgets.php:491
767
  msgid "SOCIAL"
768
  msgstr "KÖZÖSSÉGI"
769
 
770
- #: .././admin/widgets.php:261 .././admin/widgets.php:380
771
- #: .././admin/widgets.php:492
772
  msgid "CAMPAIGN"
773
  msgstr ""
774
 
775
- #: .././admin/widgets.php:265 .././admin/widgets.php:383
776
- #: .././admin/widgets.php:495
777
  msgid "DIRECT"
778
  msgstr "KÖZVETLEN"
779
 
780
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
781
  msgid "NEW"
782
  msgstr "ÚJ"
783
 
784
- #: .././admin/widgets.php:371
785
  msgid "REFERRALS"
786
  msgstr "HIVATKOZÓK"
787
 
788
- #: .././admin/widgets.php:374
789
  msgid "KEYWORDS"
790
  msgstr "KULCSSZAVAK"
791
 
792
- #: .././front/item-reports.php:133
793
  msgid "Views vs UniqueViews"
794
  msgstr "Látogatások vs egyedi látogatások"
795
 
796
- #: .././front/item-reports.php:183
797
  msgid "Google Analytics Reports"
798
  msgstr ""
799
 
@@ -801,7 +797,7 @@ msgstr ""
801
  msgid "Will display your google analytics stats in a widget"
802
  msgstr "Megjelenik a Google Analytics statisztika egy widgetben"
803
 
804
- #: .././front/widgets.php:46 .././tools/gapi.php:818
805
  msgid "trend"
806
  msgstr ""
807
 
@@ -857,66 +853,72 @@ msgstr "Köszönet:"
857
  msgid "This is not allowed, read the documentation!"
858
  msgstr ""
859
 
860
- #: .././tools/gapi.php:141
861
  msgid "Use this link to get your access code:"
862
  msgstr "Használja ezt a linket, hogy a hozzáférési kódot megkapja:"
863
 
864
- #: .././tools/gapi.php:141
865
  msgid "Get Access Code"
866
  msgstr "Hozzáférési kód beszerzése"
867
 
868
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
869
  msgid "Use the red link to get your access code!"
870
  msgstr ""
871
 
872
- #: .././tools/gapi.php:146
873
  msgid "Access Code:"
874
  msgstr "Hozzáférési kód:"
875
 
876
- #: .././tools/gapi.php:158
877
  msgid "Save Access Code"
878
  msgstr "Hozzáférési kód mentése"
879
 
880
- #: .././tools/gapi.php:391
881
  msgid "Organic Searches"
882
  msgstr "Organikus keresés"
883
 
884
- #: .././tools/gapi.php:394
885
  msgid "Unique Page Views"
886
  msgstr ""
887
 
888
- #: .././tools/gapi.php:402
889
  msgid "Hour"
890
  msgstr "Óra"
891
 
892
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
893
  msgid "Date"
894
  msgstr "Dátum"
895
 
896
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
897
  msgid "Views"
898
  msgstr "Látogatások"
899
 
900
- #: .././tools/gapi.php:631
901
  msgid "Countries"
902
  msgstr ""
903
 
904
- #: .././tools/gapi.php:641
905
  msgid "Cities from"
906
  msgstr ""
907
 
908
- #: .././tools/gapi.php:713
909
  msgid "Channels"
910
  msgstr ""
911
 
912
- #: .././tools/gapi.php:776
913
  msgid "Type"
914
  msgstr "Típus"
915
 
916
- #: .././tools/gapi.php:871
917
  msgid "UniqueViews"
918
  msgstr "Egyedi látogatások"
919
 
 
 
 
 
 
 
920
  #~ msgid "about this feature"
921
  #~ msgstr "erről a szolgáltatásról"
922
 
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"
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 ""
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
 
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
 
104
  msgstr ""
105
 
106
  #: .././admin/settings.php:272
107
+ msgid "enable Switch View functionality"
108
  msgstr ""
109
 
110
  #: .././admin/settings.php:283
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
 
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
 
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
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 "
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
 
565
  msgid "Tracking Code"
566
  msgstr "Követőkód"
567
 
568
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
569
  msgid "Today"
570
  msgstr "Ma"
571
 
572
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
573
  msgid "Yesterday"
574
  msgstr "Tegnap"
575
 
576
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
577
  #: .././front/widgets.php:74 .././front/widgets.php:182
578
  msgid "Last 7 Days"
579
  msgstr "Elmúlt 7 nap"
580
 
581
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
582
  #: .././front/widgets.php:80 .././front/widgets.php:184
583
  msgid "Last 30 Days"
584
  msgstr "Elmúlt 30 nap"
585
 
586
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
587
  msgid "Last 90 Days"
588
  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"
602
  msgstr "Organikus"
603
 
604
+ #: .././admin/setup.php:205 .././admin/setup.php:220
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
612
+ #: .././tools/gapi.php:397
613
  msgid "Bounce Rate"
614
  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
679
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
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"
694
  msgstr "Beállítások"
695
 
697
  msgid "Google Analytics Dashboard"
698
  msgstr "Google Analytics vezérlőpult"
699
 
700
+ #: .././admin/widgets.php:42
701
  msgid "This plugin needs an authorization:"
702
  msgstr "Ennek a bővítménynek engedélyre van szüksége:"
703
 
704
+ #: .././admin/widgets.php:76
705
  msgid "Something went wrong while retrieving profiles list."
706
  msgstr "Valami rosszul ment a profil lista lekérése közben."
707
 
708
+ #: .././admin/widgets.php:76
709
  msgid "More details"
710
  msgstr "További részletek"
711
 
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"
719
  msgstr "Domain kiválasztása"
720
 
721
+ #: .././admin/widgets.php:105
722
  msgid ""
723
  "Something went wrong while retrieving property data. You need to create and "
724
  "properly configure a Google Analytics account:"
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!"
731
  msgstr "Tudjon meg többet!"
732
 
733
+ #: .././admin/widgets.php:125
734
  msgid "Real-Time"
735
  msgstr "Valós idejű"
736
 
737
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
738
  #: .././front/widgets.php:183
739
  msgid "Last 14 Days"
740
  msgstr "Elmúlt 14 nap"
741
 
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"
755
  msgstr "HIVATKOZÓ"
756
 
757
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
758
  msgid "ORGANIC"
759
  msgstr "ORGANIKUS"
760
 
761
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
762
+ #: .././admin/widgets.php:474
763
  msgid "SOCIAL"
764
  msgstr "KÖZÖSSÉGI"
765
 
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
773
  msgid "DIRECT"
774
  msgstr "KÖZVETLEN"
775
 
776
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
777
  msgid "NEW"
778
  msgstr "ÚJ"
779
 
780
+ #: .././admin/widgets.php:354
781
  msgid "REFERRALS"
782
  msgstr "HIVATKOZÓK"
783
 
784
+ #: .././admin/widgets.php:357
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
 
797
  msgid "Will display your google analytics stats in a widget"
798
  msgstr "Megjelenik a Google Analytics statisztika egy widgetben"
799
 
800
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
801
  msgid "trend"
802
  msgstr ""
803
 
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:"
858
  msgstr "Használja ezt a linket, hogy a hozzáférési kódot megkapja:"
859
 
860
+ #: .././tools/gapi.php:134
861
  msgid "Get Access Code"
862
  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:"
870
  msgstr "Hozzáférési kód:"
871
 
872
+ #: .././tools/gapi.php:145
873
  msgid "Save Access Code"
874
  msgstr "Hozzáférési kód mentése"
875
 
876
+ #: .././tools/gapi.php:400
877
  msgid "Organic Searches"
878
  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
 
languages/ga-dash-it_IT.po CHANGED
@@ -3,58 +3,58 @@ 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-10 09:31+0200\n"
7
- "PO-Revision-Date: 2015-04-10 09:32+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.7.5\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:66
22
  msgid "Analytics"
23
  msgstr "Analytics"
24
 
25
  #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:819
27
- #: .././admin/settings.php:1088
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:796
33
- #: .././admin/settings.php:806 .././admin/settings.php:815
34
- #: .././admin/settings.php:821 .././admin/settings.php:833
35
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
36
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
37
- #: .././admin/settings.php:1102
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
58
  msgid "authorize the plugin"
59
  msgstr "autorizza il plugin"
60
 
@@ -90,7 +90,7 @@ msgstr ""
90
 
91
  #: .././admin/settings.php:180 .././admin/settings.php:318
92
  #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1252
94
  msgid "Save Changes"
95
  msgstr "Salva le modifiche"
96
 
@@ -104,8 +104,8 @@ msgid "Read %s for more information about Backend Features and Options."
104
  msgstr ""
105
 
106
  #: .././admin/settings.php:272
107
- msgid "enable Switch Profile/View functionality"
108
- msgstr "abilita Cambia profilo/Mostra funzionalit&agrave;"
109
 
110
  #: .././admin/settings.php:283
111
  msgid "enable reports on Posts List and Pages List"
@@ -156,7 +156,7 @@ msgid "Custom Definitions"
156
  msgstr "Impostazioni definizioni personalizzate"
157
 
158
  #: .././admin/settings.php:364 .././admin/settings.php:575
159
- #: .././admin/settings.php:1235
160
  msgid "Exclude Tracking"
161
  msgstr "Escludi monitoraggio"
162
 
@@ -185,9 +185,9 @@ msgstr "Disabilitato"
185
  msgid "Enabled"
186
  msgstr "Abilitato"
187
 
188
- #: .././admin/settings.php:388 .././admin/settings.php:911
189
- #: .././admin/settings.php:933 .././admin/settings.php:1208
190
- #: .././admin/widgets.php:72
191
  msgid "View Name:"
192
  msgstr "Mostra nome:"
193
 
@@ -309,8 +309,8 @@ msgstr "Impostazioni plugin"
309
 
310
  #: .././admin/settings.php:682
311
  #, php-format
312
- msgid "For errors and/or other issues please check %s and related tutorials."
313
- msgstr "Per errori e/o altri problemi controlla %s e leggi la guida relativa."
314
 
315
  #: .././admin/settings.php:687
316
  msgid "Last Error detected"
@@ -340,11 +340,11 @@ msgstr ""
340
  msgid "Library conflicts between WordPress plugins"
341
  msgstr "Conflitti tra le librerie dei plugins di WordPress"
342
 
343
- #: .././admin/settings.php:756 .././admin/settings.php:1016
344
  msgid "Plugin authorization succeeded."
345
  msgstr "Autorizzazione plugin riuscita."
346
 
347
- #: .././admin/settings.php:771 .././admin/settings.php:1040
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"
@@ -353,37 +353,37 @@ msgstr ""
353
  "strong> (UA-XXXXX-X). Prova di nuovo utilizzando il link rosso per ottenere "
354
  "il codice di accesso"
355
 
356
- #: .././admin/settings.php:794 .././admin/settings.php:1072
357
  msgid "Cleared Cache."
358
  msgstr "Cache eliminata."
359
 
360
- #: .././admin/settings.php:803 .././admin/settings.php:1081
361
  msgid "Token Reseted and Revoked."
362
  msgstr "Token azzerato e revocato."
363
 
364
- #: .././admin/settings.php:813
365
  msgid "All errors reseted."
366
  msgstr "Tutti gli errori azzerati."
367
 
368
- #: .././admin/settings.php:826 .././admin/settings.php:1095
369
  msgid "All other domains/properties were removed."
370
  msgstr "Tutti gli altri domini/propriet&agrave; sono stati rimossi."
371
 
372
- #: .././admin/settings.php:838 .././admin/settings.php:1107
373
  msgid "Google Analytics Settings"
374
  msgstr "Impostazioni di Google Analytics"
375
 
376
- #: .././admin/settings.php:852 .././admin/settings.php:1120
377
  msgid "Use the red link (see below) to generate and get your access code!"
378
  msgstr ""
379
  "Utilizza il link rosso (vedi sotto) per generare ed ottenere il tuo codice "
380
  "di accesso!"
381
 
382
- #: .././admin/settings.php:863 .././admin/settings.php:1148
383
  msgid "Plugin Authorization"
384
  msgstr "Autorizzazione plugin"
385
 
386
- #: .././admin/settings.php:868 .././admin/settings.php:1152
387
  #, php-format
388
  msgid ""
389
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -394,171 +394,167 @@ msgstr ""
394
  "autorizzazione. Questo plugin richiede un account di Google Analytics "
395
  "correttamente configurato!"
396
 
397
- #: .././admin/settings.php:868 .././admin/settings.php:1152
398
  msgid "video"
399
  msgstr "video"
400
 
401
- #: .././admin/settings.php:868 .././admin/settings.php:1152
402
  msgid "tutorial"
403
  msgstr "guida"
404
 
405
- #: .././admin/settings.php:873 .././admin/settings.php:1159
406
  msgid "use your own API Project credentials"
407
  msgstr ""
408
 
409
- #: .././admin/settings.php:877 .././admin/settings.php:1166
410
  msgid "API Key:"
411
  msgstr "Chiave API:"
412
 
413
- #: .././admin/settings.php:881 .././admin/settings.php:1170
414
  msgid "Client ID:"
415
  msgstr "ID Cliente:"
416
 
417
- #: .././admin/settings.php:885 .././admin/settings.php:1174
418
  msgid "Client Secret:"
419
  msgstr "Client Secret:"
420
 
421
- #: .././admin/settings.php:895 .././admin/settings.php:1184
422
  msgid "Clear Authorization"
423
  msgstr "Revoca autorizzazione"
424
 
425
- #: .././admin/settings.php:895 .././admin/settings.php:971
426
- #: .././admin/settings.php:1184 .././admin/settings.php:1259
427
  msgid "Clear Cache"
428
  msgstr "Elimina cache"
429
 
430
- #: .././admin/settings.php:895
431
  msgid "Reset Errors"
432
  msgstr "Azzera errori."
433
 
434
- #: .././admin/settings.php:901 .././admin/setup.php:80
435
  #: .././admin/setup.php:115
436
  msgid "General Settings"
437
  msgstr "Impostazioni generali"
438
 
439
- #: .././admin/settings.php:904
440
- msgid "Select Domain:"
441
- msgstr "Seleziona dominio:"
442
 
443
- #: .././admin/settings.php:915 .././admin/settings.php:1212
444
  msgid "Property not found"
445
  msgstr "Propriet&agrave; non trovata"
446
 
447
- #: .././admin/settings.php:920
448
- msgid "and/or hide all other domains"
449
- msgstr "e/o nasconde tutti gli altri domini"
450
-
451
  #: .././admin/settings.php:921
452
- msgid "Hide Now"
453
- msgstr "Nascondi ora"
454
 
455
  #: .././admin/settings.php:939
456
  msgid "Theme Color:"
457
  msgstr "Colore tema:"
458
 
459
- #: .././admin/settings.php:947 .././admin/settings.php:1221
460
  msgid "Automatic Updates"
461
  msgstr "Aggiornamenti automatici"
462
 
463
- #: .././admin/settings.php:957 .././admin/settings.php:1231
464
  msgid ""
465
  "automatic updates for minor versions (security and maintenance releases only)"
466
  msgstr ""
467
  "aggiornamenti automatici per le release minori (solo di manutenzione e "
468
  "sicurezza)"
469
 
470
- #: .././admin/settings.php:971 .././admin/settings.php:1259
471
- #: .././admin/widgets.php:43
472
  msgid "Authorize Plugin"
473
  msgstr "Autorizza plugin"
474
 
475
- #: .././admin/settings.php:1046
476
  msgid "Properties refreshed."
477
  msgstr "Propriet&agrave; aggiornate."
478
 
479
- #: .././admin/settings.php:1130
480
  msgid "Network Setup"
481
  msgstr "Configurazione della rete"
482
 
483
- #: .././admin/settings.php:1140
484
  msgid "use a single Google Analytics account for the entire network"
485
  msgstr ""
486
 
487
- #: .././admin/settings.php:1184
488
  msgid "Refresh Properties"
489
  msgstr "Aggiorna propriet&agrave;"
490
 
491
- #: .././admin/settings.php:1190
492
  msgid "Properties/Views Settings"
493
  msgstr "Propriet&agrave;/Mostra impostazioni"
494
 
495
- #: .././admin/settings.php:1245
496
  msgid "exclude Super Admin tracking for the entire network"
497
  msgstr ""
498
 
499
- #: .././admin/settings.php:1290
500
  msgid "Setup Tutorial & Demo"
501
  msgstr "Guida all&apos;installazione & Demo"
502
 
503
- #: .././admin/settings.php:1298
504
  msgid "Support & Reviews"
505
  msgstr "Supporto & Recensioni"
506
 
507
- #: .././admin/settings.php:1305
508
  #, php-format
509
  msgid "Plugin documentation and support on %s"
510
  msgstr "Documentazione del plugin e supporto su %s"
511
 
512
- #: .././admin/settings.php:1312
513
  #, php-format
514
  msgid "Your feedback and review are both important, %s!"
515
  msgstr "Il tuo feedback e la tua recensione sono entrambi importanti, %s!"
516
 
517
- #: .././admin/settings.php:1312
518
  msgid "rate this plugin"
519
  msgstr "vota questo plugin"
520
 
521
- #: .././admin/settings.php:1318
522
  msgid "Further Reading"
523
  msgstr "Approfondimenti"
524
 
525
- #: .././admin/settings.php:1325
526
  #, php-format
527
  msgid "%s by moving your website to HTTPS/SSL."
528
  msgstr "%s spostando il sito web a HTTPS/SSL."
529
 
530
- #: .././admin/settings.php:1325
531
  msgid "Improve search rankings"
532
  msgstr "Migliorare le classifiche di ricerca"
533
 
534
- #: .././admin/settings.php:1332
535
  #, php-format
536
  msgid "Other %s written by the same author"
537
  msgstr "Altri %s scritti dallo stesso autore"
538
 
539
- #: .././admin/settings.php:1332
540
  msgid "WordPress Plugins"
541
  msgstr "plugins per WordPress "
542
 
543
- #: .././admin/settings.php:1338
544
  msgid "Other Services"
545
  msgstr "Altri servizi"
546
 
547
- #: .././admin/settings.php:1345
548
  #, php-format
549
  msgid "Speed up your website and plug into a whole %s"
550
  msgstr "Accellera il tuo sito web ad un %s"
551
 
552
- #: .././admin/settings.php:1345
553
  msgid "new level of site speed"
554
  msgstr "nuovo livello di velocit&agrave;"
555
 
556
- #: .././admin/settings.php:1352
557
  #, php-format
558
  msgid "%s service with users tracking at IP level."
559
  msgstr "%s servizio con tracciamento degli utenti a livello IP."
560
 
561
- #: .././admin/settings.php:1352
562
  msgid "Web Analytics"
563
  msgstr "Web Analytics"
564
 
@@ -578,132 +574,132 @@ msgstr "Impostazioni frontend"
578
  msgid "Tracking Code"
579
  msgstr "Monitoraggio"
580
 
581
- #: .././admin/setup.php:196 .././admin/widgets.php:128
582
  msgid "Today"
583
  msgstr "Oggi"
584
 
585
- #: .././admin/setup.php:197 .././admin/widgets.php:130
586
  msgid "Yesterday"
587
  msgstr "Ieri"
588
 
589
- #: .././admin/setup.php:198 .././admin/widgets.php:132
590
  #: .././front/widgets.php:74 .././front/widgets.php:182
591
  msgid "Last 7 Days"
592
  msgstr "Ultimi 7 giorni"
593
 
594
- #: .././admin/setup.php:199 .././admin/widgets.php:136
595
  #: .././front/widgets.php:80 .././front/widgets.php:184
596
  msgid "Last 30 Days"
597
  msgstr "Ultimi 30 giorni"
598
 
599
- #: .././admin/setup.php:200 .././admin/widgets.php:138
600
  msgid "Last 90 Days"
601
  msgstr "Ultimi 90 giorni"
602
 
603
- #: .././admin/setup.php:203 .././admin/setup.php:219
604
  msgid "Unique Views"
605
  msgstr "Visualizzazioni singole"
606
 
607
- #: .././admin/setup.php:204 .././admin/setup.php:220
608
- #: .././admin/widgets.php:145 .././admin/widgets.php:891
609
- #: .././tools/gapi.php:382
610
  msgid "Users"
611
  msgstr "Utenti"
612
 
613
- #: .././admin/setup.php:205 .././admin/widgets.php:147
614
  msgid "Organic"
615
  msgstr "Traffico da motorI di ricerca"
616
 
617
- #: .././admin/setup.php:206 .././admin/setup.php:221
618
- #: .././admin/widgets.php:149 .././admin/widgets.php:895
619
- #: .././tools/gapi.php:385
620
  msgid "Page Views"
621
  msgstr "Pagine viste"
622
 
623
- #: .././admin/setup.php:207 .././admin/setup.php:222
624
- #: .././admin/widgets.php:151 .././admin/widgets.php:899
625
- #: .././tools/gapi.php:388
626
  msgid "Bounce Rate"
627
  msgstr "Frequenza di rimbalzo"
628
 
629
- #: .././admin/setup.php:208 .././admin/widgets.php:153
630
  msgid "Location"
631
  msgstr "Posizione geografica"
632
 
633
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
634
  msgid "Referrers"
635
  msgstr "Siti di origine del traffico"
636
 
637
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
638
- #: .././tools/gapi.php:913
639
  msgid "Searches"
640
  msgstr "Ricerche"
641
 
642
- #: .././admin/setup.php:211 .././admin/widgets.php:161
643
  msgid "Traffic Details"
644
  msgstr "Dettagli traffico"
645
 
646
- #: .././admin/setup.php:214 .././admin/widgets.php:527
647
- #: .././admin/widgets.php:623 .././admin/widgets.php:821
648
- #: .././admin/widgets.php:933 .././front/item-reports.php:87
649
  msgid "A JavaScript Error is blocking plugin resources!"
650
  msgstr "Un errore JavaScript sta bloccando le risorse del plugin"
651
 
652
- #: .././admin/setup.php:215 .././admin/widgets.php:729
653
  msgid "Traffic Mediums"
654
  msgstr "Origine del traffico in %"
655
 
656
- #: .././admin/setup.php:216 .././admin/widgets.php:745
657
  msgid "Visitor Type"
658
  msgstr "Tipo di visitatore"
659
 
660
- #: .././admin/setup.php:217 .././admin/widgets.php:761
661
  msgid "Social Networks"
662
  msgstr "Social Networks"
663
 
664
- #: .././admin/setup.php:218 .././admin/widgets.php:777
665
  msgid "Search Engines"
666
  msgstr "Motori di ricerca"
667
 
668
- #: .././admin/setup.php:223 .././admin/widgets.php:903
669
  msgid "Organic Search"
670
  msgstr "Ricerca organica"
671
 
672
- #: .././admin/setup.php:224 .././admin/widgets.php:907
673
  msgid "Pages/Session"
674
  msgstr "Pagine per sessione"
675
 
676
- #: .././admin/setup.php:225 .././admin/widgets.php:540
677
- #: .././admin/widgets.php:558 .././admin/widgets.php:636
678
- #: .././admin/widgets.php:654 .././admin/widgets.php:673
679
- #: .././admin/widgets.php:692 .././admin/widgets.php:712
680
- #: .././admin/widgets.php:835 .././admin/widgets.php:946
681
- #: .././admin/widgets.php:965 .././front/item-reports.php:99
682
- #: .././front/item-reports.php:118
683
  msgid "Invalid response, more details in JavaScript Console (F12)."
684
  msgstr ""
685
  "Risposta non valida, ulteriori dettagli nella console JavaScript (F12)."
686
 
687
- #: .././admin/setup.php:226
688
  msgid "Not enough data collected"
689
  msgstr "Dati raccolti insufficienti"
690
 
691
- #: .././admin/setup.php:227 .././admin/widgets.php:545
692
- #: .././admin/widgets.php:563 .././admin/widgets.php:641
693
- #: .././admin/widgets.php:659 .././admin/widgets.php:678
694
- #: .././admin/widgets.php:697 .././admin/widgets.php:717
695
- #: .././admin/widgets.php:840 .././admin/widgets.php:843
696
- #: .././admin/widgets.php:951 .././admin/widgets.php:970
697
- #: .././front/item-reports.php:104 .././front/item-reports.php:123
698
  #: .././front/widgets.php:110
699
  msgid "This report is unavailable"
700
  msgstr "Questo rapporto non &egrave; disponibile"
701
 
702
- #: .././admin/setup.php:228
703
  msgid "report generated by"
704
  msgstr "rapporto generato da"
705
 
706
- #: .././admin/setup.php:268
707
  msgid "Settings"
708
  msgstr "Impostazioni"
709
 
@@ -711,29 +707,29 @@ msgstr "Impostazioni"
711
  msgid "Google Analytics Dashboard"
712
  msgstr "Bacheca di Google Analytics"
713
 
714
- #: .././admin/widgets.php:43
715
  msgid "This plugin needs an authorization:"
716
  msgstr "Questo plugin necessita di un&#39;autorizzazione:"
717
 
718
- #: .././admin/widgets.php:77
719
  msgid "Something went wrong while retrieving profiles list."
720
  msgstr ""
721
  "Qualcosa &egrave; andato male durante il recupero della lista dei profili."
722
 
723
- #: .././admin/widgets.php:77
724
  msgid "More details"
725
  msgstr "Altri dettagli"
726
 
727
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
728
  msgid "An admin should asign a default Google Analytics Profile."
729
  msgstr ""
730
  "Un amministratore deve assegnare un profilo predefinito di Google Analytics."
731
 
732
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
733
  msgid "Select Domain"
734
  msgstr "Seleziona dominio"
735
 
736
- #: .././admin/widgets.php:106
737
  msgid ""
738
  "Something went wrong while retrieving property data. You need to create and "
739
  "properly configure a Google Analytics account:"
@@ -741,70 +737,70 @@ msgstr ""
741
  "Qualcosa &egrave; andato male durante il recupero dei dati. &Egrave; "
742
  "necessario creare e configurare correttamente un account di Google Analytics:"
743
 
744
- #: .././admin/widgets.php:106
745
  msgid "Find out more!"
746
  msgstr "Per saperne di pi&ugrave;!"
747
 
748
- #: .././admin/widgets.php:127
749
  msgid "Real-Time"
750
  msgstr "In tempo reale"
751
 
752
- #: .././admin/widgets.php:134 .././front/widgets.php:77
753
  #: .././front/widgets.php:183
754
  msgid "Last 14 Days"
755
  msgstr "Ultimi 14 giorni"
756
 
757
- #: .././admin/widgets.php:144 .././admin/widgets.php:887
758
- #: .././front/widgets.php:46 .././tools/gapi.php:397 .././tools/gapi.php:558
759
- #: .././tools/gapi.php:604 .././tools/gapi.php:667 .././tools/gapi.php:777
760
- #: .././tools/gapi.php:818 .././tools/gapi.php:914
761
  msgid "Sessions"
762
  msgstr "Sessioni"
763
 
764
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
765
  msgid "Pages"
766
  msgstr "Pagine"
767
 
768
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
769
  msgid "REFERRAL"
770
  msgstr "TRAFFICO DA SITI REFERENTI (REFERRALS)"
771
 
772
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
773
  msgid "ORGANIC"
774
  msgstr "TRAFFICO DA MOTORI DI RICERCA (ORGANICO)"
775
 
776
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
777
- #: .././admin/widgets.php:491
778
  msgid "SOCIAL"
779
  msgstr "TRAFFICO DAI SOCIAL NETWORK"
780
 
781
- #: .././admin/widgets.php:261 .././admin/widgets.php:380
782
- #: .././admin/widgets.php:492
783
  msgid "CAMPAIGN"
784
  msgstr "CAMPAGNA"
785
 
786
- #: .././admin/widgets.php:265 .././admin/widgets.php:383
787
- #: .././admin/widgets.php:495
788
  msgid "DIRECT"
789
  msgstr "TRAFFICO DIRETTO"
790
 
791
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
792
  msgid "NEW"
793
  msgstr "VISITATORI NUOVI"
794
 
795
- #: .././admin/widgets.php:371
796
  msgid "REFERRALS"
797
  msgstr "TRAFFICO DA SITI REFERENTI (REFERRALS)"
798
 
799
- #: .././admin/widgets.php:374
800
  msgid "KEYWORDS"
801
  msgstr "KEYWORDS"
802
 
803
- #: .././front/item-reports.php:133
804
  msgid "Views vs UniqueViews"
805
  msgstr "Visualizzazioni vs Visualizzazioni singole"
806
 
807
- #: .././front/item-reports.php:183
808
  msgid "Google Analytics Reports"
809
  msgstr "Rapporti di Google Analytics"
810
 
@@ -812,7 +808,7 @@ msgstr "Rapporti di Google Analytics"
812
  msgid "Will display your google analytics stats in a widget"
813
  msgstr "Visualizza le statistiche di Google Analytics in un widget"
814
 
815
- #: .././front/widgets.php:46 .././tools/gapi.php:818
816
  msgid "trend"
817
  msgstr "tendenza"
818
 
@@ -868,66 +864,83 @@ msgstr "Crediti:"
868
  msgid "This is not allowed, read the documentation!"
869
  msgstr ""
870
 
871
- #: .././tools/gapi.php:141
872
  msgid "Use this link to get your access code:"
873
  msgstr "Utilizza questo link per ottenere il codice di accesso:"
874
 
875
- #: .././tools/gapi.php:141
876
  msgid "Get Access Code"
877
  msgstr "Ottieni codice di accesso"
878
 
879
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
880
  msgid "Use the red link to get your access code!"
881
  msgstr "Utilizza il link rosso per ottenere il tuo codice di accesso!"
882
 
883
- #: .././tools/gapi.php:146
884
  msgid "Access Code:"
885
  msgstr "Codice di accesso:"
886
 
887
- #: .././tools/gapi.php:158
888
  msgid "Save Access Code"
889
  msgstr "Salva codice di accesso"
890
 
891
- #: .././tools/gapi.php:391
892
  msgid "Organic Searches"
893
  msgstr "Ricerche organiche"
894
 
895
- #: .././tools/gapi.php:394
896
  msgid "Unique Page Views"
897
  msgstr "Visualizzazioni pagine singole"
898
 
899
- #: .././tools/gapi.php:402
900
  msgid "Hour"
901
  msgstr "Ora"
902
 
903
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
904
  msgid "Date"
905
  msgstr "Data"
906
 
907
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
908
  msgid "Views"
909
  msgstr "Visualizzazioni"
910
 
911
- #: .././tools/gapi.php:631
912
  msgid "Countries"
913
  msgstr "Paesi"
914
 
915
- #: .././tools/gapi.php:641
916
  msgid "Cities from"
917
  msgstr "Paese: "
918
 
919
- #: .././tools/gapi.php:713
920
  msgid "Channels"
921
  msgstr "Canali"
922
 
923
- #: .././tools/gapi.php:776
924
  msgid "Type"
925
  msgstr "Tipo"
926
 
927
- #: .././tools/gapi.php:871
928
  msgid "UniqueViews"
929
  msgstr "Visualizzazioni uniche"
930
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
931
  #~ msgid "find out more %s"
932
  #~ msgstr "per saperne di pi&ugrave; su %s"
933
 
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: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: 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.7.6\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
 
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 "Salva le modifiche"
96
 
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"
156
  msgstr "Impostazioni definizioni personalizzate"
157
 
158
  #: .././admin/settings.php:364 .././admin/settings.php:575
159
+ #: .././admin/settings.php:1236
160
  msgid "Exclude Tracking"
161
  msgstr "Escludi monitoraggio"
162
 
185
  msgid "Enabled"
186
  msgstr "Abilitato"
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 "Mostra nome:"
193
 
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"
340
  msgid "Library conflicts between WordPress plugins"
341
  msgstr "Conflitti tra le librerie dei plugins di WordPress"
342
 
343
+ #: .././admin/settings.php:757 .././admin/settings.php:1017
344
  msgid "Plugin authorization succeeded."
345
  msgstr "Autorizzazione plugin riuscita."
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"
353
  "strong> (UA-XXXXX-X). Prova di nuovo utilizzando il link rosso per ottenere "
354
  "il codice di accesso"
355
 
356
+ #: .././admin/settings.php:795 .././admin/settings.php:1073
357
  msgid "Cleared Cache."
358
  msgstr "Cache eliminata."
359
 
360
+ #: .././admin/settings.php:804 .././admin/settings.php:1082
361
  msgid "Token Reseted and Revoked."
362
  msgstr "Token azzerato e revocato."
363
 
364
+ #: .././admin/settings.php:814
365
  msgid "All errors reseted."
366
  msgstr "Tutti gli errori azzerati."
367
 
368
+ #: .././admin/settings.php:827 .././admin/settings.php:1096
369
  msgid "All other domains/properties were removed."
370
  msgstr "Tutti gli altri domini/propriet&agrave; sono stati rimossi."
371
 
372
+ #: .././admin/settings.php:839 .././admin/settings.php:1108
373
  msgid "Google Analytics Settings"
374
  msgstr "Impostazioni di Google Analytics"
375
 
376
+ #: .././admin/settings.php:853 .././admin/settings.php:1121
377
  msgid "Use the red link (see below) to generate and get your access code!"
378
  msgstr ""
379
  "Utilizza il link rosso (vedi sotto) per generare ed ottenere il tuo codice "
380
  "di accesso!"
381
 
382
+ #: .././admin/settings.php:864 .././admin/settings.php:1149
383
  msgid "Plugin Authorization"
384
  msgstr "Autorizzazione 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
  "autorizzazione. Questo plugin richiede un account di Google Analytics "
395
  "correttamente configurato!"
396
 
397
+ #: .././admin/settings.php:869 .././admin/settings.php:1153
398
  msgid "video"
399
  msgstr "video"
400
 
401
+ #: .././admin/settings.php:869 .././admin/settings.php:1153
402
  msgid "tutorial"
403
  msgstr "guida"
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 "Chiave API:"
412
 
413
+ #: .././admin/settings.php:882 .././admin/settings.php:1171
414
  msgid "Client ID:"
415
  msgstr "ID Cliente:"
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 "Revoca autorizzazione"
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 "Elimina cache"
429
 
430
+ #: .././admin/settings.php:896
431
  msgid "Reset Errors"
432
  msgstr "Azzera errori."
433
 
434
+ #: .././admin/settings.php:902 .././admin/setup.php:80
435
  #: .././admin/setup.php:115
436
  msgid "General Settings"
437
  msgstr "Impostazioni generali"
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 "Propriet&agrave; non trovata"
446
 
 
 
 
 
447
  #: .././admin/settings.php:921
448
+ msgid "Lock Selection"
449
+ msgstr ""
450
 
451
  #: .././admin/settings.php:939
452
  msgid "Theme Color:"
453
  msgstr "Colore tema:"
454
 
455
+ #: .././admin/settings.php:947 .././admin/settings.php:1222
456
  msgid "Automatic Updates"
457
  msgstr "Aggiornamenti automatici"
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
  "aggiornamenti automatici per le release minori (solo di manutenzione e "
464
  "sicurezza)"
465
 
466
+ #: .././admin/settings.php:971 .././admin/settings.php:1260
467
+ #: .././admin/widgets.php:42
468
  msgid "Authorize Plugin"
469
  msgstr "Autorizza plugin"
470
 
471
+ #: .././admin/settings.php:1047
472
  msgid "Properties refreshed."
473
  msgstr "Propriet&agrave; aggiornate."
474
 
475
+ #: .././admin/settings.php:1131
476
  msgid "Network Setup"
477
  msgstr "Configurazione della rete"
478
 
479
+ #: .././admin/settings.php:1141
480
  msgid "use a single Google Analytics account for the entire network"
481
  msgstr ""
482
 
483
+ #: .././admin/settings.php:1185
484
  msgid "Refresh Properties"
485
  msgstr "Aggiorna propriet&agrave;"
486
 
487
+ #: .././admin/settings.php:1191
488
  msgid "Properties/Views Settings"
489
  msgstr "Propriet&agrave;/Mostra impostazioni"
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
  msgid "Setup Tutorial & Demo"
497
  msgstr "Guida all&apos;installazione & Demo"
498
 
499
+ #: .././admin/settings.php:1299
500
  msgid "Support & Reviews"
501
  msgstr "Supporto & Recensioni"
502
 
503
+ #: .././admin/settings.php:1306
504
  #, php-format
505
  msgid "Plugin documentation and support on %s"
506
  msgstr "Documentazione del plugin e supporto su %s"
507
 
508
+ #: .././admin/settings.php:1313
509
  #, php-format
510
  msgid "Your feedback and review are both important, %s!"
511
  msgstr "Il tuo feedback e la tua recensione sono entrambi importanti, %s!"
512
 
513
+ #: .././admin/settings.php:1313
514
  msgid "rate this plugin"
515
  msgstr "vota questo plugin"
516
 
517
+ #: .././admin/settings.php:1319
518
  msgid "Further Reading"
519
  msgstr "Approfondimenti"
520
 
521
+ #: .././admin/settings.php:1326
522
  #, php-format
523
  msgid "%s by moving your website to HTTPS/SSL."
524
  msgstr "%s spostando il sito web a HTTPS/SSL."
525
 
526
+ #: .././admin/settings.php:1326
527
  msgid "Improve search rankings"
528
  msgstr "Migliorare le classifiche di ricerca"
529
 
530
+ #: .././admin/settings.php:1333
531
  #, php-format
532
  msgid "Other %s written by the same author"
533
  msgstr "Altri %s scritti dallo stesso autore"
534
 
535
+ #: .././admin/settings.php:1333
536
  msgid "WordPress Plugins"
537
  msgstr "plugins per WordPress "
538
 
539
+ #: .././admin/settings.php:1339
540
  msgid "Other Services"
541
  msgstr "Altri servizi"
542
 
543
+ #: .././admin/settings.php:1346
544
  #, php-format
545
  msgid "Speed up your website and plug into a whole %s"
546
  msgstr "Accellera il tuo sito web ad un %s"
547
 
548
+ #: .././admin/settings.php:1346
549
  msgid "new level of site speed"
550
  msgstr "nuovo livello di velocit&agrave;"
551
 
552
+ #: .././admin/settings.php:1353
553
  #, php-format
554
  msgid "%s service with users tracking at IP level."
555
  msgstr "%s servizio con tracciamento degli utenti a livello IP."
556
 
557
+ #: .././admin/settings.php:1353
558
  msgid "Web Analytics"
559
  msgstr "Web Analytics"
560
 
574
  msgid "Tracking Code"
575
  msgstr "Monitoraggio"
576
 
577
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
578
  msgid "Today"
579
  msgstr "Oggi"
580
 
581
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
582
  msgid "Yesterday"
583
  msgstr "Ieri"
584
 
585
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
586
  #: .././front/widgets.php:74 .././front/widgets.php:182
587
  msgid "Last 7 Days"
588
  msgstr "Ultimi 7 giorni"
589
 
590
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
591
  #: .././front/widgets.php:80 .././front/widgets.php:184
592
  msgid "Last 30 Days"
593
  msgstr "Ultimi 30 giorni"
594
 
595
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
596
  msgid "Last 90 Days"
597
  msgstr "Ultimi 90 giorni"
598
 
599
+ #: .././admin/setup.php:202 .././admin/setup.php:218
600
  msgid "Unique Views"
601
  msgstr "Visualizzazioni singole"
602
 
603
+ #: .././admin/setup.php:203 .././admin/setup.php:219
604
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
605
+ #: .././tools/gapi.php:391
606
  msgid "Users"
607
  msgstr "Utenti"
608
 
609
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
610
  msgid "Organic"
611
  msgstr "Traffico da motorI di ricerca"
612
 
613
+ #: .././admin/setup.php:205 .././admin/setup.php:220
614
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
615
+ #: .././tools/gapi.php:394
616
  msgid "Page Views"
617
  msgstr "Pagine viste"
618
 
619
+ #: .././admin/setup.php:206 .././admin/setup.php:221
620
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
621
+ #: .././tools/gapi.php:397
622
  msgid "Bounce Rate"
623
  msgstr "Frequenza di rimbalzo"
624
 
625
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
626
  msgid "Location"
627
  msgstr "Posizione geografica"
628
 
629
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
630
  msgid "Referrers"
631
  msgstr "Siti di origine del traffico"
632
 
633
+ #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
634
+ #: .././tools/gapi.php:922
635
  msgid "Searches"
636
  msgstr "Ricerche"
637
 
638
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
639
  msgid "Traffic Details"
640
  msgstr "Dettagli traffico"
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 "Un errore JavaScript sta bloccando le risorse del plugin"
647
 
648
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
649
  msgid "Traffic Mediums"
650
  msgstr "Origine del traffico in %"
651
 
652
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
653
  msgid "Visitor Type"
654
  msgstr "Tipo di visitatore"
655
 
656
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
657
  msgid "Social Networks"
658
  msgstr "Social Networks"
659
 
660
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
661
  msgid "Search Engines"
662
  msgstr "Motori di ricerca"
663
 
664
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
665
  msgid "Organic Search"
666
  msgstr "Ricerca organica"
667
 
668
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
669
  msgid "Pages/Session"
670
  msgstr "Pagine per sessione"
671
 
672
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
673
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
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 ""
681
  "Risposta non valida, ulteriori dettagli nella console JavaScript (F12)."
682
 
683
+ #: .././admin/setup.php:225
684
  msgid "Not enough data collected"
685
  msgstr "Dati raccolti insufficienti"
686
 
687
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
688
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
689
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
690
+ #: .././admin/widgets.php:681 .././admin/widgets.php:701
691
+ #: .././admin/widgets.php:824 .././admin/widgets.php:827
692
+ #: .././admin/widgets.php:935 .././admin/widgets.php:954
693
+ #: .././front/item-reports.php:111 .././front/item-reports.php:130
694
  #: .././front/widgets.php:110
695
  msgid "This report is unavailable"
696
  msgstr "Questo rapporto non &egrave; disponibile"
697
 
698
+ #: .././admin/setup.php:227
699
  msgid "report generated by"
700
  msgstr "rapporto generato da"
701
 
702
+ #: .././admin/setup.php:267
703
  msgid "Settings"
704
  msgstr "Impostazioni"
705
 
707
  msgid "Google Analytics Dashboard"
708
  msgstr "Bacheca di Google Analytics"
709
 
710
+ #: .././admin/widgets.php:42
711
  msgid "This plugin needs an authorization:"
712
  msgstr "Questo plugin necessita di un&#39;autorizzazione:"
713
 
714
+ #: .././admin/widgets.php:76
715
  msgid "Something went wrong while retrieving profiles list."
716
  msgstr ""
717
  "Qualcosa &egrave; andato male durante il recupero della lista dei profili."
718
 
719
+ #: .././admin/widgets.php:76
720
  msgid "More details"
721
  msgstr "Altri dettagli"
722
 
723
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
724
  msgid "An admin should asign a default Google Analytics Profile."
725
  msgstr ""
726
  "Un amministratore deve assegnare un profilo predefinito di Google Analytics."
727
 
728
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
729
  msgid "Select Domain"
730
  msgstr "Seleziona dominio"
731
 
732
+ #: .././admin/widgets.php:105
733
  msgid ""
734
  "Something went wrong while retrieving property data. You need to create and "
735
  "properly configure a Google Analytics account:"
737
  "Qualcosa &egrave; andato male durante il recupero dei dati. &Egrave; "
738
  "necessario creare e configurare correttamente un account di Google Analytics:"
739
 
740
+ #: .././admin/widgets.php:105
741
  msgid "Find out more!"
742
  msgstr "Per saperne di pi&ugrave;!"
743
 
744
+ #: .././admin/widgets.php:125
745
  msgid "Real-Time"
746
  msgstr "In tempo reale"
747
 
748
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
749
  #: .././front/widgets.php:183
750
  msgid "Last 14 Days"
751
  msgstr "Ultimi 14 giorni"
752
 
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 "Sessioni"
759
 
760
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
761
  msgid "Pages"
762
  msgstr "Pagine"
763
 
764
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
765
  msgid "REFERRAL"
766
  msgstr "TRAFFICO DA SITI REFERENTI (REFERRALS)"
767
 
768
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
769
  msgid "ORGANIC"
770
  msgstr "TRAFFICO DA MOTORI DI RICERCA (ORGANICO)"
771
 
772
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
773
+ #: .././admin/widgets.php:474
774
  msgid "SOCIAL"
775
  msgstr "TRAFFICO DAI SOCIAL NETWORK"
776
 
777
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
778
+ #: .././admin/widgets.php:475
779
  msgid "CAMPAIGN"
780
  msgstr "CAMPAGNA"
781
 
782
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
783
+ #: .././admin/widgets.php:478
784
  msgid "DIRECT"
785
  msgstr "TRAFFICO DIRETTO"
786
 
787
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
788
  msgid "NEW"
789
  msgstr "VISITATORI NUOVI"
790
 
791
+ #: .././admin/widgets.php:354
792
  msgid "REFERRALS"
793
  msgstr "TRAFFICO DA SITI REFERENTI (REFERRALS)"
794
 
795
+ #: .././admin/widgets.php:357
796
  msgid "KEYWORDS"
797
  msgstr "KEYWORDS"
798
 
799
+ #: .././front/item-reports.php:140
800
  msgid "Views vs UniqueViews"
801
  msgstr "Visualizzazioni vs Visualizzazioni singole"
802
 
803
+ #: .././front/item-reports.php:190
804
  msgid "Google Analytics Reports"
805
  msgstr "Rapporti di Google Analytics"
806
 
808
  msgid "Will display your google analytics stats in a widget"
809
  msgstr "Visualizza le statistiche di Google Analytics in un widget"
810
 
811
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
812
  msgid "trend"
813
  msgstr "tendenza"
814
 
864
  msgid "This is not allowed, read the documentation!"
865
  msgstr ""
866
 
867
+ #: .././tools/gapi.php:134
868
  msgid "Use this link to get your access code:"
869
  msgstr "Utilizza questo link per ottenere il codice di accesso:"
870
 
871
+ #: .././tools/gapi.php:134
872
  msgid "Get Access Code"
873
  msgstr "Ottieni codice di accesso"
874
 
875
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
876
  msgid "Use the red link to get your access code!"
877
  msgstr "Utilizza il link rosso per ottenere il tuo codice di accesso!"
878
 
879
+ #: .././tools/gapi.php:138
880
  msgid "Access Code:"
881
  msgstr "Codice di accesso:"
882
 
883
+ #: .././tools/gapi.php:145
884
  msgid "Save Access Code"
885
  msgstr "Salva codice di accesso"
886
 
887
+ #: .././tools/gapi.php:400
888
  msgid "Organic Searches"
889
  msgstr "Ricerche organiche"
890
 
891
+ #: .././tools/gapi.php:403
892
  msgid "Unique Page Views"
893
  msgstr "Visualizzazioni pagine singole"
894
 
895
+ #: .././tools/gapi.php:411
896
  msgid "Hour"
897
  msgstr "Ora"
898
 
899
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
900
  msgid "Date"
901
  msgstr "Data"
902
 
903
+ #: .././tools/gapi.php:522 .././tools/gapi.php:879
904
  msgid "Views"
905
  msgstr "Visualizzazioni"
906
 
907
+ #: .././tools/gapi.php:640
908
  msgid "Countries"
909
  msgstr "Paesi"
910
 
911
+ #: .././tools/gapi.php:650
912
  msgid "Cities from"
913
  msgstr "Paese: "
914
 
915
+ #: .././tools/gapi.php:722
916
  msgid "Channels"
917
  msgstr "Canali"
918
 
919
+ #: .././tools/gapi.php:785
920
  msgid "Type"
921
  msgstr "Tipo"
922
 
923
+ #: .././tools/gapi.php:880
924
  msgid "UniqueViews"
925
  msgstr "Visualizzazioni uniche"
926
 
927
+ #~ msgid "enable Switch Profile/View functionality"
928
+ #~ msgstr "abilita Cambia profilo/Mostra funzionalit&agrave;"
929
+
930
+ #~ msgid ""
931
+ #~ "For errors and/or other issues please check %s and related tutorials."
932
+ #~ msgstr ""
933
+ #~ "Per errori e/o altri problemi controlla %s e leggi la guida relativa."
934
+
935
+ #~ msgid "Select Domain:"
936
+ #~ msgstr "Seleziona dominio:"
937
+
938
+ #~ msgid "and/or hide all other domains"
939
+ #~ msgstr "e/o nasconde tutti gli altri domini"
940
+
941
+ #~ msgid "Hide Now"
942
+ #~ msgstr "Nascondi ora"
943
+
944
  #~ msgid "find out more %s"
945
  #~ msgstr "per saperne di pi&ugrave; su %s"
946
 
languages/ga-dash-ja.po CHANGED
@@ -3,58 +3,58 @@ 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-10 09:32+0200\n"
7
- "PO-Revision-Date: 2015-04-10 09:32+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.5\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:66
22
  msgid "Analytics"
23
  msgstr "アナリティクス"
24
 
25
  #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:819
27
- #: .././admin/settings.php:1088
28
  msgid "Settings saved."
29
  msgstr "設定を保存しました。"
30
 
31
  #: .././admin/settings.php:96 .././admin/settings.php:204
32
- #: .././admin/settings.php:340 .././admin/settings.php:796
33
- #: .././admin/settings.php:806 .././admin/settings.php:815
34
- #: .././admin/settings.php:821 .././admin/settings.php:833
35
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
36
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
37
- #: .././admin/settings.php:1102
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
58
  msgid "authorize the plugin"
59
  msgstr "プラグインを認可"
60
 
@@ -90,7 +90,7 @@ msgstr ""
90
 
91
  #: .././admin/settings.php:180 .././admin/settings.php:318
92
  #: .././admin/settings.php:617 .././admin/settings.php:965
93
- #: .././admin/settings.php:1252
94
  msgid "Save Changes"
95
  msgstr "変更を保存"
96
 
@@ -104,7 +104,7 @@ msgid "Read %s for more information about Backend Features and Options."
104
  msgstr ""
105
 
106
  #: .././admin/settings.php:272
107
- msgid "enable Switch Profile/View functionality"
108
  msgstr ""
109
 
110
  #: .././admin/settings.php:283
@@ -154,7 +154,7 @@ msgid "Custom Definitions"
154
  msgstr "カスタム定義"
155
 
156
  #: .././admin/settings.php:364 .././admin/settings.php:575
157
- #: .././admin/settings.php:1235
158
  msgid "Exclude Tracking"
159
  msgstr "追跡を除外する"
160
 
@@ -183,9 +183,9 @@ msgstr "無効"
183
  msgid "Enabled"
184
  msgstr "有効"
185
 
186
- #: .././admin/settings.php:388 .././admin/settings.php:911
187
- #: .././admin/settings.php:933 .././admin/settings.php:1208
188
- #: .././admin/widgets.php:72
189
  msgid "View Name:"
190
  msgstr "ビュー名:"
191
 
@@ -307,8 +307,8 @@ msgstr "プラグイン設定"
307
 
308
  #: .././admin/settings.php:682
309
  #, php-format
310
- msgid "For errors and/or other issues please check %s and related tutorials."
311
- msgstr "エラーや他の問題について%sや関連するチュートリアルをご覧ください。"
312
 
313
  #: .././admin/settings.php:687
314
  msgid "Last Error detected"
@@ -338,11 +338,11 @@ msgstr ""
338
  msgid "Library conflicts between WordPress plugins"
339
  msgstr ""
340
 
341
- #: .././admin/settings.php:756 .././admin/settings.php:1016
342
  msgid "Plugin authorization succeeded."
343
  msgstr "プラグインの認可が成功しました。"
344
 
345
- #: .././admin/settings.php:771 .././admin/settings.php:1040
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 +351,35 @@ msgstr ""
351
  "りません</strong>。アクセスコードを取得するためには赤いリンクを使用して、再度"
352
  "実行してください。"
353
 
354
- #: .././admin/settings.php:794 .././admin/settings.php:1072
355
  msgid "Cleared Cache."
356
  msgstr "キャッシュをクリアしました。"
357
 
358
- #: .././admin/settings.php:803 .././admin/settings.php:1081
359
  msgid "Token Reseted and Revoked."
360
  msgstr "トークンをリセットし失効させました。"
361
 
362
- #: .././admin/settings.php:813
363
  msgid "All errors reseted."
364
  msgstr "全てのエラーをリセットしました。"
365
 
366
- #: .././admin/settings.php:826 .././admin/settings.php:1095
367
  msgid "All other domains/properties were removed."
368
  msgstr "全ての他のドメイン/プロパティが削除されました。"
369
 
370
- #: .././admin/settings.php:838 .././admin/settings.php:1107
371
  msgid "Google Analytics Settings"
372
  msgstr "Google アナリティクスの設定"
373
 
374
- #: .././admin/settings.php:852 .././admin/settings.php:1120
375
  msgid "Use the red link (see below) to generate and get your access code!"
376
  msgstr "アクセスコードを取得するには、赤リンク(下記参照)を使用してください!"
377
 
378
- #: .././admin/settings.php:863 .././admin/settings.php:1148
379
  msgid "Plugin Authorization"
380
  msgstr "プラグインを認可"
381
 
382
- #: .././admin/settings.php:868 .././admin/settings.php:1152
383
  #, php-format
384
  msgid ""
385
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -389,170 +389,166 @@ msgstr ""
389
  "プラグインを認可する前に%1$sを視聴し、%2$sを一読ください。 このプラグインを利"
390
  "用するにはGoogle アナリティクスのアカウントの適切な設定が必要です。"
391
 
392
- #: .././admin/settings.php:868 .././admin/settings.php:1152
393
  msgid "video"
394
  msgstr "動画"
395
 
396
- #: .././admin/settings.php:868 .././admin/settings.php:1152
397
  msgid "tutorial"
398
  msgstr "チュートリアル"
399
 
400
- #: .././admin/settings.php:873 .././admin/settings.php:1159
401
  msgid "use your own API Project credentials"
402
  msgstr ""
403
 
404
- #: .././admin/settings.php:877 .././admin/settings.php:1166
405
  msgid "API Key:"
406
  msgstr "API キー:"
407
 
408
- #: .././admin/settings.php:881 .././admin/settings.php:1170
409
  msgid "Client ID:"
410
  msgstr "クライアント ID:"
411
 
412
- #: .././admin/settings.php:885 .././admin/settings.php:1174
413
  msgid "Client Secret:"
414
  msgstr "クライアント Secret:"
415
 
416
- #: .././admin/settings.php:895 .././admin/settings.php:1184
417
  msgid "Clear Authorization"
418
  msgstr "認可のクリア"
419
 
420
- #: .././admin/settings.php:895 .././admin/settings.php:971
421
- #: .././admin/settings.php:1184 .././admin/settings.php:1259
422
  msgid "Clear Cache"
423
  msgstr "キャッシュを消去"
424
 
425
- #: .././admin/settings.php:895
426
  msgid "Reset Errors"
427
  msgstr "エラーをリセット"
428
 
429
- #: .././admin/settings.php:901 .././admin/setup.php:80
430
  #: .././admin/setup.php:115
431
  msgid "General Settings"
432
  msgstr "一般設定"
433
 
434
- #: .././admin/settings.php:904
435
- msgid "Select Domain:"
436
- msgstr "ドメインを選択:"
437
 
438
- #: .././admin/settings.php:915 .././admin/settings.php:1212
439
  msgid "Property not found"
440
  msgstr "プロパティが見つかりません"
441
 
442
- #: .././admin/settings.php:920
443
- msgid "and/or hide all other domains"
444
- msgstr "および/または他のすべてのドメインを隠す"
445
-
446
  #: .././admin/settings.php:921
447
- msgid "Hide Now"
448
- msgstr "隠す"
449
 
450
  #: .././admin/settings.php:939
451
  msgid "Theme Color:"
452
  msgstr "テーマカラー:"
453
 
454
- #: .././admin/settings.php:947 .././admin/settings.php:1221
455
  msgid "Automatic Updates"
456
  msgstr "自動アップデート"
457
 
458
- #: .././admin/settings.php:957 .././admin/settings.php:1231
459
  msgid ""
460
  "automatic updates for minor versions (security and maintenance releases only)"
461
  msgstr ""
462
  "マイナーバージョンの自動アップデート(セキュリティ&メンテナンスリリースのみ)"
463
 
464
- #: .././admin/settings.php:971 .././admin/settings.php:1259
465
- #: .././admin/widgets.php:43
466
  msgid "Authorize Plugin"
467
  msgstr "プラグインを認可"
468
 
469
- #: .././admin/settings.php:1046
470
  msgid "Properties refreshed."
471
  msgstr "プロパティを更新しました。"
472
 
473
- #: .././admin/settings.php:1130
474
  msgid "Network Setup"
475
  msgstr "ネットワーク設定"
476
 
477
- #: .././admin/settings.php:1140
478
  msgid "use a single Google Analytics account for the entire network"
479
  msgstr ""
480
 
481
- #: .././admin/settings.php:1184
482
  msgid "Refresh Properties"
483
  msgstr "プロパティを最新の情報に更新"
484
 
485
- #: .././admin/settings.php:1190
486
  msgid "Properties/Views Settings"
487
  msgstr "プロパティ/ビューの設定"
488
 
489
- #: .././admin/settings.php:1245
490
  msgid "exclude Super Admin tracking for the entire network"
491
  msgstr ""
492
 
493
- #: .././admin/settings.php:1290
494
  msgid "Setup Tutorial & Demo"
495
  msgstr "セットアップ:チュートリアル&デモ"
496
 
497
- #: .././admin/settings.php:1298
498
  msgid "Support & Reviews"
499
  msgstr "サポート&レビュー"
500
 
501
- #: .././admin/settings.php:1305
502
  #, php-format
503
  msgid "Plugin documentation and support on %s"
504
  msgstr ""
505
 
506
- #: .././admin/settings.php:1312
507
  #, php-format
508
  msgid "Your feedback and review are both important, %s!"
509
  msgstr "フィードバックやレビューはどちらも大切です。%sしてください!"
510
 
511
- #: .././admin/settings.php:1312
512
  msgid "rate this plugin"
513
  msgstr "このプラグインを評価"
514
 
515
- #: .././admin/settings.php:1318
516
  msgid "Further Reading"
517
  msgstr "参考文献"
518
 
519
- #: .././admin/settings.php:1325
520
  #, php-format
521
  msgid "%s by moving your website to HTTPS/SSL."
522
  msgstr "ウェブサイトをHTTPS/SSLに移行し%s。"
523
 
524
- #: .././admin/settings.php:1325
525
  msgid "Improve search rankings"
526
  msgstr "検索ランキングを向上させる"
527
 
528
- #: .././admin/settings.php:1332
529
  #, php-format
530
  msgid "Other %s written by the same author"
531
  msgstr "同じ作者の他の%s"
532
 
533
- #: .././admin/settings.php:1332
534
  msgid "WordPress Plugins"
535
  msgstr "WordPressのプラグイン"
536
 
537
- #: .././admin/settings.php:1338
538
  msgid "Other Services"
539
  msgstr "その他のサービス"
540
 
541
- #: .././admin/settings.php:1345
542
  #, php-format
543
  msgid "Speed up your website and plug into a whole %s"
544
  msgstr ""
545
 
546
- #: .././admin/settings.php:1345
547
  msgid "new level of site speed"
548
  msgstr "新しいレベルのサイト速度"
549
 
550
- #: .././admin/settings.php:1352
551
  #, php-format
552
  msgid "%s service with users tracking at IP level."
553
  msgstr "IPレベルでのユーザートラッキングのできる%s。"
554
 
555
- #: .././admin/settings.php:1352
556
  msgid "Web Analytics"
557
  msgstr "ウェブ解析"
558
 
@@ -572,134 +568,134 @@ msgstr "フロントエンド設定"
572
  msgid "Tracking Code"
573
  msgstr "トラッキングコード"
574
 
575
- #: .././admin/setup.php:196 .././admin/widgets.php:128
576
  msgid "Today"
577
  msgstr "今日"
578
 
579
- #: .././admin/setup.php:197 .././admin/widgets.php:130
580
  msgid "Yesterday"
581
  msgstr "昨日"
582
 
583
- #: .././admin/setup.php:198 .././admin/widgets.php:132
584
  #: .././front/widgets.php:74 .././front/widgets.php:182
585
  msgid "Last 7 Days"
586
  msgstr "1週間"
587
 
588
- #: .././admin/setup.php:199 .././admin/widgets.php:136
589
  #: .././front/widgets.php:80 .././front/widgets.php:184
590
  msgid "Last 30 Days"
591
  msgstr "30日間"
592
 
593
- #: .././admin/setup.php:200 .././admin/widgets.php:138
594
  msgid "Last 90 Days"
595
  msgstr "90日間"
596
 
597
- #: .././admin/setup.php:203 .././admin/setup.php:219
598
  msgid "Unique Views"
599
  msgstr "ユニークPV"
600
 
601
- #: .././admin/setup.php:204 .././admin/setup.php:220
602
- #: .././admin/widgets.php:145 .././admin/widgets.php:891
603
- #: .././tools/gapi.php:382
604
  msgid "Users"
605
  msgstr "ユーザー"
606
 
607
- #: .././admin/setup.php:205 .././admin/widgets.php:147
608
  msgid "Organic"
609
  msgstr "オーガニック検索"
610
 
611
- #: .././admin/setup.php:206 .././admin/setup.php:221
612
- #: .././admin/widgets.php:149 .././admin/widgets.php:895
613
- #: .././tools/gapi.php:385
614
  msgid "Page Views"
615
  msgstr "PV"
616
 
617
- #: .././admin/setup.php:207 .././admin/setup.php:222
618
- #: .././admin/widgets.php:151 .././admin/widgets.php:899
619
- #: .././tools/gapi.php:388
620
  msgid "Bounce Rate"
621
  msgstr "直帰率"
622
 
623
- #: .././admin/setup.php:208 .././admin/widgets.php:153
624
  msgid "Location"
625
  msgstr "地域"
626
 
627
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
628
  msgid "Referrers"
629
  msgstr "リファラー"
630
 
631
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
632
- #: .././tools/gapi.php:913
633
  msgid "Searches"
634
  msgstr "検索結果"
635
 
636
- #: .././admin/setup.php:211 .././admin/widgets.php:161
637
  msgid "Traffic Details"
638
  msgstr "トラフィック詳細"
639
 
640
- #: .././admin/setup.php:214 .././admin/widgets.php:527
641
- #: .././admin/widgets.php:623 .././admin/widgets.php:821
642
- #: .././admin/widgets.php:933 .././front/item-reports.php:87
643
  msgid "A JavaScript Error is blocking plugin resources!"
644
  msgstr ""
645
  "JavaScriptのエラーが、プラグインのリソースをブロックしている可能性がありま"
646
  "す。"
647
 
648
- #: .././admin/setup.php:215 .././admin/widgets.php:729
649
  msgid "Traffic Mediums"
650
  msgstr "トラフィック平均"
651
 
652
- #: .././admin/setup.php:216 .././admin/widgets.php:745
653
  msgid "Visitor Type"
654
  msgstr "訪問者"
655
 
656
- #: .././admin/setup.php:217 .././admin/widgets.php:761
657
  msgid "Social Networks"
658
  msgstr "SNS"
659
 
660
- #: .././admin/setup.php:218 .././admin/widgets.php:777
661
  msgid "Search Engines"
662
  msgstr "検索エンジン"
663
 
664
- #: .././admin/setup.php:223 .././admin/widgets.php:903
665
  msgid "Organic Search"
666
  msgstr "オーガニック検索"
667
 
668
- #: .././admin/setup.php:224 .././admin/widgets.php:907
669
  msgid "Pages/Session"
670
  msgstr "ページ/セッション"
671
 
672
- #: .././admin/setup.php:225 .././admin/widgets.php:540
673
- #: .././admin/widgets.php:558 .././admin/widgets.php:636
674
- #: .././admin/widgets.php:654 .././admin/widgets.php:673
675
- #: .././admin/widgets.php:692 .././admin/widgets.php:712
676
- #: .././admin/widgets.php:835 .././admin/widgets.php:946
677
- #: .././admin/widgets.php:965 .././front/item-reports.php:99
678
- #: .././front/item-reports.php:118
679
  msgid "Invalid response, more details in JavaScript Console (F12)."
680
  msgstr ""
681
  "応答がありません。JavaScriptコンソールでの詳細(F12)をご確認ください。"
682
 
683
- #: .././admin/setup.php:226
684
  msgid "Not enough data collected"
685
  msgstr "充分なデータがありません"
686
 
687
- #: .././admin/setup.php:227 .././admin/widgets.php:545
688
- #: .././admin/widgets.php:563 .././admin/widgets.php:641
689
- #: .././admin/widgets.php:659 .././admin/widgets.php:678
690
- #: .././admin/widgets.php:697 .././admin/widgets.php:717
691
- #: .././admin/widgets.php:840 .././admin/widgets.php:843
692
- #: .././admin/widgets.php:951 .././admin/widgets.php:970
693
- #: .././front/item-reports.php:104 .././front/item-reports.php:123
694
  #: .././front/widgets.php:110
695
  msgid "This report is unavailable"
696
  msgstr "このレポートは使用できません。"
697
 
698
- #: .././admin/setup.php:228
699
  msgid "report generated by"
700
  msgstr "report generated by"
701
 
702
- #: .././admin/setup.php:268
703
  msgid "Settings"
704
  msgstr "設定"
705
 
@@ -707,28 +703,28 @@ msgstr "設定"
707
  msgid "Google Analytics Dashboard"
708
  msgstr "Google アナリティクス ダッシュボード"
709
 
710
- #: .././admin/widgets.php:43
711
  msgid "This plugin needs an authorization:"
712
  msgstr "このプラグインは認可する必要があります:"
713
 
714
- #: .././admin/widgets.php:77
715
  msgid "Something went wrong while retrieving profiles list."
716
  msgstr "プロファイルリストの取得中に問題が発生しました。"
717
 
718
- #: .././admin/widgets.php:77
719
  msgid "More details"
720
  msgstr "詳細"
721
 
722
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
723
  msgid "An admin should asign a default Google Analytics Profile."
724
  msgstr ""
725
  "管理者は、デフォルトのGoogle Analyticsのプロファイルをasign必要があります。"
726
 
727
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
728
  msgid "Select Domain"
729
  msgstr "ドメインを選択"
730
 
731
- #: .././admin/widgets.php:106
732
  msgid ""
733
  "Something went wrong while retrieving property data. You need to create and "
734
  "properly configure a Google Analytics account:"
@@ -736,70 +732,70 @@ msgstr ""
736
  "プロパティデータを取得中に問題が発生しました。適切にGoogle Analyticsアカウン"
737
  "トを設定する必要があります:"
738
 
739
- #: .././admin/widgets.php:106
740
  msgid "Find out more!"
741
  msgstr "詳細はこちら"
742
 
743
- #: .././admin/widgets.php:127
744
  msgid "Real-Time"
745
  msgstr "リアルタイム"
746
 
747
- #: .././admin/widgets.php:134 .././front/widgets.php:77
748
  #: .././front/widgets.php:183
749
  msgid "Last 14 Days"
750
  msgstr "2週間"
751
 
752
- #: .././admin/widgets.php:144 .././admin/widgets.php:887
753
- #: .././front/widgets.php:46 .././tools/gapi.php:397 .././tools/gapi.php:558
754
- #: .././tools/gapi.php:604 .././tools/gapi.php:667 .././tools/gapi.php:777
755
- #: .././tools/gapi.php:818 .././tools/gapi.php:914
756
  msgid "Sessions"
757
  msgstr "セッション"
758
 
759
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
760
  msgid "Pages"
761
  msgstr "ページ"
762
 
763
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
764
  msgid "REFERRAL"
765
  msgstr "リファラー"
766
 
767
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
768
  msgid "ORGANIC"
769
  msgstr "キーワード検索"
770
 
771
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
772
- #: .././admin/widgets.php:491
773
  msgid "SOCIAL"
774
  msgstr "ソーシャル"
775
 
776
- #: .././admin/widgets.php:261 .././admin/widgets.php:380
777
- #: .././admin/widgets.php:492
778
  msgid "CAMPAIGN"
779
  msgstr "キャンペーン"
780
 
781
- #: .././admin/widgets.php:265 .././admin/widgets.php:383
782
- #: .././admin/widgets.php:495
783
  msgid "DIRECT"
784
  msgstr "直リンク"
785
 
786
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
787
  msgid "NEW"
788
  msgstr "NEW"
789
 
790
- #: .././admin/widgets.php:371
791
  msgid "REFERRALS"
792
  msgstr "リファラー"
793
 
794
- #: .././admin/widgets.php:374
795
  msgid "KEYWORDS"
796
  msgstr "キーワード"
797
 
798
- #: .././front/item-reports.php:133
799
  msgid "Views vs UniqueViews"
800
  msgstr ""
801
 
802
- #: .././front/item-reports.php:183
803
  msgid "Google Analytics Reports"
804
  msgstr "Google アナリティクスのレポート"
805
 
@@ -807,7 +803,7 @@ msgstr "Google アナリティクスのレポート"
807
  msgid "Will display your google analytics stats in a widget"
808
  msgstr "ウィジェットでのGoogleアナリティクスの統計を表示します"
809
 
810
- #: .././front/widgets.php:46 .././tools/gapi.php:818
811
  msgid "trend"
812
  msgstr "トレンド"
813
 
@@ -863,66 +859,79 @@ msgstr "クレジットを表示:"
863
  msgid "This is not allowed, read the documentation!"
864
  msgstr ""
865
 
866
- #: .././tools/gapi.php:141
867
  msgid "Use this link to get your access code:"
868
  msgstr "このリンクを使用して、アクセスコードを取得してください:"
869
 
870
- #: .././tools/gapi.php:141
871
  msgid "Get Access Code"
872
  msgstr "アクセスコードを取得"
873
 
874
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
875
  msgid "Use the red link to get your access code!"
876
  msgstr "アクセスコードを取得するために赤いリンクを使用してください。"
877
 
878
- #: .././tools/gapi.php:146
879
  msgid "Access Code:"
880
  msgstr "アクセスコード:"
881
 
882
- #: .././tools/gapi.php:158
883
  msgid "Save Access Code"
884
  msgstr "アクセスコードを保存"
885
 
886
- #: .././tools/gapi.php:391
887
  msgid "Organic Searches"
888
  msgstr ""
889
 
890
- #: .././tools/gapi.php:394
891
  msgid "Unique Page Views"
892
  msgstr "ユニークPV"
893
 
894
- #: .././tools/gapi.php:402
895
  msgid "Hour"
896
  msgstr "時"
897
 
898
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
899
  msgid "Date"
900
  msgstr "日"
901
 
902
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
903
  msgid "Views"
904
  msgstr "PV"
905
 
906
- #: .././tools/gapi.php:631
907
  msgid "Countries"
908
  msgstr "各国"
909
 
910
- #: .././tools/gapi.php:641
911
  msgid "Cities from"
912
  msgstr "都市"
913
 
914
- #: .././tools/gapi.php:713
915
  msgid "Channels"
916
  msgstr "経路"
917
 
918
- #: .././tools/gapi.php:776
919
  msgid "Type"
920
  msgstr "タイプ"
921
 
922
- #: .././tools/gapi.php:871
923
  msgid "UniqueViews"
924
  msgstr "ユニークPV"
925
 
 
 
 
 
 
 
 
 
 
 
 
 
 
926
  #~ msgid "find out more %s"
927
  #~ msgstr "詳しは%s"
928
 
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"
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 "アナリティクス"
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
 
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
 
104
  msgstr ""
105
 
106
  #: .././admin/settings.php:272
107
+ msgid "enable Switch View functionality"
108
  msgstr ""
109
 
110
  #: .././admin/settings.php:283
154
  msgstr "カスタム定義"
155
 
156
  #: .././admin/settings.php:364 .././admin/settings.php:575
157
+ #: .././admin/settings.php:1236
158
  msgid "Exclude Tracking"
159
  msgstr "追跡を除外する"
160
 
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
 
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"
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
  "りません</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
  "プラグインを認可する前に%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
 
568
  msgid "Tracking Code"
569
  msgstr "トラッキングコード"
570
 
571
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
572
  msgid "Today"
573
  msgstr "今日"
574
 
575
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
576
  msgid "Yesterday"
577
  msgstr "昨日"
578
 
579
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
580
  #: .././front/widgets.php:74 .././front/widgets.php:182
581
  msgid "Last 7 Days"
582
  msgstr "1週間"
583
 
584
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
585
  #: .././front/widgets.php:80 .././front/widgets.php:184
586
  msgid "Last 30 Days"
587
  msgstr "30日間"
588
 
589
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
590
  msgid "Last 90 Days"
591
  msgstr "90日間"
592
 
593
+ #: .././admin/setup.php:202 .././admin/setup.php:218
594
  msgid "Unique Views"
595
  msgstr "ユニークPV"
596
 
597
+ #: .././admin/setup.php:203 .././admin/setup.php:219
598
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
599
+ #: .././tools/gapi.php:391
600
  msgid "Users"
601
  msgstr "ユーザー"
602
 
603
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
604
  msgid "Organic"
605
  msgstr "オーガニック検索"
606
 
607
+ #: .././admin/setup.php:205 .././admin/setup.php:220
608
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
609
+ #: .././tools/gapi.php:394
610
  msgid "Page Views"
611
  msgstr "PV"
612
 
613
+ #: .././admin/setup.php:206 .././admin/setup.php:221
614
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
615
+ #: .././tools/gapi.php:397
616
  msgid "Bounce Rate"
617
  msgstr "直帰率"
618
 
619
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
620
  msgid "Location"
621
  msgstr "地域"
622
 
623
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
624
  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
 
632
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
633
  msgid "Traffic Details"
634
  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のエラーが、プラグインのリソースをブロックしている可能性がありま"
642
  "す。"
643
 
644
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
645
  msgid "Traffic Mediums"
646
  msgstr "トラフィック平均"
647
 
648
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
649
  msgid "Visitor Type"
650
  msgstr "訪問者"
651
 
652
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
653
  msgid "Social Networks"
654
  msgstr "SNS"
655
 
656
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
657
  msgid "Search Engines"
658
  msgstr "検索エンジン"
659
 
660
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
661
  msgid "Organic Search"
662
  msgstr "オーガニック検索"
663
 
664
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
665
  msgid "Pages/Session"
666
  msgstr "ページ/セッション"
667
 
668
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
669
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
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)をご確認ください。"
678
 
679
+ #: .././admin/setup.php:225
680
  msgid "Not enough data collected"
681
  msgstr "充分なデータがありません"
682
 
683
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
684
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
685
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
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 "このレポートは使用できません。"
693
 
694
+ #: .././admin/setup.php:227
695
  msgid "report generated by"
696
  msgstr "report generated by"
697
 
698
+ #: .././admin/setup.php:267
699
  msgid "Settings"
700
  msgstr "設定"
701
 
703
  msgid "Google Analytics Dashboard"
704
  msgstr "Google アナリティクス ダッシュボード"
705
 
706
+ #: .././admin/widgets.php:42
707
  msgid "This plugin needs an authorization:"
708
  msgstr "このプラグインは認可する必要があります:"
709
 
710
+ #: .././admin/widgets.php:76
711
  msgid "Something went wrong while retrieving profiles list."
712
  msgstr "プロファイルリストの取得中に問題が発生しました。"
713
 
714
+ #: .././admin/widgets.php:76
715
  msgid "More details"
716
  msgstr "詳細"
717
 
718
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
719
  msgid "An admin should asign a default Google Analytics Profile."
720
  msgstr ""
721
  "管理者は、デフォルトのGoogle Analyticsのプロファイルをasign必要があります。"
722
 
723
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
724
  msgid "Select Domain"
725
  msgstr "ドメインを選択"
726
 
727
+ #: .././admin/widgets.php:105
728
  msgid ""
729
  "Something went wrong while retrieving property data. You need to create and "
730
  "properly configure a Google Analytics account:"
732
  "プロパティデータを取得中に問題が発生しました。適切にGoogle Analyticsアカウン"
733
  "トを設定する必要があります:"
734
 
735
+ #: .././admin/widgets.php:105
736
  msgid "Find out more!"
737
  msgstr "詳細はこちら"
738
 
739
+ #: .././admin/widgets.php:125
740
  msgid "Real-Time"
741
  msgstr "リアルタイム"
742
 
743
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
744
  #: .././front/widgets.php:183
745
  msgid "Last 14 Days"
746
  msgstr "2週間"
747
 
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
 
755
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
756
  msgid "Pages"
757
  msgstr "ページ"
758
 
759
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
760
  msgid "REFERRAL"
761
  msgstr "リファラー"
762
 
763
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
764
  msgid "ORGANIC"
765
  msgstr "キーワード検索"
766
 
767
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
768
+ #: .././admin/widgets.php:474
769
  msgid "SOCIAL"
770
  msgstr "ソーシャル"
771
 
772
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
773
+ #: .././admin/widgets.php:475
774
  msgid "CAMPAIGN"
775
  msgstr "キャンペーン"
776
 
777
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
778
+ #: .././admin/widgets.php:478
779
  msgid "DIRECT"
780
  msgstr "直リンク"
781
 
782
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
783
  msgid "NEW"
784
  msgstr "NEW"
785
 
786
+ #: .././admin/widgets.php:354
787
  msgid "REFERRALS"
788
  msgstr "リファラー"
789
 
790
+ #: .././admin/widgets.php:357
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
 
803
  msgid "Will display your google analytics stats in a widget"
804
  msgstr "ウィジェットでのGoogleアナリティクスの統計を表示します"
805
 
806
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
807
  msgid "trend"
808
  msgstr "トレンド"
809
 
859
  msgid "This is not allowed, read the documentation!"
860
  msgstr ""
861
 
862
+ #: .././tools/gapi.php:134
863
  msgid "Use this link to get your access code:"
864
  msgstr "このリンクを使用して、アクセスコードを取得してください:"
865
 
866
+ #: .././tools/gapi.php:134
867
  msgid "Get Access Code"
868
  msgstr "アクセスコードを取得"
869
 
870
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
871
  msgid "Use the red link to get your access code!"
872
  msgstr "アクセスコードを取得するために赤いリンクを使用してください。"
873
 
874
+ #: .././tools/gapi.php:138
875
  msgid "Access Code:"
876
  msgstr "アクセスコード:"
877
 
878
+ #: .././tools/gapi.php:145
879
  msgid "Save Access Code"
880
  msgstr "アクセスコードを保存"
881
 
882
+ #: .././tools/gapi.php:400
883
  msgid "Organic Searches"
884
  msgstr ""
885
 
886
+ #: .././tools/gapi.php:403
887
  msgid "Unique Page Views"
888
  msgstr "ユニークPV"
889
 
890
+ #: .././tools/gapi.php:411
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
 
902
+ #: .././tools/gapi.php:640
903
  msgid "Countries"
904
  msgstr "各国"
905
 
906
+ #: .././tools/gapi.php:650
907
  msgid "Cities from"
908
  msgstr "都市"
909
 
910
+ #: .././tools/gapi.php:722
911
  msgid "Channels"
912
  msgstr "経路"
913
 
914
+ #: .././tools/gapi.php:785
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や関連するチュートリアルをご覧ください。"
925
+
926
+ #~ msgid "Select Domain:"
927
+ #~ msgstr "ドメインを選択:"
928
+
929
+ #~ msgid "and/or hide all other domains"
930
+ #~ msgstr "および/または他のすべてのドメインを隠す"
931
+
932
+ #~ msgid "Hide Now"
933
+ #~ msgstr "隠す"
934
+
935
  #~ msgid "find out more %s"
936
  #~ msgstr "詳しは%s"
937
 
languages/ga-dash-nl_NL.po CHANGED
@@ -1,58 +1,58 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
- "POT-Creation-Date: 2015-04-10 09:32+0200\n"
5
- "PO-Revision-Date: 2015-04-10 09:32+0200\n"
6
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
7
- "Language-Team: Alin Marcu\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.5\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ../.\n"
18
 
19
- #: .././admin/item-reports.php:66
20
  msgid "Analytics"
21
  msgstr ""
22
 
23
  #: .././admin/settings.php:94 .././admin/settings.php:202
24
- #: .././admin/settings.php:338 .././admin/settings.php:819
25
- #: .././admin/settings.php:1088
26
  msgid "Settings saved."
27
  msgstr ""
28
 
29
  #: .././admin/settings.php:96 .././admin/settings.php:204
30
- #: .././admin/settings.php:340 .././admin/settings.php:796
31
- #: .././admin/settings.php:806 .././admin/settings.php:815
32
- #: .././admin/settings.php:821 .././admin/settings.php:833
33
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
34
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
35
- #: .././admin/settings.php:1102
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
56
  msgid "authorize the plugin"
57
  msgstr ""
58
 
@@ -88,7 +88,7 @@ msgstr ""
88
 
89
  #: .././admin/settings.php:180 .././admin/settings.php:318
90
  #: .././admin/settings.php:617 .././admin/settings.php:965
91
- #: .././admin/settings.php:1252
92
  msgid "Save Changes"
93
  msgstr ""
94
 
@@ -102,7 +102,7 @@ msgid "Read %s for more information about Backend Features and Options."
102
  msgstr ""
103
 
104
  #: .././admin/settings.php:272
105
- msgid "enable Switch Profile/View functionality"
106
  msgstr ""
107
 
108
  #: .././admin/settings.php:283
@@ -152,7 +152,7 @@ msgid "Custom Definitions"
152
  msgstr ""
153
 
154
  #: .././admin/settings.php:364 .././admin/settings.php:575
155
- #: .././admin/settings.php:1235
156
  msgid "Exclude Tracking"
157
  msgstr ""
158
 
@@ -181,9 +181,9 @@ msgstr ""
181
  msgid "Enabled"
182
  msgstr ""
183
 
184
- #: .././admin/settings.php:388 .././admin/settings.php:911
185
- #: .././admin/settings.php:933 .././admin/settings.php:1208
186
- #: .././admin/widgets.php:72
187
  msgid "View Name:"
188
  msgstr ""
189
 
@@ -305,7 +305,7 @@ msgstr ""
305
 
306
  #: .././admin/settings.php:682
307
  #, php-format
308
- msgid "For errors and/or other issues please check %s and related tutorials."
309
  msgstr ""
310
 
311
  #: .././admin/settings.php:687
@@ -334,45 +334,45 @@ msgstr ""
334
  msgid "Library conflicts between WordPress plugins"
335
  msgstr ""
336
 
337
- #: .././admin/settings.php:756 .././admin/settings.php:1016
338
  msgid "Plugin authorization succeeded."
339
  msgstr ""
340
 
341
- #: .././admin/settings.php:771 .././admin/settings.php:1040
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:794 .././admin/settings.php:1072
348
  msgid "Cleared Cache."
349
  msgstr ""
350
 
351
- #: .././admin/settings.php:803 .././admin/settings.php:1081
352
  msgid "Token Reseted and Revoked."
353
  msgstr ""
354
 
355
- #: .././admin/settings.php:813
356
  msgid "All errors reseted."
357
  msgstr ""
358
 
359
- #: .././admin/settings.php:826 .././admin/settings.php:1095
360
  msgid "All other domains/properties were removed."
361
  msgstr ""
362
 
363
- #: .././admin/settings.php:838 .././admin/settings.php:1107
364
  msgid "Google Analytics Settings"
365
  msgstr ""
366
 
367
- #: .././admin/settings.php:852 .././admin/settings.php:1120
368
  msgid "Use the red link (see below) to generate and get your access code!"
369
  msgstr ""
370
 
371
- #: .././admin/settings.php:863 .././admin/settings.php:1148
372
  msgid "Plugin Authorization"
373
  msgstr ""
374
 
375
- #: .././admin/settings.php:868 .././admin/settings.php:1152
376
  #, php-format
377
  msgid ""
378
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -380,169 +380,165 @@ msgid ""
380
  "account!"
381
  msgstr ""
382
 
383
- #: .././admin/settings.php:868 .././admin/settings.php:1152
384
  msgid "video"
385
  msgstr ""
386
 
387
- #: .././admin/settings.php:868 .././admin/settings.php:1152
388
  msgid "tutorial"
389
  msgstr ""
390
 
391
- #: .././admin/settings.php:873 .././admin/settings.php:1159
392
  msgid "use your own API Project credentials"
393
  msgstr ""
394
 
395
- #: .././admin/settings.php:877 .././admin/settings.php:1166
396
  msgid "API Key:"
397
  msgstr ""
398
 
399
- #: .././admin/settings.php:881 .././admin/settings.php:1170
400
  msgid "Client ID:"
401
  msgstr ""
402
 
403
- #: .././admin/settings.php:885 .././admin/settings.php:1174
404
  msgid "Client Secret:"
405
  msgstr ""
406
 
407
- #: .././admin/settings.php:895 .././admin/settings.php:1184
408
  msgid "Clear Authorization"
409
  msgstr ""
410
 
411
- #: .././admin/settings.php:895 .././admin/settings.php:971
412
- #: .././admin/settings.php:1184 .././admin/settings.php:1259
413
  msgid "Clear Cache"
414
  msgstr ""
415
 
416
- #: .././admin/settings.php:895
417
  msgid "Reset Errors"
418
  msgstr ""
419
 
420
- #: .././admin/settings.php:901 .././admin/setup.php:80
421
  #: .././admin/setup.php:115
422
  msgid "General Settings"
423
  msgstr ""
424
 
425
- #: .././admin/settings.php:904
426
- msgid "Select Domain:"
427
  msgstr ""
428
 
429
- #: .././admin/settings.php:915 .././admin/settings.php:1212
430
  msgid "Property not found"
431
  msgstr ""
432
 
433
- #: .././admin/settings.php:920
434
- msgid "and/or hide all other domains"
435
- msgstr ""
436
-
437
  #: .././admin/settings.php:921
438
- msgid "Hide Now"
439
  msgstr ""
440
 
441
  #: .././admin/settings.php:939
442
  msgid "Theme Color:"
443
  msgstr ""
444
 
445
- #: .././admin/settings.php:947 .././admin/settings.php:1221
446
  msgid "Automatic Updates"
447
  msgstr ""
448
 
449
- #: .././admin/settings.php:957 .././admin/settings.php:1231
450
  msgid ""
451
  "automatic updates for minor versions (security and maintenance releases only)"
452
  msgstr ""
453
 
454
- #: .././admin/settings.php:971 .././admin/settings.php:1259
455
- #: .././admin/widgets.php:43
456
  msgid "Authorize Plugin"
457
  msgstr ""
458
 
459
- #: .././admin/settings.php:1046
460
  msgid "Properties refreshed."
461
  msgstr ""
462
 
463
- #: .././admin/settings.php:1130
464
  msgid "Network Setup"
465
  msgstr ""
466
 
467
- #: .././admin/settings.php:1140
468
  msgid "use a single Google Analytics account for the entire network"
469
  msgstr ""
470
 
471
- #: .././admin/settings.php:1184
472
  msgid "Refresh Properties"
473
  msgstr ""
474
 
475
- #: .././admin/settings.php:1190
476
  msgid "Properties/Views Settings"
477
  msgstr ""
478
 
479
- #: .././admin/settings.php:1245
480
  msgid "exclude Super Admin tracking for the entire network"
481
  msgstr ""
482
 
483
- #: .././admin/settings.php:1290
484
  msgid "Setup Tutorial & Demo"
485
  msgstr ""
486
 
487
- #: .././admin/settings.php:1298
488
  msgid "Support & Reviews"
489
  msgstr ""
490
 
491
- #: .././admin/settings.php:1305
492
  #, php-format
493
  msgid "Plugin documentation and support on %s"
494
  msgstr ""
495
 
496
- #: .././admin/settings.php:1312
497
  #, php-format
498
  msgid "Your feedback and review are both important, %s!"
499
  msgstr ""
500
 
501
- #: .././admin/settings.php:1312
502
  msgid "rate this plugin"
503
  msgstr ""
504
 
505
- #: .././admin/settings.php:1318
506
  msgid "Further Reading"
507
  msgstr ""
508
 
509
- #: .././admin/settings.php:1325
510
  #, php-format
511
  msgid "%s by moving your website to HTTPS/SSL."
512
  msgstr ""
513
 
514
- #: .././admin/settings.php:1325
515
  msgid "Improve search rankings"
516
  msgstr ""
517
 
518
- #: .././admin/settings.php:1332
519
  #, php-format
520
  msgid "Other %s written by the same author"
521
  msgstr ""
522
 
523
- #: .././admin/settings.php:1332
524
  msgid "WordPress Plugins"
525
  msgstr ""
526
 
527
- #: .././admin/settings.php:1338
528
  msgid "Other Services"
529
  msgstr ""
530
 
531
- #: .././admin/settings.php:1345
532
  #, php-format
533
  msgid "Speed up your website and plug into a whole %s"
534
  msgstr ""
535
 
536
- #: .././admin/settings.php:1345
537
  msgid "new level of site speed"
538
  msgstr ""
539
 
540
- #: .././admin/settings.php:1352
541
  #, php-format
542
  msgid "%s service with users tracking at IP level."
543
  msgstr ""
544
 
545
- #: .././admin/settings.php:1352
546
  msgid "Web Analytics"
547
  msgstr ""
548
 
@@ -562,131 +558,131 @@ msgstr ""
562
  msgid "Tracking Code"
563
  msgstr ""
564
 
565
- #: .././admin/setup.php:196 .././admin/widgets.php:128
566
  msgid "Today"
567
  msgstr "Vandaag"
568
 
569
- #: .././admin/setup.php:197 .././admin/widgets.php:130
570
  msgid "Yesterday"
571
  msgstr "Gisteren"
572
 
573
- #: .././admin/setup.php:198 .././admin/widgets.php:132
574
  #: .././front/widgets.php:74 .././front/widgets.php:182
575
  msgid "Last 7 Days"
576
  msgstr "Afgelopen 7 dagen"
577
 
578
- #: .././admin/setup.php:199 .././admin/widgets.php:136
579
  #: .././front/widgets.php:80 .././front/widgets.php:184
580
  msgid "Last 30 Days"
581
  msgstr "Afgelopen 30 dagen"
582
 
583
- #: .././admin/setup.php:200 .././admin/widgets.php:138
584
  msgid "Last 90 Days"
585
  msgstr "Afgelopen 90 dagen"
586
 
587
- #: .././admin/setup.php:203 .././admin/setup.php:219
588
  msgid "Unique Views"
589
  msgstr ""
590
 
591
- #: .././admin/setup.php:204 .././admin/setup.php:220
592
- #: .././admin/widgets.php:145 .././admin/widgets.php:891
593
- #: .././tools/gapi.php:382
594
  msgid "Users"
595
  msgstr "Bezoekers"
596
 
597
- #: .././admin/setup.php:205 .././admin/widgets.php:147
598
  msgid "Organic"
599
  msgstr "Via zoekmachines"
600
 
601
- #: .././admin/setup.php:206 .././admin/setup.php:221
602
- #: .././admin/widgets.php:149 .././admin/widgets.php:895
603
- #: .././tools/gapi.php:385
604
  msgid "Page Views"
605
  msgstr "Paginaweergaven"
606
 
607
- #: .././admin/setup.php:207 .././admin/setup.php:222
608
- #: .././admin/widgets.php:151 .././admin/widgets.php:899
609
- #: .././tools/gapi.php:388
610
  msgid "Bounce Rate"
611
  msgstr "Bouncepercentage"
612
 
613
- #: .././admin/setup.php:208 .././admin/widgets.php:153
614
  msgid "Location"
615
  msgstr "Locaties"
616
 
617
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
618
  msgid "Referrers"
619
  msgstr "Beste verwijzingen"
620
 
621
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
622
- #: .././tools/gapi.php:913
623
  msgid "Searches"
624
  msgstr "Beste zoekopdrachten"
625
 
626
- #: .././admin/setup.php:211 .././admin/widgets.php:161
627
  msgid "Traffic Details"
628
  msgstr "Verkeer"
629
 
630
- #: .././admin/setup.php:214 .././admin/widgets.php:527
631
- #: .././admin/widgets.php:623 .././admin/widgets.php:821
632
- #: .././admin/widgets.php:933 .././front/item-reports.php:87
633
  msgid "A JavaScript Error is blocking plugin resources!"
634
  msgstr ""
635
 
636
- #: .././admin/setup.php:215 .././admin/widgets.php:729
637
  msgid "Traffic Mediums"
638
  msgstr "Verkeersbronnen"
639
 
640
- #: .././admin/setup.php:216 .././admin/widgets.php:745
641
  msgid "Visitor Type"
642
  msgstr "Nieuw vs. terugkerend"
643
 
644
- #: .././admin/setup.php:217 .././admin/widgets.php:761
645
  msgid "Social Networks"
646
  msgstr "Sociale netwerken"
647
 
648
- #: .././admin/setup.php:218 .././admin/widgets.php:777
649
  msgid "Search Engines"
650
  msgstr "Zoekmachines"
651
 
652
- #: .././admin/setup.php:223 .././admin/widgets.php:903
653
  msgid "Organic Search"
654
  msgstr "Zoekopdrachten"
655
 
656
- #: .././admin/setup.php:224 .././admin/widgets.php:907
657
  msgid "Pages/Session"
658
  msgstr "Pagina's/bezoek"
659
 
660
- #: .././admin/setup.php:225 .././admin/widgets.php:540
661
- #: .././admin/widgets.php:558 .././admin/widgets.php:636
662
- #: .././admin/widgets.php:654 .././admin/widgets.php:673
663
- #: .././admin/widgets.php:692 .././admin/widgets.php:712
664
- #: .././admin/widgets.php:835 .././admin/widgets.php:946
665
- #: .././admin/widgets.php:965 .././front/item-reports.php:99
666
- #: .././front/item-reports.php:118
667
  msgid "Invalid response, more details in JavaScript Console (F12)."
668
  msgstr ""
669
 
670
- #: .././admin/setup.php:226
671
  msgid "Not enough data collected"
672
  msgstr ""
673
 
674
- #: .././admin/setup.php:227 .././admin/widgets.php:545
675
- #: .././admin/widgets.php:563 .././admin/widgets.php:641
676
- #: .././admin/widgets.php:659 .././admin/widgets.php:678
677
- #: .././admin/widgets.php:697 .././admin/widgets.php:717
678
- #: .././admin/widgets.php:840 .././admin/widgets.php:843
679
- #: .././admin/widgets.php:951 .././admin/widgets.php:970
680
- #: .././front/item-reports.php:104 .././front/item-reports.php:123
681
  #: .././front/widgets.php:110
682
  msgid "This report is unavailable"
683
  msgstr ""
684
 
685
- #: .././admin/setup.php:228
686
  msgid "report generated by"
687
  msgstr ""
688
 
689
- #: .././admin/setup.php:268
690
  msgid "Settings"
691
  msgstr ""
692
 
@@ -694,96 +690,96 @@ msgstr ""
694
  msgid "Google Analytics Dashboard"
695
  msgstr "Bezoekersstatistieken"
696
 
697
- #: .././admin/widgets.php:43
698
  msgid "This plugin needs an authorization:"
699
  msgstr ""
700
 
701
- #: .././admin/widgets.php:77
702
  msgid "Something went wrong while retrieving profiles list."
703
  msgstr ""
704
 
705
- #: .././admin/widgets.php:77
706
  msgid "More details"
707
  msgstr ""
708
 
709
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
710
  msgid "An admin should asign a default Google Analytics Profile."
711
  msgstr ""
712
 
713
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
714
  msgid "Select Domain"
715
  msgstr ""
716
 
717
- #: .././admin/widgets.php:106
718
  msgid ""
719
  "Something went wrong while retrieving property data. You need to create and "
720
  "properly configure a Google Analytics account:"
721
  msgstr ""
722
 
723
- #: .././admin/widgets.php:106
724
  msgid "Find out more!"
725
  msgstr ""
726
 
727
- #: .././admin/widgets.php:127
728
  msgid "Real-Time"
729
  msgstr "Realtime"
730
 
731
- #: .././admin/widgets.php:134 .././front/widgets.php:77
732
  #: .././front/widgets.php:183
733
  msgid "Last 14 Days"
734
  msgstr "Afgelopen 14 dagen"
735
 
736
- #: .././admin/widgets.php:144 .././admin/widgets.php:887
737
- #: .././front/widgets.php:46 .././tools/gapi.php:397 .././tools/gapi.php:558
738
- #: .././tools/gapi.php:604 .././tools/gapi.php:667 .././tools/gapi.php:777
739
- #: .././tools/gapi.php:818 .././tools/gapi.php:914
740
  msgid "Sessions"
741
  msgstr "Bezoeken"
742
 
743
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
744
  msgid "Pages"
745
  msgstr "Meest bezochte pagina's"
746
 
747
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
748
  msgid "REFERRAL"
749
  msgstr "Verwijzend"
750
 
751
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
752
  msgid "ORGANIC"
753
  msgstr "Zoekmachines"
754
 
755
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
756
- #: .././admin/widgets.php:491
757
  msgid "SOCIAL"
758
  msgstr "Sociale media"
759
 
760
- #: .././admin/widgets.php:261 .././admin/widgets.php:380
761
- #: .././admin/widgets.php:492
762
  msgid "CAMPAIGN"
763
  msgstr "Campagne"
764
 
765
- #: .././admin/widgets.php:265 .././admin/widgets.php:383
766
- #: .././admin/widgets.php:495
767
  msgid "DIRECT"
768
  msgstr "Direct"
769
 
770
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
771
  msgid "NEW"
772
  msgstr "Nieuw"
773
 
774
- #: .././admin/widgets.php:371
775
  msgid "REFERRALS"
776
  msgstr "Verwijzingen"
777
 
778
- #: .././admin/widgets.php:374
779
  msgid "KEYWORDS"
780
  msgstr "Zoekwoorden"
781
 
782
- #: .././front/item-reports.php:133
783
  msgid "Views vs UniqueViews"
784
  msgstr ""
785
 
786
- #: .././front/item-reports.php:183
787
  msgid "Google Analytics Reports"
788
  msgstr ""
789
 
@@ -791,7 +787,7 @@ msgstr ""
791
  msgid "Will display your google analytics stats in a widget"
792
  msgstr ""
793
 
794
- #: .././front/widgets.php:46 .././tools/gapi.php:818
795
  msgid "trend"
796
  msgstr ""
797
 
@@ -847,63 +843,63 @@ msgstr ""
847
  msgid "This is not allowed, read the documentation!"
848
  msgstr ""
849
 
850
- #: .././tools/gapi.php:141
851
  msgid "Use this link to get your access code:"
852
  msgstr ""
853
 
854
- #: .././tools/gapi.php:141
855
  msgid "Get Access Code"
856
  msgstr ""
857
 
858
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
859
  msgid "Use the red link to get your access code!"
860
  msgstr ""
861
 
862
- #: .././tools/gapi.php:146
863
  msgid "Access Code:"
864
  msgstr ""
865
 
866
- #: .././tools/gapi.php:158
867
  msgid "Save Access Code"
868
  msgstr ""
869
 
870
- #: .././tools/gapi.php:391
871
  msgid "Organic Searches"
872
  msgstr "Zoekopdrachten"
873
 
874
- #: .././tools/gapi.php:394
875
  msgid "Unique Page Views"
876
  msgstr ""
877
 
878
- #: .././tools/gapi.php:402
879
  msgid "Hour"
880
  msgstr "Uur"
881
 
882
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
883
  msgid "Date"
884
  msgstr "Datum"
885
 
886
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
887
  msgid "Views"
888
  msgstr "Weergaven"
889
 
890
- #: .././tools/gapi.php:631
891
  msgid "Countries"
892
  msgstr "Landen"
893
 
894
- #: .././tools/gapi.php:641
895
  msgid "Cities from"
896
  msgstr ""
897
 
898
- #: .././tools/gapi.php:713
899
  msgid "Channels"
900
  msgstr ""
901
 
902
- #: .././tools/gapi.php:776
903
  msgid "Type"
904
  msgstr ""
905
 
906
- #: .././tools/gapi.php:871
907
  msgid "UniqueViews"
908
  msgstr ""
909
 
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"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ../.\n"
18
 
19
+ #: .././admin/item-reports.php:67
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
 
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
 
102
  msgstr ""
103
 
104
  #: .././admin/settings.php:272
105
+ msgid "enable Switch View functionality"
106
  msgstr ""
107
 
108
  #: .././admin/settings.php:283
152
  msgstr ""
153
 
154
  #: .././admin/settings.php:364 .././admin/settings.php:575
155
+ #: .././admin/settings.php:1236
156
  msgid "Exclude Tracking"
157
  msgstr ""
158
 
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
 
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
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
  "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
 
558
  msgid "Tracking Code"
559
  msgstr ""
560
 
561
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
562
  msgid "Today"
563
  msgstr "Vandaag"
564
 
565
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
566
  msgid "Yesterday"
567
  msgstr "Gisteren"
568
 
569
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
570
  #: .././front/widgets.php:74 .././front/widgets.php:182
571
  msgid "Last 7 Days"
572
  msgstr "Afgelopen 7 dagen"
573
 
574
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
575
  #: .././front/widgets.php:80 .././front/widgets.php:184
576
  msgid "Last 30 Days"
577
  msgstr "Afgelopen 30 dagen"
578
 
579
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
580
  msgid "Last 90 Days"
581
  msgstr "Afgelopen 90 dagen"
582
 
583
+ #: .././admin/setup.php:202 .././admin/setup.php:218
584
  msgid "Unique Views"
585
  msgstr ""
586
 
587
+ #: .././admin/setup.php:203 .././admin/setup.php:219
588
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
589
+ #: .././tools/gapi.php:391
590
  msgid "Users"
591
  msgstr "Bezoekers"
592
 
593
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
594
  msgid "Organic"
595
  msgstr "Via zoekmachines"
596
 
597
+ #: .././admin/setup.php:205 .././admin/setup.php:220
598
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
599
+ #: .././tools/gapi.php:394
600
  msgid "Page Views"
601
  msgstr "Paginaweergaven"
602
 
603
+ #: .././admin/setup.php:206 .././admin/setup.php:221
604
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
605
+ #: .././tools/gapi.php:397
606
  msgid "Bounce Rate"
607
  msgstr "Bouncepercentage"
608
 
609
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
610
  msgid "Location"
611
  msgstr "Locaties"
612
 
613
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
614
  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
 
622
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
623
  msgid "Traffic Details"
624
  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
 
632
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
633
  msgid "Traffic Mediums"
634
  msgstr "Verkeersbronnen"
635
 
636
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
637
  msgid "Visitor Type"
638
  msgstr "Nieuw vs. terugkerend"
639
 
640
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
641
  msgid "Social Networks"
642
  msgstr "Sociale netwerken"
643
 
644
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
645
  msgid "Search Engines"
646
  msgstr "Zoekmachines"
647
 
648
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
649
  msgid "Organic Search"
650
  msgstr "Zoekopdrachten"
651
 
652
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
653
  msgid "Pages/Session"
654
  msgstr "Pagina's/bezoek"
655
 
656
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
657
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
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
 
666
+ #: .././admin/setup.php:225
667
  msgid "Not enough data collected"
668
  msgstr ""
669
 
670
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
671
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
672
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
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 ""
680
 
681
+ #: .././admin/setup.php:227
682
  msgid "report generated by"
683
  msgstr ""
684
 
685
+ #: .././admin/setup.php:267
686
  msgid "Settings"
687
  msgstr ""
688
 
690
  msgid "Google Analytics Dashboard"
691
  msgstr "Bezoekersstatistieken"
692
 
693
+ #: .././admin/widgets.php:42
694
  msgid "This plugin needs an authorization:"
695
  msgstr ""
696
 
697
+ #: .././admin/widgets.php:76
698
  msgid "Something went wrong while retrieving profiles list."
699
  msgstr ""
700
 
701
+ #: .././admin/widgets.php:76
702
  msgid "More details"
703
  msgstr ""
704
 
705
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
706
  msgid "An admin should asign a default Google Analytics Profile."
707
  msgstr ""
708
 
709
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
710
  msgid "Select Domain"
711
  msgstr ""
712
 
713
+ #: .././admin/widgets.php:105
714
  msgid ""
715
  "Something went wrong while retrieving property data. You need to create and "
716
  "properly configure a Google Analytics account:"
717
  msgstr ""
718
 
719
+ #: .././admin/widgets.php:105
720
  msgid "Find out more!"
721
  msgstr ""
722
 
723
+ #: .././admin/widgets.php:125
724
  msgid "Real-Time"
725
  msgstr "Realtime"
726
 
727
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
728
  #: .././front/widgets.php:183
729
  msgid "Last 14 Days"
730
  msgstr "Afgelopen 14 dagen"
731
 
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
 
739
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
740
  msgid "Pages"
741
  msgstr "Meest bezochte pagina's"
742
 
743
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
744
  msgid "REFERRAL"
745
  msgstr "Verwijzend"
746
 
747
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
748
  msgid "ORGANIC"
749
  msgstr "Zoekmachines"
750
 
751
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
752
+ #: .././admin/widgets.php:474
753
  msgid "SOCIAL"
754
  msgstr "Sociale media"
755
 
756
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
757
+ #: .././admin/widgets.php:475
758
  msgid "CAMPAIGN"
759
  msgstr "Campagne"
760
 
761
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
762
+ #: .././admin/widgets.php:478
763
  msgid "DIRECT"
764
  msgstr "Direct"
765
 
766
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
767
  msgid "NEW"
768
  msgstr "Nieuw"
769
 
770
+ #: .././admin/widgets.php:354
771
  msgid "REFERRALS"
772
  msgstr "Verwijzingen"
773
 
774
+ #: .././admin/widgets.php:357
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
 
787
  msgid "Will display your google analytics stats in a widget"
788
  msgstr ""
789
 
790
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
791
  msgid "trend"
792
  msgstr ""
793
 
843
  msgid "This is not allowed, read the documentation!"
844
  msgstr ""
845
 
846
+ #: .././tools/gapi.php:134
847
  msgid "Use this link to get your access code:"
848
  msgstr ""
849
 
850
+ #: .././tools/gapi.php:134
851
  msgid "Get Access Code"
852
  msgstr ""
853
 
854
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
855
  msgid "Use the red link to get your access code!"
856
  msgstr ""
857
 
858
+ #: .././tools/gapi.php:138
859
  msgid "Access Code:"
860
  msgstr ""
861
 
862
+ #: .././tools/gapi.php:145
863
  msgid "Save Access Code"
864
  msgstr ""
865
 
866
+ #: .././tools/gapi.php:400
867
  msgid "Organic Searches"
868
  msgstr "Zoekopdrachten"
869
 
870
+ #: .././tools/gapi.php:403
871
  msgid "Unique Page Views"
872
  msgstr ""
873
 
874
+ #: .././tools/gapi.php:411
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
 
886
+ #: .././tools/gapi.php:640
887
  msgid "Countries"
888
  msgstr "Landen"
889
 
890
+ #: .././tools/gapi.php:650
891
  msgid "Cities from"
892
  msgstr ""
893
 
894
+ #: .././tools/gapi.php:722
895
  msgid "Channels"
896
  msgstr ""
897
 
898
+ #: .././tools/gapi.php:785
899
  msgid "Type"
900
  msgstr ""
901
 
902
+ #: .././tools/gapi.php:880
903
  msgid "UniqueViews"
904
  msgstr ""
905
 
languages/ga-dash-pl_PL.po CHANGED
@@ -1,58 +1,58 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Analytics Dashboard for WP\n"
4
- "POT-Creation-Date: 2015-04-10 09:32+0200\n"
5
- "PO-Revision-Date: 2015-04-10 09:32+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.5\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ../.\n"
18
 
19
- #: .././admin/item-reports.php:66
20
  msgid "Analytics"
21
  msgstr ""
22
 
23
  #: .././admin/settings.php:94 .././admin/settings.php:202
24
- #: .././admin/settings.php:338 .././admin/settings.php:819
25
- #: .././admin/settings.php:1088
26
  msgid "Settings saved."
27
  msgstr ""
28
 
29
  #: .././admin/settings.php:96 .././admin/settings.php:204
30
- #: .././admin/settings.php:340 .././admin/settings.php:796
31
- #: .././admin/settings.php:806 .././admin/settings.php:815
32
- #: .././admin/settings.php:821 .././admin/settings.php:833
33
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
34
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
35
- #: .././admin/settings.php:1102
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
56
  msgid "authorize the plugin"
57
  msgstr "autoryzować wtyczkę"
58
 
@@ -88,7 +88,7 @@ msgstr ""
88
 
89
  #: .././admin/settings.php:180 .././admin/settings.php:318
90
  #: .././admin/settings.php:617 .././admin/settings.php:965
91
- #: .././admin/settings.php:1252
92
  msgid "Save Changes"
93
  msgstr ""
94
 
@@ -102,7 +102,7 @@ msgid "Read %s for more information about Backend Features and Options."
102
  msgstr ""
103
 
104
  #: .././admin/settings.php:272
105
- msgid "enable Switch Profile/View functionality"
106
  msgstr ""
107
 
108
  #: .././admin/settings.php:283
@@ -152,7 +152,7 @@ msgid "Custom Definitions"
152
  msgstr ""
153
 
154
  #: .././admin/settings.php:364 .././admin/settings.php:575
155
- #: .././admin/settings.php:1235
156
  msgid "Exclude Tracking"
157
  msgstr "Wyklucz Śledzenie"
158
 
@@ -181,9 +181,9 @@ msgstr "Wyłączone"
181
  msgid "Enabled"
182
  msgstr "Włączone"
183
 
184
- #: .././admin/settings.php:388 .././admin/settings.php:911
185
- #: .././admin/settings.php:933 .././admin/settings.php:1208
186
- #: .././admin/widgets.php:72
187
  msgid "View Name:"
188
  msgstr "Nazwa widoku:"
189
 
@@ -308,7 +308,7 @@ 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
@@ -337,45 +337,45 @@ msgstr ""
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 "Autoryzacja wtyczki pomyślna."
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 "Cache wyczyszczony."
353
 
354
- #: .././admin/settings.php:803 .././admin/settings.php:1081
355
  msgid "Token Reseted and Revoked."
356
  msgstr "Token wyczyszczony i wycofany."
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 "Wszystkie inne domeny/właściwości zostały usunięte."
365
 
366
- #: .././admin/settings.php:838 .././admin/settings.php:1107
367
  msgid "Google Analytics Settings"
368
  msgstr "Ustawienia Google Analytics"
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 "Autoryzacja Wtyczki"
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 +383,165 @@ msgid ""
383
  "account!"
384
  msgstr ""
385
 
386
- #: .././admin/settings.php:868 .././admin/settings.php:1152
387
  msgid "video"
388
  msgstr "film"
389
 
390
- #: .././admin/settings.php:868 .././admin/settings.php:1152
391
  msgid "tutorial"
392
  msgstr "tutorial"
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 "Klucz API:"
401
 
402
- #: .././admin/settings.php:881 .././admin/settings.php:1170
403
  msgid "Client ID:"
404
  msgstr "ID Klienta:"
405
 
406
- #: .././admin/settings.php:885 .././admin/settings.php:1174
407
  msgid "Client Secret:"
408
  msgstr "Hasło Klienta:"
409
 
410
- #: .././admin/settings.php:895 .././admin/settings.php:1184
411
  msgid "Clear Authorization"
412
  msgstr "Czyść Autoryzację"
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 "Czyść Cache"
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 "Ustawienia główne"
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 "i/lub ukryj wszystkie inne domeny"
439
-
440
  #: .././admin/settings.php:921
441
- msgid "Hide Now"
442
- msgstr "Ukryj Teraz"
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 "Autoryzuj wtyczkę"
461
 
462
- #: .././admin/settings.php:1046
463
  msgid "Properties refreshed."
464
  msgstr "Właściwości Odświeżone"
465
 
466
- #: .././admin/settings.php:1130
467
  msgid "Network Setup"
468
  msgstr "Ustawienia Sieci"
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 "Odśwież Właściwości"
477
 
478
- #: .././admin/settings.php:1190
479
  msgid "Properties/Views Settings"
480
  msgstr "Ustawienia Właściwości /Widoków"
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 "Ustaw Tutorial & Demo"
489
 
490
- #: .././admin/settings.php:1298
491
  msgid "Support & Reviews"
492
  msgstr "Wsparcie techniczne & Recenzje"
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 "oceń tą wtyczkę"
507
 
508
- #: .././admin/settings.php:1318
509
  msgid "Further Reading"
510
  msgstr "Inne Dokumenty"
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 "Wtyczki WordPressa"
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 "Web Analytics"
551
 
@@ -565,131 +561,131 @@ msgstr "Ustawienia Frontendu"
565
  msgid "Tracking Code"
566
  msgstr "Kod śledzenia"
567
 
568
- #: .././admin/setup.php:196 .././admin/widgets.php:128
569
  msgid "Today"
570
  msgstr "Dzisiaj"
571
 
572
- #: .././admin/setup.php:197 .././admin/widgets.php:130
573
  msgid "Yesterday"
574
  msgstr "Wczoraj"
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 "Ostatnie 7 dni"
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 "Ostatnie 30 dni"
585
 
586
- #: .././admin/setup.php:200 .././admin/widgets.php:138
587
  msgid "Last 90 Days"
588
  msgstr "Ostatnie 90 dni"
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 "Organiczne"
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 "Wyświetleń strony"
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 "Współczynnik odrzuceń"
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 "Ustawienia"
695
 
@@ -697,27 +693,27 @@ msgstr "Ustawienia"
697
  msgid "Google Analytics Dashboard"
698
  msgstr "Pulpit Google Analytics"
699
 
700
- #: .././admin/widgets.php:43
701
  msgid "This plugin needs an authorization:"
702
  msgstr "Ta wtyczka wymaga autoryzacji:"
703
 
704
- #: .././admin/widgets.php:77
705
  msgid "Something went wrong while retrieving profiles list."
706
  msgstr "Coś poszło nie tak podczas pobierania listy profili."
707
 
708
- #: .././admin/widgets.php:77
709
  msgid "More details"
710
  msgstr "Więcej szczegółów"
711
 
712
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
713
  msgid "An admin should asign a default Google Analytics Profile."
714
  msgstr "Administrator poiwnien ustawić domyślny profil Google Analytics."
715
 
716
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
717
  msgid "Select Domain"
718
  msgstr "Wybierz domenę"
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 +721,70 @@ msgstr ""
725
  "Coś poszło nie tak podczas pobierania danych. Musisz stworzyc i odpowiednio "
726
  "skonfigurować konto Google Analytics:"
727
 
728
- #: .././admin/widgets.php:106
729
  msgid "Find out more!"
730
  msgstr "Dowiedz sie więcej!"
731
 
732
- #: .././admin/widgets.php:127
733
  msgid "Real-Time"
734
  msgstr "Czas rzeczywisty"
735
 
736
- #: .././admin/widgets.php:134 .././front/widgets.php:77
737
  #: .././front/widgets.php:183
738
  msgid "Last 14 Days"
739
  msgstr "Ostatnie 14 dni"
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 "REFERUJĄCY"
755
 
756
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
757
  msgid "ORGANIC"
758
  msgstr "ORGANICZNE"
759
 
760
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
761
- #: .././admin/widgets.php:491
762
  msgid "SOCIAL"
763
  msgstr "SPOŁECZNE"
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 "BEZPOŚREDNIE"
774
 
775
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
776
  msgid "NEW"
777
  msgstr "NOWE"
778
 
779
- #: .././admin/widgets.php:371
780
  msgid "REFERRALS"
781
  msgstr "REFERUJĄCY"
782
 
783
- #: .././admin/widgets.php:374
784
  msgid "KEYWORDS"
785
  msgstr "SŁOWA KLUCZOWE"
786
 
787
- #: .././front/item-reports.php:133
788
  msgid "Views vs UniqueViews"
789
  msgstr "Odsłon vs Odsłon Unikalnych"
790
 
791
- #: .././front/item-reports.php:183
792
  msgid "Google Analytics Reports"
793
  msgstr ""
794
 
@@ -796,7 +792,7 @@ msgstr ""
796
  msgid "Will display your google analytics stats in a widget"
797
  msgstr "Wyświetli twoje statystyki Google Analytics na widgecie"
798
 
799
- #: .././front/widgets.php:46 .././tools/gapi.php:818
800
  msgid "trend"
801
  msgstr ""
802
 
@@ -852,66 +848,72 @@ msgstr "Podziękuj:"
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 "Użyj tego linku, aby uzyskać kod dostępu:"
858
 
859
- #: .././tools/gapi.php:141
860
  msgid "Get Access Code"
861
  msgstr "Zdobądź Kod Dostępu"
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 "Kod Dostępu:"
870
 
871
- #: .././tools/gapi.php:158
872
  msgid "Save Access Code"
873
  msgstr "Zapisz Kod Dostępu"
874
 
875
- #: .././tools/gapi.php:391
876
  msgid "Organic Searches"
877
  msgstr "Wyszukiwania organiczne"
878
 
879
- #: .././tools/gapi.php:394
880
  msgid "Unique Page Views"
881
  msgstr ""
882
 
883
- #: .././tools/gapi.php:402
884
  msgid "Hour"
885
  msgstr "Godzina"
886
 
887
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
888
  msgid "Date"
889
  msgstr "Data"
890
 
891
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
892
  msgid "Views"
893
  msgstr "Odsłon"
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 "Typ"
910
 
911
- #: .././tools/gapi.php:871
912
  msgid "UniqueViews"
913
  msgstr "Odsłon Unikalnych"
914
 
 
 
 
 
 
 
915
  #~ msgid "about this feature"
916
  #~ msgstr "o tej opcji"
917
 
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"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ../.\n"
18
 
19
+ #: .././admin/item-reports.php:67
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
 
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
 
102
  msgstr ""
103
 
104
  #: .././admin/settings.php:272
105
+ msgid "enable Switch View functionality"
106
  msgstr ""
107
 
108
  #: .././admin/settings.php:283
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
 
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
 
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
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
  "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
 
561
  msgid "Tracking Code"
562
  msgstr "Kod śledzenia"
563
 
564
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
565
  msgid "Today"
566
  msgstr "Dzisiaj"
567
 
568
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
569
  msgid "Yesterday"
570
  msgstr "Wczoraj"
571
 
572
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
573
  #: .././front/widgets.php:74 .././front/widgets.php:182
574
  msgid "Last 7 Days"
575
  msgstr "Ostatnie 7 dni"
576
 
577
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
578
  #: .././front/widgets.php:80 .././front/widgets.php:184
579
  msgid "Last 30 Days"
580
  msgstr "Ostatnie 30 dni"
581
 
582
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
583
  msgid "Last 90 Days"
584
  msgstr "Ostatnie 90 dni"
585
 
586
+ #: .././admin/setup.php:202 .././admin/setup.php:218
587
  msgid "Unique Views"
588
  msgstr ""
589
 
590
+ #: .././admin/setup.php:203 .././admin/setup.php:219
591
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
592
+ #: .././tools/gapi.php:391
593
  msgid "Users"
594
  msgstr ""
595
 
596
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
597
  msgid "Organic"
598
  msgstr "Organiczne"
599
 
600
+ #: .././admin/setup.php:205 .././admin/setup.php:220
601
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
602
+ #: .././tools/gapi.php:394
603
  msgid "Page Views"
604
  msgstr "Wyświetleń strony"
605
 
606
+ #: .././admin/setup.php:206 .././admin/setup.php:221
607
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
608
+ #: .././tools/gapi.php:397
609
  msgid "Bounce Rate"
610
  msgstr "Współczynnik odrzuceń"
611
 
612
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
613
  msgid "Location"
614
  msgstr ""
615
 
616
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
617
  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
 
625
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
626
  msgid "Traffic Details"
627
  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
 
635
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
636
  msgid "Traffic Mediums"
637
  msgstr ""
638
 
639
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
640
  msgid "Visitor Type"
641
  msgstr ""
642
 
643
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
644
  msgid "Social Networks"
645
  msgstr ""
646
 
647
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
648
  msgid "Search Engines"
649
  msgstr ""
650
 
651
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
652
  msgid "Organic Search"
653
  msgstr ""
654
 
655
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
656
  msgid "Pages/Session"
657
  msgstr ""
658
 
659
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
660
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
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
 
669
+ #: .././admin/setup.php:225
670
  msgid "Not enough data collected"
671
  msgstr ""
672
 
673
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
674
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
675
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
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 ""
683
 
684
+ #: .././admin/setup.php:227
685
  msgid "report generated by"
686
  msgstr ""
687
 
688
+ #: .././admin/setup.php:267
689
  msgid "Settings"
690
  msgstr "Ustawienia"
691
 
693
  msgid "Google Analytics Dashboard"
694
  msgstr "Pulpit Google Analytics"
695
 
696
+ #: .././admin/widgets.php:42
697
  msgid "This plugin needs an authorization:"
698
  msgstr "Ta wtyczka wymaga autoryzacji:"
699
 
700
+ #: .././admin/widgets.php:76
701
  msgid "Something went wrong while retrieving profiles list."
702
  msgstr "Coś poszło nie tak podczas pobierania listy profili."
703
 
704
+ #: .././admin/widgets.php:76
705
  msgid "More details"
706
  msgstr "Więcej szczegółów"
707
 
708
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
709
  msgid "An admin should asign a default Google Analytics Profile."
710
  msgstr "Administrator poiwnien ustawić domyślny profil Google Analytics."
711
 
712
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
713
  msgid "Select Domain"
714
  msgstr "Wybierz domenę"
715
 
716
+ #: .././admin/widgets.php:105
717
  msgid ""
718
  "Something went wrong while retrieving property data. You need to create and "
719
  "properly configure a Google Analytics account:"
721
  "Coś poszło nie tak podczas pobierania danych. Musisz stworzyc i odpowiednio "
722
  "skonfigurować konto Google Analytics:"
723
 
724
+ #: .././admin/widgets.php:105
725
  msgid "Find out more!"
726
  msgstr "Dowiedz sie więcej!"
727
 
728
+ #: .././admin/widgets.php:125
729
  msgid "Real-Time"
730
  msgstr "Czas rzeczywisty"
731
 
732
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
733
  #: .././front/widgets.php:183
734
  msgid "Last 14 Days"
735
  msgstr "Ostatnie 14 dni"
736
 
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
 
744
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
745
  msgid "Pages"
746
  msgstr ""
747
 
748
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
749
  msgid "REFERRAL"
750
  msgstr "REFERUJĄCY"
751
 
752
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
753
  msgid "ORGANIC"
754
  msgstr "ORGANICZNE"
755
 
756
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
757
+ #: .././admin/widgets.php:474
758
  msgid "SOCIAL"
759
  msgstr "SPOŁECZNE"
760
 
761
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
762
+ #: .././admin/widgets.php:475
763
  msgid "CAMPAIGN"
764
  msgstr ""
765
 
766
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
767
+ #: .././admin/widgets.php:478
768
  msgid "DIRECT"
769
  msgstr "BEZPOŚREDNIE"
770
 
771
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
772
  msgid "NEW"
773
  msgstr "NOWE"
774
 
775
+ #: .././admin/widgets.php:354
776
  msgid "REFERRALS"
777
  msgstr "REFERUJĄCY"
778
 
779
+ #: .././admin/widgets.php:357
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
 
792
  msgid "Will display your google analytics stats in a widget"
793
  msgstr "Wyświetli twoje statystyki Google Analytics na widgecie"
794
 
795
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
796
  msgid "trend"
797
  msgstr ""
798
 
848
  msgid "This is not allowed, read the documentation!"
849
  msgstr ""
850
 
851
+ #: .././tools/gapi.php:134
852
  msgid "Use this link to get your access code:"
853
  msgstr "Użyj tego linku, aby uzyskać kod dostępu:"
854
 
855
+ #: .././tools/gapi.php:134
856
  msgid "Get Access Code"
857
  msgstr "Zdobądź Kod Dostępu"
858
 
859
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
860
  msgid "Use the red link to get your access code!"
861
  msgstr ""
862
 
863
+ #: .././tools/gapi.php:138
864
  msgid "Access Code:"
865
  msgstr "Kod Dostępu:"
866
 
867
+ #: .././tools/gapi.php:145
868
  msgid "Save Access Code"
869
  msgstr "Zapisz Kod Dostępu"
870
 
871
+ #: .././tools/gapi.php:400
872
  msgid "Organic Searches"
873
  msgstr "Wyszukiwania organiczne"
874
 
875
+ #: .././tools/gapi.php:403
876
  msgid "Unique Page Views"
877
  msgstr ""
878
 
879
+ #: .././tools/gapi.php:411
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
 
891
+ #: .././tools/gapi.php:640
892
  msgid "Countries"
893
  msgstr ""
894
 
895
+ #: .././tools/gapi.php:650
896
  msgid "Cities from"
897
  msgstr ""
898
 
899
+ #: .././tools/gapi.php:722
900
  msgid "Channels"
901
  msgstr ""
902
 
903
+ #: .././tools/gapi.php:785
904
  msgid "Type"
905
  msgstr "Typ"
906
 
907
+ #: .././tools/gapi.php:880
908
  msgid "UniqueViews"
909
  msgstr "Odsłon Unikalnych"
910
 
911
+ #~ msgid "and/or hide all other domains"
912
+ #~ msgstr "i/lub ukryj wszystkie inne domeny"
913
+
914
+ #~ msgid "Hide Now"
915
+ #~ msgstr "Ukryj Teraz"
916
+
917
  #~ msgid "about this feature"
918
  #~ msgstr "o tej opcji"
919
 
languages/ga-dash-pt_BR.po CHANGED
@@ -3,58 +3,58 @@ 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-10 09:32+0200\n"
7
- "PO-Revision-Date: 2015-04-10 12:54-0300\n"
8
- "Last-Translator: Treedbox <contato@treedbox.com.br>\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.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:66
22
  msgid "Analytics"
23
  msgstr "Analytics"
24
 
25
  #: .././admin/settings.php:94 .././admin/settings.php:202
26
- #: .././admin/settings.php:338 .././admin/settings.php:819
27
- #: .././admin/settings.php:1088
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:796
33
- #: .././admin/settings.php:806 .././admin/settings.php:815
34
- #: .././admin/settings.php:821 .././admin/settings.php:833
35
- #: .././admin/settings.php:1049 .././admin/settings.php:1074
36
- #: .././admin/settings.php:1084 .././admin/settings.php:1090
37
- #: .././admin/settings.php:1102
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
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:847 .././admin/settings.php:1115
58
  msgid "authorize the plugin"
59
  msgstr "Autorize o Plugin"
60
 
@@ -90,7 +90,7 @@ 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:1252
94
  msgid "Save Changes"
95
  msgstr "Salvar Mudanças"
96
 
@@ -106,8 +106,8 @@ msgstr ""
106
  "Administração."
107
 
108
  #: .././admin/settings.php:272
109
- msgid "enable Switch Profile/View functionality"
110
- msgstr "Ative a alternar perfil / Ver funcionalidade"
111
 
112
  #: .././admin/settings.php:283
113
  msgid "enable reports on Posts List and Pages List"
@@ -158,7 +158,7 @@ msgid "Custom Definitions"
158
  msgstr "Definições personalizadas"
159
 
160
  #: .././admin/settings.php:364 .././admin/settings.php:575
161
- #: .././admin/settings.php:1235
162
  msgid "Exclude Tracking"
163
  msgstr "Excluir Rastreamento"
164
 
@@ -187,9 +187,9 @@ msgstr "Desabilitar"
187
  msgid "Enabled"
188
  msgstr "Habilitar"
189
 
190
- #: .././admin/settings.php:388 .././admin/settings.php:911
191
- #: .././admin/settings.php:933 .././admin/settings.php:1208
192
- #: .././admin/widgets.php:72
193
  msgid "View Name:"
194
  msgstr "Ver Nome:"
195
 
@@ -311,10 +311,8 @@ msgstr "Configurações do Plugin"
311
 
312
  #: .././admin/settings.php:682
313
  #, php-format
314
- msgid "For errors and/or other issues please check %s and related tutorials."
315
  msgstr ""
316
- "Para erros e/ou outras questões, por favor, verifique %s e tutoriais "
317
- "realcionados."
318
 
319
  #: .././admin/settings.php:687
320
  msgid "Last Error detected"
@@ -344,11 +342,11 @@ msgstr ""
344
  msgid "Library conflicts between WordPress plugins"
345
  msgstr "Conflito de Bibliotecas entre Plugins do Wordpress"
346
 
347
- #: .././admin/settings.php:756 .././admin/settings.php:1016
348
  msgid "Plugin authorization succeeded."
349
  msgstr "Plugin autorizado com sucesso."
350
 
351
- #: .././admin/settings.php:771 .././admin/settings.php:1040
352
  msgid ""
353
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> "
354
  "(UA-XXXXX-X). Try again, and use the red link to get your access code"
@@ -357,35 +355,35 @@ msgstr ""
357
  "</ strong> (UA-XXXXX-X). Tente de novo, e use o link vermelho para obter o "
358
  "seu código de acesso"
359
 
360
- #: .././admin/settings.php:794 .././admin/settings.php:1072
361
  msgid "Cleared Cache."
362
  msgstr "Cache Limpo."
363
 
364
- #: .././admin/settings.php:803 .././admin/settings.php:1081
365
  msgid "Token Reseted and Revoked."
366
  msgstr "Token redefinido e revogado"
367
 
368
- #: .././admin/settings.php:813
369
  msgid "All errors reseted."
370
  msgstr "Todos erros reiniciados"
371
 
372
- #: .././admin/settings.php:826 .././admin/settings.php:1095
373
  msgid "All other domains/properties were removed."
374
  msgstr "Todos os outros domínios/propriedades foram removidas."
375
 
376
- #: .././admin/settings.php:838 .././admin/settings.php:1107
377
  msgid "Google Analytics Settings"
378
  msgstr "Configurações do Google Analytics"
379
 
380
- #: .././admin/settings.php:852 .././admin/settings.php:1120
381
  msgid "Use the red link (see below) to generate and get your access code!"
382
  msgstr "Use o link vermelho (abaixo) para gerar e pegar seu código de acesso."
383
 
384
- #: .././admin/settings.php:863 .././admin/settings.php:1148
385
  msgid "Plugin Authorization"
386
  msgstr "Autorização do Plugin"
387
 
388
- #: .././admin/settings.php:868 .././admin/settings.php:1152
389
  #, php-format
390
  msgid ""
391
  "You should watch the %1$s and read this %2$s before proceeding to "
@@ -396,171 +394,167 @@ msgstr ""
396
  "autorização. Este plugin requer uma conta no Google Analytics corretamente "
397
  "configurada!"
398
 
399
- #: .././admin/settings.php:868 .././admin/settings.php:1152
400
  msgid "video"
401
  msgstr "vídeo"
402
 
403
- #: .././admin/settings.php:868 .././admin/settings.php:1152
404
  msgid "tutorial"
405
  msgstr "tutorial"
406
 
407
- #: .././admin/settings.php:873 .././admin/settings.php:1159
408
  msgid "use your own API Project credentials"
409
  msgstr "usar suas próprias credenciais da API do projeto"
410
 
411
- #: .././admin/settings.php:877 .././admin/settings.php:1166
412
  msgid "API Key:"
413
  msgstr "Chave API:"
414
 
415
- #: .././admin/settings.php:881 .././admin/settings.php:1170
416
  msgid "Client ID:"
417
  msgstr "ID do cliente:"
418
 
419
- #: .././admin/settings.php:885 .././admin/settings.php:1174
420
  msgid "Client Secret:"
421
  msgstr "Cliente Secreto:"
422
 
423
- #: .././admin/settings.php:895 .././admin/settings.php:1184
424
  msgid "Clear Authorization"
425
  msgstr "Limpar Autorização"
426
 
427
- #: .././admin/settings.php:895 .././admin/settings.php:971
428
- #: .././admin/settings.php:1184 .././admin/settings.php:1259
429
  msgid "Clear Cache"
430
  msgstr "Limpar Cache"
431
 
432
- #: .././admin/settings.php:895
433
  msgid "Reset Errors"
434
  msgstr "Reiniciar Erros"
435
 
436
- #: .././admin/settings.php:901 .././admin/setup.php:80
437
  #: .././admin/setup.php:115
438
  msgid "General Settings"
439
  msgstr "Configurações Gerais"
440
 
441
- #: .././admin/settings.php:904
442
- msgid "Select Domain:"
443
- msgstr "Selecionar Domínio:"
444
 
445
- #: .././admin/settings.php:915 .././admin/settings.php:1212
446
  msgid "Property not found"
447
  msgstr "Propriedade não econtrada"
448
 
449
- #: .././admin/settings.php:920
450
- msgid "and/or hide all other domains"
451
- msgstr "e/ou esconder todos os outros domínios"
452
-
453
  #: .././admin/settings.php:921
454
- msgid "Hide Now"
455
- msgstr "Ocultar Agora"
456
 
457
  #: .././admin/settings.php:939
458
  msgid "Theme Color:"
459
  msgstr "Cor do Tema:"
460
 
461
- #: .././admin/settings.php:947 .././admin/settings.php:1221
462
  msgid "Automatic Updates"
463
  msgstr "Atualizações Automáticas"
464
 
465
- #: .././admin/settings.php:957 .././admin/settings.php:1231
466
  msgid ""
467
  "automatic updates for minor versions (security and maintenance releases only)"
468
  msgstr ""
469
  "atualizações automáticas para versões menores (Só correções de Segurança e "
470
  "de Manutenção)"
471
 
472
- #: .././admin/settings.php:971 .././admin/settings.php:1259
473
- #: .././admin/widgets.php:43
474
  msgid "Authorize Plugin"
475
  msgstr "Autorize o Plugin"
476
 
477
- #: .././admin/settings.php:1046
478
  msgid "Properties refreshed."
479
  msgstr "Propriedades Atualizadas"
480
 
481
- #: .././admin/settings.php:1130
482
  msgid "Network Setup"
483
  msgstr "Configuração de Rede"
484
 
485
- #: .././admin/settings.php:1140
486
  msgid "use a single Google Analytics account for the entire network"
487
  msgstr "Use uma única conta do Google Analytics para toda a Rede"
488
 
489
- #: .././admin/settings.php:1184
490
  msgid "Refresh Properties"
491
  msgstr "Atualizar Propriedades"
492
 
493
- #: .././admin/settings.php:1190
494
  msgid "Properties/Views Settings"
495
  msgstr "Propriedades/Ver Definições"
496
 
497
- #: .././admin/settings.php:1245
498
  msgid "exclude Super Admin tracking for the entire network"
499
  msgstr "Excluir rastreamento do Super Administrador para toda a rede"
500
 
501
- #: .././admin/settings.php:1290
502
  msgid "Setup Tutorial & Demo"
503
  msgstr "Tutorial de Instalação e demonstrações"
504
 
505
- #: .././admin/settings.php:1298
506
  msgid "Support & Reviews"
507
  msgstr "Suporte e Revisões"
508
 
509
- #: .././admin/settings.php:1305
510
  #, php-format
511
  msgid "Plugin documentation and support on %s"
512
  msgstr "Documentação e Suporte do Plugin em %s"
513
 
514
- #: .././admin/settings.php:1312
515
  #, php-format
516
  msgid "Your feedback and review are both important, %s!"
517
  msgstr "Seu Feedback e Review são importantes, %s!"
518
 
519
- #: .././admin/settings.php:1312
520
  msgid "rate this plugin"
521
  msgstr "Avaliar este Plugin"
522
 
523
- #: .././admin/settings.php:1318
524
  msgid "Further Reading"
525
  msgstr "Leitura adicional"
526
 
527
- #: .././admin/settings.php:1325
528
  #, php-format
529
  msgid "%s by moving your website to HTTPS/SSL."
530
  msgstr "%s movendo seu site para HTTPS/SSL."
531
 
532
- #: .././admin/settings.php:1325
533
  msgid "Improve search rankings"
534
  msgstr "Melhorar classificação em buscas"
535
 
536
- #: .././admin/settings.php:1332
537
  #, php-format
538
  msgid "Other %s written by the same author"
539
  msgstr "Outros %s escritos pelo mesmo autor"
540
 
541
- #: .././admin/settings.php:1332
542
  msgid "WordPress Plugins"
543
  msgstr "Plugin do Wordpress"
544
 
545
- #: .././admin/settings.php:1338
546
  msgid "Other Services"
547
  msgstr "Outros Serviços"
548
 
549
- #: .././admin/settings.php:1345
550
  #, php-format
551
  msgid "Speed up your website and plug into a whole %s"
552
  msgstr "Aumente a velocidade do seu site em completamente %s"
553
 
554
- #: .././admin/settings.php:1345
555
  msgid "new level of site speed"
556
  msgstr "Novo nível de velocidade do site"
557
 
558
- #: .././admin/settings.php:1352
559
  #, php-format
560
  msgid "%s service with users tracking at IP level."
561
  msgstr "%s serviços com rastreamento de usuário a nível de ip."
562
 
563
- #: .././admin/settings.php:1352
564
  msgid "Web Analytics"
565
  msgstr "Web Analytics"
566
 
@@ -580,131 +574,131 @@ msgstr "Configurações Externas"
580
  msgid "Tracking Code"
581
  msgstr "Código de Rastreio"
582
 
583
- #: .././admin/setup.php:196 .././admin/widgets.php:128
584
  msgid "Today"
585
  msgstr "Hoje"
586
 
587
- #: .././admin/setup.php:197 .././admin/widgets.php:130
588
  msgid "Yesterday"
589
  msgstr "Ontem"
590
 
591
- #: .././admin/setup.php:198 .././admin/widgets.php:132
592
  #: .././front/widgets.php:74 .././front/widgets.php:182
593
  msgid "Last 7 Days"
594
  msgstr "Últimos 7 dias"
595
 
596
- #: .././admin/setup.php:199 .././admin/widgets.php:136
597
  #: .././front/widgets.php:80 .././front/widgets.php:184
598
  msgid "Last 30 Days"
599
  msgstr "Últimos 30 dias"
600
 
601
- #: .././admin/setup.php:200 .././admin/widgets.php:138
602
  msgid "Last 90 Days"
603
  msgstr "Últimos 90 dias"
604
 
605
- #: .././admin/setup.php:203 .././admin/setup.php:219
606
  msgid "Unique Views"
607
  msgstr "Visão Única"
608
 
609
- #: .././admin/setup.php:204 .././admin/setup.php:220
610
- #: .././admin/widgets.php:145 .././admin/widgets.php:891
611
- #: .././tools/gapi.php:382
612
  msgid "Users"
613
  msgstr "Usuários"
614
 
615
- #: .././admin/setup.php:205 .././admin/widgets.php:147
616
  msgid "Organic"
617
  msgstr "Orgânica"
618
 
619
- #: .././admin/setup.php:206 .././admin/setup.php:221
620
- #: .././admin/widgets.php:149 .././admin/widgets.php:895
621
- #: .././tools/gapi.php:385
622
  msgid "Page Views"
623
  msgstr "Visualizações de Páginas"
624
 
625
- #: .././admin/setup.php:207 .././admin/setup.php:222
626
- #: .././admin/widgets.php:151 .././admin/widgets.php:899
627
- #: .././tools/gapi.php:388
628
  msgid "Bounce Rate"
629
  msgstr "Taxa de Rejeição"
630
 
631
- #: .././admin/setup.php:208 .././admin/widgets.php:153
632
  msgid "Location"
633
  msgstr "Localização"
634
 
635
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
636
  msgid "Referrers"
637
  msgstr "Referências"
638
 
639
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
640
- #: .././tools/gapi.php:913
641
  msgid "Searches"
642
  msgstr "Pesquisas"
643
 
644
- #: .././admin/setup.php:211 .././admin/widgets.php:161
645
  msgid "Traffic Details"
646
  msgstr "Detalhe do Tráfego"
647
 
648
- #: .././admin/setup.php:214 .././admin/widgets.php:527
649
- #: .././admin/widgets.php:623 .././admin/widgets.php:821
650
- #: .././admin/widgets.php:933 .././front/item-reports.php:87
651
  msgid "A JavaScript Error is blocking plugin resources!"
652
  msgstr "Um JavaScript está bloqueando os recursos do plugin!"
653
 
654
- #: .././admin/setup.php:215 .././admin/widgets.php:729
655
  msgid "Traffic Mediums"
656
  msgstr "Média de Tráfego"
657
 
658
- #: .././admin/setup.php:216 .././admin/widgets.php:745
659
  msgid "Visitor Type"
660
  msgstr "Tipo de Visitantes"
661
 
662
- #: .././admin/setup.php:217 .././admin/widgets.php:761
663
  msgid "Social Networks"
664
  msgstr "Rede Social"
665
 
666
- #: .././admin/setup.php:218 .././admin/widgets.php:777
667
  msgid "Search Engines"
668
  msgstr "Mecanismos de Busca"
669
 
670
- #: .././admin/setup.php:223 .././admin/widgets.php:903
671
  msgid "Organic Search"
672
  msgstr "Pesquisa Orgânica"
673
 
674
- #: .././admin/setup.php:224 .././admin/widgets.php:907
675
  msgid "Pages/Session"
676
  msgstr "Página/Sessão"
677
 
678
- #: .././admin/setup.php:225 .././admin/widgets.php:540
679
- #: .././admin/widgets.php:558 .././admin/widgets.php:636
680
- #: .././admin/widgets.php:654 .././admin/widgets.php:673
681
- #: .././admin/widgets.php:692 .././admin/widgets.php:712
682
- #: .././admin/widgets.php:835 .././admin/widgets.php:946
683
- #: .././admin/widgets.php:965 .././front/item-reports.php:99
684
- #: .././front/item-reports.php:118
685
  msgid "Invalid response, more details in JavaScript Console (F12)."
686
  msgstr "Resposta inválida, mais detalhes no JavaScript Console (F12)."
687
 
688
- #: .././admin/setup.php:226
689
  msgid "Not enough data collected"
690
  msgstr "Dados coletados insuficientes"
691
 
692
- #: .././admin/setup.php:227 .././admin/widgets.php:545
693
- #: .././admin/widgets.php:563 .././admin/widgets.php:641
694
- #: .././admin/widgets.php:659 .././admin/widgets.php:678
695
- #: .././admin/widgets.php:697 .././admin/widgets.php:717
696
- #: .././admin/widgets.php:840 .././admin/widgets.php:843
697
- #: .././admin/widgets.php:951 .././admin/widgets.php:970
698
- #: .././front/item-reports.php:104 .././front/item-reports.php:123
699
  #: .././front/widgets.php:110
700
  msgid "This report is unavailable"
701
  msgstr "Este Relatório não está disponível"
702
 
703
- #: .././admin/setup.php:228
704
  msgid "report generated by"
705
  msgstr "Relatório gerado por"
706
 
707
- #: .././admin/setup.php:268
708
  msgid "Settings"
709
  msgstr "Configurações"
710
 
@@ -712,27 +706,27 @@ msgstr "Configurações"
712
  msgid "Google Analytics Dashboard"
713
  msgstr "Painel do Google Analytics"
714
 
715
- #: .././admin/widgets.php:43
716
  msgid "This plugin needs an authorization:"
717
  msgstr "Este Plugin precisa de uma autorização:"
718
 
719
- #: .././admin/widgets.php:77
720
  msgid "Something went wrong while retrieving profiles list."
721
  msgstr "Algo deu errado durante a recuperação da lista de perfis."
722
 
723
- #: .././admin/widgets.php:77
724
  msgid "More details"
725
  msgstr "Mais detalhes"
726
 
727
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
728
  msgid "An admin should asign a default Google Analytics Profile."
729
  msgstr "Um administrador deve atribuir um Perfil Google Analytics padrão."
730
 
731
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
732
  msgid "Select Domain"
733
  msgstr "Selecionar Domínio"
734
 
735
- #: .././admin/widgets.php:106
736
  msgid ""
737
  "Something went wrong while retrieving property data. You need to create and "
738
  "properly configure a Google Analytics account:"
@@ -740,70 +734,70 @@ msgstr ""
740
  "Algo deu errado ao recuperar os dados da propriedade. Você precisa criar e "
741
  "configurar corretamente uma conta do Google Analytics:"
742
 
743
- #: .././admin/widgets.php:106
744
  msgid "Find out more!"
745
  msgstr "Saber mais!"
746
 
747
- #: .././admin/widgets.php:127
748
  msgid "Real-Time"
749
  msgstr "Tempo Real"
750
 
751
- #: .././admin/widgets.php:134 .././front/widgets.php:77
752
  #: .././front/widgets.php:183
753
  msgid "Last 14 Days"
754
  msgstr "Últimos 14 dias"
755
 
756
- #: .././admin/widgets.php:144 .././admin/widgets.php:887
757
- #: .././front/widgets.php:46 .././tools/gapi.php:397 .././tools/gapi.php:558
758
- #: .././tools/gapi.php:604 .././tools/gapi.php:667 .././tools/gapi.php:777
759
- #: .././tools/gapi.php:818 .././tools/gapi.php:914
760
  msgid "Sessions"
761
  msgstr "Sessão"
762
 
763
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
764
  msgid "Pages"
765
  msgstr "Páginas"
766
 
767
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
768
  msgid "REFERRAL"
769
  msgstr "REFERÊNCIA"
770
 
771
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
772
  msgid "ORGANIC"
773
  msgstr "ORGÂNICO"
774
 
775
- #: .././admin/widgets.php:257 .././admin/widgets.php:377
776
- #: .././admin/widgets.php:491
777
  msgid "SOCIAL"
778
  msgstr "SOCIAL"
779
 
780
- #: .././admin/widgets.php:261 .././admin/widgets.php:380
781
- #: .././admin/widgets.php:492
782
  msgid "CAMPAIGN"
783
  msgstr "CAMPANHA"
784
 
785
- #: .././admin/widgets.php:265 .././admin/widgets.php:383
786
- #: .././admin/widgets.php:495
787
  msgid "DIRECT"
788
  msgstr "DIRETO"
789
 
790
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
791
  msgid "NEW"
792
  msgstr "NOVO"
793
 
794
- #: .././admin/widgets.php:371
795
  msgid "REFERRALS"
796
  msgstr "REFERÊNCIAS"
797
 
798
- #: .././admin/widgets.php:374
799
  msgid "KEYWORDS"
800
  msgstr "PALAVRAS-CHAVE"
801
 
802
- #: .././front/item-reports.php:133
803
  msgid "Views vs UniqueViews"
804
  msgstr "Visualizações x Visualização única"
805
 
806
- #: .././front/item-reports.php:183
807
  msgid "Google Analytics Reports"
808
  msgstr "Relatórios do Google Analytics"
809
 
@@ -811,7 +805,7 @@ msgstr "Relatórios do Google Analytics"
811
  msgid "Will display your google analytics stats in a widget"
812
  msgstr "Exibirá suas estatísticas google analytics em um Widget"
813
 
814
- #: .././front/widgets.php:46 .././tools/gapi.php:818
815
  msgid "trend"
816
  msgstr "Tendência"
817
 
@@ -867,66 +861,84 @@ msgstr "Créditos para:"
867
  msgid "This is not allowed, read the documentation!"
868
  msgstr "Isso não é permitido, leia a documentação!"
869
 
870
- #: .././tools/gapi.php:141
871
  msgid "Use this link to get your access code:"
872
  msgstr "Use este link para obter o seu código de acesso:"
873
 
874
- #: .././tools/gapi.php:141
875
  msgid "Get Access Code"
876
  msgstr "Obter Código de Acesso"
877
 
878
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
879
  msgid "Use the red link to get your access code!"
880
  msgstr "Use o link vermelho para pegar seu código de acesso!"
881
 
882
- #: .././tools/gapi.php:146
883
  msgid "Access Code:"
884
  msgstr "Código de acesso:"
885
 
886
- #: .././tools/gapi.php:158
887
  msgid "Save Access Code"
888
  msgstr "Salvar Código de Acesso"
889
 
890
- #: .././tools/gapi.php:391
891
  msgid "Organic Searches"
892
  msgstr "Pesquisas Ôrganicas"
893
 
894
- #: .././tools/gapi.php:394
895
  msgid "Unique Page Views"
896
  msgstr "Visualização única de página"
897
 
898
- #: .././tools/gapi.php:402
899
  msgid "Hour"
900
  msgstr "Hora"
901
 
902
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
903
  msgid "Date"
904
  msgstr "Dia"
905
 
906
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
907
  msgid "Views"
908
  msgstr "Visualizações"
909
 
910
- #: .././tools/gapi.php:631
911
  msgid "Countries"
912
  msgstr "Países"
913
 
914
- #: .././tools/gapi.php:641
915
  msgid "Cities from"
916
  msgstr "das Cidades"
917
 
918
- #: .././tools/gapi.php:713
919
  msgid "Channels"
920
  msgstr "Canal"
921
 
922
- #: .././tools/gapi.php:776
923
  msgid "Type"
924
  msgstr "Tipo"
925
 
926
- #: .././tools/gapi.php:871
927
  msgid "UniqueViews"
928
  msgstr "Visualização Única "
929
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
930
  #~ msgid "find out more %s"
931
  #~ msgstr "Saiba mais %s"
932
 
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"
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 "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
 
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
 
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"
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
 
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
 
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"
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
  "</ 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
  "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
 
574
  msgid "Tracking Code"
575
  msgstr "Código de Rastreio"
576
 
577
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
578
  msgid "Today"
579
  msgstr "Hoje"
580
 
581
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
582
  msgid "Yesterday"
583
  msgstr "Ontem"
584
 
585
+ #: .././admin/setup.php:197 .././admin/widgets.php:128
586
  #: .././front/widgets.php:74 .././front/widgets.php:182
587
  msgid "Last 7 Days"
588
  msgstr "Últimos 7 dias"
589
 
590
+ #: .././admin/setup.php:198 .././admin/widgets.php:130
591
  #: .././front/widgets.php:80 .././front/widgets.php:184
592
  msgid "Last 30 Days"
593
  msgstr "Últimos 30 dias"
594
 
595
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
596
  msgid "Last 90 Days"
597
  msgstr "Últimos 90 dias"
598
 
599
+ #: .././admin/setup.php:202 .././admin/setup.php:218
600
  msgid "Unique Views"
601
  msgstr "Visão Única"
602
 
603
+ #: .././admin/setup.php:203 .././admin/setup.php:219
604
+ #: .././admin/widgets.php:136 .././admin/widgets.php:875
605
+ #: .././tools/gapi.php:391
606
  msgid "Users"
607
  msgstr "Usuários"
608
 
609
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
610
  msgid "Organic"
611
  msgstr "Orgânica"
612
 
613
+ #: .././admin/setup.php:205 .././admin/setup.php:220
614
+ #: .././admin/widgets.php:138 .././admin/widgets.php:879
615
+ #: .././tools/gapi.php:394
616
  msgid "Page Views"
617
  msgstr "Visualizações de Páginas"
618
 
619
+ #: .././admin/setup.php:206 .././admin/setup.php:221
620
+ #: .././admin/widgets.php:139 .././admin/widgets.php:883
621
+ #: .././tools/gapi.php:397
622
  msgid "Bounce Rate"
623
  msgstr "Taxa de Rejeição"
624
 
625
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
626
  msgid "Location"
627
  msgstr "Localização"
628
 
629
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
630
  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
 
638
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
639
  msgid "Traffic Details"
640
  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
 
648
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
649
  msgid "Traffic Mediums"
650
  msgstr "Média de Tráfego"
651
 
652
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
653
  msgid "Visitor Type"
654
  msgstr "Tipo de Visitantes"
655
 
656
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
657
  msgid "Social Networks"
658
  msgstr "Rede Social"
659
 
660
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
661
  msgid "Search Engines"
662
  msgstr "Mecanismos de Busca"
663
 
664
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
665
  msgid "Organic Search"
666
  msgstr "Pesquisa Orgânica"
667
 
668
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
669
  msgid "Pages/Session"
670
  msgstr "Página/Sessão"
671
 
672
+ #: .././admin/setup.php:224 .././admin/widgets.php:523
673
+ #: .././admin/widgets.php:541 .././admin/widgets.php:620
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
 
682
+ #: .././admin/setup.php:225
683
  msgid "Not enough data collected"
684
  msgstr "Dados coletados insuficientes"
685
 
686
+ #: .././admin/setup.php:226 .././admin/widgets.php:528
687
+ #: .././admin/widgets.php:546 .././admin/widgets.php:625
688
+ #: .././admin/widgets.php:643 .././admin/widgets.php:662
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"
696
 
697
+ #: .././admin/setup.php:227
698
  msgid "report generated by"
699
  msgstr "Relatório gerado por"
700
 
701
+ #: .././admin/setup.php:267
702
  msgid "Settings"
703
  msgstr "Configurações"
704
 
706
  msgid "Google Analytics Dashboard"
707
  msgstr "Painel do Google Analytics"
708
 
709
+ #: .././admin/widgets.php:42
710
  msgid "This plugin needs an authorization:"
711
  msgstr "Este Plugin precisa de uma autorização:"
712
 
713
+ #: .././admin/widgets.php:76
714
  msgid "Something went wrong while retrieving profiles list."
715
  msgstr "Algo deu errado durante a recuperação da lista de perfis."
716
 
717
+ #: .././admin/widgets.php:76
718
  msgid "More details"
719
  msgstr "Mais detalhes"
720
 
721
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
722
  msgid "An admin should asign a default Google Analytics Profile."
723
  msgstr "Um administrador deve atribuir um Perfil Google Analytics padrão."
724
 
725
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
726
  msgid "Select Domain"
727
  msgstr "Selecionar Domínio"
728
 
729
+ #: .././admin/widgets.php:105
730
  msgid ""
731
  "Something went wrong while retrieving property data. You need to create and "
732
  "properly configure a Google Analytics account:"
734
  "Algo deu errado ao recuperar os dados da propriedade. Você precisa criar e "
735
  "configurar corretamente uma conta do Google Analytics:"
736
 
737
+ #: .././admin/widgets.php:105
738
  msgid "Find out more!"
739
  msgstr "Saber mais!"
740
 
741
+ #: .././admin/widgets.php:125
742
  msgid "Real-Time"
743
  msgstr "Tempo Real"
744
 
745
+ #: .././admin/widgets.php:129 .././front/widgets.php:77
746
  #: .././front/widgets.php:183
747
  msgid "Last 14 Days"
748
  msgstr "Últimos 14 dias"
749
 
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
 
757
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
758
  msgid "Pages"
759
  msgstr "Páginas"
760
 
761
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
762
  msgid "REFERRAL"
763
  msgstr "REFERÊNCIA"
764
 
765
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
766
  msgid "ORGANIC"
767
  msgstr "ORGÂNICO"
768
 
769
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360
770
+ #: .././admin/widgets.php:474
771
  msgid "SOCIAL"
772
  msgstr "SOCIAL"
773
 
774
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363
775
+ #: .././admin/widgets.php:475
776
  msgid "CAMPAIGN"
777
  msgstr "CAMPANHA"
778
 
779
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366
780
+ #: .././admin/widgets.php:478
781
  msgid "DIRECT"
782
  msgstr "DIRETO"
783
 
784
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
785
  msgid "NEW"
786
  msgstr "NOVO"
787
 
788
+ #: .././admin/widgets.php:354
789
  msgid "REFERRALS"
790
  msgstr "REFERÊNCIAS"
791
 
792
+ #: .././admin/widgets.php:357
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
 
805
  msgid "Will display your google analytics stats in a widget"
806
  msgstr "Exibirá suas estatísticas google analytics em um Widget"
807
 
808
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
809
  msgid "trend"
810
  msgstr "Tendência"
811
 
861
  msgid "This is not allowed, read the documentation!"
862
  msgstr "Isso não é permitido, leia a documentação!"
863
 
864
+ #: .././tools/gapi.php:134
865
  msgid "Use this link to get your access code:"
866
  msgstr "Use este link para obter o seu código de acesso:"
867
 
868
+ #: .././tools/gapi.php:134
869
  msgid "Get Access Code"
870
  msgstr "Obter Código de Acesso"
871
 
872
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
873
  msgid "Use the red link to get your access code!"
874
  msgstr "Use o link vermelho para pegar seu código de acesso!"
875
 
876
+ #: .././tools/gapi.php:138
877
  msgid "Access Code:"
878
  msgstr "Código de acesso:"
879
 
880
+ #: .././tools/gapi.php:145
881
  msgid "Save Access Code"
882
  msgstr "Salvar Código de Acesso"
883
 
884
+ #: .././tools/gapi.php:400
885
  msgid "Organic Searches"
886
  msgstr "Pesquisas Ôrganicas"
887
 
888
+ #: .././tools/gapi.php:403
889
  msgid "Unique Page Views"
890
  msgstr "Visualização única de página"
891
 
892
+ #: .././tools/gapi.php:411
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
 
904
+ #: .././tools/gapi.php:640
905
  msgid "Countries"
906
  msgstr "Países"
907
 
908
+ #: .././tools/gapi.php:650
909
  msgid "Cities from"
910
  msgstr "das Cidades"
911
 
912
+ #: .././tools/gapi.php:722
913
  msgid "Channels"
914
  msgstr "Canal"
915
 
916
+ #: .././tools/gapi.php:785
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
+
927
+ #~ msgid ""
928
+ #~ "For errors and/or other issues please check %s and related tutorials."
929
+ #~ msgstr ""
930
+ #~ "Para erros e/ou outras questões, por favor, verifique %s e tutoriais "
931
+ #~ "realcionados."
932
+
933
+ #~ msgid "Select Domain:"
934
+ #~ msgstr "Selecionar Domínio:"
935
+
936
+ #~ msgid "and/or hide all other domains"
937
+ #~ msgstr "e/ou esconder todos os outros domínios"
938
+
939
+ #~ msgid "Hide Now"
940
+ #~ msgstr "Ocultar Agora"
941
+
942
  #~ msgid "find out more %s"
943
  #~ msgstr "Saiba mais %s"
944
 
languages/ga-dash.pot CHANGED
@@ -4,8 +4,8 @@ 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-10 09:30+0200\n"
8
- "PO-Revision-Date: 2015-04-10 09:31+0200\n"
9
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
10
  "Language-Team: Alin Marcu\n"
11
  "Language: en_US\n"
@@ -13,43 +13,43 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Generator: Poedit 1.7.5\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:66
23
  msgid "Analytics"
24
  msgstr ""
25
 
26
  #: .././admin/settings.php:94 .././admin/settings.php:202 .././admin/settings.php:338
27
- #: .././admin/settings.php:819 .././admin/settings.php:1088
28
  msgid "Settings saved."
29
  msgstr ""
30
 
31
  #: .././admin/settings.php:96 .././admin/settings.php:204 .././admin/settings.php:340
32
- #: .././admin/settings.php:796 .././admin/settings.php:806 .././admin/settings.php:815
33
- #: .././admin/settings.php:821 .././admin/settings.php:833 .././admin/settings.php:1049
34
- #: .././admin/settings.php:1074 .././admin/settings.php:1084 .././admin/settings.php:1090
35
- #: .././admin/settings.php:1102
36
  msgid "Cheating Huh?"
37
  msgstr ""
38
 
39
  #: .././admin/settings.php:100 .././admin/settings.php:208 .././admin/settings.php:344
40
- #: .././admin/settings.php:659 .././admin/settings.php:847 .././admin/settings.php:1115
41
  #, php-format
42
  msgid "Something went wrong, check %1$s or %2$s."
43
  msgstr ""
44
 
45
  #: .././admin/settings.php:100 .././admin/settings.php:208 .././admin/settings.php:344
46
- #: .././admin/settings.php:659 .././admin/settings.php:847 .././admin/settings.php:1115
47
  #: .././admin/setup.php:96 .././admin/setup.php:119
48
  msgid "Errors & Debug"
49
  msgstr ""
50
 
51
  #: .././admin/settings.php:100 .././admin/settings.php:208 .././admin/settings.php:344
52
- #: .././admin/settings.php:659 .././admin/settings.php:847 .././admin/settings.php:1115
53
  msgid "authorize the plugin"
54
  msgstr ""
55
 
@@ -84,7 +84,7 @@ msgid "show page searches (after each article)"
84
  msgstr ""
85
 
86
  #: .././admin/settings.php:180 .././admin/settings.php:318 .././admin/settings.php:617
87
- #: .././admin/settings.php:965 .././admin/settings.php:1252
88
  msgid "Save Changes"
89
  msgstr ""
90
 
@@ -98,7 +98,7 @@ msgid "Read %s for more information about Backend Features and Options."
98
  msgstr ""
99
 
100
  #: .././admin/settings.php:272
101
- msgid "enable Switch Profile/View functionality"
102
  msgstr ""
103
 
104
  #: .././admin/settings.php:283
@@ -147,7 +147,7 @@ msgstr ""
147
  msgid "Custom Definitions"
148
  msgstr ""
149
 
150
- #: .././admin/settings.php:364 .././admin/settings.php:575 .././admin/settings.php:1235
151
  msgid "Exclude Tracking"
152
  msgstr ""
153
 
@@ -176,8 +176,8 @@ msgstr ""
176
  msgid "Enabled"
177
  msgstr ""
178
 
179
- #: .././admin/settings.php:388 .././admin/settings.php:911 .././admin/settings.php:933
180
- #: .././admin/settings.php:1208 .././admin/widgets.php:72
181
  msgid "View Name:"
182
  msgstr ""
183
 
@@ -299,7 +299,7 @@ msgstr ""
299
 
300
  #: .././admin/settings.php:682
301
  #, php-format
302
- msgid "For errors and/or other issues please check %s and related tutorials."
303
  msgstr ""
304
 
305
  #: .././admin/settings.php:687
@@ -328,211 +328,207 @@ msgstr ""
328
  msgid "Library conflicts between WordPress plugins"
329
  msgstr ""
330
 
331
- #: .././admin/settings.php:756 .././admin/settings.php:1016
332
  msgid "Plugin authorization succeeded."
333
  msgstr ""
334
 
335
- #: .././admin/settings.php:771 .././admin/settings.php:1040
336
  msgid ""
337
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> (UA-XXXXX-X). Try "
338
  "again, and use the red link to get your access code"
339
  msgstr ""
340
 
341
- #: .././admin/settings.php:794 .././admin/settings.php:1072
342
  msgid "Cleared Cache."
343
  msgstr ""
344
 
345
- #: .././admin/settings.php:803 .././admin/settings.php:1081
346
  msgid "Token Reseted and Revoked."
347
  msgstr ""
348
 
349
- #: .././admin/settings.php:813
350
  msgid "All errors reseted."
351
  msgstr ""
352
 
353
- #: .././admin/settings.php:826 .././admin/settings.php:1095
354
  msgid "All other domains/properties were removed."
355
  msgstr ""
356
 
357
- #: .././admin/settings.php:838 .././admin/settings.php:1107
358
  msgid "Google Analytics Settings"
359
  msgstr ""
360
 
361
- #: .././admin/settings.php:852 .././admin/settings.php:1120
362
  msgid "Use the red link (see below) to generate and get your access code!"
363
  msgstr ""
364
 
365
- #: .././admin/settings.php:863 .././admin/settings.php:1148
366
  msgid "Plugin Authorization"
367
  msgstr ""
368
 
369
- #: .././admin/settings.php:868 .././admin/settings.php:1152
370
  #, php-format
371
  msgid ""
372
  "You should watch the %1$s and read this %2$s before proceeding to authorization. This plugin "
373
  "requires a properly configured Google Analytics account!"
374
  msgstr ""
375
 
376
- #: .././admin/settings.php:868 .././admin/settings.php:1152
377
  msgid "video"
378
  msgstr ""
379
 
380
- #: .././admin/settings.php:868 .././admin/settings.php:1152
381
  msgid "tutorial"
382
  msgstr ""
383
 
384
- #: .././admin/settings.php:873 .././admin/settings.php:1159
385
  msgid "use your own API Project credentials"
386
  msgstr ""
387
 
388
- #: .././admin/settings.php:877 .././admin/settings.php:1166
389
  msgid "API Key:"
390
  msgstr ""
391
 
392
- #: .././admin/settings.php:881 .././admin/settings.php:1170
393
  msgid "Client ID:"
394
  msgstr ""
395
 
396
- #: .././admin/settings.php:885 .././admin/settings.php:1174
397
  msgid "Client Secret:"
398
  msgstr ""
399
 
400
- #: .././admin/settings.php:895 .././admin/settings.php:1184
401
  msgid "Clear Authorization"
402
  msgstr ""
403
 
404
- #: .././admin/settings.php:895 .././admin/settings.php:971 .././admin/settings.php:1184
405
- #: .././admin/settings.php:1259
406
  msgid "Clear Cache"
407
  msgstr ""
408
 
409
- #: .././admin/settings.php:895
410
  msgid "Reset Errors"
411
  msgstr ""
412
 
413
- #: .././admin/settings.php:901 .././admin/setup.php:80 .././admin/setup.php:115
414
  msgid "General Settings"
415
  msgstr ""
416
 
417
- #: .././admin/settings.php:904
418
- msgid "Select Domain:"
419
  msgstr ""
420
 
421
- #: .././admin/settings.php:915 .././admin/settings.php:1212
422
  msgid "Property not found"
423
  msgstr ""
424
 
425
- #: .././admin/settings.php:920
426
- msgid "and/or hide all other domains"
427
- msgstr ""
428
-
429
  #: .././admin/settings.php:921
430
- msgid "Hide Now"
431
  msgstr ""
432
 
433
  #: .././admin/settings.php:939
434
  msgid "Theme Color:"
435
  msgstr ""
436
 
437
- #: .././admin/settings.php:947 .././admin/settings.php:1221
438
  msgid "Automatic Updates"
439
  msgstr ""
440
 
441
- #: .././admin/settings.php:957 .././admin/settings.php:1231
442
  msgid "automatic updates for minor versions (security and maintenance releases only)"
443
  msgstr ""
444
 
445
- #: .././admin/settings.php:971 .././admin/settings.php:1259 .././admin/widgets.php:43
446
  msgid "Authorize Plugin"
447
  msgstr ""
448
 
449
- #: .././admin/settings.php:1046
450
  msgid "Properties refreshed."
451
  msgstr ""
452
 
453
- #: .././admin/settings.php:1130
454
  msgid "Network Setup"
455
  msgstr ""
456
 
457
- #: .././admin/settings.php:1140
458
  msgid "use a single Google Analytics account for the entire network"
459
  msgstr ""
460
 
461
- #: .././admin/settings.php:1184
462
  msgid "Refresh Properties"
463
  msgstr ""
464
 
465
- #: .././admin/settings.php:1190
466
  msgid "Properties/Views Settings"
467
  msgstr ""
468
 
469
- #: .././admin/settings.php:1245
470
  msgid "exclude Super Admin tracking for the entire network"
471
  msgstr ""
472
 
473
- #: .././admin/settings.php:1290
474
  msgid "Setup Tutorial & Demo"
475
  msgstr ""
476
 
477
- #: .././admin/settings.php:1298
478
  msgid "Support & Reviews"
479
  msgstr ""
480
 
481
- #: .././admin/settings.php:1305
482
  #, php-format
483
  msgid "Plugin documentation and support on %s"
484
  msgstr ""
485
 
486
- #: .././admin/settings.php:1312
487
  #, php-format
488
  msgid "Your feedback and review are both important, %s!"
489
  msgstr ""
490
 
491
- #: .././admin/settings.php:1312
492
  msgid "rate this plugin"
493
  msgstr ""
494
 
495
- #: .././admin/settings.php:1318
496
  msgid "Further Reading"
497
  msgstr ""
498
 
499
- #: .././admin/settings.php:1325
500
  #, php-format
501
  msgid "%s by moving your website to HTTPS/SSL."
502
  msgstr ""
503
 
504
- #: .././admin/settings.php:1325
505
  msgid "Improve search rankings"
506
  msgstr ""
507
 
508
- #: .././admin/settings.php:1332
509
  #, php-format
510
  msgid "Other %s written by the same author"
511
  msgstr ""
512
 
513
- #: .././admin/settings.php:1332
514
  msgid "WordPress Plugins"
515
  msgstr ""
516
 
517
- #: .././admin/settings.php:1338
518
  msgid "Other Services"
519
  msgstr ""
520
 
521
- #: .././admin/settings.php:1345
522
  #, php-format
523
  msgid "Speed up your website and plug into a whole %s"
524
  msgstr ""
525
 
526
- #: .././admin/settings.php:1345
527
  msgid "new level of site speed"
528
  msgstr ""
529
 
530
- #: .././admin/settings.php:1352
531
  #, php-format
532
  msgid "%s service with users tracking at IP level."
533
  msgstr ""
534
 
535
- #: .././admin/settings.php:1352
536
  msgid "Web Analytics"
537
  msgstr ""
538
 
@@ -552,122 +548,122 @@ msgstr ""
552
  msgid "Tracking Code"
553
  msgstr ""
554
 
555
- #: .././admin/setup.php:196 .././admin/widgets.php:128
556
  msgid "Today"
557
  msgstr ""
558
 
559
- #: .././admin/setup.php:197 .././admin/widgets.php:130
560
  msgid "Yesterday"
561
  msgstr ""
562
 
563
- #: .././admin/setup.php:198 .././admin/widgets.php:132 .././front/widgets.php:74
564
  #: .././front/widgets.php:182
565
  msgid "Last 7 Days"
566
  msgstr ""
567
 
568
- #: .././admin/setup.php:199 .././admin/widgets.php:136 .././front/widgets.php:80
569
  #: .././front/widgets.php:184
570
  msgid "Last 30 Days"
571
  msgstr ""
572
 
573
- #: .././admin/setup.php:200 .././admin/widgets.php:138
574
  msgid "Last 90 Days"
575
  msgstr ""
576
 
577
- #: .././admin/setup.php:203 .././admin/setup.php:219
578
  msgid "Unique Views"
579
  msgstr ""
580
 
581
- #: .././admin/setup.php:204 .././admin/setup.php:220 .././admin/widgets.php:145
582
- #: .././admin/widgets.php:891 .././tools/gapi.php:382
583
  msgid "Users"
584
  msgstr ""
585
 
586
- #: .././admin/setup.php:205 .././admin/widgets.php:147
587
  msgid "Organic"
588
  msgstr ""
589
 
590
- #: .././admin/setup.php:206 .././admin/setup.php:221 .././admin/widgets.php:149
591
- #: .././admin/widgets.php:895 .././tools/gapi.php:385
592
  msgid "Page Views"
593
  msgstr ""
594
 
595
- #: .././admin/setup.php:207 .././admin/setup.php:222 .././admin/widgets.php:151
596
- #: .././admin/widgets.php:899 .././tools/gapi.php:388
597
  msgid "Bounce Rate"
598
  msgstr ""
599
 
600
- #: .././admin/setup.php:208 .././admin/widgets.php:153
601
  msgid "Location"
602
  msgstr ""
603
 
604
- #: .././admin/setup.php:209 .././admin/widgets.php:157 .././tools/gapi.php:557
605
  msgid "Referrers"
606
  msgstr ""
607
 
608
- #: .././admin/setup.php:210 .././admin/widgets.php:159 .././tools/gapi.php:603
609
- #: .././tools/gapi.php:913
610
  msgid "Searches"
611
  msgstr ""
612
 
613
- #: .././admin/setup.php:211 .././admin/widgets.php:161
614
  msgid "Traffic Details"
615
  msgstr ""
616
 
617
- #: .././admin/setup.php:214 .././admin/widgets.php:527 .././admin/widgets.php:623
618
- #: .././admin/widgets.php:821 .././admin/widgets.php:933 .././front/item-reports.php:87
619
  msgid "A JavaScript Error is blocking plugin resources!"
620
  msgstr ""
621
 
622
- #: .././admin/setup.php:215 .././admin/widgets.php:729
623
  msgid "Traffic Mediums"
624
  msgstr ""
625
 
626
- #: .././admin/setup.php:216 .././admin/widgets.php:745
627
  msgid "Visitor Type"
628
  msgstr ""
629
 
630
- #: .././admin/setup.php:217 .././admin/widgets.php:761
631
  msgid "Social Networks"
632
  msgstr ""
633
 
634
- #: .././admin/setup.php:218 .././admin/widgets.php:777
635
  msgid "Search Engines"
636
  msgstr ""
637
 
638
- #: .././admin/setup.php:223 .././admin/widgets.php:903
639
  msgid "Organic Search"
640
  msgstr ""
641
 
642
- #: .././admin/setup.php:224 .././admin/widgets.php:907
643
  msgid "Pages/Session"
644
  msgstr ""
645
 
646
- #: .././admin/setup.php:225 .././admin/widgets.php:540 .././admin/widgets.php:558
647
- #: .././admin/widgets.php:636 .././admin/widgets.php:654 .././admin/widgets.php:673
648
- #: .././admin/widgets.php:692 .././admin/widgets.php:712 .././admin/widgets.php:835
649
- #: .././admin/widgets.php:946 .././admin/widgets.php:965 .././front/item-reports.php:99
650
- #: .././front/item-reports.php:118
651
  msgid "Invalid response, more details in JavaScript Console (F12)."
652
  msgstr ""
653
 
654
- #: .././admin/setup.php:226
655
  msgid "Not enough data collected"
656
  msgstr ""
657
 
658
- #: .././admin/setup.php:227 .././admin/widgets.php:545 .././admin/widgets.php:563
659
- #: .././admin/widgets.php:641 .././admin/widgets.php:659 .././admin/widgets.php:678
660
- #: .././admin/widgets.php:697 .././admin/widgets.php:717 .././admin/widgets.php:840
661
- #: .././admin/widgets.php:843 .././admin/widgets.php:951 .././admin/widgets.php:970
662
- #: .././front/item-reports.php:104 .././front/item-reports.php:123 .././front/widgets.php:110
663
  msgid "This report is unavailable"
664
  msgstr ""
665
 
666
- #: .././admin/setup.php:228
667
  msgid "report generated by"
668
  msgstr ""
669
 
670
- #: .././admin/setup.php:268
671
  msgid "Settings"
672
  msgstr ""
673
 
@@ -675,91 +671,91 @@ msgstr ""
675
  msgid "Google Analytics Dashboard"
676
  msgstr ""
677
 
678
- #: .././admin/widgets.php:43
679
  msgid "This plugin needs an authorization:"
680
  msgstr ""
681
 
682
- #: .././admin/widgets.php:77
683
  msgid "Something went wrong while retrieving profiles list."
684
  msgstr ""
685
 
686
- #: .././admin/widgets.php:77
687
  msgid "More details"
688
  msgstr ""
689
 
690
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
691
  msgid "An admin should asign a default Google Analytics Profile."
692
  msgstr ""
693
 
694
- #: .././admin/widgets.php:90 .././admin/widgets.php:101
695
  msgid "Select Domain"
696
  msgstr ""
697
 
698
- #: .././admin/widgets.php:106
699
  msgid ""
700
  "Something went wrong while retrieving property data. You need to create and properly configure a "
701
  "Google Analytics account:"
702
  msgstr ""
703
 
704
- #: .././admin/widgets.php:106
705
  msgid "Find out more!"
706
  msgstr ""
707
 
708
- #: .././admin/widgets.php:127
709
  msgid "Real-Time"
710
  msgstr ""
711
 
712
- #: .././admin/widgets.php:134 .././front/widgets.php:77 .././front/widgets.php:183
713
  msgid "Last 14 Days"
714
  msgstr ""
715
 
716
- #: .././admin/widgets.php:144 .././admin/widgets.php:887 .././front/widgets.php:46
717
- #: .././tools/gapi.php:397 .././tools/gapi.php:558 .././tools/gapi.php:604 .././tools/gapi.php:667
718
- #: .././tools/gapi.php:777 .././tools/gapi.php:818 .././tools/gapi.php:914
719
  msgid "Sessions"
720
  msgstr ""
721
 
722
- #: .././admin/widgets.php:155 .././tools/gapi.php:512
723
  msgid "Pages"
724
  msgstr ""
725
 
726
- #: .././admin/widgets.php:249 .././admin/widgets.php:489
727
  msgid "REFERRAL"
728
  msgstr ""
729
 
730
- #: .././admin/widgets.php:253 .././admin/widgets.php:490
731
  msgid "ORGANIC"
732
  msgstr ""
733
 
734
- #: .././admin/widgets.php:257 .././admin/widgets.php:377 .././admin/widgets.php:491
735
  msgid "SOCIAL"
736
  msgstr ""
737
 
738
- #: .././admin/widgets.php:261 .././admin/widgets.php:380 .././admin/widgets.php:492
739
  msgid "CAMPAIGN"
740
  msgstr ""
741
 
742
- #: .././admin/widgets.php:265 .././admin/widgets.php:383 .././admin/widgets.php:495
743
  msgid "DIRECT"
744
  msgstr ""
745
 
746
- #: .././admin/widgets.php:269 .././admin/widgets.php:496
747
  msgid "NEW"
748
  msgstr ""
749
 
750
- #: .././admin/widgets.php:371
751
  msgid "REFERRALS"
752
  msgstr ""
753
 
754
- #: .././admin/widgets.php:374
755
  msgid "KEYWORDS"
756
  msgstr ""
757
 
758
- #: .././front/item-reports.php:133
759
  msgid "Views vs UniqueViews"
760
  msgstr ""
761
 
762
- #: .././front/item-reports.php:183
763
  msgid "Google Analytics Reports"
764
  msgstr ""
765
 
@@ -767,7 +763,7 @@ msgstr ""
767
  msgid "Will display your google analytics stats in a widget"
768
  msgstr ""
769
 
770
- #: .././front/widgets.php:46 .././tools/gapi.php:818
771
  msgid "trend"
772
  msgstr ""
773
 
@@ -823,62 +819,62 @@ msgstr ""
823
  msgid "This is not allowed, read the documentation!"
824
  msgstr ""
825
 
826
- #: .././tools/gapi.php:141
827
  msgid "Use this link to get your access code:"
828
  msgstr ""
829
 
830
- #: .././tools/gapi.php:141
831
  msgid "Get Access Code"
832
  msgstr ""
833
 
834
- #: .././tools/gapi.php:146 .././tools/gapi.php:150
835
  msgid "Use the red link to get your access code!"
836
  msgstr ""
837
 
838
- #: .././tools/gapi.php:146
839
  msgid "Access Code:"
840
  msgstr ""
841
 
842
- #: .././tools/gapi.php:158
843
  msgid "Save Access Code"
844
  msgstr ""
845
 
846
- #: .././tools/gapi.php:391
847
  msgid "Organic Searches"
848
  msgstr ""
849
 
850
- #: .././tools/gapi.php:394
851
  msgid "Unique Page Views"
852
  msgstr ""
853
 
854
- #: .././tools/gapi.php:402
855
  msgid "Hour"
856
  msgstr ""
857
 
858
- #: .././tools/gapi.php:405 .././tools/gapi.php:817 .././tools/gapi.php:869
859
  msgid "Date"
860
  msgstr ""
861
 
862
- #: .././tools/gapi.php:513 .././tools/gapi.php:870
863
  msgid "Views"
864
  msgstr ""
865
 
866
- #: .././tools/gapi.php:631
867
  msgid "Countries"
868
  msgstr ""
869
 
870
- #: .././tools/gapi.php:641
871
  msgid "Cities from"
872
  msgstr ""
873
 
874
- #: .././tools/gapi.php:713
875
  msgid "Channels"
876
  msgstr ""
877
 
878
- #: .././tools/gapi.php:776
879
  msgid "Type"
880
  msgstr ""
881
 
882
- #: .././tools/gapi.php:871
883
  msgid "UniqueViews"
884
  msgstr ""
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-04-27 19:26+0200\n"
9
  "Last-Translator: Alin Marcu <admin@deconf.com>\n"
10
  "Language-Team: Alin Marcu\n"
11
  "Language: en_US\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.7.6\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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
55
 
84
  msgstr ""
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 ""
90
 
98
  msgstr ""
99
 
100
  #: .././admin/settings.php:272
101
+ msgid "enable Switch View functionality"
102
  msgstr ""
103
 
104
  #: .././admin/settings.php:283
147
  msgid "Custom Definitions"
148
  msgstr ""
149
 
150
+ #: .././admin/settings.php:364 .././admin/settings.php:575 .././admin/settings.php:1236
151
  msgid "Exclude Tracking"
152
  msgstr ""
153
 
176
  msgid "Enabled"
177
  msgstr ""
178
 
179
+ #: .././admin/settings.php:388 .././admin/settings.php:912 .././admin/settings.php:933
180
+ #: .././admin/settings.php:1209 .././admin/widgets.php:71
181
  msgid "View Name:"
182
  msgstr ""
183
 
299
 
300
  #: .././admin/settings.php:682
301
  #, php-format
302
+ msgid "For errors and/or other issues check %s and related resources."
303
  msgstr ""
304
 
305
  #: .././admin/settings.php:687
328
  msgid "Library conflicts between WordPress plugins"
329
  msgstr ""
330
 
331
+ #: .././admin/settings.php:757 .././admin/settings.php:1017
332
  msgid "Plugin authorization succeeded."
333
  msgstr ""
334
 
335
+ #: .././admin/settings.php:772 .././admin/settings.php:1041
336
  msgid ""
337
  "The access code is <strong>NOT</strong> your <strong>Tracking ID</strong> (UA-XXXXX-X). Try "
338
  "again, and use the red link to get your access code"
339
  msgstr ""
340
 
341
+ #: .././admin/settings.php:795 .././admin/settings.php:1073
342
  msgid "Cleared Cache."
343
  msgstr ""
344
 
345
+ #: .././admin/settings.php:804 .././admin/settings.php:1082
346
  msgid "Token Reseted and Revoked."
347
  msgstr ""
348
 
349
+ #: .././admin/settings.php:814
350
  msgid "All errors reseted."
351
  msgstr ""
352
 
353
+ #: .././admin/settings.php:827 .././admin/settings.php:1096
354
  msgid "All other domains/properties were removed."
355
  msgstr ""
356
 
357
+ #: .././admin/settings.php:839 .././admin/settings.php:1108
358
  msgid "Google Analytics Settings"
359
  msgstr ""
360
 
361
+ #: .././admin/settings.php:853 .././admin/settings.php:1121
362
  msgid "Use the red link (see below) to generate and get your access code!"
363
  msgstr ""
364
 
365
+ #: .././admin/settings.php:864 .././admin/settings.php:1149
366
  msgid "Plugin Authorization"
367
  msgstr ""
368
 
369
+ #: .././admin/settings.php:869 .././admin/settings.php:1153
370
  #, php-format
371
  msgid ""
372
  "You should watch the %1$s and read this %2$s before proceeding to authorization. This plugin "
373
  "requires a properly configured Google Analytics account!"
374
  msgstr ""
375
 
376
+ #: .././admin/settings.php:869 .././admin/settings.php:1153
377
  msgid "video"
378
  msgstr ""
379
 
380
+ #: .././admin/settings.php:869 .././admin/settings.php:1153
381
  msgid "tutorial"
382
  msgstr ""
383
 
384
+ #: .././admin/settings.php:874 .././admin/settings.php:1160
385
  msgid "use your own API Project credentials"
386
  msgstr ""
387
 
388
+ #: .././admin/settings.php:878 .././admin/settings.php:1167
389
  msgid "API Key:"
390
  msgstr ""
391
 
392
+ #: .././admin/settings.php:882 .././admin/settings.php:1171
393
  msgid "Client ID:"
394
  msgstr ""
395
 
396
+ #: .././admin/settings.php:886 .././admin/settings.php:1175
397
  msgid "Client Secret:"
398
  msgstr ""
399
 
400
+ #: .././admin/settings.php:896 .././admin/settings.php:1185
401
  msgid "Clear Authorization"
402
  msgstr ""
403
 
404
+ #: .././admin/settings.php:896 .././admin/settings.php:971 .././admin/settings.php:1185
405
+ #: .././admin/settings.php:1260
406
  msgid "Clear Cache"
407
  msgstr ""
408
 
409
+ #: .././admin/settings.php:896
410
  msgid "Reset Errors"
411
  msgstr ""
412
 
413
+ #: .././admin/settings.php:902 .././admin/setup.php:80 .././admin/setup.php:115
414
  msgid "General Settings"
415
  msgstr ""
416
 
417
+ #: .././admin/settings.php:905
418
+ msgid "Select View:"
419
  msgstr ""
420
 
421
+ #: .././admin/settings.php:916 .././admin/settings.php:1213
422
  msgid "Property not found"
423
  msgstr ""
424
 
 
 
 
 
425
  #: .././admin/settings.php:921
426
+ msgid "Lock Selection"
427
  msgstr ""
428
 
429
  #: .././admin/settings.php:939
430
  msgid "Theme Color:"
431
  msgstr ""
432
 
433
+ #: .././admin/settings.php:947 .././admin/settings.php:1222
434
  msgid "Automatic Updates"
435
  msgstr ""
436
 
437
+ #: .././admin/settings.php:957 .././admin/settings.php:1232
438
  msgid "automatic updates for minor versions (security and maintenance releases only)"
439
  msgstr ""
440
 
441
+ #: .././admin/settings.php:971 .././admin/settings.php:1260 .././admin/widgets.php:42
442
  msgid "Authorize Plugin"
443
  msgstr ""
444
 
445
+ #: .././admin/settings.php:1047
446
  msgid "Properties refreshed."
447
  msgstr ""
448
 
449
+ #: .././admin/settings.php:1131
450
  msgid "Network Setup"
451
  msgstr ""
452
 
453
+ #: .././admin/settings.php:1141
454
  msgid "use a single Google Analytics account for the entire network"
455
  msgstr ""
456
 
457
+ #: .././admin/settings.php:1185
458
  msgid "Refresh Properties"
459
  msgstr ""
460
 
461
+ #: .././admin/settings.php:1191
462
  msgid "Properties/Views Settings"
463
  msgstr ""
464
 
465
+ #: .././admin/settings.php:1246
466
  msgid "exclude Super Admin tracking for the entire network"
467
  msgstr ""
468
 
469
+ #: .././admin/settings.php:1291
470
  msgid "Setup Tutorial & Demo"
471
  msgstr ""
472
 
473
+ #: .././admin/settings.php:1299
474
  msgid "Support & Reviews"
475
  msgstr ""
476
 
477
+ #: .././admin/settings.php:1306
478
  #, php-format
479
  msgid "Plugin documentation and support on %s"
480
  msgstr ""
481
 
482
+ #: .././admin/settings.php:1313
483
  #, php-format
484
  msgid "Your feedback and review are both important, %s!"
485
  msgstr ""
486
 
487
+ #: .././admin/settings.php:1313
488
  msgid "rate this plugin"
489
  msgstr ""
490
 
491
+ #: .././admin/settings.php:1319
492
  msgid "Further Reading"
493
  msgstr ""
494
 
495
+ #: .././admin/settings.php:1326
496
  #, php-format
497
  msgid "%s by moving your website to HTTPS/SSL."
498
  msgstr ""
499
 
500
+ #: .././admin/settings.php:1326
501
  msgid "Improve search rankings"
502
  msgstr ""
503
 
504
+ #: .././admin/settings.php:1333
505
  #, php-format
506
  msgid "Other %s written by the same author"
507
  msgstr ""
508
 
509
+ #: .././admin/settings.php:1333
510
  msgid "WordPress Plugins"
511
  msgstr ""
512
 
513
+ #: .././admin/settings.php:1339
514
  msgid "Other Services"
515
  msgstr ""
516
 
517
+ #: .././admin/settings.php:1346
518
  #, php-format
519
  msgid "Speed up your website and plug into a whole %s"
520
  msgstr ""
521
 
522
+ #: .././admin/settings.php:1346
523
  msgid "new level of site speed"
524
  msgstr ""
525
 
526
+ #: .././admin/settings.php:1353
527
  #, php-format
528
  msgid "%s service with users tracking at IP level."
529
  msgstr ""
530
 
531
+ #: .././admin/settings.php:1353
532
  msgid "Web Analytics"
533
  msgstr ""
534
 
548
  msgid "Tracking Code"
549
  msgstr ""
550
 
551
+ #: .././admin/setup.php:195 .././admin/widgets.php:126
552
  msgid "Today"
553
  msgstr ""
554
 
555
+ #: .././admin/setup.php:196 .././admin/widgets.php:127
556
  msgid "Yesterday"
557
  msgstr ""
558
 
559
+ #: .././admin/setup.php:197 .././admin/widgets.php:128 .././front/widgets.php:74
560
  #: .././front/widgets.php:182
561
  msgid "Last 7 Days"
562
  msgstr ""
563
 
564
+ #: .././admin/setup.php:198 .././admin/widgets.php:130 .././front/widgets.php:80
565
  #: .././front/widgets.php:184
566
  msgid "Last 30 Days"
567
  msgstr ""
568
 
569
+ #: .././admin/setup.php:199 .././admin/widgets.php:131
570
  msgid "Last 90 Days"
571
  msgstr ""
572
 
573
+ #: .././admin/setup.php:202 .././admin/setup.php:218
574
  msgid "Unique Views"
575
  msgstr ""
576
 
577
+ #: .././admin/setup.php:203 .././admin/setup.php:219 .././admin/widgets.php:136
578
+ #: .././admin/widgets.php:875 .././tools/gapi.php:391
579
  msgid "Users"
580
  msgstr ""
581
 
582
+ #: .././admin/setup.php:204 .././admin/widgets.php:137
583
  msgid "Organic"
584
  msgstr ""
585
 
586
+ #: .././admin/setup.php:205 .././admin/setup.php:220 .././admin/widgets.php:138
587
+ #: .././admin/widgets.php:879 .././tools/gapi.php:394
588
  msgid "Page Views"
589
  msgstr ""
590
 
591
+ #: .././admin/setup.php:206 .././admin/setup.php:221 .././admin/widgets.php:139
592
+ #: .././admin/widgets.php:883 .././tools/gapi.php:397
593
  msgid "Bounce Rate"
594
  msgstr ""
595
 
596
+ #: .././admin/setup.php:207 .././admin/widgets.php:140
597
  msgid "Location"
598
  msgstr ""
599
 
600
+ #: .././admin/setup.php:208 .././admin/widgets.php:142 .././tools/gapi.php:566
601
  msgid "Referrers"
602
  msgstr ""
603
 
604
+ #: .././admin/setup.php:209 .././admin/widgets.php:143 .././tools/gapi.php:612
605
+ #: .././tools/gapi.php:922
606
  msgid "Searches"
607
  msgstr ""
608
 
609
+ #: .././admin/setup.php:210 .././admin/widgets.php:144
610
  msgid "Traffic Details"
611
  msgstr ""
612
 
613
+ #: .././admin/setup.php:213 .././admin/widgets.php:510 .././admin/widgets.php:607
614
+ #: .././admin/widgets.php:805 .././admin/widgets.php:917 .././front/item-reports.php:94
615
  msgid "A JavaScript Error is blocking plugin resources!"
616
  msgstr ""
617
 
618
+ #: .././admin/setup.php:214 .././admin/widgets.php:713
619
  msgid "Traffic Mediums"
620
  msgstr ""
621
 
622
+ #: .././admin/setup.php:215 .././admin/widgets.php:729
623
  msgid "Visitor Type"
624
  msgstr ""
625
 
626
+ #: .././admin/setup.php:216 .././admin/widgets.php:745
627
  msgid "Social Networks"
628
  msgstr ""
629
 
630
+ #: .././admin/setup.php:217 .././admin/widgets.php:761
631
  msgid "Search Engines"
632
  msgstr ""
633
 
634
+ #: .././admin/setup.php:222 .././admin/widgets.php:887
635
  msgid "Organic Search"
636
  msgstr ""
637
 
638
+ #: .././admin/setup.php:223 .././admin/widgets.php:891
639
  msgid "Pages/Session"
640
  msgstr ""
641
 
642
+ #: .././admin/setup.php:224 .././admin/widgets.php:523 .././admin/widgets.php:541
643
+ #: .././admin/widgets.php:620 .././admin/widgets.php:638 .././admin/widgets.php:657
644
+ #: .././admin/widgets.php:676 .././admin/widgets.php:696 .././admin/widgets.php:819
645
+ #: .././admin/widgets.php:930 .././admin/widgets.php:949 .././front/item-reports.php:106
646
+ #: .././front/item-reports.php:125
647
  msgid "Invalid response, more details in JavaScript Console (F12)."
648
  msgstr ""
649
 
650
+ #: .././admin/setup.php:225
651
  msgid "Not enough data collected"
652
  msgstr ""
653
 
654
+ #: .././admin/setup.php:226 .././admin/widgets.php:528 .././admin/widgets.php:546
655
+ #: .././admin/widgets.php:625 .././admin/widgets.php:643 .././admin/widgets.php:662
656
+ #: .././admin/widgets.php:681 .././admin/widgets.php:701 .././admin/widgets.php:824
657
+ #: .././admin/widgets.php:827 .././admin/widgets.php:935 .././admin/widgets.php:954
658
+ #: .././front/item-reports.php:111 .././front/item-reports.php:130 .././front/widgets.php:110
659
  msgid "This report is unavailable"
660
  msgstr ""
661
 
662
+ #: .././admin/setup.php:227
663
  msgid "report generated by"
664
  msgstr ""
665
 
666
+ #: .././admin/setup.php:267
667
  msgid "Settings"
668
  msgstr ""
669
 
671
  msgid "Google Analytics Dashboard"
672
  msgstr ""
673
 
674
+ #: .././admin/widgets.php:42
675
  msgid "This plugin needs an authorization:"
676
  msgstr ""
677
 
678
+ #: .././admin/widgets.php:76
679
  msgid "Something went wrong while retrieving profiles list."
680
  msgstr ""
681
 
682
+ #: .././admin/widgets.php:76
683
  msgid "More details"
684
  msgstr ""
685
 
686
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
687
  msgid "An admin should asign a default Google Analytics Profile."
688
  msgstr ""
689
 
690
+ #: .././admin/widgets.php:89 .././admin/widgets.php:100
691
  msgid "Select Domain"
692
  msgstr ""
693
 
694
+ #: .././admin/widgets.php:105
695
  msgid ""
696
  "Something went wrong while retrieving property data. You need to create and properly configure a "
697
  "Google Analytics account:"
698
  msgstr ""
699
 
700
+ #: .././admin/widgets.php:105
701
  msgid "Find out more!"
702
  msgstr ""
703
 
704
+ #: .././admin/widgets.php:125
705
  msgid "Real-Time"
706
  msgstr ""
707
 
708
+ #: .././admin/widgets.php:129 .././front/widgets.php:77 .././front/widgets.php:183
709
  msgid "Last 14 Days"
710
  msgstr ""
711
 
712
+ #: .././admin/widgets.php:135 .././admin/widgets.php:871 .././front/widgets.php:46
713
+ #: .././tools/gapi.php:406 .././tools/gapi.php:567 .././tools/gapi.php:613 .././tools/gapi.php:676
714
+ #: .././tools/gapi.php:786 .././tools/gapi.php:827 .././tools/gapi.php:923
715
  msgid "Sessions"
716
  msgstr ""
717
 
718
+ #: .././admin/widgets.php:141 .././tools/gapi.php:521
719
  msgid "Pages"
720
  msgstr ""
721
 
722
+ #: .././admin/widgets.php:232 .././admin/widgets.php:472
723
  msgid "REFERRAL"
724
  msgstr ""
725
 
726
+ #: .././admin/widgets.php:236 .././admin/widgets.php:473
727
  msgid "ORGANIC"
728
  msgstr ""
729
 
730
+ #: .././admin/widgets.php:240 .././admin/widgets.php:360 .././admin/widgets.php:474
731
  msgid "SOCIAL"
732
  msgstr ""
733
 
734
+ #: .././admin/widgets.php:244 .././admin/widgets.php:363 .././admin/widgets.php:475
735
  msgid "CAMPAIGN"
736
  msgstr ""
737
 
738
+ #: .././admin/widgets.php:248 .././admin/widgets.php:366 .././admin/widgets.php:478
739
  msgid "DIRECT"
740
  msgstr ""
741
 
742
+ #: .././admin/widgets.php:252 .././admin/widgets.php:479
743
  msgid "NEW"
744
  msgstr ""
745
 
746
+ #: .././admin/widgets.php:354
747
  msgid "REFERRALS"
748
  msgstr ""
749
 
750
+ #: .././admin/widgets.php:357
751
  msgid "KEYWORDS"
752
  msgstr ""
753
 
754
+ #: .././front/item-reports.php:140
755
  msgid "Views vs UniqueViews"
756
  msgstr ""
757
 
758
+ #: .././front/item-reports.php:190
759
  msgid "Google Analytics Reports"
760
  msgstr ""
761
 
763
  msgid "Will display your google analytics stats in a widget"
764
  msgstr ""
765
 
766
+ #: .././front/widgets.php:46 .././tools/gapi.php:827
767
  msgid "trend"
768
  msgstr ""
769
 
819
  msgid "This is not allowed, read the documentation!"
820
  msgstr ""
821
 
822
+ #: .././tools/gapi.php:134
823
  msgid "Use this link to get your access code:"
824
  msgstr ""
825
 
826
+ #: .././tools/gapi.php:134
827
  msgid "Get Access Code"
828
  msgstr ""
829
 
830
+ #: .././tools/gapi.php:138 .././tools/gapi.php:139
831
  msgid "Use the red link to get your access code!"
832
  msgstr ""
833
 
834
+ #: .././tools/gapi.php:138
835
  msgid "Access Code:"
836
  msgstr ""
837
 
838
+ #: .././tools/gapi.php:145
839
  msgid "Save Access Code"
840
  msgstr ""
841
 
842
+ #: .././tools/gapi.php:400
843
  msgid "Organic Searches"
844
  msgstr ""
845
 
846
+ #: .././tools/gapi.php:403
847
  msgid "Unique Page Views"
848
  msgstr ""
849
 
850
+ #: .././tools/gapi.php:411
851
  msgid "Hour"
852
  msgstr ""
853
 
854
+ #: .././tools/gapi.php:414 .././tools/gapi.php:826 .././tools/gapi.php:878
855
  msgid "Date"
856
  msgstr ""
857
 
858
+ #: .././tools/gapi.php:522 .././tools/gapi.php:879
859
  msgid "Views"
860
  msgstr ""
861
 
862
+ #: .././tools/gapi.php:640
863
  msgid "Countries"
864
  msgstr ""
865
 
866
+ #: .././tools/gapi.php:650
867
  msgid "Cities from"
868
  msgstr ""
869
 
870
+ #: .././tools/gapi.php:722
871
  msgid "Channels"
872
  msgstr ""
873
 
874
+ #: .././tools/gapi.php:785
875
  msgid "Type"
876
  msgstr ""
877
 
878
+ #: .././tools/gapi.php:880
879
  msgid "UniqueViews"
880
  msgstr ""
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
7
- Stable tag: 4.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -132,25 +132,33 @@ This plugin it's released under the GPLv2, you can use it free of charge on your
132
 
133
  == Changelog ==
134
 
 
 
 
 
 
 
 
 
135
  = 4.6 =
136
- - Enhancement: Italian translation, updated by [Leo](https://www.facebook.com/leo.thestrategist)
137
- - Enhancement: Japanese translation, updated by [Hinaloe](https://github.com/hinaloe)
138
- - Enhancement: Portuguese (Brazil) translation, updated by [Treed Box](http://treedbox.com.br/)
139
  - Enhancement: introducing a manager class to keep track of all instances and their references
140
- - Enhancement: push the tracking code at the end of head section, props by [Caleb Evans](https://github.com/caleb531)
141
  - Enhancement: better support for remove_action and wp_dequeue_script
142
  - Enhancement: Ajax calls optimization
143
  - Bug Fix: loading bar issues while not all frontend features are enabled
144
- - Bug Fix: in-existent script enqueued in frontend component, reported by [mmokrejs](https://wordpress.org/support/profile/mmokrejs)
145
- - Bug Fix: i18n improvements, committed by [Hinaloe](https://github.com/hinaloe)
146
- - Bug Fix: PHP notice when using bbPress, reported by [sheridencharles](https://wordpress.org/support/profile/sheridencharles)
147
- - Bug Fix: inexistent script enqueued in frontend component, reported by [mmokrejs](https://wordpress.org/support/profile/mmokrejs)
148
  - Bug Fix: improved URI detection in Pages and Posts backend reports
149
  - Bug Fix: color picker and settings page tabs not working when per posts/pages reports are disabled
150
 
151
  = 4.5.1 =
152
- - Bug Fix: analytics icons get added to all custom columns, reported by [FTRINITE](https://wordpress.org/support/profile/ftrinite)
153
- - Bug Fix: unable to switch tabs in plugin options for some languages, reported by [Hinaloe](https://github.com/hinaloe)
154
 
155
  = 4.5 =
156
  - Requirements: WordPress 3.5 and above
@@ -160,16 +168,16 @@ This plugin it's released under the GPLv2, you can use it free of charge on your
160
  - Enhancement: reports per page in Page List (new feature)
161
  - Enhancement: gadwp_backenditem_uri allows URI corrections for backend item reports
162
  - Enhancement: option to enable/disable the custom dashboard widget
163
- - Enhancement: Japanese translation, translated by [tk072110](https://plus.google.com/u/0/+tk072110)
164
- - Enhancement: Dutch translation, translated by [Willem-Jan Meerkerk](https://github.com/WillemJann)
165
- - Enhancement: Portuguese (Brazil) translation, updated by [Treed Box](http://treedbox.com.br/)
166
  - Enhancement: UI improvements, props by [Paal Joachim Romdahl](https://github.com/paaljoachim)
167
  - Bug Fix: Arabic translation not loading properly
168
  - Bug Fix: initialize time-shift for all API calls
169
  - Bug Fix: include GAPI only when a API call is made
170
  - Bug Fix: keep the percentage numeric while anonymizing data
171
  - Bug Fix: add PHP 5.3 as a requirement when forcing IPv4
172
- - Bug Fix: typo fix by [Andrew Minion](https://github.com/macbookandrew)
173
 
174
  = 4.4.7 =
175
  - Bug Fix: fatal error in plugin settings screen, under certain circumstances
@@ -197,7 +205,7 @@ This plugin it's released under the GPLv2, you can use it free of charge on your
197
  - Enhancement: set totals to zero when anonymize stats is enabled
198
  - Enhancement: auto-cleanup removed; all transients have static identifiers now
199
  - Enhancement: dump error details to JavaScript Console and throw an alert on invalid responses
200
- - Enhancement: Italian translation, updated by [Leo](https://www.facebook.com/leo.thestrategist)
201
 
202
  = 4.4.3 =
203
  - Enhancement: further optimization on queries
@@ -216,14 +224,14 @@ This plugin it's released under the GPLv2, you can use it free of charge on your
216
  - Bug Fix: additional check for frontend widget
217
 
218
  = 4.4.1 =
219
- - Bug Fix: frontend widget nonce issue while using a cache plugin, reported by [Rick](https://deconf.com/ask/author/rickbates/)
220
  - Bug Fix: clear the buffer immediately before returning AJAX response
221
  - Bug Fix: add full-path while loading autoload.php
222
 
223
  = 4.4 =
224
  - Bug Fix: frontend reports and widget are not responsive
225
  - Bug Fix: random notices for today and yesterday reports
226
- - Enhancement: Italian translation, updated by [Leo](https://www.facebook.com/leo.thestrategist)
227
  - Enhancement: admin widget responsive design and optimizations
228
  - Enhancement: added acquisition channel reports
229
  - Enhancement: added acquisition social networks reports
@@ -277,8 +285,8 @@ This plugin it's released under the GPLv2, you can use it free of charge on your
277
  - Enhancement: better escaping to avoid javascript errors
278
 
279
  = 4.3.7 =
280
- - Enhancement: option to exclude Super Administrator tracking for the entire network, props by [Marie](https://wordpress.org/support/profile/yamaryam)
281
- - Bug Fix: warning during Network Activate, reported by [JoelStickney](https://wordpress.org/support/profile/joelstickney)
282
  - Bug Fix: track affiliates while downloads, mailto and outbound links tracking is disabled
283
  - Bug Fix: avoid reload loops for realtime component
284
  - Enhancement: track fragment identifiers, hashmarks (#) in URI links
@@ -290,13 +298,13 @@ This plugin it's released under the GPLv2, you can use it free of charge on your
290
  - Bug Fix: error correction in Spanish localization file
291
 
292
  = 4.3.5 =
293
- - Bug Fix: authors custom dimension not working for pages, reported by [tylerarnold23](https://wordpress.org/support/profile/tylerarnold23)
294
  - Bug Fix: outbound detection
295
- - Bug Fix: fixed unicode issue, reported by [Haruka_Suzuki](https://wordpress.org/support/profile/haruka_suzuki)
296
- - Bug Fix: properly display cities with same name from different regions, reported by [matt6303](https://wordpress.org/support/profile/matt6303)
297
  - Enhancement: removed image extensions from default download filter
298
- - Enhancement: add day of week to dashboard dates, props by [nethrs](https://deconf.com/ask/author/timnethers/)
299
- - Enhancement: Arabic translation, translated by [Ahmed Majed](https://deconf.com/ask/author/almobdaa/)
300
  - Bug Fix: multiple fixes for real time reports
301
 
302
  = 4.3.4 =
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
7
+ Stable tag: 4.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
132
 
133
  == Changelog ==
134
 
135
+ = 4.7 =
136
+ - Enhancement: Dutch translation
137
+ - Enhancement: using wp_get_current_user() to check users' roles
138
+ - Enhancement: fit longer titles in backend item reports widget
139
+ - Enhancement: disable the drop-down select list while a single View is available
140
+ - Bug Fix: views missing on huge analytics accounts
141
+ - Bug Fix: unable to add new widgets on frontend
142
+
143
  = 4.6 =
144
+ - Enhancement: Italian translation
145
+ - Enhancement: Japanese translation
146
+ - Enhancement: Portuguese (Brazil) translation
147
  - Enhancement: introducing a manager class to keep track of all instances and their references
148
+ - Enhancement: push the tracking code at the end of head section
149
  - Enhancement: better support for remove_action and wp_dequeue_script
150
  - Enhancement: Ajax calls optimization
151
  - Bug Fix: loading bar issues while not all frontend features are enabled
152
+ - Bug Fix: in-existent script enqueued in frontend component
153
+ - Bug Fix: i18n improvements, props by [Hinaloe](https://github.com/hinaloe)
154
+ - Bug Fix: PHP notice when using bbPress
155
+ - Bug Fix: in-existent script enqueued in frontend component
156
  - Bug Fix: improved URI detection in Pages and Posts backend reports
157
  - Bug Fix: color picker and settings page tabs not working when per posts/pages reports are disabled
158
 
159
  = 4.5.1 =
160
+ - Bug Fix: analytics icons get added to all custom columns
161
+ - Bug Fix: unable to switch tabs in plugin options for some languages
162
 
163
  = 4.5 =
164
  - Requirements: WordPress 3.5 and above
168
  - Enhancement: reports per page in Page List (new feature)
169
  - Enhancement: gadwp_backenditem_uri allows URI corrections for backend item reports
170
  - Enhancement: option to enable/disable the custom dashboard widget
171
+ - Enhancement: Japanese translation
172
+ - Enhancement: Dutch translation
173
+ - Enhancement: Portuguese (Brazil) translation
174
  - Enhancement: UI improvements, props by [Paal Joachim Romdahl](https://github.com/paaljoachim)
175
  - Bug Fix: Arabic translation not loading properly
176
  - Bug Fix: initialize time-shift for all API calls
177
  - Bug Fix: include GAPI only when a API call is made
178
  - Bug Fix: keep the percentage numeric while anonymizing data
179
  - Bug Fix: add PHP 5.3 as a requirement when forcing IPv4
180
+ - Bug Fix: typo fix, props by [Andrew Minion](https://github.com/macbookandrew)
181
 
182
  = 4.4.7 =
183
  - Bug Fix: fatal error in plugin settings screen, under certain circumstances
205
  - Enhancement: set totals to zero when anonymize stats is enabled
206
  - Enhancement: auto-cleanup removed; all transients have static identifiers now
207
  - Enhancement: dump error details to JavaScript Console and throw an alert on invalid responses
208
+ - Enhancement: Italian translation
209
 
210
  = 4.4.3 =
211
  - Enhancement: further optimization on queries
224
  - Bug Fix: additional check for frontend widget
225
 
226
  = 4.4.1 =
227
+ - Bug Fix: frontend widget nonce issue while using a cache plugin
228
  - Bug Fix: clear the buffer immediately before returning AJAX response
229
  - Bug Fix: add full-path while loading autoload.php
230
 
231
  = 4.4 =
232
  - Bug Fix: frontend reports and widget are not responsive
233
  - Bug Fix: random notices for today and yesterday reports
234
+ - Enhancement: Italian translation
235
  - Enhancement: admin widget responsive design and optimizations
236
  - Enhancement: added acquisition channel reports
237
  - Enhancement: added acquisition social networks reports
285
  - Enhancement: better escaping to avoid javascript errors
286
 
287
  = 4.3.7 =
288
+ - Enhancement: option to exclude Super Administrator tracking for the entire network
289
+ - Bug Fix: warning during Network Activate
290
  - Bug Fix: track affiliates while downloads, mailto and outbound links tracking is disabled
291
  - Bug Fix: avoid reload loops for realtime component
292
  - Enhancement: track fragment identifiers, hashmarks (#) in URI links
298
  - Bug Fix: error correction in Spanish localization file
299
 
300
  = 4.3.5 =
301
+ - Bug Fix: authors custom dimension not working for pages
302
  - Bug Fix: outbound detection
303
+ - Bug Fix: fixed unicode issue
304
+ - Bug Fix: properly display cities with same name from different regions
305
  - Enhancement: removed image extensions from default download filter
306
+ - Enhancement: add day of week to dashboard dates
307
+ - Enhancement: Arabic translation
308
  - Bug Fix: multiple fixes for real time reports
309
 
310
  = 4.3.4 =
tools/gapi.php CHANGED
@@ -16,7 +16,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
16
  {
17
 
18
  public $client;
19
-
20
  public $service;
21
 
22
  public $timeshift;
@@ -24,7 +24,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
24
  public $error_timeout;
25
 
26
  private $managequota;
27
-
28
  private $gadwp;
29
 
30
  public function __construct()
@@ -78,11 +78,6 @@ if (! class_exists('GADWP_GAPI_Controller')) {
78
  return;
79
  }
80
 
81
- private function prepare_json($value)
82
- {
83
- return esc_html(str_replace('\\', '&#92;', stripslashes($value)));
84
- }
85
-
86
  /**
87
  * Handles errors returned by GAPI and allows exponential backoff
88
  *
@@ -132,32 +127,24 @@ if (! class_exists('GADWP_GAPI_Controller')) {
132
  {
133
  $authUrl = $this->client->createAuthUrl();
134
  ?>
135
- <form name="input"
136
- action="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>" method="post">
137
-
138
- <table class="options">
139
- <tr>
140
- <td colspan="2" class="info">
141
  <?php echo __( "Use this link to get your access code:", 'ga-dash' ) . ' <a href="' . $authUrl . '" id="gapi-access-code" target="_blank">' . __ ( "Get Access Code", 'ga-dash' ) . '</a>.'; ?>
142
  </td>
143
- </tr>
144
- <tr>
145
- <td class="title"><label for="ga_dash_code"
146
- title="<?php _e("Use the red link to get your access code!",'ga-dash')?>"><?php echo _e( "Access Code:", 'ga-dash' ); ?></label>
147
- </td>
148
- <td><input type="text" id="ga_dash_code" name="ga_dash_code" value=""
149
- size="61" required="required"
150
- title="<?php _e("Use the red link to get your access code!",'ga-dash')?>"></td>
151
- </tr>
152
- <tr>
153
- <td colspan="2"><hr></td>
154
- </tr>
155
- <tr>
156
- <td colspan="2"><input type="submit" class="button button-secondary"
157
- name="ga_dash_authorize"
158
- value="<?php _e( "Save Access Code", 'ga-dash' ); ?>" /></td>
159
- </tr>
160
- </table>
161
  </form>
162
  <?php
163
  }
@@ -165,37 +152,59 @@ if (! class_exists('GADWP_GAPI_Controller')) {
165
  /**
166
  * Retrives all Google Analytics Views with details
167
  *
168
- * @return array|string
169
  */
170
  public function refresh_profiles()
171
  {
172
  try {
173
- $profiles = $this->service->management_profiles->listManagementProfiles('~all', '~all');
174
- $items = $profiles->getItems();
175
- if (count($items) != 0) {
176
- $ga_dash_profile_list = array();
177
- foreach ($items as $profile) {
178
- $timetz = new DateTimeZone($profile->getTimezone());
179
- $localtime = new DateTime('now', $timetz);
180
- $timeshift = strtotime($localtime->format('Y-m-d H:i:s')) - time();
181
- $ga_dash_profile_list[] = array(
182
- $profile->getName(),
183
- $profile->getId(),
184
- $profile->getwebPropertyId(),
185
- $profile->getwebsiteUrl(),
186
- $timeshift,
187
- $profile->getTimezone()
188
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  }
190
- set_transient('ga_dash_lasterror', 'None');
191
- return $ga_dash_profile_list;
192
- } else {
 
193
  set_transient('ga_dash_lasterror', date('Y-m-d H:i:s') . ': No properties were found in this account!', $this->error_timeout);
194
- return '';
 
195
  }
 
 
 
196
  } catch (Google_IO_Exception $e) {
197
  set_transient('ga_dash_lasterror', date('Y-m-d H:i:s') . ': ' . esc_html($e), $this->error_timeout);
198
- return '';
199
  } catch (Google_Service_Exception $e) {
200
  set_transient('ga_dash_lasterror', date('Y-m-d H:i:s') . ': ' . esc_html("(" . $e->getCode() . ") " . $e->getMessage()), $this->error_timeout);
201
  set_transient('ga_dash_gapi_errors', array(
@@ -204,7 +213,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
204
  ), $this->error_timeout);
205
  } catch (Exception $e) {
206
  set_transient('ga_dash_lasterror', date('Y-m-d H:i:s') . ': ' . esc_html($e), $this->error_timeout);
207
- return '';
208
  }
209
  }
210
 
@@ -277,7 +286,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
277
  if ($all) {
278
  $this->gadwp->config->options['ga_dash_tableid'] = "";
279
  $this->gadwp->config->options['ga_dash_tableid_jail'] = "";
280
- $this->gadwp->config->options['ga_dash_profile_list'] = "";
281
  try {
282
  $this->client->revokeToken();
283
  } catch (Exception $e) {
@@ -515,7 +524,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
515
  );
516
  foreach ($data->getRows() as $row) {
517
  $ga_dash_data[] = array(
518
- $this->prepare_json($row[0]),
519
  (int) $row[1]
520
  );
521
  }
@@ -560,7 +569,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
560
  );
561
  foreach ($data->getRows() as $row) {
562
  $ga_dash_data[] = array(
563
- $this->prepare_json($row[0]),
564
  (int) $row[1]
565
  );
566
  }
@@ -606,7 +615,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
606
  );
607
  foreach ($data->getRows() as $row) {
608
  $ga_dash_data[] = array(
609
- $this->prepare_json($row[0]),
610
  (int) $row[1]
611
  );
612
  }
@@ -670,12 +679,12 @@ if (! class_exists('GADWP_GAPI_Controller')) {
670
  foreach ($data->getRows() as $row) {
671
  if (isset($row[2])) {
672
  $ga_dash_data[] = array(
673
- $this->prepare_json($row[0]) . ', ' . $this->prepare_json($row[1]),
674
  (int) $row[2]
675
  );
676
  } else {
677
  $ga_dash_data[] = array(
678
- $this->prepare_json($row[0]),
679
  (int) $row[1]
680
  );
681
  }
@@ -916,7 +925,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
916
  );
917
  foreach ($data->getRows() as $row) {
918
  $ga_dash_data[] = array(
919
- $this->prepare_json($row[0]),
920
  (int) $row[1]
921
  );
922
  }
@@ -930,7 +939,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
930
  * $projectId
931
  * @return array|int
932
  */
933
- public function get_realtime_data($projectId)
934
  {
935
  $metrics = 'rt:activeUsers';
936
  $dimensions = 'rt:pagePath,rt:source,rt:keyword,rt:trafficType,rt:visitorType,rt:pageTitle';
@@ -1006,7 +1015,7 @@ if (! class_exists('GADWP_GAPI_Controller')) {
1006
  wp_send_json($this->get_searches($projectId, $from, $to, $filter));
1007
  break;
1008
  case 'realtime':
1009
- wp_send_json($this->get_realtime_data($projectId));
1010
  break;
1011
  default:
1012
  wp_send_json($this->get_mainreport($projectId, $from, $to, $query, $filter));
16
  {
17
 
18
  public $client;
19
+
20
  public $service;
21
 
22
  public $timeshift;
24
  public $error_timeout;
25
 
26
  private $managequota;
27
+
28
  private $gadwp;
29
 
30
  public function __construct()
78
  return;
79
  }
80
 
 
 
 
 
 
81
  /**
82
  * Handles errors returned by GAPI and allows exponential backoff
83
  *
127
  {
128
  $authUrl = $this->client->createAuthUrl();
129
  ?>
130
+ <form name="input" action="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>" method="post">
131
+ <table class="options">
132
+ <tr>
133
+ <td colspan="2" class="info">
 
 
134
  <?php echo __( "Use this link to get your access code:", 'ga-dash' ) . ' <a href="' . $authUrl . '" id="gapi-access-code" target="_blank">' . __ ( "Get Access Code", 'ga-dash' ) . '</a>.'; ?>
135
  </td>
136
+ </tr>
137
+ <tr>
138
+ <td class="title"><label for="ga_dash_code" title="<?php _e("Use the red link to get your access code!",'ga-dash')?>"><?php echo _e( "Access Code:", 'ga-dash' ); ?></label></td>
139
+ <td><input type="text" id="ga_dash_code" name="ga_dash_code" value="" size="61" required="required" title="<?php _e("Use the red link to get your access code!",'ga-dash')?>"></td>
140
+ </tr>
141
+ <tr>
142
+ <td colspan="2"><hr></td>
143
+ </tr>
144
+ <tr>
145
+ <td colspan="2"><input type="submit" class="button button-secondary" name="ga_dash_authorize" value="<?php _e( "Save Access Code", 'ga-dash' ); ?>" /></td>
146
+ </tr>
147
+ </table>
 
 
 
 
 
 
148
  </form>
149
  <?php
150
  }
152
  /**
153
  * Retrives all Google Analytics Views with details
154
  *
155
+ * @return array
156
  */
157
  public function refresh_profiles()
158
  {
159
  try {
160
+
161
+ $ga_dash_profile_list = array();
162
+ $startindex = 1;
163
+ $totalresults = 65535; //use something big
164
+
165
+ while ($startindex < $totalresults) {
166
+
167
+ $profiles = $this->service->management_profiles->listManagementProfiles('~all', '~all', array(
168
+ 'start-index' => $startindex
169
+ ));
170
+
171
+ $items = $profiles->getItems();
172
+
173
+ $totalresults = $profiles->getTotalResults();
174
+
175
+ if ($totalresults > 0) {
176
+
177
+ foreach ($items as $profile) {
178
+ $timetz = new DateTimeZone($profile->getTimezone());
179
+ $localtime = new DateTime('now', $timetz);
180
+ $timeshift = strtotime($localtime->format('Y-m-d H:i:s')) - time();
181
+ $ga_dash_profile_list[] = array(
182
+ $profile->getName(),
183
+ $profile->getId(),
184
+ $profile->getwebPropertyId(),
185
+ $profile->getwebsiteUrl(),
186
+ $timeshift,
187
+ $profile->getTimezone()
188
+ );
189
+
190
+ $startindex ++;
191
+ }
192
+
193
  }
194
+
195
+ }
196
+
197
+ if (empty($ga_dash_profile_list)) {
198
  set_transient('ga_dash_lasterror', date('Y-m-d H:i:s') . ': No properties were found in this account!', $this->error_timeout);
199
+ } else {
200
+ set_transient('ga_dash_lasterror', 'None');
201
  }
202
+
203
+ return $ga_dash_profile_list;
204
+
205
  } catch (Google_IO_Exception $e) {
206
  set_transient('ga_dash_lasterror', date('Y-m-d H:i:s') . ': ' . esc_html($e), $this->error_timeout);
207
+ return $ga_dash_profile_list;
208
  } catch (Google_Service_Exception $e) {
209
  set_transient('ga_dash_lasterror', date('Y-m-d H:i:s') . ': ' . esc_html("(" . $e->getCode() . ") " . $e->getMessage()), $this->error_timeout);
210
  set_transient('ga_dash_gapi_errors', array(
213
  ), $this->error_timeout);
214
  } catch (Exception $e) {
215
  set_transient('ga_dash_lasterror', date('Y-m-d H:i:s') . ': ' . esc_html($e), $this->error_timeout);
216
+ return $ga_dash_profile_list;
217
  }
218
  }
219
 
286
  if ($all) {
287
  $this->gadwp->config->options['ga_dash_tableid'] = "";
288
  $this->gadwp->config->options['ga_dash_tableid_jail'] = "";
289
+ $this->gadwp->config->options['ga_dash_profile_list'] = array();
290
  try {
291
  $this->client->revokeToken();
292
  } catch (Exception $e) {
524
  );
525
  foreach ($data->getRows() as $row) {
526
  $ga_dash_data[] = array(
527
+ esc_html($row[0]),
528
  (int) $row[1]
529
  );
530
  }
569
  );
570
  foreach ($data->getRows() as $row) {
571
  $ga_dash_data[] = array(
572
+ esc_html($row[0]),
573
  (int) $row[1]
574
  );
575
  }
615
  );
616
  foreach ($data->getRows() as $row) {
617
  $ga_dash_data[] = array(
618
+ esc_html($row[0]),
619
  (int) $row[1]
620
  );
621
  }
679
  foreach ($data->getRows() as $row) {
680
  if (isset($row[2])) {
681
  $ga_dash_data[] = array(
682
+ esc_html($row[0]) . ', ' . esc_html($row[1]),
683
  (int) $row[2]
684
  );
685
  } else {
686
  $ga_dash_data[] = array(
687
+ esc_html($row[0]),
688
  (int) $row[1]
689
  );
690
  }
925
  );
926
  foreach ($data->getRows() as $row) {
927
  $ga_dash_data[] = array(
928
+ esc_html($row[0]),
929
  (int) $row[1]
930
  );
931
  }
939
  * $projectId
940
  * @return array|int
941
  */
942
+ public function get_realtime($projectId)
943
  {
944
  $metrics = 'rt:activeUsers';
945
  $dimensions = 'rt:pagePath,rt:source,rt:keyword,rt:trafficType,rt:visitorType,rt:pageTitle';
1015
  wp_send_json($this->get_searches($projectId, $from, $to, $filter));
1016
  break;
1017
  case 'realtime':
1018
+ wp_send_json($this->get_realtime($projectId));
1019
  break;
1020
  default:
1021
  wp_send_json($this->get_mainreport($projectId, $from, $to, $query, $filter));
tools/tools.php CHANGED
@@ -28,7 +28,7 @@ if (! class_exists('GADWP_Tools')) {
28
  'http://',
29
  'https://'
30
  ), '', $domain);
31
- if (is_array($profiles)) {
32
  foreach ($profiles as $items) {
33
  if (strpos($items[3], $domain)) {
34
  return $items[1];
@@ -42,7 +42,7 @@ if (! class_exists('GADWP_Tools')) {
42
 
43
  public static function get_selected_profile($profiles, $profile)
44
  {
45
- if (is_array($profiles)) {
46
  foreach ($profiles as $item) {
47
  if ($item[1] == $profile) {
48
  return $item;
@@ -113,7 +113,7 @@ if (! class_exists('GADWP_Tools')) {
113
  public static function check_roles($access_level, $tracking = false)
114
  {
115
  if (is_user_logged_in() && isset($access_level)) {
116
- global $current_user;
117
  $roles = (array) $current_user->roles;
118
  if ((current_user_can('manage_options')) && ! $tracking) {
119
  return true;
28
  'http://',
29
  'https://'
30
  ), '', $domain);
31
+ if (!empty($profiles)) {
32
  foreach ($profiles as $items) {
33
  if (strpos($items[3], $domain)) {
34
  return $items[1];
42
 
43
  public static function get_selected_profile($profiles, $profile)
44
  {
45
+ if (!empty($profiles)) {
46
  foreach ($profiles as $item) {
47
  if ($item[1] == $profile) {
48
  return $item;
113
  public static function check_roles($access_level, $tracking = false)
114
  {
115
  if (is_user_logged_in() && isset($access_level)) {
116
+ $current_user = wp_get_current_user();
117
  $roles = (array) $current_user->roles;
118
  if ((current_user_can('manage_options')) && ! $tracking) {
119
  return true;