Google Analytics for WordPress by MonsterInsights - Version 7.0.5

Version Description

= 7.0.0 =

This is a major release. Please back up your site before upgrading.

= 6.0.0 =

This is a major release. Please back up your site before upgrading.

Download this release

Release Info

Developer chriscct7
Plugin Icon 128x128 Google Analytics for WordPress by MonsterInsights
Version 7.0.5
Comparing to
See all releases

Code changes from version 7.0.4 to 7.0.5

assets/js/admin.js CHANGED
@@ -452,30 +452,6 @@ jQuery( document ).ready( function( $ ) {
452
  }
453
  }
454
 
455
- jQuery( document ).on( 'click', '#monsterinsights-shorten-url', function( e ) {
456
- e.preventDefault();
457
- jQuery("#monsterinsights-shorten-url").text( monsterinsights_admin.working );
458
- var url = decodeURIComponent( jQuery('#monsterinsights-url-builer-url').val() );
459
- var data = {
460
- 'action': 'monsterinsights_get_shortlink',
461
- 'url' : url,
462
- 'nonce': monsterinsights_admin.admin_nonce,
463
-
464
- };
465
- jQuery.post(ajaxurl, data, function(response) {
466
- jQuery('#monsterinsights-url-builer-url').html(response.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;"));
467
- jQuery("#monsterinsights-shorten-url").text( monsterinsights_admin.shortened );
468
- window.setTimeout(function() {
469
- jQuery("#monsterinsights-shorten-url").text( monsterinsights_admin.shorten );
470
- }, 2000);
471
- }).fail( function(xhr, textStatus, errorThrown) {
472
- jQuery("#monsterinsights-shorten-url").text( monsterinsights_admin.failed );
473
- window.setTimeout(function() {
474
- jQuery("#monsterinsights-shorten-url").text( monsterinsights_admin.shorten );
475
- }, 2000);
476
- });
477
- } );
478
-
479
  // Addons JS
480
  // Addon background color
481
  if ( jQuery( "#monsterinsights-addons" ).length !== 0 ) {
@@ -1063,8 +1039,8 @@ jQuery(document).ready(function($) {
1063
  // Which report?
1064
  var reportname = jQuery("#monsterinsights-reports-pages").find( "div.monsterinsights-main-nav-tab.monsterinsights-active" ).attr("id").replace("monsterinsights-main-tab-", "" );
1065
  var reportid = jQuery("#monsterinsights-reports-pages").find( "div.monsterinsights-main-nav-tab.monsterinsights-active" ).attr("id");
1066
- var start = moment( moment().subtract(30, 'days') ).utc().format('YYYY-MM-DD');
1067
- var end = moment( moment().subtract( 1, 'days' ) ).utc().format('YYYY-MM-DD');
1068
 
1069
  swal({
1070
  type: 'info',
452
  }
453
  }
454
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
455
  // Addons JS
456
  // Addon background color
457
  if ( jQuery( "#monsterinsights-addons" ).length !== 0 ) {
1039
  // Which report?
1040
  var reportname = jQuery("#monsterinsights-reports-pages").find( "div.monsterinsights-main-nav-tab.monsterinsights-active" ).attr("id").replace("monsterinsights-main-tab-", "" );
1041
  var reportid = jQuery("#monsterinsights-reports-pages").find( "div.monsterinsights-main-nav-tab.monsterinsights-active" ).attr("id");
1042
+ var start = moment( moment().subtract(30, 'days') ).tz(monsterinsights_admin.timezone).format('YYYY-MM-DD');
1043
+ var end = moment( moment().subtract( 1, 'days' ) ).tz(monsterinsights_admin.timezone).format('YYYY-MM-DD');
1044
 
1045
  swal({
1046
  type: 'info',
assets/js/vendors.js CHANGED
@@ -37224,6 +37224,1211 @@ return hooks;
37224
 
37225
  })));
37226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37227
  /*!
37228
  * sweetalert2 v6.11.5
37229
  * Released under the MIT License.
37224
 
37225
  })));
37226
 
37227
+ //! moment-timezone.js
37228
+ //! version : 0.5.14
37229
+ //! Copyright (c) JS Foundation and other contributors
37230
+ //! license : MIT
37231
+ //! github.com/moment/moment-timezone
37232
+
37233
+ (function (root, factory) {
37234
+ "use strict";
37235
+
37236
+ /*global define*/
37237
+ if (typeof define === 'function' && define.amd) {
37238
+ define(['moment'], factory); // AMD
37239
+ } else if (typeof module === 'object' && module.exports) {
37240
+ module.exports = factory(require('moment')); // Node
37241
+ } else {
37242
+ factory(root.moment); // Browser
37243
+ }
37244
+ }(this, function (moment) {
37245
+ "use strict";
37246
+
37247
+ // Do not load moment-timezone a second time.
37248
+ // if (moment.tz !== undefined) {
37249
+ // logError('Moment Timezone ' + moment.tz.version + ' was already loaded ' + (moment.tz.dataVersion ? 'with data from ' : 'without any data') + moment.tz.dataVersion);
37250
+ // return moment;
37251
+ // }
37252
+
37253
+ var VERSION = "0.5.14",
37254
+ zones = {},
37255
+ links = {},
37256
+ names = {},
37257
+ guesses = {},
37258
+ cachedGuess,
37259
+
37260
+ momentVersion = moment.version.split('.'),
37261
+ major = +momentVersion[0],
37262
+ minor = +momentVersion[1];
37263
+
37264
+ // Moment.js version check
37265
+ if (major < 2 || (major === 2 && minor < 6)) {
37266
+ logError('Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js ' + moment.version + '. See momentjs.com');
37267
+ }
37268
+
37269
+ /************************************
37270
+ Unpacking
37271
+ ************************************/
37272
+
37273
+ function charCodeToInt(charCode) {
37274
+ if (charCode > 96) {
37275
+ return charCode - 87;
37276
+ } else if (charCode > 64) {
37277
+ return charCode - 29;
37278
+ }
37279
+ return charCode - 48;
37280
+ }
37281
+
37282
+ function unpackBase60(string) {
37283
+ var i = 0,
37284
+ parts = string.split('.'),
37285
+ whole = parts[0],
37286
+ fractional = parts[1] || '',
37287
+ multiplier = 1,
37288
+ num,
37289
+ out = 0,
37290
+ sign = 1;
37291
+
37292
+ // handle negative numbers
37293
+ if (string.charCodeAt(0) === 45) {
37294
+ i = 1;
37295
+ sign = -1;
37296
+ }
37297
+
37298
+ // handle digits before the decimal
37299
+ for (i; i < whole.length; i++) {
37300
+ num = charCodeToInt(whole.charCodeAt(i));
37301
+ out = 60 * out + num;
37302
+ }
37303
+
37304
+ // handle digits after the decimal
37305
+ for (i = 0; i < fractional.length; i++) {
37306
+ multiplier = multiplier / 60;
37307
+ num = charCodeToInt(fractional.charCodeAt(i));
37308
+ out += num * multiplier;
37309
+ }
37310
+
37311
+ return out * sign;
37312
+ }
37313
+
37314
+ function arrayToInt (array) {
37315
+ for (var i = 0; i < array.length; i++) {
37316
+ array[i] = unpackBase60(array[i]);
37317
+ }
37318
+ }
37319
+
37320
+ function intToUntil (array, length) {
37321
+ for (var i = 0; i < length; i++) {
37322
+ array[i] = Math.round((array[i - 1] || 0) + (array[i] * 60000)); // minutes to milliseconds
37323
+ }
37324
+
37325
+ array[length - 1] = Infinity;
37326
+ }
37327
+
37328
+ function mapIndices (source, indices) {
37329
+ var out = [], i;
37330
+
37331
+ for (i = 0; i < indices.length; i++) {
37332
+ out[i] = source[indices[i]];
37333
+ }
37334
+
37335
+ return out;
37336
+ }
37337
+
37338
+ function unpack (string) {
37339
+ var data = string.split('|'),
37340
+ offsets = data[2].split(' '),
37341
+ indices = data[3].split(''),
37342
+ untils = data[4].split(' ');
37343
+
37344
+ arrayToInt(offsets);
37345
+ arrayToInt(indices);
37346
+ arrayToInt(untils);
37347
+
37348
+ intToUntil(untils, indices.length);
37349
+
37350
+ return {
37351
+ name : data[0],
37352
+ abbrs : mapIndices(data[1].split(' '), indices),
37353
+ offsets : mapIndices(offsets, indices),
37354
+ untils : untils,
37355
+ population : data[5] | 0
37356
+ };
37357
+ }
37358
+
37359
+ /************************************
37360
+ Zone object
37361
+ ************************************/
37362
+
37363
+ function Zone (packedString) {
37364
+ if (packedString) {
37365
+ this._set(unpack(packedString));
37366
+ }
37367
+ }
37368
+
37369
+ Zone.prototype = {
37370
+ _set : function (unpacked) {
37371
+ this.name = unpacked.name;
37372
+ this.abbrs = unpacked.abbrs;
37373
+ this.untils = unpacked.untils;
37374
+ this.offsets = unpacked.offsets;
37375
+ this.population = unpacked.population;
37376
+ },
37377
+
37378
+ _index : function (timestamp) {
37379
+ var target = +timestamp,
37380
+ untils = this.untils,
37381
+ i;
37382
+
37383
+ for (i = 0; i < untils.length; i++) {
37384
+ if (target < untils[i]) {
37385
+ return i;
37386
+ }
37387
+ }
37388
+ },
37389
+
37390
+ parse : function (timestamp) {
37391
+ var target = +timestamp,
37392
+ offsets = this.offsets,
37393
+ untils = this.untils,
37394
+ max = untils.length - 1,
37395
+ offset, offsetNext, offsetPrev, i;
37396
+
37397
+ for (i = 0; i < max; i++) {
37398
+ offset = offsets[i];
37399
+ offsetNext = offsets[i + 1];
37400
+ offsetPrev = offsets[i ? i - 1 : i];
37401
+
37402
+ if (offset < offsetNext && tz.moveAmbiguousForward) {
37403
+ offset = offsetNext;
37404
+ } else if (offset > offsetPrev && tz.moveInvalidForward) {
37405
+ offset = offsetPrev;
37406
+ }
37407
+
37408
+ if (target < untils[i] - (offset * 60000)) {
37409
+ return offsets[i];
37410
+ }
37411
+ }
37412
+
37413
+ return offsets[max];
37414
+ },
37415
+
37416
+ abbr : function (mom) {
37417
+ return this.abbrs[this._index(mom)];
37418
+ },
37419
+
37420
+ offset : function (mom) {
37421
+ logError("zone.offset has been deprecated in favor of zone.utcOffset");
37422
+ return this.offsets[this._index(mom)];
37423
+ },
37424
+
37425
+ utcOffset : function (mom) {
37426
+ return this.offsets[this._index(mom)];
37427
+ }
37428
+ };
37429
+
37430
+ /************************************
37431
+ Current Timezone
37432
+ ************************************/
37433
+
37434
+ function OffsetAt(at) {
37435
+ var timeString = at.toTimeString();
37436
+ var abbr = timeString.match(/\([a-z ]+\)/i);
37437
+ if (abbr && abbr[0]) {
37438
+ // 17:56:31 GMT-0600 (CST)
37439
+ // 17:56:31 GMT-0600 (Central Standard Time)
37440
+ abbr = abbr[0].match(/[A-Z]/g);
37441
+ abbr = abbr ? abbr.join('') : undefined;
37442
+ } else {
37443
+ // 17:56:31 CST
37444
+ // 17:56:31 GMT+0800 (台北標準時間)
37445
+ abbr = timeString.match(/[A-Z]{3,5}/g);
37446
+ abbr = abbr ? abbr[0] : undefined;
37447
+ }
37448
+
37449
+ if (abbr === 'GMT') {
37450
+ abbr = undefined;
37451
+ }
37452
+
37453
+ this.at = +at;
37454
+ this.abbr = abbr;
37455
+ this.offset = at.getTimezoneOffset();
37456
+ }
37457
+
37458
+ function ZoneScore(zone) {
37459
+ this.zone = zone;
37460
+ this.offsetScore = 0;
37461
+ this.abbrScore = 0;
37462
+ }
37463
+
37464
+ ZoneScore.prototype.scoreOffsetAt = function (offsetAt) {
37465
+ this.offsetScore += Math.abs(this.zone.utcOffset(offsetAt.at) - offsetAt.offset);
37466
+ if (this.zone.abbr(offsetAt.at).replace(/[^A-Z]/g, '') !== offsetAt.abbr) {
37467
+ this.abbrScore++;
37468
+ }
37469
+ };
37470
+
37471
+ function findChange(low, high) {
37472
+ var mid, diff;
37473
+
37474
+ while ((diff = ((high.at - low.at) / 12e4 | 0) * 6e4)) {
37475
+ mid = new OffsetAt(new Date(low.at + diff));
37476
+ if (mid.offset === low.offset) {
37477
+ low = mid;
37478
+ } else {
37479
+ high = mid;
37480
+ }
37481
+ }
37482
+
37483
+ return low;
37484
+ }
37485
+
37486
+ function userOffsets() {
37487
+ var startYear = new Date().getFullYear() - 2,
37488
+ last = new OffsetAt(new Date(startYear, 0, 1)),
37489
+ offsets = [last],
37490
+ change, next, i;
37491
+
37492
+ for (i = 1; i < 48; i++) {
37493
+ next = new OffsetAt(new Date(startYear, i, 1));
37494
+ if (next.offset !== last.offset) {
37495
+ change = findChange(last, next);
37496
+ offsets.push(change);
37497
+ offsets.push(new OffsetAt(new Date(change.at + 6e4)));
37498
+ }
37499
+ last = next;
37500
+ }
37501
+
37502
+ for (i = 0; i < 4; i++) {
37503
+ offsets.push(new OffsetAt(new Date(startYear + i, 0, 1)));
37504
+ offsets.push(new OffsetAt(new Date(startYear + i, 6, 1)));
37505
+ }
37506
+
37507
+ return offsets;
37508
+ }
37509
+
37510
+ function sortZoneScores (a, b) {
37511
+ if (a.offsetScore !== b.offsetScore) {
37512
+ return a.offsetScore - b.offsetScore;
37513
+ }
37514
+ if (a.abbrScore !== b.abbrScore) {
37515
+ return a.abbrScore - b.abbrScore;
37516
+ }
37517
+ return b.zone.population - a.zone.population;
37518
+ }
37519
+
37520
+ function addToGuesses (name, offsets) {
37521
+ var i, offset;
37522
+ arrayToInt(offsets);
37523
+ for (i = 0; i < offsets.length; i++) {
37524
+ offset = offsets[i];
37525
+ guesses[offset] = guesses[offset] || {};
37526
+ guesses[offset][name] = true;
37527
+ }
37528
+ }
37529
+
37530
+ function guessesForUserOffsets (offsets) {
37531
+ var offsetsLength = offsets.length,
37532
+ filteredGuesses = {},
37533
+ out = [],
37534
+ i, j, guessesOffset;
37535
+
37536
+ for (i = 0; i < offsetsLength; i++) {
37537
+ guessesOffset = guesses[offsets[i].offset] || {};
37538
+ for (j in guessesOffset) {
37539
+ if (guessesOffset.hasOwnProperty(j)) {
37540
+ filteredGuesses[j] = true;
37541
+ }
37542
+ }
37543
+ }
37544
+
37545
+ for (i in filteredGuesses) {
37546
+ if (filteredGuesses.hasOwnProperty(i)) {
37547
+ out.push(names[i]);
37548
+ }
37549
+ }
37550
+
37551
+ return out;
37552
+ }
37553
+
37554
+ function rebuildGuess () {
37555
+
37556
+ // use Intl API when available and returning valid time zone
37557
+ try {
37558
+ var intlName = Intl.DateTimeFormat().resolvedOptions().timeZone;
37559
+ if (intlName && intlName.length > 3) {
37560
+ var name = names[normalizeName(intlName)];
37561
+ if (name) {
37562
+ return name;
37563
+ }
37564
+ logError("Moment Timezone found " + intlName + " from the Intl api, but did not have that data loaded.");
37565
+ }
37566
+ } catch (e) {
37567
+ // Intl unavailable, fall back to manual guessing.
37568
+ }
37569
+
37570
+ var offsets = userOffsets(),
37571
+ offsetsLength = offsets.length,
37572
+ guesses = guessesForUserOffsets(offsets),
37573
+ zoneScores = [],
37574
+ zoneScore, i, j;
37575
+
37576
+ for (i = 0; i < guesses.length; i++) {
37577
+ zoneScore = new ZoneScore(getZone(guesses[i]), offsetsLength);
37578
+ for (j = 0; j < offsetsLength; j++) {
37579
+ zoneScore.scoreOffsetAt(offsets[j]);
37580
+ }
37581
+ zoneScores.push(zoneScore);
37582
+ }
37583
+
37584
+ zoneScores.sort(sortZoneScores);
37585
+
37586
+ return zoneScores.length > 0 ? zoneScores[0].zone.name : undefined;
37587
+ }
37588
+
37589
+ function guess (ignoreCache) {
37590
+ if (!cachedGuess || ignoreCache) {
37591
+ cachedGuess = rebuildGuess();
37592
+ }
37593
+ return cachedGuess;
37594
+ }
37595
+
37596
+ /************************************
37597
+ Global Methods
37598
+ ************************************/
37599
+
37600
+ function normalizeName (name) {
37601
+ return (name || '').toLowerCase().replace(/\//g, '_');
37602
+ }
37603
+
37604
+ function addZone (packed) {
37605
+ var i, name, split, normalized;
37606
+
37607
+ if (typeof packed === "string") {
37608
+ packed = [packed];
37609
+ }
37610
+
37611
+ for (i = 0; i < packed.length; i++) {
37612
+ split = packed[i].split('|');
37613
+ name = split[0];
37614
+ normalized = normalizeName(name);
37615
+ zones[normalized] = packed[i];
37616
+ names[normalized] = name;
37617
+ addToGuesses(normalized, split[2].split(' '));
37618
+ }
37619
+ }
37620
+
37621
+ function getZone (name, caller) {
37622
+ name = normalizeName(name);
37623
+
37624
+ var zone = zones[name];
37625
+ var link;
37626
+
37627
+ if (zone instanceof Zone) {
37628
+ return zone;
37629
+ }
37630
+
37631
+ if (typeof zone === 'string') {
37632
+ zone = new Zone(zone);
37633
+ zones[name] = zone;
37634
+ return zone;
37635
+ }
37636
+
37637
+ // Pass getZone to prevent recursion more than 1 level deep
37638
+ if (links[name] && caller !== getZone && (link = getZone(links[name], getZone))) {
37639
+ zone = zones[name] = new Zone();
37640
+ zone._set(link);
37641
+ zone.name = names[name];
37642
+ return zone;
37643
+ }
37644
+
37645
+ return null;
37646
+ }
37647
+
37648
+ function getNames () {
37649
+ var i, out = [];
37650
+
37651
+ for (i in names) {
37652
+ if (names.hasOwnProperty(i) && (zones[i] || zones[links[i]]) && names[i]) {
37653
+ out.push(names[i]);
37654
+ }
37655
+ }
37656
+
37657
+ return out.sort();
37658
+ }
37659
+
37660
+ function addLink (aliases) {
37661
+ var i, alias, normal0, normal1;
37662
+
37663
+ if (typeof aliases === "string") {
37664
+ aliases = [aliases];
37665
+ }
37666
+
37667
+ for (i = 0; i < aliases.length; i++) {
37668
+ alias = aliases[i].split('|');
37669
+
37670
+ normal0 = normalizeName(alias[0]);
37671
+ normal1 = normalizeName(alias[1]);
37672
+
37673
+ links[normal0] = normal1;
37674
+ names[normal0] = alias[0];
37675
+
37676
+ links[normal1] = normal0;
37677
+ names[normal1] = alias[1];
37678
+ }
37679
+ }
37680
+
37681
+ function loadData (data) {
37682
+ addZone(data.zones);
37683
+ addLink(data.links);
37684
+ tz.dataVersion = data.version;
37685
+ }
37686
+
37687
+ function zoneExists (name) {
37688
+ if (!zoneExists.didShowError) {
37689
+ zoneExists.didShowError = true;
37690
+ logError("moment.tz.zoneExists('" + name + "') has been deprecated in favor of !moment.tz.zone('" + name + "')");
37691
+ }
37692
+ return !!getZone(name);
37693
+ }
37694
+
37695
+ function needsOffset (m) {
37696
+ var isUnixTimestamp = (m._f === 'X' || m._f === 'x');
37697
+ return !!(m._a && (m._tzm === undefined) && !isUnixTimestamp);
37698
+ }
37699
+
37700
+ function logError (message) {
37701
+ if (typeof console !== 'undefined' && typeof console.error === 'function') {
37702
+ console.error(message);
37703
+ }
37704
+ }
37705
+
37706
+ /************************************
37707
+ moment.tz namespace
37708
+ ************************************/
37709
+
37710
+ function tz (input) {
37711
+ var args = Array.prototype.slice.call(arguments, 0, -1),
37712
+ name = arguments[arguments.length - 1],
37713
+ zone = getZone(name),
37714
+ out = moment.utc.apply(null, args);
37715
+
37716
+ if (zone && !moment.isMoment(input) && needsOffset(out)) {
37717
+ out.add(zone.parse(out), 'minutes');
37718
+ }
37719
+
37720
+ out.tz(name);
37721
+
37722
+ return out;
37723
+ }
37724
+
37725
+ tz.version = VERSION;
37726
+ tz.dataVersion = '';
37727
+ tz._zones = zones;
37728
+ tz._links = links;
37729
+ tz._names = names;
37730
+ tz.add = addZone;
37731
+ tz.link = addLink;
37732
+ tz.load = loadData;
37733
+ tz.zone = getZone;
37734
+ tz.zoneExists = zoneExists; // deprecated in 0.1.0
37735
+ tz.guess = guess;
37736
+ tz.names = getNames;
37737
+ tz.Zone = Zone;
37738
+ tz.unpack = unpack;
37739
+ tz.unpackBase60 = unpackBase60;
37740
+ tz.needsOffset = needsOffset;
37741
+ tz.moveInvalidForward = true;
37742
+ tz.moveAmbiguousForward = false;
37743
+
37744
+ /************************************
37745
+ Interface with Moment.js
37746
+ ************************************/
37747
+
37748
+ var fn = moment.fn;
37749
+
37750
+ moment.tz = tz;
37751
+
37752
+ moment.defaultZone = null;
37753
+
37754
+ moment.updateOffset = function (mom, keepTime) {
37755
+ var zone = moment.defaultZone,
37756
+ offset;
37757
+
37758
+ if (mom._z === undefined) {
37759
+ if (zone && needsOffset(mom) && !mom._isUTC) {
37760
+ mom._d = moment.utc(mom._a)._d;
37761
+ mom.utc().add(zone.parse(mom), 'minutes');
37762
+ }
37763
+ mom._z = zone;
37764
+ }
37765
+ if (mom._z) {
37766
+ offset = mom._z.utcOffset(mom);
37767
+ if (Math.abs(offset) < 16) {
37768
+ offset = offset / 60;
37769
+ }
37770
+ if (mom.utcOffset !== undefined) {
37771
+ mom.utcOffset(-offset, keepTime);
37772
+ } else {
37773
+ mom.zone(offset, keepTime);
37774
+ }
37775
+ }
37776
+ };
37777
+
37778
+ fn.tz = function (name, keepTime) {
37779
+ if (name) {
37780
+ this._z = getZone(name);
37781
+ if (this._z) {
37782
+ moment.updateOffset(this, keepTime);
37783
+ } else {
37784
+ logError("Moment Timezone has no data for " + name + ". See http://momentjs.com/timezone/docs/#/data-loading/.");
37785
+ }
37786
+ return this;
37787
+ }
37788
+ if (this._z) { return this._z.name; }
37789
+ };
37790
+
37791
+ function abbrWrap (old) {
37792
+ return function () {
37793
+ if (this._z) { return this._z.abbr(this); }
37794
+ return old.call(this);
37795
+ };
37796
+ }
37797
+
37798
+ function resetZoneWrap (old) {
37799
+ return function () {
37800
+ this._z = null;
37801
+ return old.apply(this, arguments);
37802
+ };
37803
+ }
37804
+
37805
+ fn.zoneName = abbrWrap(fn.zoneName);
37806
+ fn.zoneAbbr = abbrWrap(fn.zoneAbbr);
37807
+ fn.utc = resetZoneWrap(fn.utc);
37808
+
37809
+ moment.tz.setDefault = function(name) {
37810
+ if (major < 2 || (major === 2 && minor < 9)) {
37811
+ logError('Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js ' + moment.version + '.');
37812
+ }
37813
+ moment.defaultZone = name ? getZone(name) : null;
37814
+ return moment;
37815
+ };
37816
+
37817
+ // Cloning a moment should include the _z property.
37818
+ var momentProperties = moment.momentProperties;
37819
+ if (Object.prototype.toString.call(momentProperties) === '[object Array]') {
37820
+ // moment 2.8.1+
37821
+ momentProperties.push('_z');
37822
+ momentProperties.push('_a');
37823
+ } else if (momentProperties) {
37824
+ // moment 2.7.0
37825
+ momentProperties._z = null;
37826
+ }
37827
+
37828
+ loadData({
37829
+ "version": "2017c",
37830
+ "zones": [
37831
+ "Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5",
37832
+ "Africa/Accra|LMT GMT +0020|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5",
37833
+ "Africa/Nairobi|LMT EAT +0230 +0245|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ|47e5",
37834
+ "Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5",
37835
+ "Africa/Lagos|LMT WAT|-d.A -10|01|-22y0d.A|17e6",
37836
+ "Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldWV.E 2xonV.E|39e4",
37837
+ "Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5",
37838
+ "Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6",
37839
+ "Africa/Casablanca|LMT WET WEST CET|u.k 0 -10 -10|0121212121212121213121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|32e5",
37840
+ "Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3",
37841
+ "Africa/El_Aaiun|LMT -01 WET WEST|Q.M 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|20e4",
37842
+ "Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5",
37843
+ "Africa/Juba|LMT CAT CAST EAT|-26.s -20 -30 -30|01212121212121212121212121212121213|-1yW26.s 1zK06.s 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0",
37844
+ "Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|012121212121212121212121212121212131|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 HjL0|51e5",
37845
+ "Africa/Monrovia|MMT MMT GMT|H.8 I.u 0|012|-23Lzg.Q 28G01.m|11e5",
37846
+ "Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5",
37847
+ "Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5",
37848
+ "Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5",
37849
+ "Africa/Windhoek|+0130 SAST SAST CAT WAT WAST|-1u -20 -30 -20 -10 -20|01213454545454545454545454545454545454545454545454543|-2GJdu 1Ajdu 1cL0 1SqL0 9Io0 16P0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4",
37850
+ "America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326",
37851
+ "America/Anchorage|AST AWT APT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4",
37852
+ "America/Port_of_Spain|LMT AST|46.4 40|01|-2kNvR.U|43e3",
37853
+ "America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4",
37854
+ "America/Argentina/Buenos_Aires|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0",
37855
+ "America/Argentina/Catamarca|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0",
37856
+ "America/Argentina/Cordoba|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0",
37857
+ "America/Argentina/Jujuy|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0",
37858
+ "America/Argentina/La_Rioja|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0",
37859
+ "America/Argentina/Mendoza|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232312121321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0",
37860
+ "America/Argentina/Rio_Gallegos|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0",
37861
+ "America/Argentina/Salta|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0",
37862
+ "America/Argentina/San_Juan|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0",
37863
+ "America/Argentina/San_Luis|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121212321212|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0",
37864
+ "America/Argentina/Tucuman|CMT -04 -03 -02|4g.M 40 30 20|0121212121212121212121212121212121212121212323232313232123232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0",
37865
+ "America/Argentina/Ushuaia|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0",
37866
+ "America/Curacao|LMT -0430 AST|4z.L 4u 40|012|-2kV7o.d 28KLS.d|15e4",
37867
+ "America/Asuncion|AMT -04 -03|3O.E 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5",
37868
+ "America/Atikokan|CST CDT CWT CPT EST|60 50 50 50 50|0101234|-25TQ0 1in0 Rnb0 3je0 8x30 iw0|28e2",
37869
+ "America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5",
37870
+ "America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3",
37871
+ "America/Barbados|LMT BMT AST ADT|3W.t 3W.t 40 30|01232323232|-1Q0I1.v jsM0 1ODC1.v IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4",
37872
+ "America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5",
37873
+ "America/Belize|LMT CST -0530 CDT|5Q.M 60 5u 50|01212121212121212121212121212121212121212121212121213131|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1f0Mu qn0 lxB0 mn0|57e3",
37874
+ "America/Blanc-Sablon|AST ADT AWT APT|40 30 30 30|010230|-25TS0 1in0 UGp0 8x50 iu0|11e2",
37875
+ "America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2",
37876
+ "America/Bogota|BMT -05 -04|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5",
37877
+ "America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4",
37878
+ "America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2",
37879
+ "America/Campo_Grande|LMT -04 -03|3C.s 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|77e4",
37880
+ "America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4",
37881
+ "America/Caracas|CMT -0430 -04|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5",
37882
+ "America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3",
37883
+ "America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5",
37884
+ "America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5",
37885
+ "America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4",
37886
+ "America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5",
37887
+ "America/Creston|MST PST|70 80|010|-29DR0 43B0|53e2",
37888
+ "America/Cuiaba|LMT -04 -03|3I.k 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|54e4",
37889
+ "America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8",
37890
+ "America/Dawson|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|13e2",
37891
+ "America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3",
37892
+ "America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5",
37893
+ "America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|012342525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 XQp0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5",
37894
+ "America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|01212121212121341212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 LFB0 1cL0 3Cp0 1cL0 66N0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5",
37895
+ "America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3",
37896
+ "America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5",
37897
+ "America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5",
37898
+ "America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2",
37899
+ "America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37900
+ "America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5",
37901
+ "America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3",
37902
+ "America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3",
37903
+ "America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2",
37904
+ "America/Grand_Turk|KMT EST EDT AST|57.b 50 40 40|01212121212121212121212121212121212121212121212121212121212121212121212121232121212121212121212121212121212121212121|-2l1uQ.N 2HHBQ.N 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 5Ip0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2",
37905
+ "America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5",
37906
+ "America/Guayaquil|QMT -05 -04|5e 50 40|0121|-1yVSK 2uILK rz0|27e5",
37907
+ "America/Guyana|LMT -0345 -03 -04|3Q.E 3J 30 40|0123|-2dvU7.k 2r6LQ.k Bxbf|80e4",
37908
+ "America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4",
37909
+ "America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5",
37910
+ "America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4",
37911
+ "America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37912
+ "America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37913
+ "America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37914
+ "America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37915
+ "America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37916
+ "America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37917
+ "America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37918
+ "America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2",
37919
+ "America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2",
37920
+ "America/Jamaica|KMT EST EDT|57.b 50 40|0121212121212121212121|-2l1uQ.N 2uM1Q.N 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4",
37921
+ "America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3",
37922
+ "America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 Bb0 10N0 2bB0 8in0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37923
+ "America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37924
+ "America/La_Paz|CMT BOST -04|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5",
37925
+ "America/Lima|LMT -05 -04|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6",
37926
+ "America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6",
37927
+ "America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4",
37928
+ "America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5",
37929
+ "America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5",
37930
+ "America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4",
37931
+ "America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4",
37932
+ "America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4",
37933
+ "America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2",
37934
+ "America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5",
37935
+ "America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|0120303030303030303030303030303030454545454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2",
37936
+ "America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6",
37937
+ "America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2",
37938
+ "America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3",
37939
+ "America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5",
37940
+ "America/Montevideo|MMT -0330 -03 -02 -0230|3I.I 3u 30 20 2u|012121212121212121212121213232323232324242423243232323232323232323232323232323232323232|-20UIf.g 8jzJ.g 1cLu 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1qMu WLu 1qMu 11zu 1o0u 11zu NAu 11bu 2iMu zWu Dq10 19X0 pd0 jz0 cm10 19X0 1fB0 1on0 11d0 1oL0 1nB0 1fzu 1aou 1fzu 1aou 1fzu 3nAu Jb0 3MN0 1SLu 4jzu 2PB0 Lb0 3Dd0 1pb0 ixd0 An0 1MN0 An0 1wp0 On0 1wp0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5",
37941
+ "America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5",
37942
+ "America/Nassau|LMT EST EDT|59.u 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2kNuO.u 26XdO.u 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|24e4",
37943
+ "America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6",
37944
+ "America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2",
37945
+ "America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2",
37946
+ "America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2",
37947
+ "America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37948
+ "America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37949
+ "America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
37950
+ "America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
37951
+ "America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2",
37952
+ "America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4",
37953
+ "America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5",
37954
+ "America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5",
37955
+ "America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4",
37956
+ "America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4",
37957
+ "America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5",
37958
+ "America/Punta_Arenas|SMT -05 -04 -03|4G.K 50 40 30|0102021212121212121232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0",
37959
+ "America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842",
37960
+ "America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2",
37961
+ "America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5",
37962
+ "America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4",
37963
+ "America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229",
37964
+ "America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4",
37965
+ "America/Santiago|SMT -05 -04 -03|4G.K 50 40 30|010202121212121212321232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|62e5",
37966
+ "America/Santo_Domingo|SDMT EST EDT -0430 AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5",
37967
+ "America/Sao_Paulo|LMT -03 -02|36.s 30 20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|20e6",
37968
+ "America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452",
37969
+ "America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2",
37970
+ "America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4",
37971
+ "America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3",
37972
+ "America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5",
37973
+ "America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656",
37974
+ "America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4",
37975
+ "America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5",
37976
+ "America/Whitehorse|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3",
37977
+ "America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4",
37978
+ "America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642",
37979
+ "America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3",
37980
+ "Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212|-2q00 1DjS0 T90 40P0 KL0 blz0|10",
37981
+ "Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70",
37982
+ "Antarctica/DumontDUrville|-00 +10|0 -a0|0101|-U0o0 cfq0 bFm0|80",
37983
+ "Antarctica/Macquarie|AEST AEDT -00 +11|-a0 -b0 0 -b0|0102010101010101010101010101010101010101010101010101010101010101010101010101010101010101013|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0|1",
37984
+ "Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60",
37985
+ "Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5",
37986
+ "Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40",
37987
+ "Antarctica/Rothera|-00 -03|0 30|01|gOo0|130",
37988
+ "Antarctica/Syowa|-00 +03|0 -30|01|-vs00|20",
37989
+ "Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40",
37990
+ "Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25",
37991
+ "Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4",
37992
+ "Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5",
37993
+ "Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5",
37994
+ "Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|25e5",
37995
+ "Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3",
37996
+ "Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4",
37997
+ "Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4",
37998
+ "Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4",
37999
+ "Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0",
38000
+ "Asia/Baghdad|BMT +03 +04|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5",
38001
+ "Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4",
38002
+ "Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5",
38003
+ "Asia/Bangkok|BMT +07|-6G.4 -70|01|-218SG.4|15e6",
38004
+ "Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0",
38005
+ "Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5",
38006
+ "Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4",
38007
+ "Asia/Brunei|LMT +0730 +08|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4",
38008
+ "Asia/Kolkata|MMT IST +0630|-5l.a -5u -6u|012121|-2zOtl.a 1r2LP.a 1un0 HB0 7zX0|15e6",
38009
+ "Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4",
38010
+ "Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3",
38011
+ "Asia/Shanghai|CST CDT|-80 -90|01010101010101010|-1c1I0 LX0 16p0 1jz0 1Myp0 Rb0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6",
38012
+ "Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5",
38013
+ "Asia/Dhaka|HMT +0630 +0530 +06 +07|-5R.k -6u -5u -60 -70|0121343|-18LFR.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6",
38014
+ "Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5",
38015
+ "Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4",
38016
+ "Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5",
38017
+ "Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4",
38018
+ "Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212312121212121212121212121212121212121212121|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00",
38019
+ "Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101012323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0|18e5",
38020
+ "Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|01010101010101010101010101010101232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0|25e4",
38021
+ "Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5",
38022
+ "Asia/Hong_Kong|LMT HKT HKST JST|-7A.G -80 -90 -90|0121312121212121212121212121212121212121212121212121212121212121212121|-2CFHA.G 1sEP6.G 1cL0 ylu 93X0 1qQu 1tX0 Rd0 1In0 NB0 1cL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1kL0 14N0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5",
38023
+ "Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3",
38024
+ "Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4",
38025
+ "Europe/Istanbul|IMT EET EEST +04 +03|-1U.U -20 -30 -40 -30|012121212121212121212121212121212121212121212121212121234343434342121212121212121212121212121212121212121212121212121212121212124|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSp0 CL0 mN0 1Vz0 1gN0 1pz0 5Rd0 1fz0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1jB0 18L0 1ip0 17z0 qdd0 xX0 3S10 Tz0 dA10 11z0 1o10 11z0 1qN0 11z0 1ze0 11B0 WM0 1qO0 WI0 1nX0 1rB0 10L0 11B0 1in0 17d0 1in0 2pX0 19E0 1fU0 16Q0 1iI0 16Q0 1iI0 1Vd0 pb0 3Kp0 14o0 1de0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6",
38026
+ "Asia/Jakarta|BMT +0720 +0730 +09 +08 WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6",
38027
+ "Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4",
38028
+ "Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212132121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyMk.E 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 3LB0 Em0 or0 1cn0 1dB0 16n0 10O0 1ja0 1tC0 14o0 1cM0 1a00 11A0 1Na0 An0 1MP0 AJ0 1Kp0 LC0 1oo0 Wl0 EQN0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4",
38029
+ "Asia/Kabul|+04 +0430|-40 -4u|01|-10Qs0|46e5",
38030
+ "Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4",
38031
+ "Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6",
38032
+ "Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5",
38033
+ "Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5",
38034
+ "Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2",
38035
+ "Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5",
38036
+ "Asia/Kuala_Lumpur|SMT +07 +0720 +0730 +09 +08|-6T.p -70 -7k -7u -90 -80|0123435|-2Bg6T.p 17anT.p l5XE 17bO 8Fyu 1so1u|71e5",
38037
+ "Asia/Kuching|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|13e4",
38038
+ "Asia/Macau|LMT CST CDT|-7y.k -80 -90|012121212121212121212121212121212121212121|-2le7y.k 1XO34.k 1wn0 Rd0 1wn0 R9u 1wqu U10 1tz0 TVu 1tz0 17gu 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cOu 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cL0|57e4",
38039
+ "Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3",
38040
+ "Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5",
38041
+ "Asia/Manila|+08 +09|-80 -90|010101010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6",
38042
+ "Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4",
38043
+ "Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4",
38044
+ "Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5",
38045
+ "Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5",
38046
+ "Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4",
38047
+ "Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4",
38048
+ "Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|01231|-2um8n 97XR 1lTzu 2Onc0|29e5",
38049
+ "Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|0123232323232323232323232323232323232323232323|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|73e4",
38050
+ "Asia/Rangoon|RMT +0630 +09|-6o.L -6u -90|0121|-21Jio.L SmnS.L 7j9u|48e5",
38051
+ "Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4",
38052
+ "Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4",
38053
+ "Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -9u -a0|0123141414141414135353|-2um8r.Q 97XV.Q 1m1zu kKo0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6",
38054
+ "Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2",
38055
+ "Asia/Taipei|CST JST CDT|-80 -90 -90|01020202020202020202020202020202020202020|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5",
38056
+ "Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5",
38057
+ "Asia/Tbilisi|TBMT +03 +04 +05|-2X.b -30 -40 -50|0123232323232323232323212121232323232323232323212|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5",
38058
+ "Asia/Tehran|LMT TMT +0330 +04 +05 +0430|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6",
38059
+ "Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3",
38060
+ "Asia/Tokyo|JST JDT|-90 -a0|010101010|-QJH0 QL0 1lB0 13X0 1zB0 NX0 1zB0 NX0|38e6",
38061
+ "Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5",
38062
+ "Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5",
38063
+ "Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2",
38064
+ "Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4",
38065
+ "Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4",
38066
+ "Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5",
38067
+ "Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5",
38068
+ "Atlantic/Azores|HMT -02 -01 +00 WET|1S.w 20 10 0 0|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121232323232323232323232323232323234323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2ldW5.s aPX5.s Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4",
38069
+ "Atlantic/Bermuda|LMT AST ADT|4j.i 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1BnRE.G 1LTbE.G 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3",
38070
+ "Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4",
38071
+ "Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2xomp.U 1qOMp.U 7zX0 1djf0|50e4",
38072
+ "Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3",
38073
+ "Atlantic/Madeira|FMT -01 +00 +01 WET WEST|17.A 10 0 -10 0 -10|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldWQ.o aPWQ.o Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4",
38074
+ "Atlantic/Reykjavik|LMT -01 +00 GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4",
38075
+ "Atlantic/South_Georgia|-02|20|0||30",
38076
+ "Atlantic/Stanley|SMT -04 -03 -02|3P.o 40 30 20|012121212121212323212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2",
38077
+ "Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5",
38078
+ "Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5",
38079
+ "Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5",
38080
+ "Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3",
38081
+ "Australia/Currie|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|746",
38082
+ "Australia/Darwin|ACST ACDT|-9u -au|010101010|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0|12e4",
38083
+ "Australia/Eucla|+0845 +0945|-8J -9J|0101010101010101010|-293kI xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368",
38084
+ "Australia/Hobart|AEST AEDT|-a0 -b0|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 VfB0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4",
38085
+ "Australia/Lord_Howe|AEST +1030 +1130 +11|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347",
38086
+ "Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10",
38087
+ "Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5",
38088
+ "Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293jX xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5",
38089
+ "CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00",
38090
+ "CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
38091
+ "Pacific/Easter|EMT -07 -06 -05|7h.s 70 60 50|012121212121212121212121212123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|30e2",
38092
+ "EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00",
38093
+ "EST|EST|50|0|",
38094
+ "EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
38095
+ "Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g600 14o0 1wo0 17c0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
38096
+ "Etc/GMT+0|GMT|0|0|",
38097
+ "Etc/GMT+1|-01|10|0|",
38098
+ "Etc/GMT+10|-10|a0|0|",
38099
+ "Etc/GMT+11|-11|b0|0|",
38100
+ "Etc/GMT+12|-12|c0|0|",
38101
+ "Etc/GMT+3|-03|30|0|",
38102
+ "Etc/GMT+4|-04|40|0|",
38103
+ "Etc/GMT+5|-05|50|0|",
38104
+ "Etc/GMT+6|-06|60|0|",
38105
+ "Etc/GMT+7|-07|70|0|",
38106
+ "Etc/GMT+8|-08|80|0|",
38107
+ "Etc/GMT+9|-09|90|0|",
38108
+ "Etc/GMT-1|+01|-10|0|",
38109
+ "Pacific/Port_Moresby|+10|-a0|0||25e4",
38110
+ "Pacific/Pohnpei|+11|-b0|0||34e3",
38111
+ "Pacific/Tarawa|+12|-c0|0||29e3",
38112
+ "Etc/GMT-13|+13|-d0|0|",
38113
+ "Etc/GMT-14|+14|-e0|0|",
38114
+ "Etc/GMT-2|+02|-20|0|",
38115
+ "Etc/GMT-3|+03|-30|0|",
38116
+ "Etc/GMT-4|+04|-40|0|",
38117
+ "Etc/GMT-5|+05|-50|0|",
38118
+ "Etc/GMT-6|+06|-60|0|",
38119
+ "Indian/Christmas|+07|-70|0||21e2",
38120
+ "Etc/GMT-8|+08|-80|0|",
38121
+ "Pacific/Palau|+09|-90|0||21e3",
38122
+ "Etc/UCT|UCT|0|0|",
38123
+ "Etc/UTC|UTC|0|0|",
38124
+ "Europe/Amsterdam|AMT NST +0120 +0020 CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5",
38125
+ "Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3",
38126
+ "Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0",
38127
+ "Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5",
38128
+ "Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6",
38129
+ "Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
38130
+ "Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5",
38131
+ "Europe/Prague|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 16M0 1lc0 1tA0 17A0 11c0 1io0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5",
38132
+ "Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5",
38133
+ "Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5",
38134
+ "Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1ip0 17b0 1op0 1tb0 Q2m0 3Ne0 WM0 1fA0 1cM0 1cM0 1oJ0 1dc0 1030 1fA0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1iM0 1fA0 8Ha0 Rb0 1wN0 Rb0 1BB0 Lz0 1C20 LB0 SNX0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5",
38135
+ "Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4",
38136
+ "Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4",
38137
+ "Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
38138
+ "Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3",
38139
+ "Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
38140
+ "Europe/Kaliningrad|CET CEST CET CEST MSK MSD EEST EET +03|-10 -20 -20 -30 -30 -40 -30 -20 -30|0101010101010232454545454545454546767676767676767676767676767676767676767676787|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 Am0 Lb0 1en0 op0 1pNz0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4",
38141
+ "Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5",
38142
+ "Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4",
38143
+ "Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|012121212121212121212121212121212121212121212321232123212321212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ldXn.f aPWn.f Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5",
38144
+ "Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4",
38145
+ "Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|010101010101010101210343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-25Td0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5",
38146
+ "Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4",
38147
+ "Europe/Minsk|MMT EET MSK CEST CET MSD EEST +03|-1O -20 -30 -20 -10 -40 -30 -30|01234343252525252525252525261616161616161616161616161616161616161617|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5",
38148
+ "Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3",
38149
+ "Europe/Moscow|MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6",
38150
+ "Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco8.l cNb8.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6",
38151
+ "Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4",
38152
+ "Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5",
38153
+ "Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5",
38154
+ "Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810",
38155
+ "Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4",
38156
+ "Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5",
38157
+ "Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5",
38158
+ "Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4",
38159
+ "Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4",
38160
+ "Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0",
38161
+ "Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4",
38162
+ "Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1a00 1cM0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5",
38163
+ "Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4",
38164
+ "Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|01232323232323232121212121212121212121212121212121212121212121|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5",
38165
+ "Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5",
38166
+ "Europe/Zaporozhye|+0220 EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4",
38167
+ "HST|HST|a0|0|",
38168
+ "Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2",
38169
+ "Indian/Cocos|+0630|-6u|0||596",
38170
+ "Indian/Kerguelen|-00 +05|0 -50|01|-MG00|130",
38171
+ "Indian/Mahe|LMT +04|-3F.M -40|01|-2yO3F.M|79e3",
38172
+ "Indian/Maldives|MMT +05|-4S -50|01|-olgS|35e4",
38173
+ "Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4",
38174
+ "Indian/Reunion|LMT +04|-3F.Q -40|01|-2mDDF.Q|84e4",
38175
+ "Pacific/Kwajalein|+11 -12 +12|-b0 c0 -c0|012|-AX0 W9X0|14e3",
38176
+ "MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00",
38177
+ "MST|MST|70|0|",
38178
+ "MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
38179
+ "Pacific/Chatham|+1215 +1245 +1345|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600",
38180
+ "PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0",
38181
+ "Pacific/Apia|LMT -1130 -11 -10 +14 +13|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545454545454545454545454545454545454|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|37e3",
38182
+ "Pacific/Bougainville|+10 +09 +11|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4",
38183
+ "Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|0121212121212121212121|-2l9nd.g 2Szcd.g 1cL0 1oN0 10L0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3",
38184
+ "Pacific/Enderbury|-12 -11 +13|c0 b0 -d0|012|nIc0 B8n0|1",
38185
+ "Pacific/Fakaofo|-11 +13|b0 -d0|01|1Gfn0|483",
38186
+ "Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|0121212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0|88e4",
38187
+ "Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3",
38188
+ "Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125",
38189
+ "Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4",
38190
+ "Pacific/Guam|GST ChST|-a0 -a0|01|1fpq0|17e4",
38191
+ "Pacific/Honolulu|HST HDT HST|au 9u a0|010102|-1thLu 8x0 lef0 8Pz0 46p0|37e4",
38192
+ "Pacific/Kiritimati|-1040 -10 +14|aE a0 -e0|012|nIaE B8nk|51e2",
38193
+ "Pacific/Kosrae|+11 +12|-b0 -c0|010|-AX0 1bdz0|66e2",
38194
+ "Pacific/Majuro|+11 +12|-b0 -c0|01|-AX0|28e3",
38195
+ "Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2",
38196
+ "Pacific/Pago_Pago|LMT SST|bm.M b0|01|-2nDMB.c|37e2",
38197
+ "Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E PvzB.E 5RCu 1ouJu|10e3",
38198
+ "Pacific/Niue|-1120 -1130 -11|bk bu b0|012|-KfME 17y0a|12e2",
38199
+ "Pacific/Norfolk|+1112 +1130 +1230 +11|-bc -bu -cu -b0|01213|-Kgbc W01G On0 1COp0|25e4",
38200
+ "Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3",
38201
+ "Pacific/Pitcairn|-0830 -08|8u 80|01|18Vku|56",
38202
+ "Pacific/Rarotonga|-1030 -0930 -10|au 9u a0|012121212121212121212121212|lyWu IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3",
38203
+ "Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4",
38204
+ "Pacific/Tongatapu|+1220 +13 +14|-ck -d0 -e0|0121212121|-1aB0k 2n5dk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00|75e3",
38205
+ "WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"
38206
+ ],
38207
+ "links": [
38208
+ "Africa/Abidjan|Africa/Bamako",
38209
+ "Africa/Abidjan|Africa/Banjul",
38210
+ "Africa/Abidjan|Africa/Conakry",
38211
+ "Africa/Abidjan|Africa/Dakar",
38212
+ "Africa/Abidjan|Africa/Freetown",
38213
+ "Africa/Abidjan|Africa/Lome",
38214
+ "Africa/Abidjan|Africa/Nouakchott",
38215
+ "Africa/Abidjan|Africa/Ouagadougou",
38216
+ "Africa/Abidjan|Africa/Sao_Tome",
38217
+ "Africa/Abidjan|Africa/Timbuktu",
38218
+ "Africa/Abidjan|Atlantic/St_Helena",
38219
+ "Africa/Cairo|Egypt",
38220
+ "Africa/Johannesburg|Africa/Maseru",
38221
+ "Africa/Johannesburg|Africa/Mbabane",
38222
+ "Africa/Lagos|Africa/Bangui",
38223
+ "Africa/Lagos|Africa/Brazzaville",
38224
+ "Africa/Lagos|Africa/Douala",
38225
+ "Africa/Lagos|Africa/Kinshasa",
38226
+ "Africa/Lagos|Africa/Libreville",
38227
+ "Africa/Lagos|Africa/Luanda",
38228
+ "Africa/Lagos|Africa/Malabo",
38229
+ "Africa/Lagos|Africa/Niamey",
38230
+ "Africa/Lagos|Africa/Porto-Novo",
38231
+ "Africa/Maputo|Africa/Blantyre",
38232
+ "Africa/Maputo|Africa/Bujumbura",
38233
+ "Africa/Maputo|Africa/Gaborone",
38234
+ "Africa/Maputo|Africa/Harare",
38235
+ "Africa/Maputo|Africa/Kigali",
38236
+ "Africa/Maputo|Africa/Lubumbashi",
38237
+ "Africa/Maputo|Africa/Lusaka",
38238
+ "Africa/Nairobi|Africa/Addis_Ababa",
38239
+ "Africa/Nairobi|Africa/Asmara",
38240
+ "Africa/Nairobi|Africa/Asmera",
38241
+ "Africa/Nairobi|Africa/Dar_es_Salaam",
38242
+ "Africa/Nairobi|Africa/Djibouti",
38243
+ "Africa/Nairobi|Africa/Kampala",
38244
+ "Africa/Nairobi|Africa/Mogadishu",
38245
+ "Africa/Nairobi|Indian/Antananarivo",
38246
+ "Africa/Nairobi|Indian/Comoro",
38247
+ "Africa/Nairobi|Indian/Mayotte",
38248
+ "Africa/Tripoli|Libya",
38249
+ "America/Adak|America/Atka",
38250
+ "America/Adak|US/Aleutian",
38251
+ "America/Anchorage|US/Alaska",
38252
+ "America/Argentina/Buenos_Aires|America/Buenos_Aires",
38253
+ "America/Argentina/Catamarca|America/Argentina/ComodRivadavia",
38254
+ "America/Argentina/Catamarca|America/Catamarca",
38255
+ "America/Argentina/Cordoba|America/Cordoba",
38256
+ "America/Argentina/Cordoba|America/Rosario",
38257
+ "America/Argentina/Jujuy|America/Jujuy",
38258
+ "America/Argentina/Mendoza|America/Mendoza",
38259
+ "America/Atikokan|America/Coral_Harbour",
38260
+ "America/Chicago|US/Central",
38261
+ "America/Curacao|America/Aruba",
38262
+ "America/Curacao|America/Kralendijk",
38263
+ "America/Curacao|America/Lower_Princes",
38264
+ "America/Denver|America/Shiprock",
38265
+ "America/Denver|Navajo",
38266
+ "America/Denver|US/Mountain",
38267
+ "America/Detroit|US/Michigan",
38268
+ "America/Edmonton|Canada/Mountain",
38269
+ "America/Fort_Wayne|America/Indiana/Indianapolis",
38270
+ "America/Fort_Wayne|America/Indianapolis",
38271
+ "America/Fort_Wayne|US/East-Indiana",
38272
+ "America/Halifax|Canada/Atlantic",
38273
+ "America/Havana|Cuba",
38274
+ "America/Indiana/Knox|America/Knox_IN",
38275
+ "America/Indiana/Knox|US/Indiana-Starke",
38276
+ "America/Jamaica|Jamaica",
38277
+ "America/Kentucky/Louisville|America/Louisville",
38278
+ "America/Los_Angeles|US/Pacific",
38279
+ "America/Los_Angeles|US/Pacific-New",
38280
+ "America/Manaus|Brazil/West",
38281
+ "America/Mazatlan|Mexico/BajaSur",
38282
+ "America/Mexico_City|Mexico/General",
38283
+ "America/New_York|US/Eastern",
38284
+ "America/Noronha|Brazil/DeNoronha",
38285
+ "America/Panama|America/Cayman",
38286
+ "America/Phoenix|US/Arizona",
38287
+ "America/Port_of_Spain|America/Anguilla",
38288
+ "America/Port_of_Spain|America/Antigua",
38289
+ "America/Port_of_Spain|America/Dominica",
38290
+ "America/Port_of_Spain|America/Grenada",
38291
+ "America/Port_of_Spain|America/Guadeloupe",
38292
+ "America/Port_of_Spain|America/Marigot",
38293
+ "America/Port_of_Spain|America/Montserrat",
38294
+ "America/Port_of_Spain|America/St_Barthelemy",
38295
+ "America/Port_of_Spain|America/St_Kitts",
38296
+ "America/Port_of_Spain|America/St_Lucia",
38297
+ "America/Port_of_Spain|America/St_Thomas",
38298
+ "America/Port_of_Spain|America/St_Vincent",
38299
+ "America/Port_of_Spain|America/Tortola",
38300
+ "America/Port_of_Spain|America/Virgin",
38301
+ "America/Regina|Canada/Saskatchewan",
38302
+ "America/Rio_Branco|America/Porto_Acre",
38303
+ "America/Rio_Branco|Brazil/Acre",
38304
+ "America/Santiago|Chile/Continental",
38305
+ "America/Sao_Paulo|Brazil/East",
38306
+ "America/St_Johns|Canada/Newfoundland",
38307
+ "America/Tijuana|America/Ensenada",
38308
+ "America/Tijuana|America/Santa_Isabel",
38309
+ "America/Tijuana|Mexico/BajaNorte",
38310
+ "America/Toronto|America/Montreal",
38311
+ "America/Toronto|Canada/Eastern",
38312
+ "America/Vancouver|Canada/Pacific",
38313
+ "America/Whitehorse|Canada/Yukon",
38314
+ "America/Winnipeg|Canada/Central",
38315
+ "Asia/Ashgabat|Asia/Ashkhabad",
38316
+ "Asia/Bangkok|Asia/Phnom_Penh",
38317
+ "Asia/Bangkok|Asia/Vientiane",
38318
+ "Asia/Dhaka|Asia/Dacca",
38319
+ "Asia/Dubai|Asia/Muscat",
38320
+ "Asia/Ho_Chi_Minh|Asia/Saigon",
38321
+ "Asia/Hong_Kong|Hongkong",
38322
+ "Asia/Jerusalem|Asia/Tel_Aviv",
38323
+ "Asia/Jerusalem|Israel",
38324
+ "Asia/Kathmandu|Asia/Katmandu",
38325
+ "Asia/Kolkata|Asia/Calcutta",
38326
+ "Asia/Kuala_Lumpur|Asia/Singapore",
38327
+ "Asia/Kuala_Lumpur|Singapore",
38328
+ "Asia/Macau|Asia/Macao",
38329
+ "Asia/Makassar|Asia/Ujung_Pandang",
38330
+ "Asia/Nicosia|Europe/Nicosia",
38331
+ "Asia/Qatar|Asia/Bahrain",
38332
+ "Asia/Rangoon|Asia/Yangon",
38333
+ "Asia/Riyadh|Asia/Aden",
38334
+ "Asia/Riyadh|Asia/Kuwait",
38335
+ "Asia/Seoul|ROK",
38336
+ "Asia/Shanghai|Asia/Chongqing",
38337
+ "Asia/Shanghai|Asia/Chungking",
38338
+ "Asia/Shanghai|Asia/Harbin",
38339
+ "Asia/Shanghai|PRC",
38340
+ "Asia/Taipei|ROC",
38341
+ "Asia/Tehran|Iran",
38342
+ "Asia/Thimphu|Asia/Thimbu",
38343
+ "Asia/Tokyo|Japan",
38344
+ "Asia/Ulaanbaatar|Asia/Ulan_Bator",
38345
+ "Asia/Urumqi|Asia/Kashgar",
38346
+ "Atlantic/Faroe|Atlantic/Faeroe",
38347
+ "Atlantic/Reykjavik|Iceland",
38348
+ "Atlantic/South_Georgia|Etc/GMT+2",
38349
+ "Australia/Adelaide|Australia/South",
38350
+ "Australia/Brisbane|Australia/Queensland",
38351
+ "Australia/Broken_Hill|Australia/Yancowinna",
38352
+ "Australia/Darwin|Australia/North",
38353
+ "Australia/Hobart|Australia/Tasmania",
38354
+ "Australia/Lord_Howe|Australia/LHI",
38355
+ "Australia/Melbourne|Australia/Victoria",
38356
+ "Australia/Perth|Australia/West",
38357
+ "Australia/Sydney|Australia/ACT",
38358
+ "Australia/Sydney|Australia/Canberra",
38359
+ "Australia/Sydney|Australia/NSW",
38360
+ "Etc/GMT+0|Etc/GMT",
38361
+ "Etc/GMT+0|Etc/GMT-0",
38362
+ "Etc/GMT+0|Etc/GMT0",
38363
+ "Etc/GMT+0|Etc/Greenwich",
38364
+ "Etc/GMT+0|GMT",
38365
+ "Etc/GMT+0|GMT+0",
38366
+ "Etc/GMT+0|GMT-0",
38367
+ "Etc/GMT+0|GMT0",
38368
+ "Etc/GMT+0|Greenwich",
38369
+ "Etc/UCT|UCT",
38370
+ "Etc/UTC|Etc/Universal",
38371
+ "Etc/UTC|Etc/Zulu",
38372
+ "Etc/UTC|UTC",
38373
+ "Etc/UTC|Universal",
38374
+ "Etc/UTC|Zulu",
38375
+ "Europe/Belgrade|Europe/Ljubljana",
38376
+ "Europe/Belgrade|Europe/Podgorica",
38377
+ "Europe/Belgrade|Europe/Sarajevo",
38378
+ "Europe/Belgrade|Europe/Skopje",
38379
+ "Europe/Belgrade|Europe/Zagreb",
38380
+ "Europe/Chisinau|Europe/Tiraspol",
38381
+ "Europe/Dublin|Eire",
38382
+ "Europe/Helsinki|Europe/Mariehamn",
38383
+ "Europe/Istanbul|Asia/Istanbul",
38384
+ "Europe/Istanbul|Turkey",
38385
+ "Europe/Lisbon|Portugal",
38386
+ "Europe/London|Europe/Belfast",
38387
+ "Europe/London|Europe/Guernsey",
38388
+ "Europe/London|Europe/Isle_of_Man",
38389
+ "Europe/London|Europe/Jersey",
38390
+ "Europe/London|GB",
38391
+ "Europe/London|GB-Eire",
38392
+ "Europe/Moscow|W-SU",
38393
+ "Europe/Oslo|Arctic/Longyearbyen",
38394
+ "Europe/Oslo|Atlantic/Jan_Mayen",
38395
+ "Europe/Prague|Europe/Bratislava",
38396
+ "Europe/Rome|Europe/San_Marino",
38397
+ "Europe/Rome|Europe/Vatican",
38398
+ "Europe/Warsaw|Poland",
38399
+ "Europe/Zurich|Europe/Busingen",
38400
+ "Europe/Zurich|Europe/Vaduz",
38401
+ "Indian/Christmas|Etc/GMT-7",
38402
+ "Pacific/Auckland|Antarctica/McMurdo",
38403
+ "Pacific/Auckland|Antarctica/South_Pole",
38404
+ "Pacific/Auckland|NZ",
38405
+ "Pacific/Chatham|NZ-CHAT",
38406
+ "Pacific/Easter|Chile/EasterIsland",
38407
+ "Pacific/Guam|Pacific/Saipan",
38408
+ "Pacific/Honolulu|Pacific/Johnston",
38409
+ "Pacific/Honolulu|US/Hawaii",
38410
+ "Pacific/Kwajalein|Kwajalein",
38411
+ "Pacific/Pago_Pago|Pacific/Midway",
38412
+ "Pacific/Pago_Pago|Pacific/Samoa",
38413
+ "Pacific/Pago_Pago|US/Samoa",
38414
+ "Pacific/Palau|Etc/GMT-9",
38415
+ "Pacific/Pohnpei|Etc/GMT-11",
38416
+ "Pacific/Pohnpei|Pacific/Ponape",
38417
+ "Pacific/Port_Moresby|Etc/GMT-10",
38418
+ "Pacific/Port_Moresby|Pacific/Chuuk",
38419
+ "Pacific/Port_Moresby|Pacific/Truk",
38420
+ "Pacific/Port_Moresby|Pacific/Yap",
38421
+ "Pacific/Tarawa|Etc/GMT-12",
38422
+ "Pacific/Tarawa|Pacific/Funafuti",
38423
+ "Pacific/Tarawa|Pacific/Wake",
38424
+ "Pacific/Tarawa|Pacific/Wallis"
38425
+ ]
38426
+ });
38427
+
38428
+
38429
+ return moment;
38430
+ }));
38431
+
38432
  /*!
38433
  * sweetalert2 v6.11.5
38434
  * Released under the MIT License.
googleanalytics.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/
8
  *
9
- * Version: 7.0.4
10
  * Requires at least: 3.8.0
11
  * Tested up to: 4.9
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '7.0.4';
73
 
74
  /**
75
  * Plugin file.
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/
8
  *
9
+ * Version: 7.0.5
10
  * Requires at least: 3.8.0
11
  * Tested up to: 4.9
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '7.0.5';
73
 
74
  /**
75
  * Plugin file.
includes/admin/ajax.php CHANGED
@@ -206,52 +206,4 @@ function monsterinsights_ajax_dismiss_notice() {
206
  wp_die();
207
 
208
  }
209
- add_action( 'wp_ajax_monsterinsights_ajax_dismiss_notice', 'monsterinsights_ajax_dismiss_notice' );
210
-
211
-
212
- function monsterinsights_get_shortlink() {
213
- // Run a security check first.
214
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
215
-
216
- $shorten = ! empty( $_POST['url'] ) ? esc_url_raw( $_POST['url'] ) : '';
217
- if ( ! current_user_can( 'monsterinsights_view_dashboard' ) ) {
218
- echo $shorten;
219
- wp_die();
220
- }
221
-
222
- $url = 'https://www.googleapis.com/urlshortener/v1/url';
223
-
224
- // If no url passed die
225
- if ( ! $shorten ) {
226
- echo $shorten;
227
- wp_die();
228
- }
229
-
230
- // if the url is already shortened, don't re-run
231
- if ( strpos( $shorten, 'goo.g') !== false ) {
232
- echo $shorten;
233
- wp_die();
234
- }
235
-
236
- $result = wp_remote_post(
237
- add_query_arg(
238
- 'key',
239
- 'AIzaSyCfHOlx8NbBVSpmHPqxophzULWSAzWDyio',
240
- 'https://www.googleapis.com/urlshortener/v1/url'
241
- ),
242
- array(
243
- 'body' => json_encode( array('longUrl' => esc_url_raw( $shorten ) ) ),
244
- 'headers' => array( 'Content-Type' => 'application/json')
245
- )
246
- );
247
-
248
- if ( is_wp_error( $result ) ) {
249
- echo $shorten;
250
- wp_die();
251
- }
252
- $result = json_decode( $result['body'] );
253
- $shortlink = $result->id;
254
- echo $shortlink;
255
- wp_die();
256
- }
257
- add_action( 'wp_ajax_monsterinsights_get_shortlink', 'monsterinsights_get_shortlink' );
206
  wp_die();
207
 
208
  }
209
+ add_action( 'wp_ajax_monsterinsights_ajax_dismiss_notice', 'monsterinsights_ajax_dismiss_notice' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/admin/api-auth.php CHANGED
@@ -88,9 +88,12 @@ final class MonsterInsights_API_Auth {
88
  wp_send_json_error( array( 'message' => __( "Cannot network authenticate. Please re-authenticate on the network settings panel.", 'google-analytics-for-wordpress' ) ) );
89
  }
90
 
 
 
 
91
  $siteurl = add_query_arg( array(
92
  'tt' => $this->get_tt(),
93
- 'sitei' => $this->get_sitei(),
94
  'miversion' => MONSTERINSIGHTS_VERSION,
95
  'siteurl' => is_network_admin() ? network_admin_url() : site_url(),
96
  'return' => is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network' ) : admin_url( 'admin.php?page=monsterinsights_settings' ),
@@ -149,6 +152,8 @@ final class MonsterInsights_API_Auth {
149
  'a' => sanitize_text_field( $_REQUEST['a'] ), // AccountID
150
  'w' => sanitize_text_field( $_REQUEST['w'] ), // PropertyID
151
  'p' => sanitize_text_field( $_REQUEST['p'] ), // View ID
 
 
152
  );
153
 
154
  $worked = $this->verify_auth( $profile );
@@ -269,6 +274,8 @@ final class MonsterInsights_API_Auth {
269
  'a' => sanitize_text_field( $_REQUEST['a'] ),
270
  'w' => sanitize_text_field( $_REQUEST['w'] ),
271
  'p' => sanitize_text_field( $_REQUEST['p'] ),
 
 
272
  );
273
 
274
  // Rotate tt
@@ -394,6 +401,21 @@ final class MonsterInsights_API_Auth {
394
  return false;
395
  }
396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  $api = new MonsterInsights_API_Request( $this->get_route( 'auth/delete/{type}/' ), array( 'network' => $this->is_network_admin(), 'tt' => $this->get_tt(), 'key' => $creds['key'], 'token' => $creds['token'] ) );
398
  $ret = $api->request();
399
 
@@ -425,6 +447,11 @@ final class MonsterInsights_API_Auth {
425
  }
426
 
427
  public function get_sitei() {
 
 
 
 
 
428
  $auth_key = defined( 'AUTH_KEY' ) ? AUTH_KEY : '';
429
  $secure_auth_key = defined( 'SECURE_AUTH_KEY' ) ? SECURE_AUTH_KEY : '';
430
  $logged_in_key = defined( 'LOGGED_IN_KEY' ) ? LOGGED_IN_KEY : '';
88
  wp_send_json_error( array( 'message' => __( "Cannot network authenticate. Please re-authenticate on the network settings panel.", 'google-analytics-for-wordpress' ) ) );
89
  }
90
 
91
+ $sitei = $this->get_sitei();
92
+ //update_network_option( get_current_network_id(), 'monsterinsights_network_sitei', $sitei );
93
+
94
  $siteurl = add_query_arg( array(
95
  'tt' => $this->get_tt(),
96
+ 'sitei' => $sitei,
97
  'miversion' => MONSTERINSIGHTS_VERSION,
98
  'siteurl' => is_network_admin() ? network_admin_url() : site_url(),
99
  'return' => is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network' ) : admin_url( 'admin.php?page=monsterinsights_settings' ),
152
  'a' => sanitize_text_field( $_REQUEST['a'] ), // AccountID
153
  'w' => sanitize_text_field( $_REQUEST['w'] ), // PropertyID
154
  'p' => sanitize_text_field( $_REQUEST['p'] ), // View ID
155
+ 'siteurl' => site_url(),
156
+ 'neturl' => network_admin_url(),
157
  );
158
 
159
  $worked = $this->verify_auth( $profile );
274
  'a' => sanitize_text_field( $_REQUEST['a'] ),
275
  'w' => sanitize_text_field( $_REQUEST['w'] ),
276
  'p' => sanitize_text_field( $_REQUEST['p'] ),
277
+ 'siteurl' => site_url(),
278
+ 'neturl' => network_admin_url(),
279
  );
280
 
281
  // Rotate tt
401
  return false;
402
  }
403
 
404
+ // If we have a new siteurl enabled option and the profile site doesn't match the current site, deactivate anyways
405
+ if ( is_network_admin() ) {
406
+ $siteurl = network_admin_url();
407
+ if ( ! empty( $creds['neturl' ] ) && $creds['neturl'] !== $siteurl ) {
408
+ MonsterInsights()->auth->delete_network_analytics_profile( true );
409
+ return true;
410
+ }
411
+ } else {
412
+ $siteurl = site_url();
413
+ if ( ! empty( $creds['siteurl' ] ) && $creds['siteurl'] !== $siteurl ) {
414
+ MonsterInsights()->auth->delete_analytics_profile( true );
415
+ return true;
416
+ }
417
+ }
418
+
419
  $api = new MonsterInsights_API_Request( $this->get_route( 'auth/delete/{type}/' ), array( 'network' => $this->is_network_admin(), 'tt' => $this->get_tt(), 'key' => $creds['key'], 'token' => $creds['token'] ) );
420
  $ret = $api->request();
421
 
447
  }
448
 
449
  public function get_sitei() {
450
+ // $sitei = get_network_option( get_current_network_id(), 'monsterinsights_network_sitei', false );
451
+ // if ( ! empty( $sitei ) && strlen( $sitei ) >= 1 ) {
452
+ // return $sitei;
453
+ // }
454
+
455
  $auth_key = defined( 'AUTH_KEY' ) ? AUTH_KEY : '';
456
  $secure_auth_key = defined( 'SECURE_AUTH_KEY' ) ? SECURE_AUTH_KEY : '';
457
  $logged_in_key = defined( 'LOGGED_IN_KEY' ) ? LOGGED_IN_KEY : '';
includes/admin/common.php CHANGED
@@ -98,7 +98,6 @@ function monsterinsights_admin_scripts() {
98
  return;
99
  }
100
 
101
-
102
  // Tooltips
103
  wp_enqueue_script( 'jquery-ui-tooltip' );
104
 
@@ -171,11 +170,12 @@ function monsterinsights_admin_scripts() {
171
  'verify_success_text_text' => esc_html__( "Your site is connected to MonsterInsights!" ,'google-analytics-for-wordpress'),
172
  'ok_text' => esc_html__( "OK" ,'google-analytics-for-wordpress'),
173
  'force_deauth_button_text' => esc_html__( "Force Deauthenticate" ,'google-analytics-for-wordpress'),
174
- 'refresh_report_title' => esc_html__( 'Refreshing Report', 'ga-premium' ),
175
- 'refresh_report_text' => esc_html__( 'Loading new report data...', 'ga-premium' ),
176
- 'refresh_report_success_text' => esc_html__( 'Success', 'ga-premium' ),
177
- 'refresh_report_success_text' => esc_html__( 'Retrieved the new report data successfully', 'ga-premium' ),
178
- 'refresh_report_failure_title' => esc_html__( 'Error', 'ga-premium' ),
 
179
  )
180
  );
181
 
98
  return;
99
  }
100
 
 
101
  // Tooltips
102
  wp_enqueue_script( 'jquery-ui-tooltip' );
103
 
170
  'verify_success_text_text' => esc_html__( "Your site is connected to MonsterInsights!" ,'google-analytics-for-wordpress'),
171
  'ok_text' => esc_html__( "OK" ,'google-analytics-for-wordpress'),
172
  'force_deauth_button_text' => esc_html__( "Force Deauthenticate" ,'google-analytics-for-wordpress'),
173
+ 'refresh_report_title' => esc_html__( 'Refreshing Report', 'google-analytics-for-wordpress' ),
174
+ 'refresh_report_text' => esc_html__( 'Loading new report data...', 'google-analytics-for-wordpress' ),
175
+ 'refresh_report_success_text' => esc_html__( 'Success', 'google-analytics-for-wordpress' ),
176
+ 'refresh_report_success_text' => esc_html__( 'Retrieved the new report data successfully', 'google-analytics-for-wordpress' ),
177
+ 'refresh_report_failure_title' => esc_html__( 'Error', 'google-analytics-for-wordpress' ),
178
+ 'timezone' => date('e'),
179
  )
180
  );
181
 
includes/admin/reports/overview.php CHANGED
@@ -503,13 +503,13 @@ final class MonsterInsights_Report_Overview extends MonsterInsights_Report {
503
  <div class="monsterinsights-reports-list">
504
  <ul class="monsterinsights-reports-country-list list-group">
505
  <?php
506
- $countries = monsterinsights_get_country_list( false );
507
  $i = 1;
508
  foreach( $data['countries'] as $icountry => $countrydata ) {
509
  if ( ! empty( $countries[ $countrydata['iso'] ] ) ) {
510
  echo '<li class="list-group-item"><span class="monsterinsights-reports-list-count">'. $i .'.</span><span class="monsterinsights-reports-country-flag monsterinsights-flag-icon monsterinsights-flag-icon-' . strtolower( $countrydata['iso'] ) . ' "></span><span class="monsterinsights-reports-list-text">' . $countries[ $countrydata['iso'] ] . '</span><span class="monsterinsights-reports-list-number">' . number_format_i18n( $countrydata['sessions'] ) . '</span></li>';
511
  } else {
512
- echo '<li class="list-group-item"><span class="monsterinsights-reports-list-count">'. $num .'</span><span class="monsterinsights-flag-icon monsterinsights-flag-icon-' . strtolower( $countrydata['iso'] ) . ' "></span><span class="monsterinsights-reports-list-text">' . $countrydata['iso'] . '</span><span class="monsterinsights-reports-list-number">' . number_format_i18n( $countrydata['sessions'] ) . '</span></li>';
513
  }
514
  $i++;
515
  }
@@ -556,7 +556,7 @@ final class MonsterInsights_Report_Overview extends MonsterInsights_Report {
556
  $referral_url = 'https://analytics.google.com/analytics/web/#report/trafficsources-referrals/'. MonsterInsights()->auth->get_referral_url() . $this->get_ga_report_range( $data );
557
  ?>
558
  <div class="monsterinsights-reports-panel-footer">
559
- <a href="<?php echo $referral_url; ?>" target="_blank" title="<?php echo esc_html__( 'View All Referral Resources', 'google-analytics-for-wordpress' );?>" class="monsterinsights-reports-panel-footer-button"><?php echo esc_html__( 'View All Referral Resources', 'google-analytics-for-wordpress' );?></a>
560
  </div>
561
  </div>
562
  </div>
@@ -623,7 +623,7 @@ final class MonsterInsights_Report_Overview extends MonsterInsights_Report {
623
  $down2x = MONSTERINSIGHTS_PLUGIN_URL . 'assets/images/down@2x.png';
624
  $uplabel = esc_attr__( 'UP', 'google-analytics-for-wordpress' );
625
  $downlabel = esc_attr__( 'DOWN', 'google-analytics-for-wordpress' );
626
- $descriptor = $class === 'sessions' ? esc_js( __( 'Unique' ) ) . '<br />' . esc_js( __( 'Sessions' ) ) : esc_js( __( 'Unique' ) ) . '<br />' . esc_js( __( 'Page Views' ) );
627
  $descriptor = "'" . $descriptor . "'";
628
 
629
  $labels = array();
@@ -860,4 +860,4 @@ final class MonsterInsights_Report_Overview extends MonsterInsights_Report {
860
  $html = ob_get_clean();
861
  return $html;
862
  }
863
- }
503
  <div class="monsterinsights-reports-list">
504
  <ul class="monsterinsights-reports-country-list list-group">
505
  <?php
506
+ $countries = monsterinsights_get_country_list( true );
507
  $i = 1;
508
  foreach( $data['countries'] as $icountry => $countrydata ) {
509
  if ( ! empty( $countries[ $countrydata['iso'] ] ) ) {
510
  echo '<li class="list-group-item"><span class="monsterinsights-reports-list-count">'. $i .'.</span><span class="monsterinsights-reports-country-flag monsterinsights-flag-icon monsterinsights-flag-icon-' . strtolower( $countrydata['iso'] ) . ' "></span><span class="monsterinsights-reports-list-text">' . $countries[ $countrydata['iso'] ] . '</span><span class="monsterinsights-reports-list-number">' . number_format_i18n( $countrydata['sessions'] ) . '</span></li>';
511
  } else {
512
+ echo '<li class="list-group-item"><span class="monsterinsights-reports-list-count">'. $i .'</span><span class="monsterinsights-flag-icon monsterinsights-flag-icon-' . strtolower( $countrydata['iso'] ) . ' "></span><span class="monsterinsights-reports-list-text">' . $countrydata['iso'] . '</span><span class="monsterinsights-reports-list-number">' . number_format_i18n( $countrydata['sessions'] ) . '</span></li>';
513
  }
514
  $i++;
515
  }
556
  $referral_url = 'https://analytics.google.com/analytics/web/#report/trafficsources-referrals/'. MonsterInsights()->auth->get_referral_url() . $this->get_ga_report_range( $data );
557
  ?>
558
  <div class="monsterinsights-reports-panel-footer">
559
+ <a href="<?php echo $referral_url; ?>" target="_blank" title="<?php echo esc_html__( 'View All Referral Sources', 'google-analytics-for-wordpress' );?>" class="monsterinsights-reports-panel-footer-button"><?php echo esc_html__( 'View All Referral Sources', 'google-analytics-for-wordpress' );?></a>
560
  </div>
561
  </div>
562
  </div>
623
  $down2x = MONSTERINSIGHTS_PLUGIN_URL . 'assets/images/down@2x.png';
624
  $uplabel = esc_attr__( 'UP', 'google-analytics-for-wordpress' );
625
  $downlabel = esc_attr__( 'DOWN', 'google-analytics-for-wordpress' );
626
+ $descriptor = $class === 'sessions' ? esc_js( __( 'Unique', 'google-analytics-for-wordpress' ) ) . '<br />' . esc_js( __( 'Sessions', 'google-analytics-for-wordpress' ) ) : esc_js( __( 'Unique', 'google-analytics-for-wordpress' ) ) . '<br />' . esc_js( __( 'Page Views', 'google-analytics-for-wordpress' ) );
627
  $descriptor = "'" . $descriptor . "'";
628
 
629
  $labels = array();
860
  $html = ob_get_clean();
861
  return $html;
862
  }
863
+ }
includes/admin/settings/register-settings.php CHANGED
@@ -161,7 +161,7 @@ function monsterinsights_get_registered_settings() {
161
  'events_mode' => array(
162
  'id' => 'events_mode',
163
  'name' => __( 'Enable MonsterInsights events tracking:', 'google-analytics-for-wordpress' ),
164
- 'desc' => __( 'This turns on our Javascript based tracking system which among other things tracks clicks on outbound, affiliate, mail, telephone, hashed and download links.', 'google-analytics-for-wordpress', 'google-analytics-for-wordpress' ),
165
  'type' => 'radio',
166
  'std' => 'js',
167
  'options' => array(
161
  'events_mode' => array(
162
  'id' => 'events_mode',
163
  'name' => __( 'Enable MonsterInsights events tracking:', 'google-analytics-for-wordpress' ),
164
+ 'desc' => __( 'This turns on our Javascript based tracking system which among other things tracks clicks on outbound, affiliate, mail, telephone, hashed and download links.', 'google-analytics-for-wordpress' ),
165
  'type' => 'radio',
166
  'std' => 'js',
167
  'options' => array(
includes/admin/tracking.php CHANGED
@@ -94,6 +94,9 @@ class MonsterInsights_Tracking {
94
  $data['usagetracking'] = get_option( 'monsterinsights_usage_tracking_config', $tracking );
95
  $data['usercount'] = function_exists( 'get_user_count' ) ? get_user_count() : 'Not Set';
96
  $data['usesauth'] = $usesauth;
 
 
 
97
 
98
  // Retrieve current plugin information
99
  if( ! function_exists( 'get_plugins' ) ) {
94
  $data['usagetracking'] = get_option( 'monsterinsights_usage_tracking_config', $tracking );
95
  $data['usercount'] = function_exists( 'get_user_count' ) ? get_user_count() : 'Not Set';
96
  $data['usesauth'] = $usesauth;
97
+ $data['timezoneoffset']= date('P');
98
+
99
+
100
 
101
  // Retrieve current plugin information
102
  if( ! function_exists( 'get_plugins' ) ) {
includes/api-request.php CHANGED
@@ -223,6 +223,8 @@ final class MonsterInsights_API_Request {
223
  $body['time'] = time(); // just to avoid caching
224
  }
225
 
 
 
226
  $body['ip'] = ! empty( $_SERVER['SERVER_ADDR'] ) ? $_SERVER['SERVER_ADDR'] : '';
227
 
228
  // This filter will be removed in the future.
223
  $body['time'] = time(); // just to avoid caching
224
  }
225
 
226
+ $body['timezone'] = date('e');
227
+
228
  $body['ip'] = ! empty( $_SERVER['SERVER_ADDR'] ) ? $_SERVER['SERVER_ADDR'] : '';
229
 
230
  // This filter will be removed in the future.
includes/frontend/tracking/class-tracking-analytics.php CHANGED
@@ -180,12 +180,13 @@ class MonsterInsights_Tracking_Analytics extends MonsterInsights_Tracking_Abstra
180
  if ( current_user_can( 'manage_options' ) && $is_debug_mode ) {
181
  $src = apply_filters( 'monsterinsights_frontend_output_analytics_src', '//www.google-analytics.com/analytics_debug.js' );
182
  }
183
- $compat = monsterinsights_get_option( 'gatracker_compatibility_mode', false );
184
- $compat = $compat ? 'window.ga = __gaTracker;' : '';
185
- $track_user = monsterinsights_track_user();
186
- $ua = monsterinsights_get_ua();
187
- $output = '';
188
- $reason = '';
 
189
  ob_start();
190
  ?>
191
  <!-- This site uses the Google Analytics by MonsterInsights plugin v<?php echo MONSTERINSIGHTS_VERSION; ?> - Using Analytics tracking - https://www.monsterinsights.com/ -->
@@ -196,6 +197,9 @@ class MonsterInsights_Tracking_Analytics extends MonsterInsights_Tracking_Abstra
196
  } else if ( current_user_can( 'monsterinsights_save_settings' ) ) {
197
  $reason = __( 'Note: MonsterInsights does not track you as a logged in site administrator to prevent site owners from accidentally skewing their own Google Analytics data.'. PHP_EOL . 'If you are testing Google Analytics code, please do so either logged out or in the private browsing/incognito mode of your web browser.', 'google-analytics-for-wordpress' );
198
  $output .= '<!-- ' . esc_html( $reason ) . ' -->' . PHP_EOL;
 
 
 
199
  } else {
200
  $reason = __( 'Note: The site owner has disabled Google Analytics tracking for your user role.', 'google-analytics-for-wordpress' );
201
  $output .= '<!-- ' . esc_html( $reason ) . ' -->' . PHP_EOL;
@@ -205,6 +209,17 @@ class MonsterInsights_Tracking_Analytics extends MonsterInsights_Tracking_Abstra
205
  <?php if ( $ua ) { ?>
206
  <script type="text/javascript" data-cfasync="false">
207
  var mi_track_user = <?php echo ( $track_user ? 'true' : 'false' ); ?>;
 
 
 
 
 
 
 
 
 
 
 
208
  <?php if ( $this->should_do_optout() ) { ?>
209
  var disableStr = 'ga-disable-<?php echo monsterinsights_get_ua(); ?>';
210
 
180
  if ( current_user_can( 'manage_options' ) && $is_debug_mode ) {
181
  $src = apply_filters( 'monsterinsights_frontend_output_analytics_src', '//www.google-analytics.com/analytics_debug.js' );
182
  }
183
+ $compat = monsterinsights_get_option( 'gatracker_compatibility_mode', false );
184
+ $compat = $compat ? 'window.ga = __gaTracker;' : '';
185
+ $track_user = monsterinsights_track_user();
186
+ $ua = monsterinsights_get_ua();
187
+ $output = '';
188
+ $reason = '';
189
+ $cookie_notice = class_exists( 'Cookie_Notice' ) && monsterinsights_get_option( 'cookie_notice', false );
190
  ob_start();
191
  ?>
192
  <!-- This site uses the Google Analytics by MonsterInsights plugin v<?php echo MONSTERINSIGHTS_VERSION; ?> - Using Analytics tracking - https://www.monsterinsights.com/ -->
197
  } else if ( current_user_can( 'monsterinsights_save_settings' ) ) {
198
  $reason = __( 'Note: MonsterInsights does not track you as a logged in site administrator to prevent site owners from accidentally skewing their own Google Analytics data.'. PHP_EOL . 'If you are testing Google Analytics code, please do so either logged out or in the private browsing/incognito mode of your web browser.', 'google-analytics-for-wordpress' );
199
  $output .= '<!-- ' . esc_html( $reason ) . ' -->' . PHP_EOL;
200
+ } else if ( class_exists( 'Cookie_Notice' ) ) {
201
+ $reason = __( 'Note: You have not accepted the Cookie Notice.', 'google-analytics-for-wordpress' );
202
+ $output .= '<!-- ' . esc_html( $reason ) . ' -->' . PHP_EOL;
203
  } else {
204
  $reason = __( 'Note: The site owner has disabled Google Analytics tracking for your user role.', 'google-analytics-for-wordpress' );
205
  $output .= '<!-- ' . esc_html( $reason ) . ' -->' . PHP_EOL;
209
  <?php if ( $ua ) { ?>
210
  <script type="text/javascript" data-cfasync="false">
211
  var mi_track_user = <?php echo ( $track_user ? 'true' : 'false' ); ?>;
212
+ <?php if ( $cookie_notice ) { ?>
213
+ /* Compatibility with Cookie Notice */
214
+ if ( typeof setCookieNotice === 'function' ) {
215
+ /* See if body has cookies-not-accepted */
216
+ var mi_body_el = document.getElementsByTagName("BODY")[0];
217
+ if ( (' ' + mi_body_el.className + ' ').indexOf(' ' + 'cookies-not-accepted' + ' ') > -1 ) {
218
+ mi_track_user = false;
219
+ }
220
+ }
221
+ <?php } ?>
222
+
223
  <?php if ( $this->should_do_optout() ) { ?>
224
  var disableStr = 'ga-disable-<?php echo monsterinsights_get_ua(); ?>';
225
 
includes/helpers.php CHANGED
@@ -64,7 +64,7 @@ function monsterinsights_get_client_id( $payment_id = false ) {
64
  $payment_id = $payment_id->ID;
65
  }
66
  $user_cid = monsterinsights_get_uuid();
67
- $saved_cid = get_post_meta( $payment_id, '_yoast_gau_uuid', true );
68
 
69
  if ( ! empty( $payment_id ) && ! empty( $saved_cid ) ) {
70
  return $saved_cid;
64
  $payment_id = $payment_id->ID;
65
  }
66
  $user_cid = monsterinsights_get_uuid();
67
+ $saved_cid = ! empty( $payment_id ) ? get_post_meta( $payment_id, '_yoast_gau_uuid', true ) : false;
68
 
69
  if ( ! empty( $payment_id ) && ! empty( $saved_cid ) ) {
70
  return $saved_cid;
includes/measurement-protocol.php CHANGED
@@ -44,6 +44,8 @@ function monsterinsights_mp_api_call( $args = array() ) {
44
  $ip = $_SERVER['REMOTE_ADDR'];
45
  }
46
 
 
 
47
  // If possible, let's get the user's language
48
  $user_language = isset( $_SERVER['HTTP_ACCEPT_LANGUAGE'] ) ? explode( ',', $_SERVER['HTTP_ACCEPT_LANGUAGE'] ) : array();
49
  $user_language = reset( $user_language );
@@ -88,7 +90,7 @@ function monsterinsights_mp_api_call( $args = array() ) {
88
  );
89
 
90
  $body = wp_parse_args( $body, $default_body );
91
- //$body = apply_filters( 'monsterinsights_mp_api_call', $body );
92
 
93
 
94
  // Ensure that the CID is not empty
44
  $ip = $_SERVER['REMOTE_ADDR'];
45
  }
46
 
47
+ $ip = apply_filters( 'monsterinsights_mp_api_call_ip', $ip );
48
+
49
  // If possible, let's get the user's language
50
  $user_language = isset( $_SERVER['HTTP_ACCEPT_LANGUAGE'] ) ? explode( ',', $_SERVER['HTTP_ACCEPT_LANGUAGE'] ) : array();
51
  $user_language = reset( $user_language );
90
  );
91
 
92
  $body = wp_parse_args( $body, $default_body );
93
+ $body = apply_filters( 'monsterinsights_mp_api_call', $body );
94
 
95
 
96
  // Ensure that the CID is not empty
languages/google-analytics-for-wordpress.pot CHANGED
@@ -1,2842 +1,2592 @@
1
- #, fuzzy
2
- msgid ""
3
- msgstr ""
4
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
- "Project-Id-Version: MonsterInsights Lite\n"
6
- "Report-Msgid-Bugs-To: https://github.com/awesomemotive/monsterinsights/"
7
- "issues\n"
8
- "POT-Creation-Date: 2018-03-07 13:32-0500\n"
9
- "PO-Revision-Date: 2016-07-21 17:01-0400\n"
10
- "Last-Translator: Chris Christoff <support@monsterinsights.com>\n"
11
- "Language-Team: Chris Christoff <support@monsterinsights.com>\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.0.6\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-WPHeader: googleanalytics.php\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
- "X-Poedit-SearchPathExcluded-1: .roboci\n"
25
- "X-Poedit-SearchPathExcluded-2: assets\n"
26
- "X-Poedit-SearchPathExcluded-3: bin\n"
27
- "X-Poedit-SearchPathExcluded-4: build\n"
28
- "X-Poedit-SearchPathExcluded-5: docs\n"
29
- "X-Poedit-SearchPathExcluded-6: phpdox\n"
30
- "X-Poedit-SearchPathExcluded-7: tests\n"
31
- "X-Poedit-SearchPathExcluded-8: tmp\n"
32
- "X-Poedit-SearchPathExcluded-9: vendor\n"
33
- "X-Poedit-SearchPathExcluded-10: wordpress\n"
34
- "X-Poedit-SearchPathExcluded-11: pro\n"
35
- "X-Poedit-SearchPathExcluded-12: *.css\n"
36
- "X-Poedit-SearchPathExcluded-13: googleanalytics-premium.php\n"
37
-
38
- #: googleanalytics.php:265 googleanalytics.php:279
39
- msgid "Cheatin&#8217; huh?"
40
- msgstr ""
41
-
42
- #: googleanalytics.php:427
43
- msgid ""
44
- "The version of MonsterInsights eCommerce addon you have is not compatible "
45
- "with the version of MonsterInsights installed. Please update the eCommerce "
46
- "addon as soon as possible"
47
- msgstr ""
48
-
49
- #: googleanalytics.php:449
50
- #, php-format
51
- msgid ""
52
- "Sorry, but your version of WordPress does not meet MonsterInsights's "
53
- "required version of %1$s3.8%2$s to run properly. The plugin not been "
54
- "activated. %3$sClick here to return to the Dashboard%4$s."
55
- msgstr ""
56
-
57
- #: googleanalytics.php:470
58
- #, php-format
59
- msgid ""
60
- "Please %1$suninstall%2$s the MonsterInsights Lite Plugin. Your Pro version "
61
- "of MonsterInsights may not work as expected until the Lite version is "
62
- "uninstalled."
63
- msgstr ""
64
-
65
- #: googleanalytics.php:644
66
- #, php-format
67
- msgid ""
68
- "Sorry, but your version of WordPress does not meet MonsterInsight's required "
69
- "version of %1$s3.8%2$s to run properly. The plugin not been activated. "
70
- "%3$sClick here to return to the Dashboard%4$s."
71
- msgstr ""
72
-
73
- #: googleanalytics.php:649
74
- #, php-format
75
- msgid ""
76
- "Please uninstall and remove MonsterInsights Pro before activating "
77
- "MonsterInsights Lite. The Lite version has not been activated. %1$sClick "
78
- "here to return to the Dashboard%2$s."
79
- msgstr ""
80
-
81
- #: includes/admin/admin.php:37 includes/admin/admin.php:40
82
- #: includes/admin/admin.php:51
83
- msgid "Settings:"
84
- msgstr ""
85
-
86
- #: includes/admin/admin.php:37 includes/admin/admin.php:44
87
- #: includes/admin/admin.php:86
88
- msgid "Insights"
89
- msgstr ""
90
-
91
- #: includes/admin/admin.php:40 includes/admin/admin.php:51
92
- #: includes/admin/admin.php:139
93
- msgid "Settings"
94
- msgstr ""
95
-
96
- #: includes/admin/admin.php:41 includes/admin/admin.php:53
97
- msgid "Settings - Tracking:"
98
- msgstr ""
99
-
100
- #: includes/admin/admin.php:41 includes/admin/admin.php:53
101
- msgid "Settings - Tracking"
102
- msgstr ""
103
-
104
- #: includes/admin/admin.php:44
105
- msgid "General:"
106
- msgstr ""
107
-
108
- #: includes/admin/admin.php:48 includes/admin/admin.php:90
109
- msgid "General Reports:"
110
- msgstr ""
111
-
112
- #: includes/admin/admin.php:48 includes/admin/admin.php:90
113
- msgid "Reports"
114
- msgstr ""
115
-
116
- #: includes/admin/admin.php:58
117
- msgid "Tools:"
118
- msgstr ""
119
-
120
- #: includes/admin/admin.php:58
121
- msgid "Tools"
122
- msgstr ""
123
-
124
- #: includes/admin/admin.php:63 includes/admin/admin.php:93
125
- msgid "Addons:"
126
- msgstr ""
127
-
128
- #: includes/admin/admin.php:63 includes/admin/admin.php:93
129
- msgid "Addons"
130
- msgstr ""
131
-
132
- #: includes/admin/admin.php:86 includes/admin/admin.php:88
133
- msgid "Network Settings:"
134
- msgstr ""
135
-
136
- #: includes/admin/admin.php:88 includes/admin/pages/network-settings.php:51
137
- msgid "Network Settings"
138
- msgstr ""
139
-
140
- #: includes/admin/admin.php:121
141
- msgid "MonsterInsights Knowledge Base"
142
- msgstr ""
143
-
144
- #: includes/admin/admin.php:121
145
- msgid "Documentation"
146
- msgstr ""
147
-
148
- #: includes/admin/admin.php:126 includes/admin/reports/abstract-report.php:337
149
- msgid "Get MonsterInsights Pro"
150
- msgstr ""
151
-
152
- #: includes/admin/admin.php:132 includes/admin/admin.php:135
153
- msgid "Support"
154
- msgstr ""
155
-
156
- #: includes/admin/admin.php:245
157
- #, php-format
158
- msgid ""
159
- "Please rate %sMonsterInsights%s %s on %sWordPress.org%s to help us spread "
160
- "the word. Thank you from the MonsterInsights team!"
161
- msgstr ""
162
-
163
- #: includes/admin/admin.php:275
164
- #, php-format
165
- msgid "Please configure your %1$sGoogle Analytics settings%2$s!"
166
- msgstr ""
167
-
168
- #: includes/admin/admin.php:284
169
- #, php-format
170
- msgid ""
171
- "Warning: No valid license key has been entered for MonsterInsights. You are "
172
- "currently not getting updates, and are not able to view reports. %1$sPlease "
173
- "click here to enter your license key and begin receiving updates and reports."
174
- "%2$s"
175
- msgstr ""
176
-
177
- #: includes/admin/admin.php:294 includes/license.php:278
178
- #: includes/license.php:289
179
- #, php-format
180
- msgid ""
181
- "Your license key for MonsterInsights has expired. %1$sPlease click here to "
182
- "renew your license key.%2$s"
183
- msgstr ""
184
-
185
- #: includes/admin/admin.php:296 includes/license.php:280
186
- #: includes/license.php:291
187
- msgid ""
188
- "Your license key for MonsterInsights has been disabled. Please use a "
189
- "different key."
190
- msgstr ""
191
-
192
- #: includes/admin/admin.php:298 includes/license.php:282
193
- #: includes/license.php:293
194
- msgid ""
195
- "Your license key for MonsterInsights is invalid. The key no longer exists or "
196
- "the user associated with the key has been deleted. Please use a different "
197
- "key."
198
- msgstr ""
199
-
200
- #: includes/admin/admin.php:302
201
- #, php-format
202
- msgid ""
203
- "Your network license key for MonsterInsights has expired. %1$sPlease click "
204
- "here to renew your license key.%2$s"
205
- msgstr ""
206
-
207
- #: includes/admin/admin.php:304
208
- msgid ""
209
- "Your network license key for MonsterInsights has been disabled. Please use a "
210
- "different key."
211
- msgstr ""
212
-
213
- #: includes/admin/admin.php:306
214
- msgid ""
215
- "Your network license key for MonsterInsights is invalid. The key no longer "
216
- "exists or the user associated with the key has been deleted. Please use a "
217
- "different key."
218
- msgstr ""
219
-
220
- #: includes/admin/admin.php:352
221
- #, php-format
222
- msgid ""
223
- "Important: You are currently using manual UA code output. We highly "
224
- "recommend %1$sauthenticating with MonsterInsights%2$s so that you can access "
225
- "our new reporting area and take advantage of new MonsterInsights features."
226
- msgstr ""
227
-
228
- #: includes/admin/admin.php:394 includes/admin/admin.php:425
229
- #, php-format
230
- msgid "%1$sGet MonsterInsights Pro%2$s"
231
- msgstr ""
232
-
233
- #: includes/admin/api-auth.php:71
234
- msgid "You don't have permission to authenticate MonsterInsights."
235
- msgstr ""
236
-
237
- #: includes/admin/api-auth.php:81
238
- msgid ""
239
- "Cannot authenticate. Please enter a valid, active license key for "
240
- "MonsterInsights Pro into the settings."
241
- msgstr ""
242
-
243
- #: includes/admin/api-auth.php:86
244
- msgid "Cannot authenticate. Please re-authenticate."
245
- msgstr ""
246
-
247
- #: includes/admin/api-auth.php:88
248
- msgid ""
249
- "Cannot network authenticate. Please re-authenticate on the network settings "
250
- "panel."
251
- msgstr ""
252
-
253
- #: includes/admin/api-auth.php:185
254
- msgid "You don't have permission to re-authenticate MonsterInsights."
255
- msgstr ""
256
-
257
- #: includes/admin/api-auth.php:195
258
- msgid ""
259
- "Cannot re-authenticate. Please enter a valid, active license key for "
260
- "MonsterInsights Pro into the settings."
261
- msgstr ""
262
-
263
- #: includes/admin/api-auth.php:200
264
- msgid "Cannot re-authenticate. Please authenticate."
265
- msgstr ""
266
-
267
- #: includes/admin/api-auth.php:202
268
- msgid ""
269
- "Cannot re-authenticate the network. Please authenticate on the network "
270
- "settings panel."
271
- msgstr ""
272
-
273
- #: includes/admin/api-auth.php:300
274
- msgid "You don't have permission to verify MonsterInsights."
275
- msgstr ""
276
-
277
- #: includes/admin/api-auth.php:309 includes/admin/api-auth.php:311
278
- msgid "Cannot verify. Please authenticate."
279
- msgstr ""
280
-
281
- #: includes/admin/api-auth.php:316
282
- msgid ""
283
- "Cannot verify. Please enter a valid, active license key for MonsterInsights "
284
- "Pro into the settings."
285
- msgstr ""
286
-
287
- #: includes/admin/api-auth.php:321
288
- msgid "Successfully verified."
289
- msgstr ""
290
-
291
- #: includes/admin/api-auth.php:323
292
- msgid "Could not verify."
293
- msgstr ""
294
-
295
- #: includes/admin/api-auth.php:351
296
- msgid "You don't have permission to deauthenticate MonsterInsights."
297
- msgstr ""
298
-
299
- #: includes/admin/api-auth.php:360 includes/admin/api-auth.php:362
300
- msgid "Cannot deauthenticate. You are not currently authed."
301
- msgstr ""
302
-
303
- #: includes/admin/api-auth.php:367
304
- msgid ""
305
- "Cannot deauthenticate. Please enter a valid, active license key for "
306
- "MonsterInsights Pro into the settings."
307
- msgstr ""
308
-
309
- #: includes/admin/api-auth.php:374
310
- msgid "Successfully deauthenticated."
311
- msgstr ""
312
-
313
- #: includes/admin/api-auth.php:377
314
- msgid "Successfully force deauthenticated."
315
- msgstr ""
316
-
317
- #: includes/admin/api-auth.php:379
318
- msgid "Could not deauthenticate."
319
- msgstr ""
320
-
321
- #: includes/admin/common.php:130
322
- msgid "Loading..."
323
- msgstr ""
324
-
325
- #: includes/admin/common.php:131
326
- msgid ""
327
- "Warning: You have unsaved setting changes. If you leave the settings page "
328
- "without saving your changes will be lost. Did you still want to leave the "
329
- "page?"
330
- msgstr ""
331
-
332
- #: includes/admin/common.php:133
333
- msgid "Status: Active"
334
- msgstr ""
335
-
336
- #: includes/admin/common.php:134 includes/admin/pages/addons.php:468
337
- msgid "Activate"
338
- msgstr ""
339
-
340
- #: includes/admin/common.php:135
341
- msgid "Status: Network Activated"
342
- msgstr ""
343
-
344
- #: includes/admin/common.php:136 includes/admin/pages/addons.php:466
345
- msgid "Network activate"
346
- msgstr ""
347
-
348
- #: includes/admin/common.php:138
349
- msgid "Activating..."
350
- msgstr ""
351
-
352
- #: includes/admin/common.php:139 includes/admin/pages/addons.php:441
353
- #: includes/admin/pages/addons.php:443
354
- msgid "Deactivate"
355
- msgstr ""
356
-
357
- #: includes/admin/common.php:140 includes/admin/pages/addons.php:439
358
- msgid "Network deactivate"
359
- msgstr ""
360
-
361
- #: includes/admin/common.php:142
362
- msgid "Deactivating..."
363
- msgstr ""
364
-
365
- #: includes/admin/common.php:143
366
- msgid "Status: Inactive"
367
- msgstr ""
368
-
369
- #: includes/admin/common.php:144
370
- msgid "Status: Network inactive"
371
- msgstr ""
372
-
373
- #: includes/admin/common.php:145 includes/admin/pages/addons.php:398
374
- msgid "Install"
375
- msgstr ""
376
-
377
- #: includes/admin/common.php:147
378
- msgid "Installing..."
379
- msgstr ""
380
-
381
- #: includes/admin/common.php:148
382
- msgid "Proceed"
383
- msgstr ""
384
-
385
- #: includes/admin/common.php:150
386
- msgid "Copied!"
387
- msgstr ""
388
-
389
- #: includes/admin/common.php:151
390
- msgid "Copy to Clipboard"
391
- msgstr ""
392
-
393
- #: includes/admin/common.php:152
394
- msgid "Failed!"
395
- msgstr ""
396
-
397
- #: includes/admin/common.php:154
398
- msgid "Shorten URL"
399
- msgstr ""
400
-
401
- #: includes/admin/common.php:155
402
- msgid "Shortened!"
403
- msgstr ""
404
-
405
- #: includes/admin/common.php:156
406
- msgid "Working..."
407
- msgstr ""
408
-
409
- #: includes/admin/common.php:157 includes/admin/pages/tools.php:87
410
- msgid "Import"
411
- msgstr ""
412
-
413
- #: includes/admin/common.php:158
414
- msgid "Imported!"
415
- msgstr ""
416
-
417
- #: includes/admin/common.php:159
418
- msgid "Preparing to redirect:"
419
- msgstr ""
420
-
421
- #: includes/admin/common.php:160
422
- msgid ""
423
- "You'll be redirected momentarily to complete authentication. This may take a "
424
- "couple seconds."
425
- msgstr ""
426
-
427
- #: includes/admin/common.php:161
428
- msgid "Authentication Error:"
429
- msgstr ""
430
-
431
- #: includes/admin/common.php:162
432
- msgid "Deauthenticating...."
433
- msgstr ""
434
-
435
- #: includes/admin/common.php:163
436
- msgid "We're deactivating your site. This may take a couple seconds."
437
- msgstr ""
438
-
439
- #: includes/admin/common.php:164
440
- msgid "Deactivation Error:"
441
- msgstr ""
442
-
443
- #: includes/admin/common.php:165
444
- msgid "Deactivated Successfully!"
445
- msgstr ""
446
-
447
- #: includes/admin/common.php:166
448
- msgid ""
449
- "You've disconnected your site from MonsterInsights. Your site is no longer "
450
- "being tracked by Google Analytics and you won't see reports anymore."
451
- msgstr ""
452
-
453
- #: includes/admin/common.php:167
454
- msgid "Verifying...."
455
- msgstr ""
456
-
457
- #: includes/admin/common.php:168
458
- msgid "We're verifying your site. This may take a couple seconds."
459
- msgstr ""
460
-
461
- #: includes/admin/common.php:169
462
- msgid "Verification Error:"
463
- msgstr ""
464
-
465
- #: includes/admin/common.php:170
466
- msgid "Verified Successfully!"
467
- msgstr ""
468
-
469
- #: includes/admin/common.php:171
470
- msgid "Your site is connected to MonsterInsights!"
471
- msgstr ""
472
-
473
- #: includes/admin/common.php:172
474
- msgid "OK"
475
- msgstr ""
476
-
477
- #: includes/admin/common.php:173
478
- msgid "Force Deauthenticate"
479
- msgstr ""
480
-
481
- #: includes/admin/common.php:174
482
- msgid "Refreshing Report"
483
- msgstr ""
484
-
485
- #: includes/admin/common.php:175
486
- msgid "Loading new report data..."
487
- msgstr ""
488
-
489
- #: includes/admin/common.php:176
490
- msgid "Success"
491
- msgstr ""
492
-
493
- #: includes/admin/common.php:177
494
- msgid "Retrieved the new report data successfully"
495
- msgstr ""
496
-
497
- #: includes/admin/common.php:178
498
- msgid "Error"
499
- msgstr ""
500
-
501
- #: includes/admin/common.php:473
502
- #, php-format
503
- msgid ""
504
- "MonsterInsights has detected that it's files are being blocked. This is "
505
- "usually caused by a adblock browser plugin (particularly uBlock Origin), or "
506
- "a conflicting WordPress theme or plugin. This issue only affects the admin "
507
- "side of MonsterInsights. To solve this, ensure MonsterInsights is "
508
- "whitelisted for your website URL in any adblock browser plugin you use. For "
509
- "step by step directions on how to do this, %1$sclick here%2$s. If this "
510
- "doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be "
511
- "happy to help diagnose the issue."
512
- msgstr ""
513
-
514
- #: includes/admin/licensing/license-actions.php:110
515
- #: includes/admin/licensing/license-actions.php:162
516
- #: includes/admin/licensing/license-actions.php:248
517
- msgid ""
518
- "There was an error connecting to the remote key API. Please try again later."
519
- msgstr ""
520
-
521
- #: includes/admin/licensing/license-actions.php:127
522
- msgid "Congratulations! This site is now receiving automatic updates."
523
- msgstr ""
524
-
525
- #: includes/admin/licensing/license-actions.php:198
526
- msgid "Congratulations! Your key has been refreshed successfully."
527
- msgstr ""
528
-
529
- #: includes/admin/licensing/license-actions.php:259
530
- msgid ""
531
- "Congratulations! You have deactivated the key from this site successfully."
532
- msgstr ""
533
-
534
- #: includes/admin/licensing/skin.php:86
535
- msgid "There was an error installing the addon. Please try again."
536
- msgstr ""
537
-
538
- #: includes/admin/notice.php:225
539
- msgid "Dismiss this notice"
540
- msgstr ""
541
-
542
- #: includes/admin/pages/addons.php:83
543
- msgid "MonsterInsights Addons"
544
- msgstr ""
545
-
546
- #: includes/admin/pages/addons.php:86
547
- msgid "Search MI Addons"
548
- msgstr ""
549
-
550
- #: includes/admin/pages/addons.php:88
551
- msgid "Sort Ascending (A-Z)"
552
- msgstr ""
553
-
554
- #: includes/admin/pages/addons.php:89
555
- msgid "Sort Descending (Z-A)"
556
- msgstr ""
557
-
558
- #: includes/admin/pages/addons.php:123
559
- msgid ""
560
- "In order to get access to Addons, you need to resolve your license key "
561
- "errors."
562
- msgstr ""
563
-
564
- #: includes/admin/pages/addons.php:139
565
- msgid ""
566
- "There was an issue retrieving the addons for this site. Please click on the "
567
- "button below the refresh the addons data."
568
- msgstr ""
569
-
570
- #: includes/admin/pages/addons.php:142
571
- msgid "Refresh Addons"
572
- msgstr ""
573
-
574
- #: includes/admin/pages/addons.php:160
575
- msgid "Available Addons:"
576
- msgstr ""
577
-
578
- #: includes/admin/pages/addons.php:180
579
- msgid "Unlock More Addons"
580
- msgstr ""
581
-
582
- #: includes/admin/pages/addons.php:181
583
- #, php-format
584
- msgid ""
585
- "%1$sWant even more addons?%2$sUpgrade your MonsterInsights account%3$s and "
586
- "unlock the following addons:"
587
- msgstr ""
588
-
589
- #: includes/admin/pages/addons.php:373
590
- #: includes/admin/reports/abstract-report.php:335
591
- msgid "Upgrade Now"
592
- msgstr ""
593
-
594
- #: includes/admin/pages/addons.php:392
595
- #, php-format
596
- msgid "Status: %1$sNot Installed%2$s"
597
- msgstr ""
598
-
599
- #: includes/admin/pages/addons.php:403
600
- msgid "Why can't I install addons?"
601
- msgstr ""
602
-
603
- #: includes/admin/pages/addons.php:430
604
- #, php-format
605
- msgid "Status: %1$sNetwork Active%2$s"
606
- msgstr ""
607
-
608
- #: includes/admin/pages/addons.php:432
609
- #, php-format
610
- msgid "Status: %1$sActive%2$s"
611
- msgstr ""
612
-
613
- #: includes/admin/pages/addons.php:458
614
- #, php-format
615
- msgid "Status: %1$sNetwork Inactive%2$s"
616
- msgstr ""
617
-
618
- #: includes/admin/pages/addons.php:460
619
- #, php-format
620
- msgid "Status: %1$sInactive%2$s"
621
- msgstr ""
622
-
623
- #: includes/admin/pages/network-settings.php:52
624
- msgid ""
625
- "Activate your MonsterInsights license key on this panel to hide the license "
626
- "key settings and addon pages for subsites."
627
- msgstr ""
628
-
629
- #: includes/admin/pages/network-settings.php:65
630
- #: includes/admin/settings/tab-general.php:54
631
- msgid "License Key"
632
- msgstr ""
633
-
634
- #: includes/admin/pages/network-settings.php:72
635
- #: includes/admin/settings/tab-general.php:61
636
- msgid "Verify Key"
637
- msgstr ""
638
-
639
- #: includes/admin/pages/network-settings.php:73
640
- #: includes/admin/settings/tab-general.php:62
641
- msgid "Deactivate Key"
642
- msgstr ""
643
-
644
- #: includes/admin/pages/network-settings.php:75
645
- #: includes/admin/settings/tab-general.php:64
646
- msgid "Activate Key"
647
- msgstr ""
648
-
649
- #: includes/admin/pages/network-settings.php:77
650
- #: includes/admin/settings/tab-general.php:69
651
- msgid ""
652
- "The license key is used to enable updates for MonsterInsights Pro & addons, "
653
- "as well enable the ability to view reports. Deactivate your license if you "
654
- "want to use it on another WordPress site."
655
- msgstr ""
656
-
657
- #: includes/admin/pages/network-settings.php:86
658
- #: includes/admin/settings/tab-general.php:79
659
- msgid "License Key Type"
660
- msgstr ""
661
-
662
- #: includes/admin/pages/network-settings.php:91
663
- #: includes/admin/settings/tab-general.php:84
664
- #, php-format
665
- msgid "Your license key type for this site is %s."
666
- msgstr ""
667
-
668
- #: includes/admin/pages/network-settings.php:93
669
- #: includes/admin/settings/tab-general.php:89
670
- msgid "No license key activated."
671
- msgstr ""
672
-
673
- #: includes/admin/pages/network-settings.php:97
674
- #: includes/admin/settings/tab-general.php:94
675
- msgid "Refresh Key"
676
- msgstr ""
677
-
678
- #: includes/admin/pages/network-settings.php:98
679
- #: includes/admin/settings/tab-general.php:95
680
- msgid ""
681
- "Click refresh if your license has been upgraded or the type is incorrect."
682
- msgstr ""
683
-
684
- #: includes/admin/pages/network-settings.php:106
685
- #: includes/admin/settings/tab-general.php:103
686
- msgid "Analytics Profile"
687
- msgstr ""
688
-
689
- #: includes/admin/pages/network-settings.php:108
690
- #: includes/admin/settings/tab-general.php:105
691
- msgid "Google Authentication"
692
- msgstr ""
693
-
694
- #: includes/admin/pages/network-settings.php:115
695
- #: includes/admin/pages/network-settings.php:125
696
- #: includes/admin/settings/tab-general.php:112
697
- #: includes/admin/settings/tab-general.php:122
698
- msgid ""
699
- "Please activate MonsterInsights Pro with an active, valid license key in "
700
- "order to use MonsterInsights Pro."
701
- msgstr ""
702
-
703
- #: includes/admin/pages/network-settings.php:117
704
- #: includes/admin/settings/tab-general.php:114
705
- msgid "Profile Active: "
706
- msgstr ""
707
-
708
- #: includes/admin/pages/network-settings.php:119
709
- #: includes/admin/settings/tab-general.php:116
710
- msgid "Re-Authenticate with your Google Account"
711
- msgstr ""
712
-
713
- #: includes/admin/pages/network-settings.php:120
714
- #: includes/admin/settings/tab-general.php:117
715
- msgid "Verify Credentials"
716
- msgstr ""
717
-
718
- #: includes/admin/pages/network-settings.php:121
719
- #: includes/admin/settings/tab-general.php:118
720
- msgid "Deauthenticate"
721
- msgstr ""
722
-
723
- #: includes/admin/pages/network-settings.php:128
724
- #: includes/admin/settings/tab-general.php:125
725
- msgid "Authenticate with your Google account"
726
- msgstr ""
727
-
728
- #: includes/admin/pages/network-settings.php:129
729
- #, php-format
730
- msgid ""
731
- "This is the default Google profile to use for subsites of a network (can be "
732
- "overriden at the single site level). Having issues automatically "
733
- "authenticating? %s Click here to authenticate manually %s."
734
- msgstr ""
735
-
736
- #: includes/admin/pages/network-settings.php:142
737
- msgid "Network UA code"
738
- msgstr ""
739
-
740
- #: includes/admin/pages/network-settings.php:145
741
- msgid "Save Network UA code"
742
- msgstr ""
743
-
744
- #: includes/admin/pages/network-settings.php:146
745
- msgid ""
746
- "This is the default UA code to use for subsites of a network (can be "
747
- "overriden at the single site level)."
748
- msgstr ""
749
-
750
- #: includes/admin/pages/network-settings.php:156
751
- #: includes/admin/settings/tab-general.php:176
752
- msgid "Unlock MonsterInsights Pro"
753
- msgstr ""
754
-
755
- #: includes/admin/pages/network-settings.php:160
756
- #: includes/admin/settings/tab-general.php:180
757
- #, php-format
758
- msgid ""
759
- "Already purchased an upgrade to MonsterInsights Pro? To unlock your Pro "
760
- "features and addons, %sfollow our upgrade guide%s to install MonsterInsights "
761
- "Pro."
762
- msgstr ""
763
-
764
- #: includes/admin/pages/network-settings.php:163
765
- #: includes/admin/settings/tab-general.php:183
766
- #, php-format
767
- msgid ""
768
- "Don't yet have a Pro license? %sVisit our website%s to upgrade and learn "
769
- "more about all the amazing features, expanded report and powerful addons you "
770
- "unlock when you go Pro."
771
- msgstr ""
772
-
773
- #: includes/admin/pages/reports.php:93
774
- #, php-format
775
- msgid "%s Report"
776
- msgstr ""
777
-
778
- #: includes/admin/pages/reports.php:143
779
- msgid "You don't have permission to view MonsterInsights reports."
780
- msgstr ""
781
-
782
- #: includes/admin/pages/reports.php:153
783
- msgid "You can't view MonsterInsights reports because you are not licensed."
784
- msgstr ""
785
-
786
- #: includes/admin/pages/reports.php:159
787
- msgid "You can't view MonsterInsights reports due to license key errors."
788
- msgstr ""
789
-
790
- #: includes/admin/pages/reports.php:167
791
- msgid "You must authenticate with MonsterInsights before you can view reports."
792
- msgstr ""
793
-
794
- #: includes/admin/pages/reports.php:171 includes/admin/pages/reports.php:177
795
- msgid ""
796
- "Unknown report. Try refreshing and retrying. Contact support if this issue "
797
- "persists."
798
- msgstr ""
799
-
800
- #: includes/admin/pages/settings.php:78 includes/admin/pages/settings.php:79
801
- #: includes/admin/pages/tracking.php:41 includes/admin/pages/tracking.php:42
802
- msgid "General"
803
- msgstr ""
804
-
805
- #: includes/admin/pages/settings.php:82 includes/admin/pages/settings.php:83
806
- #: includes/admin/pages/tracking.php:45 includes/admin/pages/tracking.php:46
807
- msgid "Tracking"
808
- msgstr ""
809
-
810
- #: includes/admin/pages/settings.php:147
811
- msgid "Settings saved successfully."
812
- msgstr ""
813
-
814
- #: includes/admin/pages/settings.php:159
815
- msgid "Invalid UA code."
816
- msgstr ""
817
-
818
- #: includes/admin/pages/tools.php:31 includes/admin/pages/tools.php:32
819
- msgid "Import/Export"
820
- msgstr ""
821
-
822
- #: includes/admin/pages/tools.php:35
823
- msgid "Campaign URL Builder"
824
- msgstr ""
825
-
826
- #: includes/admin/pages/tools.php:36
827
- msgid "URL Builder"
828
- msgstr ""
829
-
830
- #: includes/admin/pages/tools.php:60
831
- msgid "Setting Tools"
832
- msgstr ""
833
-
834
- #: includes/admin/pages/tools.php:61
835
- msgid ""
836
- "You can use the below tools to import settings from other MonsterInsights "
837
- "websites or export settings to import into another MonsterInsights install."
838
- msgstr ""
839
-
840
- #: includes/admin/pages/tools.php:68
841
- msgid "Import Settings"
842
- msgstr ""
843
-
844
- #: includes/admin/pages/tools.php:74
845
- msgid "Successfully imported settings!"
846
- msgstr ""
847
-
848
- #: includes/admin/pages/tools.php:82
849
- msgid ""
850
- "Paste the import field content from another MonsterInsights site in above."
851
- msgstr ""
852
-
853
- #: includes/admin/pages/tools.php:95
854
- msgid "Export Settings:"
855
- msgstr ""
856
-
857
- #: includes/admin/pages/tools.php:107
858
- msgid "Export"
859
- msgstr ""
860
-
861
- #: includes/admin/pages/tools.php:179
862
- msgid "Please upload a valid .json file"
863
- msgstr ""
864
-
865
- #: includes/admin/pages/tools.php:185
866
- msgid "Please upload a file to import"
867
- msgstr ""
868
-
869
- #: includes/admin/pages/tools.php:190
870
- msgid "Please upload a real settings export file to import"
871
- msgstr ""
872
-
873
- #. Author of the plugin/theme
874
- #: includes/admin/partials/header.php:19
875
- msgid "MonsterInsights"
876
- msgstr ""
877
-
878
- #: includes/admin/partials/header.php:20
879
- msgid "MonsterInsights Mascot"
880
- msgstr ""
881
-
882
- #: includes/admin/reports/abstract-report.php:54
883
- msgid "Access denied"
884
- msgstr ""
885
-
886
- #: includes/admin/reports/abstract-report.php:62
887
- #, php-format
888
- msgid "Please %1$senable the dashboard%2$s to see report data."
889
- msgstr ""
890
-
891
- #: includes/admin/reports/abstract-report.php:68
892
- msgid "The dashboard is disabled."
893
- msgstr ""
894
-
895
- #: includes/admin/reports/abstract-report.php:75
896
- #, php-format
897
- msgid ""
898
- "You do not have an active license. Please %1$scheck your license "
899
- "configuration.%2$s"
900
- msgstr ""
901
-
902
- #: includes/admin/reports/abstract-report.php:86
903
- #, php-format
904
- msgid ""
905
- "Please %1$sauthenticate %2$swith Google Analytics to allow the plugin to "
906
- "fetch data."
907
- msgstr ""
908
-
909
- #: includes/admin/reports/abstract-report.php:92
910
- msgid ""
911
- "The Google oAuth authentication needs to be re-authenticated to view data."
912
- msgstr ""
913
-
914
- #: includes/admin/reports/abstract-report.php:117
915
- msgid "No data found"
916
- msgstr ""
917
-
918
- #: includes/admin/reports/abstract-report.php:163
919
- msgid "Invalid date range."
920
- msgstr ""
921
-
922
- #: includes/admin/reports/abstract-report.php:171
923
- msgid "Please upgrade to MonsterInsights Pro to use custom date ranges."
924
- msgstr ""
925
-
926
- #: includes/admin/reports/abstract-report.php:263
927
- msgid "You must authenticate with MonsterInsights to use reports."
928
- msgstr ""
929
-
930
- #: includes/admin/reports/abstract-report.php:306
931
- #, php-format
932
- msgid ""
933
- "You currently have a %s level license, but this report requires at least a "
934
- "%s level license to view the %s. Please upgrade to view this report."
935
- msgstr ""
936
-
937
- #: includes/admin/reports/abstract-report.php:315
938
- msgid "Ready to Get Analytics Super-Powers?"
939
- msgstr ""
940
-
941
- #: includes/admin/reports/abstract-report.php:316
942
- msgid "(And Crush Your Competition?)"
943
- msgstr ""
944
-
945
- #: includes/admin/reports/abstract-report.php:318
946
- #, php-format
947
- msgid ""
948
- "Hey there! It looks like you've got the %s license installed on your site.\n"
949
- "\t\t\t\t\t\t\t\t\t That's awesome! %s"
950
- msgstr ""
951
-
952
- #: includes/admin/reports/abstract-report.php:321
953
- #, php-format
954
- msgid ""
955
- "Do you you want to access to %s reporting right now%s in your WordPress "
956
- "Dashboard? That comes with %s level%s of our paid packages. You'll need to "
957
- "upgrade your license to get instant access."
958
- msgstr ""
959
-
960
- #: includes/admin/reports/abstract-report.php:322
961
- #, php-format
962
- msgid ""
963
- "It's easy! To upgrade, navigate to %sMy Account%s on MonsterInsights.com, go "
964
- "to the licenses tab, and click upgrade. We also have a %sstep by step guide"
965
- "%s with pictures of this process."
966
- msgstr ""
967
-
968
- #: includes/admin/reports/abstract-report.php:323
969
- #: includes/admin/reports/abstract-report.php:330
970
- msgid ""
971
- "If you have any questions, don't hesitate to reach out. We're here to help."
972
- msgstr ""
973
-
974
- #: includes/admin/reports/abstract-report.php:325
975
- #, php-format
976
- msgid ""
977
- "Hey there! %s It looks like you've got the free version of MonsterInsights "
978
- "installed on your site.\n"
979
- "\t\t\t\t\t\t\t\t\t That's awesome!"
980
- msgstr ""
981
-
982
- #: includes/admin/reports/abstract-report.php:328
983
- #, php-format
984
- msgid ""
985
- "Do you you want to access to %s reporting right now%s in your WordPress "
986
- "Dashboard? That comes with %s level%s of our paid packages. To get instant "
987
- "access, you'll want to buy a MonsterInsights license, which also gives you "
988
- "access to powerful addons, expanded reporting (including the ability to use "
989
- "custom date ranges), comprehensive tracking features (like UserID tracking) "
990
- "and access to our world-class support team."
991
- msgstr ""
992
-
993
- #: includes/admin/reports/abstract-report.php:329
994
- #, php-format
995
- msgid ""
996
- "Upgrading is easy! To upgrade, navigate to %sour pricing page%s, purchase "
997
- "the required license, and then follow the %sinstructions in the email receipt"
998
- "%s to upgrade. It only takes a few minutes to unlock the most powerful, yet "
999
- "easy to use analytics tracking system for WordPress."
1000
- msgstr ""
1001
-
1002
- #: includes/admin/reports/overview.php:34
1003
- msgid "Overview"
1004
- msgstr ""
1005
-
1006
- #: includes/admin/reports/overview.php:47
1007
- #: includes/admin/reports/overview.php:81
1008
- #: includes/admin/reports/overview.php:626
1009
- msgid "Sessions"
1010
- msgstr ""
1011
-
1012
- #: includes/admin/reports/overview.php:52
1013
- #: includes/admin/reports/overview.php:626
1014
- msgid "Page Views"
1015
- msgstr ""
1016
-
1017
- #: includes/admin/reports/overview.php:75
1018
- msgid "Up"
1019
- msgstr ""
1020
-
1021
- #: includes/admin/reports/overview.php:76
1022
- msgid "Down"
1023
- msgstr ""
1024
-
1025
- #: includes/admin/reports/overview.php:83
1026
- msgid "Session"
1027
- msgstr ""
1028
-
1029
- #: includes/admin/reports/overview.php:83
1030
- msgid "A session is the browsing session of a single user to your site."
1031
- msgstr ""
1032
-
1033
- #: includes/admin/reports/overview.php:89
1034
- #: includes/admin/reports/overview.php:116
1035
- #: includes/admin/reports/overview.php:143
1036
- #: includes/admin/reports/overview.php:170
1037
- msgid "No change"
1038
- msgstr ""
1039
-
1040
- #: includes/admin/reports/overview.php:103
1041
- #: includes/admin/reports/overview.php:130
1042
- #: includes/admin/reports/overview.php:157
1043
- #: includes/admin/reports/overview.php:184
1044
- #, php-format
1045
- msgid "vs. Previous %s Days"
1046
- msgstr ""
1047
-
1048
- #: includes/admin/reports/overview.php:108
1049
- #: includes/admin/reports/overview.php:110
1050
- msgid "Pageviews"
1051
- msgstr ""
1052
-
1053
- #: includes/admin/reports/overview.php:110
1054
- msgid ""
1055
- "A pageview is defined as a view of a page on your site that is being tracked "
1056
- "by the Analytics tracking code. Each refresh of a page is also a new "
1057
- "pageview."
1058
- msgstr ""
1059
-
1060
- #: includes/admin/reports/overview.php:135
1061
- msgid "Avg. Session Duration"
1062
- msgstr ""
1063
-
1064
- #: includes/admin/reports/overview.php:137
1065
- msgid "Average Session Duration"
1066
- msgstr ""
1067
-
1068
- #: includes/admin/reports/overview.php:137
1069
- msgid "Total duration of all sessions (in seconds) / number of sessions."
1070
- msgstr ""
1071
-
1072
- #: includes/admin/reports/overview.php:162
1073
- #: includes/admin/reports/overview.php:164
1074
- msgid "Bounce Rate"
1075
- msgstr ""
1076
-
1077
- #: includes/admin/reports/overview.php:164
1078
- msgid ""
1079
- "Percentage of single page visits (or web sessions). It is the number of "
1080
- "visits in which a person leaves your website from the landing page without "
1081
- "browsing any further."
1082
- msgstr ""
1083
-
1084
- #: includes/admin/reports/overview.php:194
1085
- #: includes/admin/reports/overview.php:196
1086
- msgid "New vs. Returning Visitors"
1087
- msgstr ""
1088
-
1089
- #: includes/admin/reports/overview.php:196
1090
- msgid ""
1091
- "This graph shows what percent of your user sessions come from new versus "
1092
- "repeat visitors."
1093
- msgstr ""
1094
-
1095
- #: includes/admin/reports/overview.php:284
1096
- msgid "New"
1097
- msgstr ""
1098
-
1099
- #: includes/admin/reports/overview.php:285
1100
- msgid "Returning"
1101
- msgstr ""
1102
-
1103
- #: includes/admin/reports/overview.php:343
1104
- #: includes/admin/reports/overview.php:345
1105
- msgid "Device Breakdown"
1106
- msgstr ""
1107
-
1108
- #: includes/admin/reports/overview.php:345
1109
- msgid ""
1110
- "This graph shows what percent of your visitor sessions are done using a "
1111
- "traditional computer or laptop, tablet or mobile device to view your site."
1112
- msgstr ""
1113
-
1114
- #: includes/admin/reports/overview.php:435
1115
- msgid "Desktop"
1116
- msgstr ""
1117
-
1118
- #: includes/admin/reports/overview.php:436
1119
- msgid "Tablet"
1120
- msgstr ""
1121
-
1122
- #: includes/admin/reports/overview.php:437
1123
- msgid "Mobile"
1124
- msgstr ""
1125
-
1126
- #: includes/admin/reports/overview.php:500
1127
- #: includes/admin/reports/overview.php:502
1128
- msgid "Top 10 Countries"
1129
- msgstr ""
1130
-
1131
- #: includes/admin/reports/overview.php:502
1132
- msgid "This list shows the top countries your website visitors are from."
1133
- msgstr ""
1134
-
1135
- #: includes/admin/reports/overview.php:523
1136
- msgid "View Full Countries Report"
1137
- msgstr ""
1138
-
1139
- #: includes/admin/reports/overview.php:523
1140
- msgid "View All Countries Report"
1141
- msgstr ""
1142
-
1143
- #: includes/admin/reports/overview.php:530
1144
- #: includes/admin/reports/overview.php:532
1145
- msgid "Referrals"
1146
- msgstr ""
1147
-
1148
- #: includes/admin/reports/overview.php:532
1149
- msgid ""
1150
- "This list shows the top websites that send your website traffic, known as "
1151
- "\"referral traffic\"."
1152
- msgstr ""
1153
-
1154
- #: includes/admin/reports/overview.php:559
1155
- msgid "View All Referral Resources"
1156
- msgstr ""
1157
-
1158
- #: includes/admin/reports/overview.php:569
1159
- #: includes/admin/reports/overview.php:572
1160
- msgid "Top Posts / Pages"
1161
- msgstr ""
1162
-
1163
- #: includes/admin/reports/overview.php:572
1164
- msgid "This list shows the most viewed posts and pages on your website."
1165
- msgstr ""
1166
-
1167
- #: includes/admin/reports/overview.php:604
1168
- msgid "Show"
1169
- msgstr ""
1170
-
1171
- #: includes/admin/reports/overview.php:605
1172
- msgid "How many to show"
1173
- msgstr ""
1174
-
1175
- #: includes/admin/reports/overview.php:610
1176
- msgid "View Full Post/Page Report"
1177
- msgstr ""
1178
-
1179
- #: includes/admin/reports/overview.php:624
1180
- msgid "UP"
1181
- msgstr ""
1182
-
1183
- #: includes/admin/reports/overview.php:625
1184
- msgid "DOWN"
1185
- msgstr ""
1186
-
1187
- #: includes/admin/reports/overview.php:626
1188
- msgid "Unique"
1189
- msgstr ""
1190
-
1191
- #: includes/admin/settings/register-settings.php:23
1192
- msgid "Engagement"
1193
- msgstr ""
1194
-
1195
- #: includes/admin/settings/register-settings.php:27
1196
- msgid "Demographics"
1197
- msgstr ""
1198
-
1199
- #: includes/admin/settings/register-settings.php:31
1200
- msgid "Link Attribution"
1201
- msgstr ""
1202
-
1203
- #: includes/admin/settings/register-settings.php:35
1204
- msgid "File Downloads"
1205
- msgstr ""
1206
-
1207
- #: includes/admin/settings/register-settings.php:39
1208
- msgid "Affiliate Links"
1209
- msgstr ""
1210
-
1211
- #: includes/admin/settings/register-settings.php:43
1212
- msgid "Social"
1213
- msgstr ""
1214
-
1215
- #: includes/admin/settings/register-settings.php:48
1216
- msgid "Ads"
1217
- msgstr ""
1218
-
1219
- #: includes/admin/settings/register-settings.php:52
1220
- msgid "Forms"
1221
- msgstr ""
1222
-
1223
- #: includes/admin/settings/register-settings.php:56
1224
- #: lite/includes/admin/reports/report-ecommerce.php:22
1225
- msgid "eCommerce"
1226
- msgstr ""
1227
-
1228
- #: includes/admin/settings/register-settings.php:60
1229
- msgid "Media"
1230
- msgstr ""
1231
-
1232
- #: includes/admin/settings/register-settings.php:65
1233
- msgid "Memberships"
1234
- msgstr ""
1235
-
1236
- #: includes/admin/settings/register-settings.php:70
1237
- msgid "Custom Dimensions"
1238
- msgstr ""
1239
-
1240
- #: includes/admin/settings/register-settings.php:74
1241
- msgid "Performance"
1242
- msgstr ""
1243
-
1244
- #: includes/admin/settings/register-settings.php:78
1245
- msgid "Google AMP"
1246
- msgstr ""
1247
-
1248
- #: includes/admin/settings/register-settings.php:82
1249
- msgid "Google Optimize"
1250
- msgstr ""
1251
-
1252
- #: includes/admin/settings/register-settings.php:86
1253
- msgid "FB Instant Articles"
1254
- msgstr ""
1255
-
1256
- #: includes/admin/settings/register-settings.php:90
1257
- msgid "Bounce Reduction"
1258
- msgstr ""
1259
-
1260
- #: includes/admin/settings/register-settings.php:95
1261
- msgid "Additional Reporting"
1262
- msgstr ""
1263
-
1264
- #: includes/admin/settings/register-settings.php:100
1265
- msgid "Notifications"
1266
- msgstr ""
1267
-
1268
- #: includes/admin/settings/register-settings.php:105
1269
- msgid "Compatibility"
1270
- msgstr ""
1271
-
1272
- #: includes/admin/settings/register-settings.php:109
1273
- msgid "Permissions"
1274
- msgstr ""
1275
-
1276
- #: includes/admin/settings/register-settings.php:153
1277
- msgid "Ignore these user roles from tracking:"
1278
- msgstr ""
1279
-
1280
- #: includes/admin/settings/register-settings.php:154
1281
- msgid ""
1282
- "Users that have at least one of these roles will not be tracked into Google "
1283
- "Analytics."
1284
- msgstr ""
1285
-
1286
- #: includes/admin/settings/register-settings.php:163
1287
- msgid "Enable MonsterInsights events tracking:"
1288
- msgstr ""
1289
-
1290
- #: includes/admin/settings/register-settings.php:164
1291
- msgid ""
1292
- "This turns on our Javascript based tracking system which among other things "
1293
- "tracks clicks on outbound, affiliate, mail, telephone, hashed and download "
1294
- "links."
1295
- msgstr ""
1296
-
1297
- #: includes/admin/settings/register-settings.php:168
1298
- msgid "Yes (Recommended)"
1299
- msgstr ""
1300
-
1301
- #: includes/admin/settings/register-settings.php:169
1302
- msgid "No"
1303
- msgstr ""
1304
-
1305
- #: includes/admin/settings/register-settings.php:179
1306
- msgid ""
1307
- "Enable Demographics and Interests Reports for Remarketing and Advertising"
1308
- msgstr ""
1309
-
1310
- #: includes/admin/settings/register-settings.php:180
1311
- #, php-format
1312
- msgid ""
1313
- "Check this setting to add the Demographics and Remarketing features to your "
1314
- "Google Analytics tracking code. Make sure to enable Demographics and "
1315
- "Remarketing in your Google Analytics account. We have a guide for how to do "
1316
- "that in our %1$sknowledge base%2$s. For more information about Remarketing, "
1317
- "we refer you to %3$sGoogle's documentation%2$s. Note that usage of this "
1318
- "function is affected by privacy and cookie laws around the world. Be sure to "
1319
- "follow the laws that affect your target audience."
1320
- msgstr ""
1321
-
1322
- #: includes/admin/settings/register-settings.php:187
1323
- msgid "Anonymize IP addresses?"
1324
- msgstr ""
1325
-
1326
- #: includes/admin/settings/register-settings.php:188
1327
- #, php-format
1328
- msgid ""
1329
- "This adds %1$s, telling Google Analytics to anonymize the information sent "
1330
- "by the tracker objects by removing the last octet of the IP address prior to "
1331
- "its storage."
1332
- msgstr ""
1333
-
1334
- #: includes/admin/settings/register-settings.php:198
1335
- msgid "Enable enhanced link attribution?"
1336
- msgstr ""
1337
-
1338
- #: includes/admin/settings/register-settings.php:199
1339
- #, php-format
1340
- msgid "Add %1$sEnhanced Link Attribution%2$s to your tracking code."
1341
- msgstr ""
1342
-
1343
- #: includes/admin/settings/register-settings.php:204
1344
- msgid "Turn on anchor tracking"
1345
- msgstr ""
1346
-
1347
- #: includes/admin/settings/register-settings.php:205
1348
- msgid ""
1349
- "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to "
1350
- "show virtual pages. The problem is that to Google Analytics, these are all "
1351
- "just a single page, and it makes it hard to get meaningful statistics about "
1352
- "pages viewed. This feature allows proper tracking in those themes."
1353
- msgstr ""
1354
-
1355
- #: includes/admin/settings/register-settings.php:210
1356
- msgid "Turn on allowAnchor"
1357
- msgstr ""
1358
-
1359
- #: includes/admin/settings/register-settings.php:211
1360
- #, php-format
1361
- msgid ""
1362
- "This adds a %1$s call to your tracking code, and makes RSS link tagging use "
1363
- "a %2$s as well."
1364
- msgstr ""
1365
-
1366
- #: includes/admin/settings/register-settings.php:216
1367
- msgid "Turn on allowLinker"
1368
- msgstr ""
1369
-
1370
- #: includes/admin/settings/register-settings.php:217
1371
- #, php-format
1372
- msgid ""
1373
- "This adds a %1$s call to your tracking code, allowing you to use %2$s and "
1374
- "related functions."
1375
- msgstr ""
1376
-
1377
- #: includes/admin/settings/register-settings.php:222
1378
- msgid "Turn on tag links in RSS"
1379
- msgstr ""
1380
-
1381
- #: includes/admin/settings/register-settings.php:223
1382
- #, php-format
1383
- msgid ""
1384
- "Do not use this feature if you use FeedBurner, as FeedBurner can do this "
1385
- "automatically and better than this plugin can. Check %1$sthis help page%2$s "
1386
- "for info on how to enable this feature in FeedBurner."
1387
- msgstr ""
1388
-
1389
- #: includes/admin/settings/register-settings.php:233
1390
- msgid "Track downloads as an:"
1391
- msgstr ""
1392
-
1393
- #: includes/admin/settings/register-settings.php:234
1394
- msgid ""
1395
- "Tracking as pageviews is not recommended, as this would skew your "
1396
- "statistics, but it does make it possible to track downloads as goals. This "
1397
- "feature requires that event tracking be turned on."
1398
- msgstr ""
1399
-
1400
- #: includes/admin/settings/register-settings.php:238
1401
- msgid "Event (recommended)"
1402
- msgstr ""
1403
-
1404
- #: includes/admin/settings/register-settings.php:239
1405
- msgid "Pageview"
1406
- msgstr ""
1407
-
1408
- #: includes/admin/settings/register-settings.php:244
1409
- msgid "Extensions of files to track as downloads:"
1410
- msgstr ""
1411
-
1412
- #: includes/admin/settings/register-settings.php:245
1413
- msgid ""
1414
- "If you have enabled event tracking, MonsterInsights will send an event/"
1415
- "pageview to GA if a link to a local file has one of the above extensions."
1416
- msgstr ""
1417
-
1418
- #: includes/admin/settings/register-settings.php:255
1419
- msgid "Set path for internal links to track as outbound links"
1420
- msgstr ""
1421
-
1422
- #: includes/admin/settings/register-settings.php:256
1423
- #, php-format
1424
- msgid ""
1425
- "If you want to track all internal links that begin with %1$s, enter %1$s in "
1426
- "the box above. If you have multiple prefixes you can separate them with "
1427
- "comma's: %2$s"
1428
- msgstr ""
1429
-
1430
- #: includes/admin/settings/register-settings.php:261
1431
- msgid "Label for those links:"
1432
- msgstr ""
1433
-
1434
- #: includes/admin/settings/register-settings.php:262
1435
- #, php-format
1436
- msgid ""
1437
- "The label to use for these links, this will be added to where the click came "
1438
- "from, so if the label is %s, the label for a click from the content of an "
1439
- "article becomes \"outbound-link-aff\"."
1440
- msgstr ""
1441
-
1442
- #: includes/admin/settings/register-settings.php:328
1443
- msgid "Domain to track as:"
1444
- msgstr ""
1445
-
1446
- #: includes/admin/settings/register-settings.php:329
1447
- #, php-format
1448
- msgid ""
1449
- "This allows you to %1$sset the domain%2$s that's used for tracking. Only is "
1450
- "used if set to a value, else defaults to automatic determination. It is very "
1451
- "rare that you would need to use this setting."
1452
- msgstr ""
1453
-
1454
- #: includes/admin/settings/register-settings.php:334
1455
- msgid "Custom code"
1456
- msgstr ""
1457
-
1458
- #: includes/admin/settings/register-settings.php:335
1459
- #, php-format
1460
- msgid ""
1461
- "Not for the average user: this allows you to add a line of code, to be added "
1462
- "before the %1$s call."
1463
- msgstr ""
1464
-
1465
- #: includes/admin/settings/register-settings.php:340
1466
- msgid "Enable Debug Mode"
1467
- msgstr ""
1468
-
1469
- #: includes/admin/settings/register-settings.php:341
1470
- msgid ""
1471
- "Turns on debugging in JS events tracking, logging of eCommerce requests and "
1472
- "enables debug settings."
1473
- msgstr ""
1474
-
1475
- #: includes/admin/settings/register-settings.php:351
1476
- msgid "Let these user roles see reports:"
1477
- msgstr ""
1478
-
1479
- #: includes/admin/settings/register-settings.php:361
1480
- msgid "Let these user roles save settings:"
1481
- msgstr ""
1482
-
1483
- #: includes/admin/settings/register-settings.php:362
1484
- #, php-format
1485
- msgid ""
1486
- "Users that have at least one of these roles will be able to view and save "
1487
- "the settings panel, along with any user with the %s capability."
1488
- msgstr ""
1489
-
1490
- #: includes/admin/settings/register-settings.php:371
1491
- #: includes/admin/settings/tab-general.php:200
1492
- msgid "Automatic Updates"
1493
- msgstr ""
1494
-
1495
- #: includes/admin/settings/register-settings.php:375
1496
- #: includes/admin/settings/tab-general.php:203
1497
- msgid ""
1498
- "Yes (Recommended) - Get the latest features, bugfixes, and security updates "
1499
- "as they are released."
1500
- msgstr ""
1501
-
1502
- #: includes/admin/settings/register-settings.php:376
1503
- #: includes/admin/settings/tab-general.php:204
1504
- msgid ""
1505
- "Minor Only - Only get bugfixes and security updates, but not major features."
1506
- msgstr ""
1507
-
1508
- #: includes/admin/settings/register-settings.php:377
1509
- #: includes/admin/settings/tab-general.php:205
1510
- msgid "None - Manually update everything."
1511
- msgstr ""
1512
-
1513
- #: includes/admin/settings/register-settings.php:382
1514
- #: includes/admin/settings/tab-general.php:212
1515
- msgid "Allow Usage Tracking"
1516
- msgstr ""
1517
-
1518
- #: includes/admin/settings/register-settings.php:383
1519
- #: includes/admin/settings/tab-general.php:213
1520
- msgid ""
1521
- "By allowing us to track usage data we can better help you, because we know "
1522
- "with which WordPress configurations, themes and plugins we should test."
1523
- msgstr ""
1524
-
1525
- #: includes/admin/settings/settings-api.php:747
1526
- #, php-format
1527
- msgid "You must have the %s capability to view/edit this setting"
1528
- msgstr ""
1529
-
1530
- #: includes/admin/settings/settings-api.php:907
1531
- #: includes/admin/settings/tab-tracking.php:109
1532
- #: lite/includes/admin/tools.php:12
1533
- msgid "Click here to Upgrade"
1534
- msgstr ""
1535
-
1536
- #: includes/admin/settings/settings-api.php:937
1537
- #, php-format
1538
- msgid "The callback function used for the %s setting is missing."
1539
- msgstr ""
1540
-
1541
- #: includes/admin/settings/settings-api.php:969
1542
- #: includes/admin/settings/tab-general.php:233
1543
- msgid "Save Changes"
1544
- msgstr ""
1545
-
1546
- #: includes/admin/settings/tab-general.php:67
1547
- msgid ""
1548
- "Your website is network licensed for MonsterInsights. Enter a license above "
1549
- "only if you want to use a different Google Analytics profile for the reports "
1550
- "and tracking on this subsite."
1551
- msgstr ""
1552
-
1553
- #: includes/admin/settings/tab-general.php:87
1554
- msgid "No license key activated on this subsite."
1555
- msgstr ""
1556
-
1557
- #: includes/admin/settings/tab-general.php:126
1558
- #, php-format
1559
- msgid ""
1560
- "Already have a Google Account, but don’t know if you’ve setup Google "
1561
- "Analytics? %s Click here to login and find out%s."
1562
- msgstr ""
1563
-
1564
- #: includes/admin/settings/tab-general.php:128
1565
- #, php-format
1566
- msgid ""
1567
- "Having issues automatically authenticating? %s Click here to authenticate "
1568
- "manually%s."
1569
- msgstr ""
1570
-
1571
- #: includes/admin/settings/tab-general.php:147
1572
- msgid "Manually enter your UA code"
1573
- msgstr ""
1574
-
1575
- #: includes/admin/settings/tab-general.php:151
1576
- msgid ""
1577
- "Warning: If you use a manual UA code, you won't be able to use the reports."
1578
- msgstr ""
1579
-
1580
- #: includes/admin/settings/tab-general.php:164
1581
- msgid "Default Configuration:"
1582
- msgstr ""
1583
-
1584
- #: includes/admin/settings/tab-general.php:167
1585
- #, php-format
1586
- msgid ""
1587
- "If you do not authenticate with MonsterInsights above, the network default "
1588
- "%s will be used as the Google UA code."
1589
- msgstr ""
1590
-
1591
- #: includes/admin/settings/tab-general.php:191
1592
- msgid "Disable Reports"
1593
- msgstr ""
1594
-
1595
- #: includes/admin/settings/tab-general.php:192
1596
- msgid "Hide the reports page."
1597
- msgstr ""
1598
-
1599
- #: includes/admin/settings/tab-tracking.php:107
1600
- #: lite/includes/admin/tools.php:10
1601
- msgid "Want even more fine tuned control over your website analytics?"
1602
- msgstr ""
1603
-
1604
- #: includes/admin/settings/tab-tracking.php:108
1605
- msgid ""
1606
- "By upgrading to MonsterInsights Pro, you get access to numerous addons and "
1607
- "tools that help you better understand what people are doing on your website, "
1608
- "so you can keep doing more of what's working. Some of the features include: "
1609
- "Ecommerce tracking, Author tracking, Post Type tracking, Ads tracking, "
1610
- "Google AMP tracking, Performance optimization, and so much more!"
1611
- msgstr ""
1612
-
1613
- #: includes/admin/tracking.php:238
1614
- msgid "Once Weekly"
1615
- msgstr ""
1616
-
1617
- #: includes/api-request.php:171
1618
- msgid ""
1619
- "The firewall of your server is blocking outbound calls. Please contact your "
1620
- "hosting provider to fix this issue."
1621
- msgstr ""
1622
-
1623
- #: includes/api-request.php:273
1624
- msgid "The API was unreachable."
1625
- msgstr ""
1626
-
1627
- #: includes/api-request.php:277
1628
- #, php-format
1629
- msgid "The API returned a <strong>%s</strong> response"
1630
- msgstr ""
1631
-
1632
- #: includes/api-request.php:281 includes/api-request.php:285
1633
- #, php-format
1634
- msgid ""
1635
- "The API returned a <strong>%d</strong> response with this message: <strong>"
1636
- "%s</strong>"
1637
- msgstr ""
1638
-
1639
- #: includes/api-request.php:293
1640
- msgid "Improper API request."
1641
- msgstr ""
1642
-
1643
- #: includes/deprecated.php:126
1644
- #, php-format
1645
- msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s!"
1646
- msgstr ""
1647
-
1648
- #: includes/deprecated.php:179
1649
- #, php-format
1650
- msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s."
1651
- msgstr ""
1652
-
1653
- #: includes/frontend/tracking/class-tracking-analytics.php:194
1654
- msgid ""
1655
- "Note: MonsterInsights is not currently configured on this site. The site "
1656
- "owner needs to authenticate with Google Analytics in the MonsterInsights "
1657
- "settings panel."
1658
- msgstr ""
1659
-
1660
- #: includes/frontend/tracking/class-tracking-analytics.php:197
1661
- msgid ""
1662
- "Note: MonsterInsights does not track you as a logged in site administrator "
1663
- "to prevent site owners from accidentally skewing their own Google Analytics "
1664
- "data."
1665
- msgstr ""
1666
-
1667
- #: includes/frontend/tracking/class-tracking-analytics.php:200
1668
- msgid ""
1669
- "Note: The site owner has disabled Google Analytics tracking for your user "
1670
- "role."
1671
- msgstr ""
1672
-
1673
- #: includes/frontend/tracking/class-tracking-analytics.php:276
1674
- msgid "Not running function"
1675
- msgstr ""
1676
-
1677
- #: includes/frontend/tracking/class-tracking-analytics.php:276
1678
- #, php-format
1679
- msgid "because you're not being tracked. %s"
1680
- msgstr ""
1681
-
1682
- #: includes/frontend/tracking/class-tracking-preview.php:77
1683
- msgid ""
1684
- "You are currently in a preview window. MonsterInsights doesn't track preview "
1685
- "window traffic to avoid false visit reports."
1686
- msgstr ""
1687
-
1688
- #: includes/helpers.php:334
1689
- msgid "United States"
1690
- msgstr ""
1691
-
1692
- #: includes/helpers.php:335
1693
- msgid "Canada"
1694
- msgstr ""
1695
-
1696
- #: includes/helpers.php:336
1697
- msgid "United Kingdom"
1698
- msgstr ""
1699
-
1700
- #: includes/helpers.php:337
1701
- msgid "Afghanistan"
1702
- msgstr ""
1703
-
1704
- #: includes/helpers.php:338
1705
- msgid "&#197;land Islands"
1706
- msgstr ""
1707
-
1708
- #: includes/helpers.php:339
1709
- msgid "Albania"
1710
- msgstr ""
1711
-
1712
- #: includes/helpers.php:340
1713
- msgid "Algeria"
1714
- msgstr ""
1715
-
1716
- #: includes/helpers.php:341
1717
- msgid "American Samoa"
1718
- msgstr ""
1719
-
1720
- #: includes/helpers.php:342
1721
- msgid "Andorra"
1722
- msgstr ""
1723
-
1724
- #: includes/helpers.php:343
1725
- msgid "Angola"
1726
- msgstr ""
1727
-
1728
- #: includes/helpers.php:344
1729
- msgid "Anguilla"
1730
- msgstr ""
1731
-
1732
- #: includes/helpers.php:345
1733
- msgid "Antarctica"
1734
- msgstr ""
1735
-
1736
- #: includes/helpers.php:346
1737
- msgid "Antigua and Barbuda"
1738
- msgstr ""
1739
-
1740
- #: includes/helpers.php:347
1741
- msgid "Argentina"
1742
- msgstr ""
1743
-
1744
- #: includes/helpers.php:348
1745
- msgid "Armenia"
1746
- msgstr ""
1747
-
1748
- #: includes/helpers.php:349
1749
- msgid "Aruba"
1750
- msgstr ""
1751
-
1752
- #: includes/helpers.php:350
1753
- msgid "Australia"
1754
- msgstr ""
1755
-
1756
- #: includes/helpers.php:351
1757
- msgid "Austria"
1758
- msgstr ""
1759
-
1760
- #: includes/helpers.php:352
1761
- msgid "Azerbaijan"
1762
- msgstr ""
1763
-
1764
- #: includes/helpers.php:353
1765
- msgid "Bahamas"
1766
- msgstr ""
1767
-
1768
- #: includes/helpers.php:354
1769
- msgid "Bahrain"
1770
- msgstr ""
1771
-
1772
- #: includes/helpers.php:355
1773
- msgid "Bangladesh"
1774
- msgstr ""
1775
-
1776
- #: includes/helpers.php:356
1777
- msgid "Barbados"
1778
- msgstr ""
1779
-
1780
- #: includes/helpers.php:357
1781
- msgid "Belarus"
1782
- msgstr ""
1783
-
1784
- #: includes/helpers.php:358
1785
- msgid "Belgium"
1786
- msgstr ""
1787
-
1788
- #: includes/helpers.php:359
1789
- msgid "Belize"
1790
- msgstr ""
1791
-
1792
- #: includes/helpers.php:360
1793
- msgid "Benin"
1794
- msgstr ""
1795
-
1796
- #: includes/helpers.php:361
1797
- msgid "Bermuda"
1798
- msgstr ""
1799
-
1800
- #: includes/helpers.php:362
1801
- msgid "Bhutan"
1802
- msgstr ""
1803
-
1804
- #: includes/helpers.php:363
1805
- msgid "Bolivia"
1806
- msgstr ""
1807
-
1808
- #: includes/helpers.php:364
1809
- msgid "Bonaire, Saint Eustatius and Saba"
1810
- msgstr ""
1811
-
1812
- #: includes/helpers.php:365
1813
- msgid "Bosnia and Herzegovina"
1814
- msgstr ""
1815
-
1816
- #: includes/helpers.php:366
1817
- msgid "Botswana"
1818
- msgstr ""
1819
-
1820
- #: includes/helpers.php:367
1821
- msgid "Bouvet Island"
1822
- msgstr ""
1823
-
1824
- #: includes/helpers.php:368
1825
- msgid "Brazil"
1826
- msgstr ""
1827
-
1828
- #: includes/helpers.php:369
1829
- msgid "British Indian Ocean Territory"
1830
- msgstr ""
1831
-
1832
- #: includes/helpers.php:370
1833
- msgid "Brunei Darrussalam"
1834
- msgstr ""
1835
-
1836
- #: includes/helpers.php:371
1837
- msgid "Bulgaria"
1838
- msgstr ""
1839
-
1840
- #: includes/helpers.php:372
1841
- msgid "Burkina Faso"
1842
- msgstr ""
1843
-
1844
- #: includes/helpers.php:373
1845
- msgid "Burundi"
1846
- msgstr ""
1847
-
1848
- #: includes/helpers.php:374
1849
- msgid "Cambodia"
1850
- msgstr ""
1851
-
1852
- #: includes/helpers.php:375
1853
- msgid "Cameroon"
1854
- msgstr ""
1855
-
1856
- #: includes/helpers.php:376
1857
- msgid "Cape Verde"
1858
- msgstr ""
1859
-
1860
- #: includes/helpers.php:377
1861
- msgid "Cayman Islands"
1862
- msgstr ""
1863
-
1864
- #: includes/helpers.php:378
1865
- msgid "Central African Republic"
1866
- msgstr ""
1867
-
1868
- #: includes/helpers.php:379
1869
- msgid "Chad"
1870
- msgstr ""
1871
-
1872
- #: includes/helpers.php:380
1873
- msgid "Chile"
1874
- msgstr ""
1875
-
1876
- #: includes/helpers.php:381
1877
- msgid "China"
1878
- msgstr ""
1879
-
1880
- #: includes/helpers.php:382
1881
- msgid "Christmas Island"
1882
- msgstr ""
1883
-
1884
- #: includes/helpers.php:383
1885
- msgid "Cocos Islands"
1886
- msgstr ""
1887
-
1888
- #: includes/helpers.php:384
1889
- msgid "Colombia"
1890
- msgstr ""
1891
-
1892
- #: includes/helpers.php:385
1893
- msgid "Comoros"
1894
- msgstr ""
1895
-
1896
- #: includes/helpers.php:386
1897
- msgid "Congo, Democratic People's Republic"
1898
- msgstr ""
1899
-
1900
- #: includes/helpers.php:387
1901
- msgid "Congo, Republic of"
1902
- msgstr ""
1903
-
1904
- #: includes/helpers.php:388
1905
- msgid "Cook Islands"
1906
- msgstr ""
1907
-
1908
- #: includes/helpers.php:389
1909
- msgid "Costa Rica"
1910
- msgstr ""
1911
-
1912
- #: includes/helpers.php:390
1913
- msgid "Cote d'Ivoire"
1914
- msgstr ""
1915
-
1916
- #: includes/helpers.php:391
1917
- msgid "Croatia/Hrvatska"
1918
- msgstr ""
1919
-
1920
- #: includes/helpers.php:392
1921
- msgid "Cuba"
1922
- msgstr ""
1923
-
1924
- #: includes/helpers.php:393
1925
- msgid "Cura&Ccedil;ao"
1926
- msgstr ""
1927
-
1928
- #: includes/helpers.php:394
1929
- msgid "Cyprus"
1930
- msgstr ""
1931
-
1932
- #: includes/helpers.php:395
1933
- msgid "Czechia"
1934
- msgstr ""
1935
-
1936
- #: includes/helpers.php:396
1937
- msgid "Denmark"
1938
- msgstr ""
1939
-
1940
- #: includes/helpers.php:397
1941
- msgid "Djibouti"
1942
- msgstr ""
1943
-
1944
- #: includes/helpers.php:398
1945
- msgid "Dominica"
1946
- msgstr ""
1947
-
1948
- #: includes/helpers.php:399
1949
- msgid "Dominican Republic"
1950
- msgstr ""
1951
-
1952
- #: includes/helpers.php:400
1953
- msgid "East Timor"
1954
- msgstr ""
1955
-
1956
- #: includes/helpers.php:401
1957
- msgid "Ecuador"
1958
- msgstr ""
1959
-
1960
- #: includes/helpers.php:402
1961
- msgid "Egypt"
1962
- msgstr ""
1963
-
1964
- #: includes/helpers.php:403
1965
- msgid "Equatorial Guinea"
1966
- msgstr ""
1967
-
1968
- #: includes/helpers.php:404
1969
- msgid "El Salvador"
1970
- msgstr ""
1971
-
1972
- #: includes/helpers.php:405
1973
- msgid "Eritrea"
1974
- msgstr ""
1975
-
1976
- #: includes/helpers.php:406
1977
- msgid "Estonia"
1978
- msgstr ""
1979
-
1980
- #: includes/helpers.php:407
1981
- msgid "Ethiopia"
1982
- msgstr ""
1983
-
1984
- #: includes/helpers.php:408
1985
- msgid "Falkland Islands"
1986
- msgstr ""
1987
-
1988
- #: includes/helpers.php:409
1989
- msgid "Faroe Islands"
1990
- msgstr ""
1991
-
1992
- #: includes/helpers.php:410
1993
- msgid "Fiji"
1994
- msgstr ""
1995
-
1996
- #: includes/helpers.php:411
1997
- msgid "Finland"
1998
- msgstr ""
1999
-
2000
- #: includes/helpers.php:412
2001
- msgid "France"
2002
- msgstr ""
2003
-
2004
- #: includes/helpers.php:413
2005
- msgid "French Guiana"
2006
- msgstr ""
2007
-
2008
- #: includes/helpers.php:414
2009
- msgid "French Polynesia"
2010
- msgstr ""
2011
-
2012
- #: includes/helpers.php:415
2013
- msgid "French Southern Territories"
2014
- msgstr ""
2015
-
2016
- #: includes/helpers.php:416
2017
- msgid "Gabon"
2018
- msgstr ""
2019
-
2020
- #: includes/helpers.php:417
2021
- msgid "Gambia"
2022
- msgstr ""
2023
-
2024
- #: includes/helpers.php:418
2025
- msgid "Georgia"
2026
- msgstr ""
2027
-
2028
- #: includes/helpers.php:419
2029
- msgid "Germany"
2030
- msgstr ""
2031
-
2032
- #: includes/helpers.php:420
2033
- msgid "Greece"
2034
- msgstr ""
2035
-
2036
- #: includes/helpers.php:421
2037
- msgid "Ghana"
2038
- msgstr ""
2039
-
2040
- #: includes/helpers.php:422
2041
- msgid "Gibraltar"
2042
- msgstr ""
2043
-
2044
- #: includes/helpers.php:423
2045
- msgid "Greenland"
2046
- msgstr ""
2047
-
2048
- #: includes/helpers.php:424
2049
- msgid "Grenada"
2050
- msgstr ""
2051
-
2052
- #: includes/helpers.php:425
2053
- msgid "Guadeloupe"
2054
- msgstr ""
2055
-
2056
- #: includes/helpers.php:426
2057
- msgid "Guam"
2058
- msgstr ""
2059
-
2060
- #: includes/helpers.php:427
2061
- msgid "Guatemala"
2062
- msgstr ""
2063
-
2064
- #: includes/helpers.php:428
2065
- msgid "Guernsey"
2066
- msgstr ""
2067
-
2068
- #: includes/helpers.php:429
2069
- msgid "Guinea"
2070
- msgstr ""
2071
-
2072
- #: includes/helpers.php:430
2073
- msgid "Guinea-Bissau"
2074
- msgstr ""
2075
-
2076
- #: includes/helpers.php:431
2077
- msgid "Guyana"
2078
- msgstr ""
2079
-
2080
- #: includes/helpers.php:432
2081
- msgid "Haiti"
2082
- msgstr ""
2083
-
2084
- #: includes/helpers.php:433
2085
- msgid "Heard and McDonald Islands"
2086
- msgstr ""
2087
-
2088
- #: includes/helpers.php:434
2089
- msgid "Holy See (City Vatican State)"
2090
- msgstr ""
2091
-
2092
- #: includes/helpers.php:435
2093
- msgid "Honduras"
2094
- msgstr ""
2095
-
2096
- #: includes/helpers.php:436
2097
- msgid "Hong Kong"
2098
- msgstr ""
2099
-
2100
- #: includes/helpers.php:437
2101
- msgid "Hungary"
2102
- msgstr ""
2103
-
2104
- #: includes/helpers.php:438
2105
- msgid "Iceland"
2106
- msgstr ""
2107
-
2108
- #: includes/helpers.php:439
2109
- msgid "India"
2110
- msgstr ""
2111
-
2112
- #: includes/helpers.php:440
2113
- msgid "Indonesia"
2114
- msgstr ""
2115
-
2116
- #: includes/helpers.php:441
2117
- msgid "Iran"
2118
- msgstr ""
2119
-
2120
- #: includes/helpers.php:442
2121
- msgid "Iraq"
2122
- msgstr ""
2123
-
2124
- #: includes/helpers.php:443
2125
- msgid "Ireland"
2126
- msgstr ""
2127
-
2128
- #: includes/helpers.php:444
2129
- msgid "Isle of Man"
2130
- msgstr ""
2131
-
2132
- #: includes/helpers.php:445
2133
- msgid "Israel"
2134
- msgstr ""
2135
-
2136
- #: includes/helpers.php:446
2137
- msgid "Italy"
2138
- msgstr ""
2139
-
2140
- #: includes/helpers.php:447
2141
- msgid "Jamaica"
2142
- msgstr ""
2143
-
2144
- #: includes/helpers.php:448
2145
- msgid "Japan"
2146
- msgstr ""
2147
-
2148
- #: includes/helpers.php:449
2149
- msgid "Jersey"
2150
- msgstr ""
2151
-
2152
- #: includes/helpers.php:450
2153
- msgid "Jordan"
2154
- msgstr ""
2155
-
2156
- #: includes/helpers.php:451
2157
- msgid "Kazakhstan"
2158
- msgstr ""
2159
-
2160
- #: includes/helpers.php:452
2161
- msgid "Kenya"
2162
- msgstr ""
2163
-
2164
- #: includes/helpers.php:453
2165
- msgid "Kiribati"
2166
- msgstr ""
2167
-
2168
- #: includes/helpers.php:454
2169
- msgid "Kuwait"
2170
- msgstr ""
2171
-
2172
- #: includes/helpers.php:455
2173
- msgid "Kyrgyzstan"
2174
- msgstr ""
2175
-
2176
- #: includes/helpers.php:456
2177
- msgid "Lao People's Democratic Republic"
2178
- msgstr ""
2179
-
2180
- #: includes/helpers.php:457
2181
- msgid "Latvia"
2182
- msgstr ""
2183
-
2184
- #: includes/helpers.php:458
2185
- msgid "Lebanon"
2186
- msgstr ""
2187
-
2188
- #: includes/helpers.php:459
2189
- msgid "Lesotho"
2190
- msgstr ""
2191
-
2192
- #: includes/helpers.php:460
2193
- msgid "Liberia"
2194
- msgstr ""
2195
-
2196
- #: includes/helpers.php:461
2197
- msgid "Libyan Arab Jamahiriya"
2198
- msgstr ""
2199
-
2200
- #: includes/helpers.php:462
2201
- msgid "Liechtenstein"
2202
- msgstr ""
2203
-
2204
- #: includes/helpers.php:463
2205
- msgid "Lithuania"
2206
- msgstr ""
2207
-
2208
- #: includes/helpers.php:464
2209
- msgid "Luxembourg"
2210
- msgstr ""
2211
-
2212
- #: includes/helpers.php:465
2213
- msgid "Macau"
2214
- msgstr ""
2215
-
2216
- #: includes/helpers.php:466
2217
- msgid "Macedonia"
2218
- msgstr ""
2219
-
2220
- #: includes/helpers.php:467
2221
- msgid "Madagascar"
2222
- msgstr ""
2223
-
2224
- #: includes/helpers.php:468
2225
- msgid "Malawi"
2226
- msgstr ""
2227
-
2228
- #: includes/helpers.php:469
2229
- msgid "Malaysia"
2230
- msgstr ""
2231
-
2232
- #: includes/helpers.php:470
2233
- msgid "Maldives"
2234
- msgstr ""
2235
-
2236
- #: includes/helpers.php:471
2237
- msgid "Mali"
2238
- msgstr ""
2239
-
2240
- #: includes/helpers.php:472
2241
- msgid "Malta"
2242
- msgstr ""
2243
-
2244
- #: includes/helpers.php:473
2245
- msgid "Marshall Islands"
2246
- msgstr ""
2247
-
2248
- #: includes/helpers.php:474
2249
- msgid "Martinique"
2250
- msgstr ""
2251
-
2252
- #: includes/helpers.php:475
2253
- msgid "Mauritania"
2254
- msgstr ""
2255
-
2256
- #: includes/helpers.php:476
2257
- msgid "Mauritius"
2258
- msgstr ""
2259
-
2260
- #: includes/helpers.php:477
2261
- msgid "Mayotte"
2262
- msgstr ""
2263
-
2264
- #: includes/helpers.php:478
2265
- msgid "Mexico"
2266
- msgstr ""
2267
-
2268
- #: includes/helpers.php:479
2269
- msgid "Micronesia"
2270
- msgstr ""
2271
-
2272
- #: includes/helpers.php:480
2273
- msgid "Moldova, Republic of"
2274
- msgstr ""
2275
-
2276
- #: includes/helpers.php:481
2277
- msgid "Monaco"
2278
- msgstr ""
2279
-
2280
- #: includes/helpers.php:482
2281
- msgid "Mongolia"
2282
- msgstr ""
2283
-
2284
- #: includes/helpers.php:483
2285
- msgid "Montenegro"
2286
- msgstr ""
2287
-
2288
- #: includes/helpers.php:484
2289
- msgid "Montserrat"
2290
- msgstr ""
2291
-
2292
- #: includes/helpers.php:485
2293
- msgid "Morocco"
2294
- msgstr ""
2295
-
2296
- #: includes/helpers.php:486
2297
- msgid "Mozambique"
2298
- msgstr ""
2299
-
2300
- #: includes/helpers.php:487
2301
- msgid "Myanmar"
2302
- msgstr ""
2303
-
2304
- #: includes/helpers.php:488
2305
- msgid "Namibia"
2306
- msgstr ""
2307
-
2308
- #: includes/helpers.php:489
2309
- msgid "Nauru"
2310
- msgstr ""
2311
-
2312
- #: includes/helpers.php:490
2313
- msgid "Nepal"
2314
- msgstr ""
2315
-
2316
- #: includes/helpers.php:491
2317
- msgid "Netherlands"
2318
- msgstr ""
2319
-
2320
- #: includes/helpers.php:492
2321
- msgid "Netherlands Antilles"
2322
- msgstr ""
2323
-
2324
- #: includes/helpers.php:493
2325
- msgid "New Caledonia"
2326
- msgstr ""
2327
-
2328
- #: includes/helpers.php:494
2329
- msgid "New Zealand"
2330
- msgstr ""
2331
-
2332
- #: includes/helpers.php:495
2333
- msgid "Nicaragua"
2334
- msgstr ""
2335
-
2336
- #: includes/helpers.php:496
2337
- msgid "Niger"
2338
- msgstr ""
2339
-
2340
- #: includes/helpers.php:497
2341
- msgid "Nigeria"
2342
- msgstr ""
2343
-
2344
- #: includes/helpers.php:498
2345
- msgid "Niue"
2346
- msgstr ""
2347
-
2348
- #: includes/helpers.php:499
2349
- msgid "Norfolk Island"
2350
- msgstr ""
2351
-
2352
- #: includes/helpers.php:500
2353
- msgid "North Korea"
2354
- msgstr ""
2355
-
2356
- #: includes/helpers.php:501
2357
- msgid "Northern Mariana Islands"
2358
- msgstr ""
2359
-
2360
- #: includes/helpers.php:502
2361
- msgid "Norway"
2362
- msgstr ""
2363
-
2364
- #: includes/helpers.php:503
2365
- msgid "Oman"
2366
- msgstr ""
2367
-
2368
- #: includes/helpers.php:504
2369
- msgid "Pakistan"
2370
- msgstr ""
2371
-
2372
- #: includes/helpers.php:505
2373
- msgid "Palau"
2374
- msgstr ""
2375
-
2376
- #: includes/helpers.php:506
2377
- msgid "Palestinian Territories"
2378
- msgstr ""
2379
-
2380
- #: includes/helpers.php:507
2381
- msgid "Panama"
2382
- msgstr ""
2383
-
2384
- #: includes/helpers.php:508
2385
- msgid "Papua New Guinea"
2386
- msgstr ""
2387
-
2388
- #: includes/helpers.php:509
2389
- msgid "Paraguay"
2390
- msgstr ""
2391
-
2392
- #: includes/helpers.php:510
2393
- msgid "Peru"
2394
- msgstr ""
2395
-
2396
- #: includes/helpers.php:511
2397
- msgid "Philippines"
2398
- msgstr ""
2399
-
2400
- #: includes/helpers.php:512
2401
- msgid "Pitcairn Island"
2402
- msgstr ""
2403
-
2404
- #: includes/helpers.php:513
2405
- msgid "Poland"
2406
- msgstr ""
2407
-
2408
- #: includes/helpers.php:514
2409
- msgid "Portugal"
2410
- msgstr ""
2411
-
2412
- #: includes/helpers.php:515
2413
- msgid "Puerto Rico"
2414
- msgstr ""
2415
-
2416
- #: includes/helpers.php:516
2417
- msgid "Qatar"
2418
- msgstr ""
2419
-
2420
- #: includes/helpers.php:517
2421
- msgid "Republic of Kosovo"
2422
- msgstr ""
2423
-
2424
- #: includes/helpers.php:518
2425
- msgid "Reunion Island"
2426
- msgstr ""
2427
-
2428
- #: includes/helpers.php:519
2429
- msgid "Romania"
2430
- msgstr ""
2431
-
2432
- #: includes/helpers.php:520
2433
- msgid "Russian Federation"
2434
- msgstr ""
2435
-
2436
- #: includes/helpers.php:521
2437
- msgid "Rwanda"
2438
- msgstr ""
2439
-
2440
- #: includes/helpers.php:522
2441
- msgid "Saint Barth&eacute;lemy"
2442
- msgstr ""
2443
-
2444
- #: includes/helpers.php:523
2445
- msgid "Saint Helena"
2446
- msgstr ""
2447
-
2448
- #: includes/helpers.php:524
2449
- msgid "Saint Kitts and Nevis"
2450
- msgstr ""
2451
-
2452
- #: includes/helpers.php:525
2453
- msgid "Saint Lucia"
2454
- msgstr ""
2455
-
2456
- #: includes/helpers.php:526
2457
- msgid "Saint Martin (French)"
2458
- msgstr ""
2459
-
2460
- #: includes/helpers.php:527
2461
- msgid "Saint Martin (Dutch)"
2462
- msgstr ""
2463
-
2464
- #: includes/helpers.php:528
2465
- msgid "Saint Pierre and Miquelon"
2466
- msgstr ""
2467
-
2468
- #: includes/helpers.php:529
2469
- msgid "Saint Vincent and the Grenadines"
2470
- msgstr ""
2471
-
2472
- #: includes/helpers.php:530
2473
- msgid "San Marino"
2474
- msgstr ""
2475
-
2476
- #: includes/helpers.php:531
2477
- msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
2478
- msgstr ""
2479
-
2480
- #: includes/helpers.php:532
2481
- msgid "Saudi Arabia"
2482
- msgstr ""
2483
-
2484
- #: includes/helpers.php:533
2485
- msgid "Senegal"
2486
- msgstr ""
2487
-
2488
- #: includes/helpers.php:534
2489
- msgid "Serbia"
2490
- msgstr ""
2491
-
2492
- #: includes/helpers.php:535
2493
- msgid "Seychelles"
2494
- msgstr ""
2495
-
2496
- #: includes/helpers.php:536
2497
- msgid "Sierra Leone"
2498
- msgstr ""
2499
-
2500
- #: includes/helpers.php:537
2501
- msgid "Singapore"
2502
- msgstr ""
2503
-
2504
- #: includes/helpers.php:538
2505
- msgid "Slovak Republic"
2506
- msgstr ""
2507
-
2508
- #: includes/helpers.php:539
2509
- msgid "Slovenia"
2510
- msgstr ""
2511
-
2512
- #: includes/helpers.php:540
2513
- msgid "Solomon Islands"
2514
- msgstr ""
2515
-
2516
- #: includes/helpers.php:541
2517
- msgid "Somalia"
2518
- msgstr ""
2519
-
2520
- #: includes/helpers.php:542
2521
- msgid "South Africa"
2522
- msgstr ""
2523
-
2524
- #: includes/helpers.php:543
2525
- msgid "South Georgia"
2526
- msgstr ""
2527
-
2528
- #: includes/helpers.php:544
2529
- msgid "South Korea"
2530
- msgstr ""
2531
-
2532
- #: includes/helpers.php:545
2533
- msgid "South Sudan"
2534
- msgstr ""
2535
-
2536
- #: includes/helpers.php:546
2537
- msgid "Spain"
2538
- msgstr ""
2539
-
2540
- #: includes/helpers.php:547
2541
- msgid "Sri Lanka"
2542
- msgstr ""
2543
-
2544
- #: includes/helpers.php:548
2545
- msgid "Sudan"
2546
- msgstr ""
2547
-
2548
- #: includes/helpers.php:549
2549
- msgid "Suriname"
2550
- msgstr ""
2551
-
2552
- #: includes/helpers.php:550
2553
- msgid "Svalbard and Jan Mayen Islands"
2554
- msgstr ""
2555
-
2556
- #: includes/helpers.php:551
2557
- msgid "Swaziland"
2558
- msgstr ""
2559
-
2560
- #: includes/helpers.php:552
2561
- msgid "Sweden"
2562
- msgstr ""
2563
-
2564
- #: includes/helpers.php:553
2565
- msgid "Switzerland"
2566
- msgstr ""
2567
-
2568
- #: includes/helpers.php:554
2569
- msgid "Syrian Arab Republic"
2570
- msgstr ""
2571
-
2572
- #: includes/helpers.php:555
2573
- msgid "Taiwan"
2574
- msgstr ""
2575
-
2576
- #: includes/helpers.php:556
2577
- msgid "Tajikistan"
2578
- msgstr ""
2579
-
2580
- #: includes/helpers.php:557
2581
- msgid "Tanzania"
2582
- msgstr ""
2583
-
2584
- #: includes/helpers.php:558
2585
- msgid "Thailand"
2586
- msgstr ""
2587
-
2588
- #: includes/helpers.php:559
2589
- msgid "Timor-Leste"
2590
- msgstr ""
2591
-
2592
- #: includes/helpers.php:560
2593
- msgid "Togo"
2594
- msgstr ""
2595
-
2596
- #: includes/helpers.php:561
2597
- msgid "Tokelau"
2598
- msgstr ""
2599
-
2600
- #: includes/helpers.php:562
2601
- msgid "Tonga"
2602
- msgstr ""
2603
-
2604
- #: includes/helpers.php:563
2605
- msgid "Trinidad and Tobago"
2606
- msgstr ""
2607
-
2608
- #: includes/helpers.php:564
2609
- msgid "Tunisia"
2610
- msgstr ""
2611
-
2612
- #: includes/helpers.php:565
2613
- msgid "Turkey"
2614
- msgstr ""
2615
-
2616
- #: includes/helpers.php:566
2617
- msgid "Turkmenistan"
2618
- msgstr ""
2619
-
2620
- #: includes/helpers.php:567
2621
- msgid "Turks and Caicos Islands"
2622
- msgstr ""
2623
-
2624
- #: includes/helpers.php:568
2625
- msgid "Tuvalu"
2626
- msgstr ""
2627
-
2628
- #: includes/helpers.php:569
2629
- msgid "Uganda"
2630
- msgstr ""
2631
-
2632
- #: includes/helpers.php:570
2633
- msgid "Ukraine"
2634
- msgstr ""
2635
-
2636
- #: includes/helpers.php:571
2637
- msgid "United Arab Emirates"
2638
- msgstr ""
2639
-
2640
- #: includes/helpers.php:572
2641
- msgid "Uruguay"
2642
- msgstr ""
2643
-
2644
- #: includes/helpers.php:573
2645
- msgid "US Minor Outlying Islands"
2646
- msgstr ""
2647
-
2648
- #: includes/helpers.php:574
2649
- msgid "Uzbekistan"
2650
- msgstr ""
2651
-
2652
- #: includes/helpers.php:575
2653
- msgid "Vanuatu"
2654
- msgstr ""
2655
-
2656
- #: includes/helpers.php:576
2657
- msgid "Venezuela"
2658
- msgstr ""
2659
-
2660
- #: includes/helpers.php:577
2661
- msgid "Vietnam"
2662
- msgstr ""
2663
-
2664
- #: includes/helpers.php:578
2665
- msgid "Virgin Islands (British)"
2666
- msgstr ""
2667
-
2668
- #: includes/helpers.php:579
2669
- msgid "Virgin Islands (USA)"
2670
- msgstr ""
2671
-
2672
- #: includes/helpers.php:580
2673
- msgid "Wallis and Futuna Islands"
2674
- msgstr ""
2675
-
2676
- #: includes/helpers.php:581
2677
- msgid "Western Sahara"
2678
- msgstr ""
2679
-
2680
- #: includes/helpers.php:582
2681
- msgid "Western Samoa"
2682
- msgstr ""
2683
-
2684
- #: includes/helpers.php:583
2685
- msgid "Yemen"
2686
- msgstr ""
2687
-
2688
- #: includes/helpers.php:584
2689
- msgid "Zambia"
2690
- msgstr ""
2691
-
2692
- #: includes/helpers.php:585
2693
- msgid "Zimbabwe"
2694
- msgstr ""
2695
-
2696
- #: lite/includes/admin/reports/report-dimensions.php:22
2697
- msgid "Dimensions"
2698
- msgstr ""
2699
-
2700
- #: lite/includes/admin/reports/report-publisher.php:22
2701
- msgid "Publishers"
2702
- msgstr ""
2703
-
2704
- #: lite/includes/admin/reports/report-queries.php:22
2705
- msgid "Search Console"
2706
- msgstr ""
2707
-
2708
- #: lite/includes/admin/settings.php:14 lite/includes/admin/settings.php:23
2709
- #: lite/includes/admin/settings.php:32 lite/includes/admin/settings.php:41
2710
- #: lite/includes/admin/settings.php:50 lite/includes/admin/settings.php:59
2711
- #: lite/includes/admin/settings.php:68 lite/includes/admin/settings.php:77
2712
- #: lite/includes/admin/settings.php:122 lite/includes/admin/settings.php:131
2713
- msgid "Want to increase your traffic, conversion, & engagement?"
2714
- msgstr ""
2715
-
2716
- #: lite/includes/admin/settings.php:16
2717
- msgid ""
2718
- "By upgrading to MonsterInsights Pro, you can add Social tracking to see "
2719
- "who's clicking on your social share links, so you can track and maximize "
2720
- "your social sharing exposure."
2721
- msgstr ""
2722
-
2723
- #: lite/includes/admin/settings.php:25
2724
- msgid ""
2725
- "By upgrading to MonsterInsights Pro, you can add Ads tracking to see who's "
2726
- "clicking on your Google Ads, so you can increase your revenue."
2727
- msgstr ""
2728
-
2729
- #: lite/includes/admin/settings.php:34
2730
- msgid ""
2731
- "By upgrading to MonsterInsights Pro, you can add Forms tracking to see who's "
2732
- "seeing and submitting your forms, so you can increase your conversion rate."
2733
- msgstr ""
2734
-
2735
- #: lite/includes/admin/settings.php:43
2736
- msgid ""
2737
- "By upgrading to MonsterInsights Pro, you can add Media tracking to see who's "
2738
- "interacting with the media on your site, so you know what your users are "
2739
- "most interested in on your site. You can use this to tailor future content "
2740
- "to meet your audience's interest to promote repeat visitors and expand your "
2741
- "average user's time spent visiting your website on each visit."
2742
- msgstr ""
2743
-
2744
- #: lite/includes/admin/settings.php:52
2745
- msgid "By upgrading to MonsterInsights Pro, you can add Membership tracking."
2746
- msgstr ""
2747
-
2748
- #: lite/includes/admin/settings.php:61
2749
- msgid ""
2750
- "By upgrading to MonsterInsights Pro, you can add Custom Dimensions and track "
2751
- "who's the most popular author on your site, which post types get the most "
2752
- "traffic, and more. Why not check it out?"
2753
- msgstr ""
2754
-
2755
- #: lite/includes/admin/settings.php:70
2756
- msgid ""
2757
- "By upgrading to MonsterInsights Pro, you can adjust the sample rate so you "
2758
- "don't exceed Google Analytics' processing limit. You can also use it to "
2759
- "enable Google Optimize for A/B testing and personalization."
2760
- msgstr ""
2761
-
2762
- #: lite/includes/admin/settings.php:79
2763
- msgid "By upgrading to MonsterInsights Pro, you can enable enhanced reporting."
2764
- msgstr ""
2765
-
2766
- #: lite/includes/admin/settings.php:86
2767
- msgid "Want to use track users visiting your AMP pages?"
2768
- msgstr ""
2769
-
2770
- #: lite/includes/admin/settings.php:88
2771
- msgid "By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
2772
- msgstr ""
2773
-
2774
- #: lite/includes/admin/settings.php:95
2775
- msgid ""
2776
- "Want to use Google Optimize to retarget your website visitors and perform A/"
2777
- "B split tests with ease?"
2778
- msgstr ""
2779
-
2780
- #: lite/includes/admin/settings.php:97
2781
- msgid "By upgrading to MonsterInsights Pro, you can enable Google Optimize."
2782
- msgstr ""
2783
-
2784
- #: lite/includes/admin/settings.php:104
2785
- msgid ""
2786
- "Want to expand your website audience beyond your website with Facebook "
2787
- "Instant Articles?"
2788
- msgstr ""
2789
-
2790
- #: lite/includes/admin/settings.php:106
2791
- msgid ""
2792
- "By upgrading to MonsterInsights Pro, you can track your Facebook Instant "
2793
- "Article visitors with MonsterInsights."
2794
- msgstr ""
2795
-
2796
- #: lite/includes/admin/settings.php:113
2797
- msgid "Want to adjust your website bounce rate?"
2798
- msgstr ""
2799
-
2800
- #: lite/includes/admin/settings.php:115
2801
- msgid ""
2802
- "By upgrading to MonsterInsights Pro, you can adjust your Google Analytics "
2803
- "bounce rate with MonsterInsights."
2804
- msgstr ""
2805
-
2806
- #: lite/includes/admin/settings.php:124
2807
- msgid "By upgrading to MonsterInsights Pro, you can enable notifications."
2808
- msgstr ""
2809
-
2810
- #: lite/includes/admin/settings.php:133
2811
- msgid ""
2812
- "By upgrading to MonsterInsights Pro, you can add Ecommerce tracking to see "
2813
- "who's buying your product, what's the most popular item on your store, the "
2814
- "average order value, and tons more."
2815
- msgstr ""
2816
-
2817
- #: lite/includes/admin/tools.php:11
2818
- msgid ""
2819
- "By upgrading to MonsterInsights Pro, you can unlock the MonsterInsights URL "
2820
- "builder that helps you better track your advertising and email marketing "
2821
- "campaigns."
2822
- msgstr ""
2823
-
2824
- #. Plugin Name of the plugin/theme
2825
- msgid "Google Analytics for WordPress by MonsterInsights"
2826
- msgstr ""
2827
-
2828
- #. Plugin URI of the plugin/theme
2829
- msgid ""
2830
- "https://www.monsterinsights.com/?"
2831
- "utm_source=wordpress&utm_medium=plugin&utm_campaign=wpmipluginpro&utm_content=v700"
2832
- msgstr ""
2833
-
2834
- #. Description of the plugin/theme
2835
- msgid ""
2836
- "The best Google Analytics plugin for WordPress. See how visitors find and "
2837
- "use your website, so you can keep them coming back."
2838
- msgstr ""
2839
-
2840
- #. Author URI of the plugin/theme
2841
- msgid "https://www.monsterinsights.com/"
2842
- msgstr ""
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
+ "Project-Id-Version: MonsterInsights Lite\n"
6
+ "Report-Msgid-Bugs-To: https://github.com/awesomemotive/monsterinsights/issues\n"
7
+ "POT-Creation-Date: 2018-04-09 07:58-0400\n"
8
+ "PO-Revision-Date: 2016-07-21 17:01-0400\n"
9
+ "Last-Translator: Chris Christoff <support@monsterinsights.com>\n"
10
+ "Language-Team: Chris Christoff <support@monsterinsights.com>\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 2.0.6\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-WPHeader: googleanalytics.php\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
21
+ "X-Poedit-SearchPathExcluded-1: .roboci\n"
22
+ "X-Poedit-SearchPathExcluded-2: assets\n"
23
+ "X-Poedit-SearchPathExcluded-3: bin\n"
24
+ "X-Poedit-SearchPathExcluded-4: build\n"
25
+ "X-Poedit-SearchPathExcluded-5: docs\n"
26
+ "X-Poedit-SearchPathExcluded-6: phpdox\n"
27
+ "X-Poedit-SearchPathExcluded-7: tests\n"
28
+ "X-Poedit-SearchPathExcluded-8: tmp\n"
29
+ "X-Poedit-SearchPathExcluded-9: vendor\n"
30
+ "X-Poedit-SearchPathExcluded-10: wordpress\n"
31
+ "X-Poedit-SearchPathExcluded-11: pro\n"
32
+ "X-Poedit-SearchPathExcluded-12: *.css\n"
33
+ "X-Poedit-SearchPathExcluded-13: googleanalytics-premium.php\n"
34
+
35
+ #: googleanalytics.php:265 googleanalytics.php:279
36
+ msgid "Cheatin&#8217; huh?"
37
+ msgstr ""
38
+
39
+ #: googleanalytics.php:427
40
+ msgid "The version of MonsterInsights eCommerce addon you have is not compatible with the version of MonsterInsights installed. Please update the eCommerce addon as soon as possible"
41
+ msgstr ""
42
+
43
+ #: googleanalytics.php:449
44
+ #, php-format
45
+ msgid "Sorry, but your version of WordPress does not meet MonsterInsights's required version of %1$s3.8%2$s to run properly. The plugin not been activated. %3$sClick here to return to the Dashboard%4$s."
46
+ msgstr ""
47
+
48
+ #: googleanalytics.php:470
49
+ #, php-format
50
+ msgid "Please %1$suninstall%2$s the MonsterInsights Lite Plugin. Your Pro version of MonsterInsights may not work as expected until the Lite version is uninstalled."
51
+ msgstr ""
52
+
53
+ #: googleanalytics.php:644
54
+ #, php-format
55
+ msgid "Sorry, but your version of WordPress does not meet MonsterInsight's required version of %1$s3.8%2$s to run properly. The plugin not been activated. %3$sClick here to return to the Dashboard%4$s."
56
+ msgstr ""
57
+
58
+ #: googleanalytics.php:649
59
+ #, php-format
60
+ msgid "Please uninstall and remove MonsterInsights Pro before activating MonsterInsights Lite. The Lite version has not been activated. %1$sClick here to return to the Dashboard%2$s."
61
+ msgstr ""
62
+
63
+ #: includes/admin/admin.php:37 includes/admin/admin.php:40
64
+ #: includes/admin/admin.php:51
65
+ msgid "Settings:"
66
+ msgstr ""
67
+
68
+ #: includes/admin/admin.php:37 includes/admin/admin.php:44
69
+ #: includes/admin/admin.php:86
70
+ msgid "Insights"
71
+ msgstr ""
72
+
73
+ #: includes/admin/admin.php:40 includes/admin/admin.php:51
74
+ #: includes/admin/admin.php:139
75
+ msgid "Settings"
76
+ msgstr ""
77
+
78
+ #: includes/admin/admin.php:41 includes/admin/admin.php:53
79
+ msgid "Settings - Tracking:"
80
+ msgstr ""
81
+
82
+ #: includes/admin/admin.php:41 includes/admin/admin.php:53
83
+ msgid "Settings - Tracking"
84
+ msgstr ""
85
+
86
+ #: includes/admin/admin.php:44
87
+ msgid "General:"
88
+ msgstr ""
89
+
90
+ #: includes/admin/admin.php:48 includes/admin/admin.php:90
91
+ msgid "General Reports:"
92
+ msgstr ""
93
+
94
+ #: includes/admin/admin.php:48 includes/admin/admin.php:90
95
+ msgid "Reports"
96
+ msgstr ""
97
+
98
+ #: includes/admin/admin.php:58
99
+ msgid "Tools:"
100
+ msgstr ""
101
+
102
+ #: includes/admin/admin.php:58
103
+ msgid "Tools"
104
+ msgstr ""
105
+
106
+ #: includes/admin/admin.php:63 includes/admin/admin.php:93
107
+ msgid "Addons:"
108
+ msgstr ""
109
+
110
+ #: includes/admin/admin.php:63 includes/admin/admin.php:93
111
+ msgid "Addons"
112
+ msgstr ""
113
+
114
+ #: includes/admin/admin.php:86 includes/admin/admin.php:88
115
+ msgid "Network Settings:"
116
+ msgstr ""
117
+
118
+ #: includes/admin/admin.php:88 includes/admin/pages/network-settings.php:51
119
+ msgid "Network Settings"
120
+ msgstr ""
121
+
122
+ #: includes/admin/admin.php:121
123
+ msgid "MonsterInsights Knowledge Base"
124
+ msgstr ""
125
+
126
+ #: includes/admin/admin.php:121
127
+ msgid "Documentation"
128
+ msgstr ""
129
+
130
+ #: includes/admin/admin.php:126 includes/admin/reports/abstract-report.php:337
131
+ msgid "Get MonsterInsights Pro"
132
+ msgstr ""
133
+
134
+ #: includes/admin/admin.php:132 includes/admin/admin.php:135
135
+ msgid "Support"
136
+ msgstr ""
137
+
138
+ #: includes/admin/admin.php:245
139
+ #, php-format
140
+ msgid "Please rate %sMonsterInsights%s %s on %sWordPress.org%s to help us spread the word. Thank you from the MonsterInsights team!"
141
+ msgstr ""
142
+
143
+ #: includes/admin/admin.php:275
144
+ #, php-format
145
+ msgid "Please configure your %1$sGoogle Analytics settings%2$s!"
146
+ msgstr ""
147
+
148
+ #: includes/admin/admin.php:284
149
+ #, php-format
150
+ msgid "Warning: No valid license key has been entered for MonsterInsights. You are currently not getting updates, and are not able to view reports. %1$sPlease click here to enter your license key and begin receiving updates and reports.%2$s"
151
+ msgstr ""
152
+
153
+ #: includes/admin/admin.php:294 includes/license.php:278
154
+ #: includes/license.php:289
155
+ #, php-format
156
+ msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
157
+ msgstr ""
158
+
159
+ #: includes/admin/admin.php:296 includes/license.php:280
160
+ #: includes/license.php:291
161
+ msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
162
+ msgstr ""
163
+
164
+ #: includes/admin/admin.php:298 includes/license.php:282
165
+ #: includes/license.php:293
166
+ msgid "Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
167
+ msgstr ""
168
+
169
+ #: includes/admin/admin.php:302
170
+ #, php-format
171
+ msgid "Your network license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
172
+ msgstr ""
173
+
174
+ #: includes/admin/admin.php:304
175
+ msgid "Your network license key for MonsterInsights has been disabled. Please use a different key."
176
+ msgstr ""
177
+
178
+ #: includes/admin/admin.php:306
179
+ msgid "Your network license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
180
+ msgstr ""
181
+
182
+ #: includes/admin/admin.php:352
183
+ #, php-format
184
+ msgid "Important: You are currently using manual UA code output. We highly recommend %1$sauthenticating with MonsterInsights%2$s so that you can access our new reporting area and take advantage of new MonsterInsights features."
185
+ msgstr ""
186
+
187
+ #: includes/admin/admin.php:394 includes/admin/admin.php:425
188
+ #, php-format
189
+ msgid "%1$sGet MonsterInsights Pro%2$s"
190
+ msgstr ""
191
+
192
+ #: includes/admin/api-auth.php:71
193
+ msgid "You don't have permission to authenticate MonsterInsights."
194
+ msgstr ""
195
+
196
+ #: includes/admin/api-auth.php:81
197
+ msgid "Cannot authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings."
198
+ msgstr ""
199
+
200
+ #: includes/admin/api-auth.php:86
201
+ msgid "Cannot authenticate. Please re-authenticate."
202
+ msgstr ""
203
+
204
+ #: includes/admin/api-auth.php:88
205
+ msgid "Cannot network authenticate. Please re-authenticate on the network settings panel."
206
+ msgstr ""
207
+
208
+ #: includes/admin/api-auth.php:190
209
+ msgid "You don't have permission to re-authenticate MonsterInsights."
210
+ msgstr ""
211
+
212
+ #: includes/admin/api-auth.php:200
213
+ msgid "Cannot re-authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings."
214
+ msgstr ""
215
+
216
+ #: includes/admin/api-auth.php:205
217
+ msgid "Cannot re-authenticate. Please authenticate."
218
+ msgstr ""
219
+
220
+ #: includes/admin/api-auth.php:207
221
+ msgid "Cannot re-authenticate the network. Please authenticate on the network settings panel."
222
+ msgstr ""
223
+
224
+ #: includes/admin/api-auth.php:307
225
+ msgid "You don't have permission to verify MonsterInsights."
226
+ msgstr ""
227
+
228
+ #: includes/admin/api-auth.php:316 includes/admin/api-auth.php:318
229
+ msgid "Cannot verify. Please authenticate."
230
+ msgstr ""
231
+
232
+ #: includes/admin/api-auth.php:323
233
+ msgid "Cannot verify. Please enter a valid, active license key for MonsterInsights Pro into the settings."
234
+ msgstr ""
235
+
236
+ #: includes/admin/api-auth.php:328
237
+ msgid "Successfully verified."
238
+ msgstr ""
239
+
240
+ #: includes/admin/api-auth.php:330
241
+ msgid "Could not verify."
242
+ msgstr ""
243
+
244
+ #: includes/admin/api-auth.php:358
245
+ msgid "You don't have permission to deauthenticate MonsterInsights."
246
+ msgstr ""
247
+
248
+ #: includes/admin/api-auth.php:367 includes/admin/api-auth.php:369
249
+ msgid "Cannot deauthenticate. You are not currently authed."
250
+ msgstr ""
251
+
252
+ #: includes/admin/api-auth.php:374
253
+ msgid "Cannot deauthenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings."
254
+ msgstr ""
255
+
256
+ #: includes/admin/api-auth.php:381
257
+ msgid "Successfully deauthenticated."
258
+ msgstr ""
259
+
260
+ #: includes/admin/api-auth.php:384
261
+ msgid "Successfully force deauthenticated."
262
+ msgstr ""
263
+
264
+ #: includes/admin/api-auth.php:386
265
+ msgid "Could not deauthenticate."
266
+ msgstr ""
267
+
268
+ #: includes/admin/common.php:129
269
+ msgid "Loading..."
270
+ msgstr ""
271
+
272
+ #: includes/admin/common.php:130
273
+ msgid "Warning: You have unsaved setting changes. If you leave the settings page without saving your changes will be lost. Did you still want to leave the page?"
274
+ msgstr ""
275
+
276
+ #: includes/admin/common.php:132
277
+ msgid "Status: Active"
278
+ msgstr ""
279
+
280
+ #: includes/admin/common.php:133 includes/admin/pages/addons.php:468
281
+ msgid "Activate"
282
+ msgstr ""
283
+
284
+ #: includes/admin/common.php:134
285
+ msgid "Status: Network Activated"
286
+ msgstr ""
287
+
288
+ #: includes/admin/common.php:135 includes/admin/pages/addons.php:466
289
+ msgid "Network activate"
290
+ msgstr ""
291
+
292
+ #: includes/admin/common.php:137
293
+ msgid "Activating..."
294
+ msgstr ""
295
+
296
+ #: includes/admin/common.php:138 includes/admin/pages/addons.php:441
297
+ #: includes/admin/pages/addons.php:443
298
+ msgid "Deactivate"
299
+ msgstr ""
300
+
301
+ #: includes/admin/common.php:139 includes/admin/pages/addons.php:439
302
+ msgid "Network deactivate"
303
+ msgstr ""
304
+
305
+ #: includes/admin/common.php:141
306
+ msgid "Deactivating..."
307
+ msgstr ""
308
+
309
+ #: includes/admin/common.php:142
310
+ msgid "Status: Inactive"
311
+ msgstr ""
312
+
313
+ #: includes/admin/common.php:143
314
+ msgid "Status: Network inactive"
315
+ msgstr ""
316
+
317
+ #: includes/admin/common.php:144 includes/admin/pages/addons.php:398
318
+ msgid "Install"
319
+ msgstr ""
320
+
321
+ #: includes/admin/common.php:146
322
+ msgid "Installing..."
323
+ msgstr ""
324
+
325
+ #: includes/admin/common.php:147
326
+ msgid "Proceed"
327
+ msgstr ""
328
+
329
+ #: includes/admin/common.php:149
330
+ msgid "Copied!"
331
+ msgstr ""
332
+
333
+ #: includes/admin/common.php:150
334
+ msgid "Copy to Clipboard"
335
+ msgstr ""
336
+
337
+ #: includes/admin/common.php:151
338
+ msgid "Failed!"
339
+ msgstr ""
340
+
341
+ #: includes/admin/common.php:153
342
+ msgid "Shorten URL"
343
+ msgstr ""
344
+
345
+ #: includes/admin/common.php:154
346
+ msgid "Shortened!"
347
+ msgstr ""
348
+
349
+ #: includes/admin/common.php:155
350
+ msgid "Working..."
351
+ msgstr ""
352
+
353
+ #: includes/admin/common.php:156 includes/admin/pages/tools.php:87
354
+ msgid "Import"
355
+ msgstr ""
356
+
357
+ #: includes/admin/common.php:157
358
+ msgid "Imported!"
359
+ msgstr ""
360
+
361
+ #: includes/admin/common.php:158
362
+ msgid "Preparing to redirect:"
363
+ msgstr ""
364
+
365
+ #: includes/admin/common.php:159
366
+ msgid "You'll be redirected momentarily to complete authentication. This may take a couple seconds."
367
+ msgstr ""
368
+
369
+ #: includes/admin/common.php:160
370
+ msgid "Authentication Error:"
371
+ msgstr ""
372
+
373
+ #: includes/admin/common.php:161
374
+ msgid "Deauthenticating...."
375
+ msgstr ""
376
+
377
+ #: includes/admin/common.php:162
378
+ msgid "We're deactivating your site. This may take a couple seconds."
379
+ msgstr ""
380
+
381
+ #: includes/admin/common.php:163
382
+ msgid "Deactivation Error:"
383
+ msgstr ""
384
+
385
+ #: includes/admin/common.php:164
386
+ msgid "Deactivated Successfully!"
387
+ msgstr ""
388
+
389
+ #: includes/admin/common.php:165
390
+ msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
391
+ msgstr ""
392
+
393
+ #: includes/admin/common.php:166
394
+ msgid "Verifying...."
395
+ msgstr ""
396
+
397
+ #: includes/admin/common.php:167
398
+ msgid "We're verifying your site. This may take a couple seconds."
399
+ msgstr ""
400
+
401
+ #: includes/admin/common.php:168
402
+ msgid "Verification Error:"
403
+ msgstr ""
404
+
405
+ #: includes/admin/common.php:169
406
+ msgid "Verified Successfully!"
407
+ msgstr ""
408
+
409
+ #: includes/admin/common.php:170
410
+ msgid "Your site is connected to MonsterInsights!"
411
+ msgstr ""
412
+
413
+ #: includes/admin/common.php:171
414
+ msgid "OK"
415
+ msgstr ""
416
+
417
+ #: includes/admin/common.php:172
418
+ msgid "Force Deauthenticate"
419
+ msgstr ""
420
+
421
+ #: includes/admin/common.php:173
422
+ msgid "Refreshing Report"
423
+ msgstr ""
424
+
425
+ #: includes/admin/common.php:174
426
+ msgid "Loading new report data..."
427
+ msgstr ""
428
+
429
+ #: includes/admin/common.php:175
430
+ msgid "Success"
431
+ msgstr ""
432
+
433
+ #: includes/admin/common.php:176
434
+ msgid "Retrieved the new report data successfully"
435
+ msgstr ""
436
+
437
+ #: includes/admin/common.php:177
438
+ msgid "Error"
439
+ msgstr ""
440
+
441
+ #: includes/admin/common.php:473
442
+ #, php-format
443
+ msgid "MonsterInsights has detected that it's files are being blocked. This is usually caused by a adblock browser plugin (particularly uBlock Origin), or a conflicting WordPress theme or plugin. This issue only affects the admin side of MonsterInsights. To solve this, ensure MonsterInsights is whitelisted for your website URL in any adblock browser plugin you use. For step by step directions on how to do this, %1$sclick here%2$s. If this doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be happy to help diagnose the issue."
444
+ msgstr ""
445
+
446
+ #: includes/admin/licensing/license-actions.php:110
447
+ #: includes/admin/licensing/license-actions.php:162
448
+ #: includes/admin/licensing/license-actions.php:248
449
+ msgid "There was an error connecting to the remote key API. Please try again later."
450
+ msgstr ""
451
+
452
+ #: includes/admin/licensing/license-actions.php:127
453
+ msgid "Congratulations! This site is now receiving automatic updates."
454
+ msgstr ""
455
+
456
+ #: includes/admin/licensing/license-actions.php:198
457
+ msgid "Congratulations! Your key has been refreshed successfully."
458
+ msgstr ""
459
+
460
+ #: includes/admin/licensing/license-actions.php:259
461
+ msgid "Congratulations! You have deactivated the key from this site successfully."
462
+ msgstr ""
463
+
464
+ #: includes/admin/licensing/skin.php:86
465
+ msgid "There was an error installing the addon. Please try again."
466
+ msgstr ""
467
+
468
+ #: includes/admin/notice.php:225
469
+ msgid "Dismiss this notice"
470
+ msgstr ""
471
+
472
+ #: includes/admin/pages/addons.php:83
473
+ msgid "MonsterInsights Addons"
474
+ msgstr ""
475
+
476
+ #: includes/admin/pages/addons.php:86
477
+ msgid "Search MI Addons"
478
+ msgstr ""
479
+
480
+ #: includes/admin/pages/addons.php:88
481
+ msgid "Sort Ascending (A-Z)"
482
+ msgstr ""
483
+
484
+ #: includes/admin/pages/addons.php:89
485
+ msgid "Sort Descending (Z-A)"
486
+ msgstr ""
487
+
488
+ #: includes/admin/pages/addons.php:123
489
+ msgid "In order to get access to Addons, you need to resolve your license key errors."
490
+ msgstr ""
491
+
492
+ #: includes/admin/pages/addons.php:139
493
+ msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
494
+ msgstr ""
495
+
496
+ #: includes/admin/pages/addons.php:142
497
+ msgid "Refresh Addons"
498
+ msgstr ""
499
+
500
+ #: includes/admin/pages/addons.php:160
501
+ msgid "Available Addons:"
502
+ msgstr ""
503
+
504
+ #: includes/admin/pages/addons.php:180
505
+ msgid "Unlock More Addons"
506
+ msgstr ""
507
+
508
+ #: includes/admin/pages/addons.php:181
509
+ #, php-format
510
+ msgid "%1$sWant even more addons?%2$sUpgrade your MonsterInsights account%3$s and unlock the following addons:"
511
+ msgstr ""
512
+
513
+ #: includes/admin/pages/addons.php:373
514
+ #: includes/admin/reports/abstract-report.php:335
515
+ msgid "Upgrade Now"
516
+ msgstr ""
517
+
518
+ #: includes/admin/pages/addons.php:392
519
+ #, php-format
520
+ msgid "Status: %1$sNot Installed%2$s"
521
+ msgstr ""
522
+
523
+ #: includes/admin/pages/addons.php:403
524
+ msgid "Why can't I install addons?"
525
+ msgstr ""
526
+
527
+ #: includes/admin/pages/addons.php:430
528
+ #, php-format
529
+ msgid "Status: %1$sNetwork Active%2$s"
530
+ msgstr ""
531
+
532
+ #: includes/admin/pages/addons.php:432
533
+ #, php-format
534
+ msgid "Status: %1$sActive%2$s"
535
+ msgstr ""
536
+
537
+ #: includes/admin/pages/addons.php:458
538
+ #, php-format
539
+ msgid "Status: %1$sNetwork Inactive%2$s"
540
+ msgstr ""
541
+
542
+ #: includes/admin/pages/addons.php:460
543
+ #, php-format
544
+ msgid "Status: %1$sInactive%2$s"
545
+ msgstr ""
546
+
547
+ #: includes/admin/pages/network-settings.php:52
548
+ msgid "Activate your MonsterInsights license key on this panel to hide the license key settings and addon pages for subsites."
549
+ msgstr ""
550
+
551
+ #: includes/admin/pages/network-settings.php:65
552
+ #: includes/admin/settings/tab-general.php:54
553
+ msgid "License Key"
554
+ msgstr ""
555
+
556
+ #: includes/admin/pages/network-settings.php:72
557
+ #: includes/admin/settings/tab-general.php:61
558
+ msgid "Verify Key"
559
+ msgstr ""
560
+
561
+ #: includes/admin/pages/network-settings.php:73
562
+ #: includes/admin/settings/tab-general.php:62
563
+ msgid "Deactivate Key"
564
+ msgstr ""
565
+
566
+ #: includes/admin/pages/network-settings.php:75
567
+ #: includes/admin/settings/tab-general.php:64
568
+ msgid "Activate Key"
569
+ msgstr ""
570
+
571
+ #: includes/admin/pages/network-settings.php:77
572
+ #: includes/admin/settings/tab-general.php:69
573
+ msgid "The license key is used to enable updates for MonsterInsights Pro & addons, as well enable the ability to view reports. Deactivate your license if you want to use it on another WordPress site."
574
+ msgstr ""
575
+
576
+ #: includes/admin/pages/network-settings.php:86
577
+ #: includes/admin/settings/tab-general.php:79
578
+ msgid "License Key Type"
579
+ msgstr ""
580
+
581
+ #: includes/admin/pages/network-settings.php:91
582
+ #: includes/admin/settings/tab-general.php:84
583
+ #, php-format
584
+ msgid "Your license key type for this site is %s."
585
+ msgstr ""
586
+
587
+ #: includes/admin/pages/network-settings.php:93
588
+ #: includes/admin/settings/tab-general.php:89
589
+ msgid "No license key activated."
590
+ msgstr ""
591
+
592
+ #: includes/admin/pages/network-settings.php:97
593
+ #: includes/admin/settings/tab-general.php:94
594
+ msgid "Refresh Key"
595
+ msgstr ""
596
+
597
+ #: includes/admin/pages/network-settings.php:98
598
+ #: includes/admin/settings/tab-general.php:95
599
+ msgid "Click refresh if your license has been upgraded or the type is incorrect."
600
+ msgstr ""
601
+
602
+ #: includes/admin/pages/network-settings.php:106
603
+ #: includes/admin/settings/tab-general.php:103
604
+ msgid "Analytics Profile"
605
+ msgstr ""
606
+
607
+ #: includes/admin/pages/network-settings.php:108
608
+ #: includes/admin/settings/tab-general.php:105
609
+ msgid "Google Authentication"
610
+ msgstr ""
611
+
612
+ #: includes/admin/pages/network-settings.php:115
613
+ #: includes/admin/pages/network-settings.php:125
614
+ #: includes/admin/settings/tab-general.php:112
615
+ #: includes/admin/settings/tab-general.php:122
616
+ msgid "Please activate MonsterInsights Pro with an active, valid license key in order to use MonsterInsights Pro."
617
+ msgstr ""
618
+
619
+ #: includes/admin/pages/network-settings.php:117
620
+ #: includes/admin/settings/tab-general.php:114
621
+ msgid "Profile Active: "
622
+ msgstr ""
623
+
624
+ #: includes/admin/pages/network-settings.php:119
625
+ #: includes/admin/settings/tab-general.php:116
626
+ msgid "Re-Authenticate with your Google Account"
627
+ msgstr ""
628
+
629
+ #: includes/admin/pages/network-settings.php:120
630
+ #: includes/admin/settings/tab-general.php:117
631
+ msgid "Verify Credentials"
632
+ msgstr ""
633
+
634
+ #: includes/admin/pages/network-settings.php:121
635
+ #: includes/admin/settings/tab-general.php:118
636
+ msgid "Deauthenticate"
637
+ msgstr ""
638
+
639
+ #: includes/admin/pages/network-settings.php:128
640
+ #: includes/admin/settings/tab-general.php:125
641
+ msgid "Authenticate with your Google account"
642
+ msgstr ""
643
+
644
+ #: includes/admin/pages/network-settings.php:129
645
+ #, php-format
646
+ msgid "This is the default Google profile to use for subsites of a network (can be overriden at the single site level). Having issues automatically authenticating? %s Click here to authenticate manually %s."
647
+ msgstr ""
648
+
649
+ #: includes/admin/pages/network-settings.php:142
650
+ msgid "Network UA code"
651
+ msgstr ""
652
+
653
+ #: includes/admin/pages/network-settings.php:145
654
+ msgid "Save Network UA code"
655
+ msgstr ""
656
+
657
+ #: includes/admin/pages/network-settings.php:146
658
+ msgid "This is the default UA code to use for subsites of a network (can be overriden at the single site level)."
659
+ msgstr ""
660
+
661
+ #: includes/admin/pages/network-settings.php:156
662
+ #: includes/admin/settings/tab-general.php:176
663
+ msgid "Unlock MonsterInsights Pro"
664
+ msgstr ""
665
+
666
+ #: includes/admin/pages/network-settings.php:160
667
+ #: includes/admin/settings/tab-general.php:180
668
+ #, php-format
669
+ msgid "Already purchased an upgrade to MonsterInsights Pro? To unlock your Pro features and addons, %sfollow our upgrade guide%s to install MonsterInsights Pro."
670
+ msgstr ""
671
+
672
+ #: includes/admin/pages/network-settings.php:163
673
+ #: includes/admin/settings/tab-general.php:183
674
+ #, php-format
675
+ msgid "Don't yet have a Pro license? %sVisit our website%s to upgrade and learn more about all the amazing features, expanded report and powerful addons you unlock when you go Pro."
676
+ msgstr ""
677
+
678
+ #: includes/admin/pages/reports.php:93
679
+ #, php-format
680
+ msgid "%s Report"
681
+ msgstr ""
682
+
683
+ #: includes/admin/pages/reports.php:143
684
+ msgid "You don't have permission to view MonsterInsights reports."
685
+ msgstr ""
686
+
687
+ #: includes/admin/pages/reports.php:153
688
+ msgid "You can't view MonsterInsights reports because you are not licensed."
689
+ msgstr ""
690
+
691
+ #: includes/admin/pages/reports.php:159
692
+ msgid "You can't view MonsterInsights reports due to license key errors."
693
+ msgstr ""
694
+
695
+ #: includes/admin/pages/reports.php:167
696
+ msgid "You must authenticate with MonsterInsights before you can view reports."
697
+ msgstr ""
698
+
699
+ #: includes/admin/pages/reports.php:171 includes/admin/pages/reports.php:177
700
+ msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
701
+ msgstr ""
702
+
703
+ #: includes/admin/pages/settings.php:78 includes/admin/pages/settings.php:79
704
+ #: includes/admin/pages/tracking.php:41 includes/admin/pages/tracking.php:42
705
+ msgid "General"
706
+ msgstr ""
707
+
708
+ #: includes/admin/pages/settings.php:82 includes/admin/pages/settings.php:83
709
+ #: includes/admin/pages/tracking.php:45 includes/admin/pages/tracking.php:46
710
+ msgid "Tracking"
711
+ msgstr ""
712
+
713
+ #: includes/admin/pages/settings.php:147
714
+ msgid "Settings saved successfully."
715
+ msgstr ""
716
+
717
+ #: includes/admin/pages/settings.php:159
718
+ msgid "Invalid UA code."
719
+ msgstr ""
720
+
721
+ #: includes/admin/pages/tools.php:31 includes/admin/pages/tools.php:32
722
+ msgid "Import/Export"
723
+ msgstr ""
724
+
725
+ #: includes/admin/pages/tools.php:35
726
+ msgid "Campaign URL Builder"
727
+ msgstr ""
728
+
729
+ #: includes/admin/pages/tools.php:36
730
+ msgid "URL Builder"
731
+ msgstr ""
732
+
733
+ #: includes/admin/pages/tools.php:60
734
+ msgid "Setting Tools"
735
+ msgstr ""
736
+
737
+ #: includes/admin/pages/tools.php:61
738
+ msgid "You can use the below tools to import settings from other MonsterInsights websites or export settings to import into another MonsterInsights install."
739
+ msgstr ""
740
+
741
+ #: includes/admin/pages/tools.php:68
742
+ msgid "Import Settings"
743
+ msgstr ""
744
+
745
+ #: includes/admin/pages/tools.php:74
746
+ msgid "Successfully imported settings!"
747
+ msgstr ""
748
+
749
+ #: includes/admin/pages/tools.php:82
750
+ msgid "Paste the import field content from another MonsterInsights site in above."
751
+ msgstr ""
752
+
753
+ #: includes/admin/pages/tools.php:95
754
+ msgid "Export Settings:"
755
+ msgstr ""
756
+
757
+ #: includes/admin/pages/tools.php:107
758
+ msgid "Export"
759
+ msgstr ""
760
+
761
+ #: includes/admin/pages/tools.php:179
762
+ msgid "Please upload a valid .json file"
763
+ msgstr ""
764
+
765
+ #: includes/admin/pages/tools.php:185
766
+ msgid "Please upload a file to import"
767
+ msgstr ""
768
+
769
+ #: includes/admin/pages/tools.php:190
770
+ msgid "Please upload a real settings export file to import"
771
+ msgstr ""
772
+
773
+ #. Author of the plugin/theme
774
+ #: includes/admin/partials/header.php:19
775
+ msgid "MonsterInsights"
776
+ msgstr ""
777
+
778
+ #: includes/admin/partials/header.php:20
779
+ msgid "MonsterInsights Mascot"
780
+ msgstr ""
781
+
782
+ #: includes/admin/reports/abstract-report.php:54
783
+ msgid "Access denied"
784
+ msgstr ""
785
+
786
+ #: includes/admin/reports/abstract-report.php:62
787
+ #, php-format
788
+ msgid "Please %1$senable the dashboard%2$s to see report data."
789
+ msgstr ""
790
+
791
+ #: includes/admin/reports/abstract-report.php:68
792
+ msgid "The dashboard is disabled."
793
+ msgstr ""
794
+
795
+ #: includes/admin/reports/abstract-report.php:75
796
+ #, php-format
797
+ msgid "You do not have an active license. Please %1$scheck your license configuration.%2$s"
798
+ msgstr ""
799
+
800
+ #: includes/admin/reports/abstract-report.php:86
801
+ #, php-format
802
+ msgid "Please %1$sauthenticate %2$swith Google Analytics to allow the plugin to fetch data."
803
+ msgstr ""
804
+
805
+ #: includes/admin/reports/abstract-report.php:92
806
+ msgid "The Google oAuth authentication needs to be re-authenticated to view data."
807
+ msgstr ""
808
+
809
+ #: includes/admin/reports/abstract-report.php:117
810
+ msgid "No data found"
811
+ msgstr ""
812
+
813
+ #: includes/admin/reports/abstract-report.php:163
814
+ msgid "Invalid date range."
815
+ msgstr ""
816
+
817
+ #: includes/admin/reports/abstract-report.php:171
818
+ msgid "Please upgrade to MonsterInsights Pro to use custom date ranges."
819
+ msgstr ""
820
+
821
+ #: includes/admin/reports/abstract-report.php:263
822
+ msgid "You must authenticate with MonsterInsights to use reports."
823
+ msgstr ""
824
+
825
+ #: includes/admin/reports/abstract-report.php:306
826
+ #, php-format
827
+ msgid "You currently have a %s level license, but this report requires at least a %s level license to view the %s. Please upgrade to view this report."
828
+ msgstr ""
829
+
830
+ #: includes/admin/reports/abstract-report.php:315
831
+ msgid "Ready to Get Analytics Super-Powers?"
832
+ msgstr ""
833
+
834
+ #: includes/admin/reports/abstract-report.php:316
835
+ msgid "(And Crush Your Competition?)"
836
+ msgstr ""
837
+
838
+ #: includes/admin/reports/abstract-report.php:318
839
+ #, php-format
840
+ msgid ""
841
+ "Hey there! It looks like you've got the %s license installed on your site.\n"
842
+ "\t\t\t\t\t\t\t\t\t That's awesome! %s"
843
+ msgstr ""
844
+
845
+ #: includes/admin/reports/abstract-report.php:321
846
+ #, php-format
847
+ msgid "Do you you want to access to %s reporting right now%s in your WordPress Dashboard? That comes with %s level%s of our paid packages. You'll need to upgrade your license to get instant access."
848
+ msgstr ""
849
+
850
+ #: includes/admin/reports/abstract-report.php:322
851
+ #, php-format
852
+ msgid "It's easy! To upgrade, navigate to %sMy Account%s on MonsterInsights.com, go to the licenses tab, and click upgrade. We also have a %sstep by step guide%s with pictures of this process."
853
+ msgstr ""
854
+
855
+ #: includes/admin/reports/abstract-report.php:323
856
+ #: includes/admin/reports/abstract-report.php:330
857
+ msgid "If you have any questions, don't hesitate to reach out. We're here to help."
858
+ msgstr ""
859
+
860
+ #: includes/admin/reports/abstract-report.php:325
861
+ #, php-format
862
+ msgid ""
863
+ "Hey there! %s It looks like you've got the free version of MonsterInsights installed on your site.\n"
864
+ "\t\t\t\t\t\t\t\t\t That's awesome!"
865
+ msgstr ""
866
+
867
+ #: includes/admin/reports/abstract-report.php:328
868
+ #, php-format
869
+ msgid "Do you you want to access to %s reporting right now%s in your WordPress Dashboard? That comes with %s level%s of our paid packages. To get instant access, you'll want to buy a MonsterInsights license, which also gives you access to powerful addons, expanded reporting (including the ability to use custom date ranges), comprehensive tracking features (like UserID tracking) and access to our world-class support team."
870
+ msgstr ""
871
+
872
+ #: includes/admin/reports/abstract-report.php:329
873
+ #, php-format
874
+ msgid "Upgrading is easy! To upgrade, navigate to %sour pricing page%s, purchase the required license, and then follow the %sinstructions in the email receipt%s to upgrade. It only takes a few minutes to unlock the most powerful, yet easy to use analytics tracking system for WordPress."
875
+ msgstr ""
876
+
877
+ #: includes/admin/reports/overview.php:34
878
+ msgid "Overview"
879
+ msgstr ""
880
+
881
+ #: includes/admin/reports/overview.php:47
882
+ #: includes/admin/reports/overview.php:81
883
+ #: includes/admin/reports/overview.php:626
884
+ msgid "Sessions"
885
+ msgstr ""
886
+
887
+ #: includes/admin/reports/overview.php:52
888
+ #: includes/admin/reports/overview.php:626
889
+ msgid "Page Views"
890
+ msgstr ""
891
+
892
+ #: includes/admin/reports/overview.php:75
893
+ msgid "Up"
894
+ msgstr ""
895
+
896
+ #: includes/admin/reports/overview.php:76
897
+ msgid "Down"
898
+ msgstr ""
899
+
900
+ #: includes/admin/reports/overview.php:83
901
+ msgid "Session"
902
+ msgstr ""
903
+
904
+ #: includes/admin/reports/overview.php:83
905
+ msgid "A session is the browsing session of a single user to your site."
906
+ msgstr ""
907
+
908
+ #: includes/admin/reports/overview.php:89
909
+ #: includes/admin/reports/overview.php:116
910
+ #: includes/admin/reports/overview.php:143
911
+ #: includes/admin/reports/overview.php:170
912
+ msgid "No change"
913
+ msgstr ""
914
+
915
+ #: includes/admin/reports/overview.php:103
916
+ #: includes/admin/reports/overview.php:130
917
+ #: includes/admin/reports/overview.php:157
918
+ #: includes/admin/reports/overview.php:184
919
+ #, php-format
920
+ msgid "vs. Previous %s Days"
921
+ msgstr ""
922
+
923
+ #: includes/admin/reports/overview.php:108
924
+ #: includes/admin/reports/overview.php:110
925
+ msgid "Pageviews"
926
+ msgstr ""
927
+
928
+ #: includes/admin/reports/overview.php:110
929
+ msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
930
+ msgstr ""
931
+
932
+ #: includes/admin/reports/overview.php:135
933
+ msgid "Avg. Session Duration"
934
+ msgstr ""
935
+
936
+ #: includes/admin/reports/overview.php:137
937
+ msgid "Average Session Duration"
938
+ msgstr ""
939
+
940
+ #: includes/admin/reports/overview.php:137
941
+ msgid "Total duration of all sessions (in seconds) / number of sessions."
942
+ msgstr ""
943
+
944
+ #: includes/admin/reports/overview.php:162
945
+ #: includes/admin/reports/overview.php:164
946
+ msgid "Bounce Rate"
947
+ msgstr ""
948
+
949
+ #: includes/admin/reports/overview.php:164
950
+ msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
951
+ msgstr ""
952
+
953
+ #: includes/admin/reports/overview.php:194
954
+ #: includes/admin/reports/overview.php:196
955
+ msgid "New vs. Returning Visitors"
956
+ msgstr ""
957
+
958
+ #: includes/admin/reports/overview.php:196
959
+ msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
960
+ msgstr ""
961
+
962
+ #: includes/admin/reports/overview.php:284
963
+ msgid "New"
964
+ msgstr ""
965
+
966
+ #: includes/admin/reports/overview.php:285
967
+ msgid "Returning"
968
+ msgstr ""
969
+
970
+ #: includes/admin/reports/overview.php:343
971
+ #: includes/admin/reports/overview.php:345
972
+ msgid "Device Breakdown"
973
+ msgstr ""
974
+
975
+ #: includes/admin/reports/overview.php:345
976
+ msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
977
+ msgstr ""
978
+
979
+ #: includes/admin/reports/overview.php:435
980
+ msgid "Desktop"
981
+ msgstr ""
982
+
983
+ #: includes/admin/reports/overview.php:436
984
+ msgid "Tablet"
985
+ msgstr ""
986
+
987
+ #: includes/admin/reports/overview.php:437
988
+ msgid "Mobile"
989
+ msgstr ""
990
+
991
+ #: includes/admin/reports/overview.php:500
992
+ #: includes/admin/reports/overview.php:502
993
+ msgid "Top 10 Countries"
994
+ msgstr ""
995
+
996
+ #: includes/admin/reports/overview.php:502
997
+ msgid "This list shows the top countries your website visitors are from."
998
+ msgstr ""
999
+
1000
+ #: includes/admin/reports/overview.php:523
1001
+ msgid "View Full Countries Report"
1002
+ msgstr ""
1003
+
1004
+ #: includes/admin/reports/overview.php:523
1005
+ msgid "View All Countries Report"
1006
+ msgstr ""
1007
+
1008
+ #: includes/admin/reports/overview.php:530
1009
+ #: includes/admin/reports/overview.php:532
1010
+ msgid "Referrals"
1011
+ msgstr ""
1012
+
1013
+ #: includes/admin/reports/overview.php:532
1014
+ msgid "This list shows the top websites that send your website traffic, known as \"referral traffic\"."
1015
+ msgstr ""
1016
+
1017
+ #: includes/admin/reports/overview.php:559
1018
+ msgid "View All Referral Sources"
1019
+ msgstr ""
1020
+
1021
+ #: includes/admin/reports/overview.php:569
1022
+ #: includes/admin/reports/overview.php:572
1023
+ msgid "Top Posts / Pages"
1024
+ msgstr ""
1025
+
1026
+ #: includes/admin/reports/overview.php:572
1027
+ msgid "This list shows the most viewed posts and pages on your website."
1028
+ msgstr ""
1029
+
1030
+ #: includes/admin/reports/overview.php:604
1031
+ msgid "Show"
1032
+ msgstr ""
1033
+
1034
+ #: includes/admin/reports/overview.php:605
1035
+ msgid "How many to show"
1036
+ msgstr ""
1037
+
1038
+ #: includes/admin/reports/overview.php:610
1039
+ msgid "View Full Post/Page Report"
1040
+ msgstr ""
1041
+
1042
+ #: includes/admin/reports/overview.php:624
1043
+ msgid "UP"
1044
+ msgstr ""
1045
+
1046
+ #: includes/admin/reports/overview.php:625
1047
+ msgid "DOWN"
1048
+ msgstr ""
1049
+
1050
+ #: includes/admin/reports/overview.php:626
1051
+ msgid "Unique"
1052
+ msgstr ""
1053
+
1054
+ #: includes/admin/settings/register-settings.php:23
1055
+ msgid "Engagement"
1056
+ msgstr ""
1057
+
1058
+ #: includes/admin/settings/register-settings.php:27
1059
+ msgid "Demographics"
1060
+ msgstr ""
1061
+
1062
+ #: includes/admin/settings/register-settings.php:31
1063
+ msgid "Link Attribution"
1064
+ msgstr ""
1065
+
1066
+ #: includes/admin/settings/register-settings.php:35
1067
+ msgid "File Downloads"
1068
+ msgstr ""
1069
+
1070
+ #: includes/admin/settings/register-settings.php:39
1071
+ msgid "Affiliate Links"
1072
+ msgstr ""
1073
+
1074
+ #: includes/admin/settings/register-settings.php:43
1075
+ msgid "Social"
1076
+ msgstr ""
1077
+
1078
+ #: includes/admin/settings/register-settings.php:48
1079
+ msgid "Ads"
1080
+ msgstr ""
1081
+
1082
+ #: includes/admin/settings/register-settings.php:52
1083
+ msgid "Forms"
1084
+ msgstr ""
1085
+
1086
+ #: includes/admin/settings/register-settings.php:56
1087
+ #: lite/includes/admin/reports/report-ecommerce.php:22
1088
+ msgid "eCommerce"
1089
+ msgstr ""
1090
+
1091
+ #: includes/admin/settings/register-settings.php:60
1092
+ msgid "Media"
1093
+ msgstr ""
1094
+
1095
+ #: includes/admin/settings/register-settings.php:65
1096
+ msgid "Memberships"
1097
+ msgstr ""
1098
+
1099
+ #: includes/admin/settings/register-settings.php:70
1100
+ msgid "Custom Dimensions"
1101
+ msgstr ""
1102
+
1103
+ #: includes/admin/settings/register-settings.php:74
1104
+ msgid "Performance"
1105
+ msgstr ""
1106
+
1107
+ #: includes/admin/settings/register-settings.php:78
1108
+ msgid "Google AMP"
1109
+ msgstr ""
1110
+
1111
+ #: includes/admin/settings/register-settings.php:82
1112
+ msgid "Google Optimize"
1113
+ msgstr ""
1114
+
1115
+ #: includes/admin/settings/register-settings.php:86
1116
+ msgid "FB Instant Articles"
1117
+ msgstr ""
1118
+
1119
+ #: includes/admin/settings/register-settings.php:90
1120
+ msgid "Bounce Reduction"
1121
+ msgstr ""
1122
+
1123
+ #: includes/admin/settings/register-settings.php:95
1124
+ msgid "Additional Reporting"
1125
+ msgstr ""
1126
+
1127
+ #: includes/admin/settings/register-settings.php:100
1128
+ msgid "Notifications"
1129
+ msgstr ""
1130
+
1131
+ #: includes/admin/settings/register-settings.php:105
1132
+ msgid "Compatibility"
1133
+ msgstr ""
1134
+
1135
+ #: includes/admin/settings/register-settings.php:109
1136
+ msgid "Permissions"
1137
+ msgstr ""
1138
+
1139
+ #: includes/admin/settings/register-settings.php:153
1140
+ msgid "Ignore these user roles from tracking:"
1141
+ msgstr ""
1142
+
1143
+ #: includes/admin/settings/register-settings.php:154
1144
+ msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
1145
+ msgstr ""
1146
+
1147
+ #: includes/admin/settings/register-settings.php:163
1148
+ msgid "Enable MonsterInsights events tracking:"
1149
+ msgstr ""
1150
+
1151
+ #: includes/admin/settings/register-settings.php:164
1152
+ msgid "This turns on our Javascript based tracking system which among other things tracks clicks on outbound, affiliate, mail, telephone, hashed and download links."
1153
+ msgstr ""
1154
+
1155
+ #: includes/admin/settings/register-settings.php:168
1156
+ msgid "Yes (Recommended)"
1157
+ msgstr ""
1158
+
1159
+ #: includes/admin/settings/register-settings.php:169
1160
+ msgid "No"
1161
+ msgstr ""
1162
+
1163
+ #: includes/admin/settings/register-settings.php:179
1164
+ msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
1165
+ msgstr ""
1166
+
1167
+ #: includes/admin/settings/register-settings.php:180
1168
+ #, php-format
1169
+ msgid "Check this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%2$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
1170
+ msgstr ""
1171
+
1172
+ #: includes/admin/settings/register-settings.php:187
1173
+ msgid "Anonymize IP addresses?"
1174
+ msgstr ""
1175
+
1176
+ #: includes/admin/settings/register-settings.php:188
1177
+ #, php-format
1178
+ msgid "This adds %1$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
1179
+ msgstr ""
1180
+
1181
+ #: includes/admin/settings/register-settings.php:198
1182
+ msgid "Enable enhanced link attribution?"
1183
+ msgstr ""
1184
+
1185
+ #: includes/admin/settings/register-settings.php:199
1186
+ #, php-format
1187
+ msgid "Add %1$sEnhanced Link Attribution%2$s to your tracking code."
1188
+ msgstr ""
1189
+
1190
+ #: includes/admin/settings/register-settings.php:204
1191
+ msgid "Turn on anchor tracking"
1192
+ msgstr ""
1193
+
1194
+ #: includes/admin/settings/register-settings.php:205
1195
+ msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
1196
+ msgstr ""
1197
+
1198
+ #: includes/admin/settings/register-settings.php:210
1199
+ msgid "Turn on allowAnchor"
1200
+ msgstr ""
1201
+
1202
+ #: includes/admin/settings/register-settings.php:211
1203
+ #, php-format
1204
+ msgid "This adds a %1$s call to your tracking code, and makes RSS link tagging use a %2$s as well."
1205
+ msgstr ""
1206
+
1207
+ #: includes/admin/settings/register-settings.php:216
1208
+ msgid "Turn on allowLinker"
1209
+ msgstr ""
1210
+
1211
+ #: includes/admin/settings/register-settings.php:217
1212
+ #, php-format
1213
+ msgid "This adds a %1$s call to your tracking code, allowing you to use %2$s and related functions."
1214
+ msgstr ""
1215
+
1216
+ #: includes/admin/settings/register-settings.php:222
1217
+ msgid "Turn on tag links in RSS"
1218
+ msgstr ""
1219
+
1220
+ #: includes/admin/settings/register-settings.php:223
1221
+ #, php-format
1222
+ msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check %1$sthis help page%2$s for info on how to enable this feature in FeedBurner."
1223
+ msgstr ""
1224
+
1225
+ #: includes/admin/settings/register-settings.php:233
1226
+ msgid "Track downloads as an:"
1227
+ msgstr ""
1228
+
1229
+ #: includes/admin/settings/register-settings.php:234
1230
+ msgid "Tracking as pageviews is not recommended, as this would skew your statistics, but it does make it possible to track downloads as goals. This feature requires that event tracking be turned on."
1231
+ msgstr ""
1232
+
1233
+ #: includes/admin/settings/register-settings.php:238
1234
+ msgid "Event (recommended)"
1235
+ msgstr ""
1236
+
1237
+ #: includes/admin/settings/register-settings.php:239
1238
+ msgid "Pageview"
1239
+ msgstr ""
1240
+
1241
+ #: includes/admin/settings/register-settings.php:244
1242
+ msgid "Extensions of files to track as downloads:"
1243
+ msgstr ""
1244
+
1245
+ #: includes/admin/settings/register-settings.php:245
1246
+ msgid "If you have enabled event tracking, MonsterInsights will send an event/pageview to GA if a link to a local file has one of the above extensions."
1247
+ msgstr ""
1248
+
1249
+ #: includes/admin/settings/register-settings.php:255
1250
+ msgid "Set path for internal links to track as outbound links"
1251
+ msgstr ""
1252
+
1253
+ #: includes/admin/settings/register-settings.php:256
1254
+ #, php-format
1255
+ msgid "If you want to track all internal links that begin with %1$s, enter %1$s in the box above. If you have multiple prefixes you can separate them with comma's: %2$s"
1256
+ msgstr ""
1257
+
1258
+ #: includes/admin/settings/register-settings.php:261
1259
+ msgid "Label for those links:"
1260
+ msgstr ""
1261
+
1262
+ #: includes/admin/settings/register-settings.php:262
1263
+ #, php-format
1264
+ msgid "The label to use for these links, this will be added to where the click came from, so if the label is %s, the label for a click from the content of an article becomes \"outbound-link-aff\"."
1265
+ msgstr ""
1266
+
1267
+ #: includes/admin/settings/register-settings.php:328
1268
+ msgid "Domain to track as:"
1269
+ msgstr ""
1270
+
1271
+ #: includes/admin/settings/register-settings.php:329
1272
+ #, php-format
1273
+ msgid "This allows you to %1$sset the domain%2$s that's used for tracking. Only is used if set to a value, else defaults to automatic determination. It is very rare that you would need to use this setting."
1274
+ msgstr ""
1275
+
1276
+ #: includes/admin/settings/register-settings.php:334
1277
+ msgid "Custom code"
1278
+ msgstr ""
1279
+
1280
+ #: includes/admin/settings/register-settings.php:335
1281
+ #, php-format
1282
+ msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$s call."
1283
+ msgstr ""
1284
+
1285
+ #: includes/admin/settings/register-settings.php:340
1286
+ msgid "Enable Debug Mode"
1287
+ msgstr ""
1288
+
1289
+ #: includes/admin/settings/register-settings.php:341
1290
+ msgid "Turns on debugging in JS events tracking, logging of eCommerce requests and enables debug settings."
1291
+ msgstr ""
1292
+
1293
+ #: includes/admin/settings/register-settings.php:351
1294
+ msgid "Let these user roles see reports:"
1295
+ msgstr ""
1296
+
1297
+ #: includes/admin/settings/register-settings.php:361
1298
+ msgid "Let these user roles save settings:"
1299
+ msgstr ""
1300
+
1301
+ #: includes/admin/settings/register-settings.php:362
1302
+ #, php-format
1303
+ msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the %s capability."
1304
+ msgstr ""
1305
+
1306
+ #: includes/admin/settings/register-settings.php:371
1307
+ #: includes/admin/settings/tab-general.php:200
1308
+ msgid "Automatic Updates"
1309
+ msgstr ""
1310
+
1311
+ #: includes/admin/settings/register-settings.php:375
1312
+ #: includes/admin/settings/tab-general.php:203
1313
+ msgid "Yes (Recommended) - Get the latest features, bugfixes, and security updates as they are released."
1314
+ msgstr ""
1315
+
1316
+ #: includes/admin/settings/register-settings.php:376
1317
+ #: includes/admin/settings/tab-general.php:204
1318
+ msgid "Minor Only - Only get bugfixes and security updates, but not major features."
1319
+ msgstr ""
1320
+
1321
+ #: includes/admin/settings/register-settings.php:377
1322
+ #: includes/admin/settings/tab-general.php:205
1323
+ msgid "None - Manually update everything."
1324
+ msgstr ""
1325
+
1326
+ #: includes/admin/settings/register-settings.php:382
1327
+ #: includes/admin/settings/tab-general.php:212
1328
+ msgid "Allow Usage Tracking"
1329
+ msgstr ""
1330
+
1331
+ #: includes/admin/settings/register-settings.php:383
1332
+ #: includes/admin/settings/tab-general.php:213
1333
+ msgid "By allowing us to track usage data we can better help you, because we know with which WordPress configurations, themes and plugins we should test."
1334
+ msgstr ""
1335
+
1336
+ #: includes/admin/settings/settings-api.php:747
1337
+ #, php-format
1338
+ msgid "You must have the %s capability to view/edit this setting"
1339
+ msgstr ""
1340
+
1341
+ #: includes/admin/settings/settings-api.php:907
1342
+ #: includes/admin/settings/tab-tracking.php:109
1343
+ #: lite/includes/admin/tools.php:12
1344
+ msgid "Click here to Upgrade"
1345
+ msgstr ""
1346
+
1347
+ #: includes/admin/settings/settings-api.php:937
1348
+ #, php-format
1349
+ msgid "The callback function used for the %s setting is missing."
1350
+ msgstr ""
1351
+
1352
+ #: includes/admin/settings/settings-api.php:969
1353
+ #: includes/admin/settings/tab-general.php:233
1354
+ msgid "Save Changes"
1355
+ msgstr ""
1356
+
1357
+ #: includes/admin/settings/tab-general.php:67
1358
+ msgid "Your website is network licensed for MonsterInsights. Enter a license above only if you want to use a different Google Analytics profile for the reports and tracking on this subsite."
1359
+ msgstr ""
1360
+
1361
+ #: includes/admin/settings/tab-general.php:87
1362
+ msgid "No license key activated on this subsite."
1363
+ msgstr ""
1364
+
1365
+ #: includes/admin/settings/tab-general.php:126
1366
+ #, php-format
1367
+ msgid "Already have a Google Account, but don’t know if you’ve setup Google Analytics? %s Click here to login and find out%s."
1368
+ msgstr ""
1369
+
1370
+ #: includes/admin/settings/tab-general.php:128
1371
+ #, php-format
1372
+ msgid "Having issues automatically authenticating? %s Click here to authenticate manually%s."
1373
+ msgstr ""
1374
+
1375
+ #: includes/admin/settings/tab-general.php:147
1376
+ msgid "Manually enter your UA code"
1377
+ msgstr ""
1378
+
1379
+ #: includes/admin/settings/tab-general.php:151
1380
+ msgid "Warning: If you use a manual UA code, you won't be able to use the reports."
1381
+ msgstr ""
1382
+
1383
+ #: includes/admin/settings/tab-general.php:164
1384
+ msgid "Default Configuration:"
1385
+ msgstr ""
1386
+
1387
+ #: includes/admin/settings/tab-general.php:167
1388
+ #, php-format
1389
+ msgid "If you do not authenticate with MonsterInsights above, the network default %s will be used as the Google UA code."
1390
+ msgstr ""
1391
+
1392
+ #: includes/admin/settings/tab-general.php:191
1393
+ msgid "Disable Reports"
1394
+ msgstr ""
1395
+
1396
+ #: includes/admin/settings/tab-general.php:192
1397
+ msgid "Hide the reports page."
1398
+ msgstr ""
1399
+
1400
+ #: includes/admin/settings/tab-tracking.php:107
1401
+ #: lite/includes/admin/tools.php:10
1402
+ msgid "Want even more fine tuned control over your website analytics?"
1403
+ msgstr ""
1404
+
1405
+ #: includes/admin/settings/tab-tracking.php:108
1406
+ msgid "By upgrading to MonsterInsights Pro, you get access to numerous addons and tools that help you better understand what people are doing on your website, so you can keep doing more of what's working. Some of the features include: Ecommerce tracking, Author tracking, Post Type tracking, Ads tracking, Google AMP tracking, Performance optimization, and so much more!"
1407
+ msgstr ""
1408
+
1409
+ #: includes/admin/tracking.php:243
1410
+ msgid "Once Weekly"
1411
+ msgstr ""
1412
+
1413
+ #: includes/api-request.php:171
1414
+ msgid "The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue."
1415
+ msgstr ""
1416
+
1417
+ #: includes/api-request.php:275
1418
+ msgid "The API was unreachable."
1419
+ msgstr ""
1420
+
1421
+ #: includes/api-request.php:279
1422
+ #, php-format
1423
+ msgid "The API returned a <strong>%s</strong> response"
1424
+ msgstr ""
1425
+
1426
+ #: includes/api-request.php:283 includes/api-request.php:287
1427
+ #, php-format
1428
+ msgid "The API returned a <strong>%d</strong> response with this message: <strong>%s</strong>"
1429
+ msgstr ""
1430
+
1431
+ #: includes/api-request.php:295
1432
+ msgid "Improper API request."
1433
+ msgstr ""
1434
+
1435
+ #: includes/deprecated.php:126
1436
+ #, php-format
1437
+ msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s!"
1438
+ msgstr ""
1439
+
1440
+ #: includes/deprecated.php:179
1441
+ #, php-format
1442
+ msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s."
1443
+ msgstr ""
1444
+
1445
+ #: includes/frontend/tracking/class-tracking-analytics.php:195
1446
+ msgid "Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel."
1447
+ msgstr ""
1448
+
1449
+ #: includes/frontend/tracking/class-tracking-analytics.php:198
1450
+ msgid "Note: MonsterInsights does not track you as a logged in site administrator to prevent site owners from accidentally skewing their own Google Analytics data."
1451
+ msgstr ""
1452
+
1453
+ #: includes/frontend/tracking/class-tracking-analytics.php:201
1454
+ msgid "Note: You have not accepted the Cookie Notice."
1455
+ msgstr ""
1456
+
1457
+ #: includes/frontend/tracking/class-tracking-analytics.php:204
1458
+ msgid "Note: The site owner has disabled Google Analytics tracking for your user role."
1459
+ msgstr ""
1460
+
1461
+ #: includes/frontend/tracking/class-tracking-analytics.php:291
1462
+ msgid "Not running function"
1463
+ msgstr ""
1464
+
1465
+ #: includes/frontend/tracking/class-tracking-analytics.php:291
1466
+ #, php-format
1467
+ msgid "because you're not being tracked. %s"
1468
+ msgstr ""
1469
+
1470
+ #: includes/frontend/tracking/class-tracking-preview.php:77
1471
+ msgid "You are currently in a preview window. MonsterInsights doesn't track preview window traffic to avoid false visit reports."
1472
+ msgstr ""
1473
+
1474
+ #: includes/helpers.php:334
1475
+ msgid "United States"
1476
+ msgstr ""
1477
+
1478
+ #: includes/helpers.php:335
1479
+ msgid "Canada"
1480
+ msgstr ""
1481
+
1482
+ #: includes/helpers.php:336
1483
+ msgid "United Kingdom"
1484
+ msgstr ""
1485
+
1486
+ #: includes/helpers.php:337
1487
+ msgid "Afghanistan"
1488
+ msgstr ""
1489
+
1490
+ #: includes/helpers.php:338
1491
+ msgid "&#197;land Islands"
1492
+ msgstr ""
1493
+
1494
+ #: includes/helpers.php:339
1495
+ msgid "Albania"
1496
+ msgstr ""
1497
+
1498
+ #: includes/helpers.php:340
1499
+ msgid "Algeria"
1500
+ msgstr ""
1501
+
1502
+ #: includes/helpers.php:341
1503
+ msgid "American Samoa"
1504
+ msgstr ""
1505
+
1506
+ #: includes/helpers.php:342
1507
+ msgid "Andorra"
1508
+ msgstr ""
1509
+
1510
+ #: includes/helpers.php:343
1511
+ msgid "Angola"
1512
+ msgstr ""
1513
+
1514
+ #: includes/helpers.php:344
1515
+ msgid "Anguilla"
1516
+ msgstr ""
1517
+
1518
+ #: includes/helpers.php:345
1519
+ msgid "Antarctica"
1520
+ msgstr ""
1521
+
1522
+ #: includes/helpers.php:346
1523
+ msgid "Antigua and Barbuda"
1524
+ msgstr ""
1525
+
1526
+ #: includes/helpers.php:347
1527
+ msgid "Argentina"
1528
+ msgstr ""
1529
+
1530
+ #: includes/helpers.php:348
1531
+ msgid "Armenia"
1532
+ msgstr ""
1533
+
1534
+ #: includes/helpers.php:349
1535
+ msgid "Aruba"
1536
+ msgstr ""
1537
+
1538
+ #: includes/helpers.php:350
1539
+ msgid "Australia"
1540
+ msgstr ""
1541
+
1542
+ #: includes/helpers.php:351
1543
+ msgid "Austria"
1544
+ msgstr ""
1545
+
1546
+ #: includes/helpers.php:352
1547
+ msgid "Azerbaijan"
1548
+ msgstr ""
1549
+
1550
+ #: includes/helpers.php:353
1551
+ msgid "Bahamas"
1552
+ msgstr ""
1553
+
1554
+ #: includes/helpers.php:354
1555
+ msgid "Bahrain"
1556
+ msgstr ""
1557
+
1558
+ #: includes/helpers.php:355
1559
+ msgid "Bangladesh"
1560
+ msgstr ""
1561
+
1562
+ #: includes/helpers.php:356
1563
+ msgid "Barbados"
1564
+ msgstr ""
1565
+
1566
+ #: includes/helpers.php:357
1567
+ msgid "Belarus"
1568
+ msgstr ""
1569
+
1570
+ #: includes/helpers.php:358
1571
+ msgid "Belgium"
1572
+ msgstr ""
1573
+
1574
+ #: includes/helpers.php:359
1575
+ msgid "Belize"
1576
+ msgstr ""
1577
+
1578
+ #: includes/helpers.php:360
1579
+ msgid "Benin"
1580
+ msgstr ""
1581
+
1582
+ #: includes/helpers.php:361
1583
+ msgid "Bermuda"
1584
+ msgstr ""
1585
+
1586
+ #: includes/helpers.php:362
1587
+ msgid "Bhutan"
1588
+ msgstr ""
1589
+
1590
+ #: includes/helpers.php:363
1591
+ msgid "Bolivia"
1592
+ msgstr ""
1593
+
1594
+ #: includes/helpers.php:364
1595
+ msgid "Bonaire, Saint Eustatius and Saba"
1596
+ msgstr ""
1597
+
1598
+ #: includes/helpers.php:365
1599
+ msgid "Bosnia and Herzegovina"
1600
+ msgstr ""
1601
+
1602
+ #: includes/helpers.php:366
1603
+ msgid "Botswana"
1604
+ msgstr ""
1605
+
1606
+ #: includes/helpers.php:367
1607
+ msgid "Bouvet Island"
1608
+ msgstr ""
1609
+
1610
+ #: includes/helpers.php:368
1611
+ msgid "Brazil"
1612
+ msgstr ""
1613
+
1614
+ #: includes/helpers.php:369
1615
+ msgid "British Indian Ocean Territory"
1616
+ msgstr ""
1617
+
1618
+ #: includes/helpers.php:370
1619
+ msgid "Brunei Darrussalam"
1620
+ msgstr ""
1621
+
1622
+ #: includes/helpers.php:371
1623
+ msgid "Bulgaria"
1624
+ msgstr ""
1625
+
1626
+ #: includes/helpers.php:372
1627
+ msgid "Burkina Faso"
1628
+ msgstr ""
1629
+
1630
+ #: includes/helpers.php:373
1631
+ msgid "Burundi"
1632
+ msgstr ""
1633
+
1634
+ #: includes/helpers.php:374
1635
+ msgid "Cambodia"
1636
+ msgstr ""
1637
+
1638
+ #: includes/helpers.php:375
1639
+ msgid "Cameroon"
1640
+ msgstr ""
1641
+
1642
+ #: includes/helpers.php:376
1643
+ msgid "Cape Verde"
1644
+ msgstr ""
1645
+
1646
+ #: includes/helpers.php:377
1647
+ msgid "Cayman Islands"
1648
+ msgstr ""
1649
+
1650
+ #: includes/helpers.php:378
1651
+ msgid "Central African Republic"
1652
+ msgstr ""
1653
+
1654
+ #: includes/helpers.php:379
1655
+ msgid "Chad"
1656
+ msgstr ""
1657
+
1658
+ #: includes/helpers.php:380
1659
+ msgid "Chile"
1660
+ msgstr ""
1661
+
1662
+ #: includes/helpers.php:381
1663
+ msgid "China"
1664
+ msgstr ""
1665
+
1666
+ #: includes/helpers.php:382
1667
+ msgid "Christmas Island"
1668
+ msgstr ""
1669
+
1670
+ #: includes/helpers.php:383
1671
+ msgid "Cocos Islands"
1672
+ msgstr ""
1673
+
1674
+ #: includes/helpers.php:384
1675
+ msgid "Colombia"
1676
+ msgstr ""
1677
+
1678
+ #: includes/helpers.php:385
1679
+ msgid "Comoros"
1680
+ msgstr ""
1681
+
1682
+ #: includes/helpers.php:386
1683
+ msgid "Congo, Democratic People's Republic"
1684
+ msgstr ""
1685
+
1686
+ #: includes/helpers.php:387
1687
+ msgid "Congo, Republic of"
1688
+ msgstr ""
1689
+
1690
+ #: includes/helpers.php:388
1691
+ msgid "Cook Islands"
1692
+ msgstr ""
1693
+
1694
+ #: includes/helpers.php:389
1695
+ msgid "Costa Rica"
1696
+ msgstr ""
1697
+
1698
+ #: includes/helpers.php:390
1699
+ msgid "Cote d'Ivoire"
1700
+ msgstr ""
1701
+
1702
+ #: includes/helpers.php:391
1703
+ msgid "Croatia/Hrvatska"
1704
+ msgstr ""
1705
+
1706
+ #: includes/helpers.php:392
1707
+ msgid "Cuba"
1708
+ msgstr ""
1709
+
1710
+ #: includes/helpers.php:393
1711
+ msgid "Cura&Ccedil;ao"
1712
+ msgstr ""
1713
+
1714
+ #: includes/helpers.php:394
1715
+ msgid "Cyprus"
1716
+ msgstr ""
1717
+
1718
+ #: includes/helpers.php:395
1719
+ msgid "Czechia"
1720
+ msgstr ""
1721
+
1722
+ #: includes/helpers.php:396
1723
+ msgid "Denmark"
1724
+ msgstr ""
1725
+
1726
+ #: includes/helpers.php:397
1727
+ msgid "Djibouti"
1728
+ msgstr ""
1729
+
1730
+ #: includes/helpers.php:398
1731
+ msgid "Dominica"
1732
+ msgstr ""
1733
+
1734
+ #: includes/helpers.php:399
1735
+ msgid "Dominican Republic"
1736
+ msgstr ""
1737
+
1738
+ #: includes/helpers.php:400
1739
+ msgid "East Timor"
1740
+ msgstr ""
1741
+
1742
+ #: includes/helpers.php:401
1743
+ msgid "Ecuador"
1744
+ msgstr ""
1745
+
1746
+ #: includes/helpers.php:402
1747
+ msgid "Egypt"
1748
+ msgstr ""
1749
+
1750
+ #: includes/helpers.php:403
1751
+ msgid "Equatorial Guinea"
1752
+ msgstr ""
1753
+
1754
+ #: includes/helpers.php:404
1755
+ msgid "El Salvador"
1756
+ msgstr ""
1757
+
1758
+ #: includes/helpers.php:405
1759
+ msgid "Eritrea"
1760
+ msgstr ""
1761
+
1762
+ #: includes/helpers.php:406
1763
+ msgid "Estonia"
1764
+ msgstr ""
1765
+
1766
+ #: includes/helpers.php:407
1767
+ msgid "Ethiopia"
1768
+ msgstr ""
1769
+
1770
+ #: includes/helpers.php:408
1771
+ msgid "Falkland Islands"
1772
+ msgstr ""
1773
+
1774
+ #: includes/helpers.php:409
1775
+ msgid "Faroe Islands"
1776
+ msgstr ""
1777
+
1778
+ #: includes/helpers.php:410
1779
+ msgid "Fiji"
1780
+ msgstr ""
1781
+
1782
+ #: includes/helpers.php:411
1783
+ msgid "Finland"
1784
+ msgstr ""
1785
+
1786
+ #: includes/helpers.php:412
1787
+ msgid "France"
1788
+ msgstr ""
1789
+
1790
+ #: includes/helpers.php:413
1791
+ msgid "French Guiana"
1792
+ msgstr ""
1793
+
1794
+ #: includes/helpers.php:414
1795
+ msgid "French Polynesia"
1796
+ msgstr ""
1797
+
1798
+ #: includes/helpers.php:415
1799
+ msgid "French Southern Territories"
1800
+ msgstr ""
1801
+
1802
+ #: includes/helpers.php:416
1803
+ msgid "Gabon"
1804
+ msgstr ""
1805
+
1806
+ #: includes/helpers.php:417
1807
+ msgid "Gambia"
1808
+ msgstr ""
1809
+
1810
+ #: includes/helpers.php:418
1811
+ msgid "Georgia"
1812
+ msgstr ""
1813
+
1814
+ #: includes/helpers.php:419
1815
+ msgid "Germany"
1816
+ msgstr ""
1817
+
1818
+ #: includes/helpers.php:420
1819
+ msgid "Greece"
1820
+ msgstr ""
1821
+
1822
+ #: includes/helpers.php:421
1823
+ msgid "Ghana"
1824
+ msgstr ""
1825
+
1826
+ #: includes/helpers.php:422
1827
+ msgid "Gibraltar"
1828
+ msgstr ""
1829
+
1830
+ #: includes/helpers.php:423
1831
+ msgid "Greenland"
1832
+ msgstr ""
1833
+
1834
+ #: includes/helpers.php:424
1835
+ msgid "Grenada"
1836
+ msgstr ""
1837
+
1838
+ #: includes/helpers.php:425
1839
+ msgid "Guadeloupe"
1840
+ msgstr ""
1841
+
1842
+ #: includes/helpers.php:426
1843
+ msgid "Guam"
1844
+ msgstr ""
1845
+
1846
+ #: includes/helpers.php:427
1847
+ msgid "Guatemala"
1848
+ msgstr ""
1849
+
1850
+ #: includes/helpers.php:428
1851
+ msgid "Guernsey"
1852
+ msgstr ""
1853
+
1854
+ #: includes/helpers.php:429
1855
+ msgid "Guinea"
1856
+ msgstr ""
1857
+
1858
+ #: includes/helpers.php:430
1859
+ msgid "Guinea-Bissau"
1860
+ msgstr ""
1861
+
1862
+ #: includes/helpers.php:431
1863
+ msgid "Guyana"
1864
+ msgstr ""
1865
+
1866
+ #: includes/helpers.php:432
1867
+ msgid "Haiti"
1868
+ msgstr ""
1869
+
1870
+ #: includes/helpers.php:433
1871
+ msgid "Heard and McDonald Islands"
1872
+ msgstr ""
1873
+
1874
+ #: includes/helpers.php:434
1875
+ msgid "Holy See (City Vatican State)"
1876
+ msgstr ""
1877
+
1878
+ #: includes/helpers.php:435
1879
+ msgid "Honduras"
1880
+ msgstr ""
1881
+
1882
+ #: includes/helpers.php:436
1883
+ msgid "Hong Kong"
1884
+ msgstr ""
1885
+
1886
+ #: includes/helpers.php:437
1887
+ msgid "Hungary"
1888
+ msgstr ""
1889
+
1890
+ #: includes/helpers.php:438
1891
+ msgid "Iceland"
1892
+ msgstr ""
1893
+
1894
+ #: includes/helpers.php:439
1895
+ msgid "India"
1896
+ msgstr ""
1897
+
1898
+ #: includes/helpers.php:440
1899
+ msgid "Indonesia"
1900
+ msgstr ""
1901
+
1902
+ #: includes/helpers.php:441
1903
+ msgid "Iran"
1904
+ msgstr ""
1905
+
1906
+ #: includes/helpers.php:442
1907
+ msgid "Iraq"
1908
+ msgstr ""
1909
+
1910
+ #: includes/helpers.php:443
1911
+ msgid "Ireland"
1912
+ msgstr ""
1913
+
1914
+ #: includes/helpers.php:444
1915
+ msgid "Isle of Man"
1916
+ msgstr ""
1917
+
1918
+ #: includes/helpers.php:445
1919
+ msgid "Israel"
1920
+ msgstr ""
1921
+
1922
+ #: includes/helpers.php:446
1923
+ msgid "Italy"
1924
+ msgstr ""
1925
+
1926
+ #: includes/helpers.php:447
1927
+ msgid "Jamaica"
1928
+ msgstr ""
1929
+
1930
+ #: includes/helpers.php:448
1931
+ msgid "Japan"
1932
+ msgstr ""
1933
+
1934
+ #: includes/helpers.php:449
1935
+ msgid "Jersey"
1936
+ msgstr ""
1937
+
1938
+ #: includes/helpers.php:450
1939
+ msgid "Jordan"
1940
+ msgstr ""
1941
+
1942
+ #: includes/helpers.php:451
1943
+ msgid "Kazakhstan"
1944
+ msgstr ""
1945
+
1946
+ #: includes/helpers.php:452
1947
+ msgid "Kenya"
1948
+ msgstr ""
1949
+
1950
+ #: includes/helpers.php:453
1951
+ msgid "Kiribati"
1952
+ msgstr ""
1953
+
1954
+ #: includes/helpers.php:454
1955
+ msgid "Kuwait"
1956
+ msgstr ""
1957
+
1958
+ #: includes/helpers.php:455
1959
+ msgid "Kyrgyzstan"
1960
+ msgstr ""
1961
+
1962
+ #: includes/helpers.php:456
1963
+ msgid "Lao People's Democratic Republic"
1964
+ msgstr ""
1965
+
1966
+ #: includes/helpers.php:457
1967
+ msgid "Latvia"
1968
+ msgstr ""
1969
+
1970
+ #: includes/helpers.php:458
1971
+ msgid "Lebanon"
1972
+ msgstr ""
1973
+
1974
+ #: includes/helpers.php:459
1975
+ msgid "Lesotho"
1976
+ msgstr ""
1977
+
1978
+ #: includes/helpers.php:460
1979
+ msgid "Liberia"
1980
+ msgstr ""
1981
+
1982
+ #: includes/helpers.php:461
1983
+ msgid "Libyan Arab Jamahiriya"
1984
+ msgstr ""
1985
+
1986
+ #: includes/helpers.php:462
1987
+ msgid "Liechtenstein"
1988
+ msgstr ""
1989
+
1990
+ #: includes/helpers.php:463
1991
+ msgid "Lithuania"
1992
+ msgstr ""
1993
+
1994
+ #: includes/helpers.php:464
1995
+ msgid "Luxembourg"
1996
+ msgstr ""
1997
+
1998
+ #: includes/helpers.php:465
1999
+ msgid "Macau"
2000
+ msgstr ""
2001
+
2002
+ #: includes/helpers.php:466
2003
+ msgid "Macedonia"
2004
+ msgstr ""
2005
+
2006
+ #: includes/helpers.php:467
2007
+ msgid "Madagascar"
2008
+ msgstr ""
2009
+
2010
+ #: includes/helpers.php:468
2011
+ msgid "Malawi"
2012
+ msgstr ""
2013
+
2014
+ #: includes/helpers.php:469
2015
+ msgid "Malaysia"
2016
+ msgstr ""
2017
+
2018
+ #: includes/helpers.php:470
2019
+ msgid "Maldives"
2020
+ msgstr ""
2021
+
2022
+ #: includes/helpers.php:471
2023
+ msgid "Mali"
2024
+ msgstr ""
2025
+
2026
+ #: includes/helpers.php:472
2027
+ msgid "Malta"
2028
+ msgstr ""
2029
+
2030
+ #: includes/helpers.php:473
2031
+ msgid "Marshall Islands"
2032
+ msgstr ""
2033
+
2034
+ #: includes/helpers.php:474
2035
+ msgid "Martinique"
2036
+ msgstr ""
2037
+
2038
+ #: includes/helpers.php:475
2039
+ msgid "Mauritania"
2040
+ msgstr ""
2041
+
2042
+ #: includes/helpers.php:476
2043
+ msgid "Mauritius"
2044
+ msgstr ""
2045
+
2046
+ #: includes/helpers.php:477
2047
+ msgid "Mayotte"
2048
+ msgstr ""
2049
+
2050
+ #: includes/helpers.php:478
2051
+ msgid "Mexico"
2052
+ msgstr ""
2053
+
2054
+ #: includes/helpers.php:479
2055
+ msgid "Micronesia"
2056
+ msgstr ""
2057
+
2058
+ #: includes/helpers.php:480
2059
+ msgid "Moldova, Republic of"
2060
+ msgstr ""
2061
+
2062
+ #: includes/helpers.php:481
2063
+ msgid "Monaco"
2064
+ msgstr ""
2065
+
2066
+ #: includes/helpers.php:482
2067
+ msgid "Mongolia"
2068
+ msgstr ""
2069
+
2070
+ #: includes/helpers.php:483
2071
+ msgid "Montenegro"
2072
+ msgstr ""
2073
+
2074
+ #: includes/helpers.php:484
2075
+ msgid "Montserrat"
2076
+ msgstr ""
2077
+
2078
+ #: includes/helpers.php:485
2079
+ msgid "Morocco"
2080
+ msgstr ""
2081
+
2082
+ #: includes/helpers.php:486
2083
+ msgid "Mozambique"
2084
+ msgstr ""
2085
+
2086
+ #: includes/helpers.php:487
2087
+ msgid "Myanmar"
2088
+ msgstr ""
2089
+
2090
+ #: includes/helpers.php:488
2091
+ msgid "Namibia"
2092
+ msgstr ""
2093
+
2094
+ #: includes/helpers.php:489
2095
+ msgid "Nauru"
2096
+ msgstr ""
2097
+
2098
+ #: includes/helpers.php:490
2099
+ msgid "Nepal"
2100
+ msgstr ""
2101
+
2102
+ #: includes/helpers.php:491
2103
+ msgid "Netherlands"
2104
+ msgstr ""
2105
+
2106
+ #: includes/helpers.php:492
2107
+ msgid "Netherlands Antilles"
2108
+ msgstr ""
2109
+
2110
+ #: includes/helpers.php:493
2111
+ msgid "New Caledonia"
2112
+ msgstr ""
2113
+
2114
+ #: includes/helpers.php:494
2115
+ msgid "New Zealand"
2116
+ msgstr ""
2117
+
2118
+ #: includes/helpers.php:495
2119
+ msgid "Nicaragua"
2120
+ msgstr ""
2121
+
2122
+ #: includes/helpers.php:496
2123
+ msgid "Niger"
2124
+ msgstr ""
2125
+
2126
+ #: includes/helpers.php:497
2127
+ msgid "Nigeria"
2128
+ msgstr ""
2129
+
2130
+ #: includes/helpers.php:498
2131
+ msgid "Niue"
2132
+ msgstr ""
2133
+
2134
+ #: includes/helpers.php:499
2135
+ msgid "Norfolk Island"
2136
+ msgstr ""
2137
+
2138
+ #: includes/helpers.php:500
2139
+ msgid "North Korea"
2140
+ msgstr ""
2141
+
2142
+ #: includes/helpers.php:501
2143
+ msgid "Northern Mariana Islands"
2144
+ msgstr ""
2145
+
2146
+ #: includes/helpers.php:502
2147
+ msgid "Norway"
2148
+ msgstr ""
2149
+
2150
+ #: includes/helpers.php:503
2151
+ msgid "Oman"
2152
+ msgstr ""
2153
+
2154
+ #: includes/helpers.php:504
2155
+ msgid "Pakistan"
2156
+ msgstr ""
2157
+
2158
+ #: includes/helpers.php:505
2159
+ msgid "Palau"
2160
+ msgstr ""
2161
+
2162
+ #: includes/helpers.php:506
2163
+ msgid "Palestinian Territories"
2164
+ msgstr ""
2165
+
2166
+ #: includes/helpers.php:507
2167
+ msgid "Panama"
2168
+ msgstr ""
2169
+
2170
+ #: includes/helpers.php:508
2171
+ msgid "Papua New Guinea"
2172
+ msgstr ""
2173
+
2174
+ #: includes/helpers.php:509
2175
+ msgid "Paraguay"
2176
+ msgstr ""
2177
+
2178
+ #: includes/helpers.php:510
2179
+ msgid "Peru"
2180
+ msgstr ""
2181
+
2182
+ #: includes/helpers.php:511
2183
+ msgid "Philippines"
2184
+ msgstr ""
2185
+
2186
+ #: includes/helpers.php:512
2187
+ msgid "Pitcairn Island"
2188
+ msgstr ""
2189
+
2190
+ #: includes/helpers.php:513
2191
+ msgid "Poland"
2192
+ msgstr ""
2193
+
2194
+ #: includes/helpers.php:514
2195
+ msgid "Portugal"
2196
+ msgstr ""
2197
+
2198
+ #: includes/helpers.php:515
2199
+ msgid "Puerto Rico"
2200
+ msgstr ""
2201
+
2202
+ #: includes/helpers.php:516
2203
+ msgid "Qatar"
2204
+ msgstr ""
2205
+
2206
+ #: includes/helpers.php:517
2207
+ msgid "Republic of Kosovo"
2208
+ msgstr ""
2209
+
2210
+ #: includes/helpers.php:518
2211
+ msgid "Reunion Island"
2212
+ msgstr ""
2213
+
2214
+ #: includes/helpers.php:519
2215
+ msgid "Romania"
2216
+ msgstr ""
2217
+
2218
+ #: includes/helpers.php:520
2219
+ msgid "Russian Federation"
2220
+ msgstr ""
2221
+
2222
+ #: includes/helpers.php:521
2223
+ msgid "Rwanda"
2224
+ msgstr ""
2225
+
2226
+ #: includes/helpers.php:522
2227
+ msgid "Saint Barth&eacute;lemy"
2228
+ msgstr ""
2229
+
2230
+ #: includes/helpers.php:523
2231
+ msgid "Saint Helena"
2232
+ msgstr ""
2233
+
2234
+ #: includes/helpers.php:524
2235
+ msgid "Saint Kitts and Nevis"
2236
+ msgstr ""
2237
+
2238
+ #: includes/helpers.php:525
2239
+ msgid "Saint Lucia"
2240
+ msgstr ""
2241
+
2242
+ #: includes/helpers.php:526
2243
+ msgid "Saint Martin (French)"
2244
+ msgstr ""
2245
+
2246
+ #: includes/helpers.php:527
2247
+ msgid "Saint Martin (Dutch)"
2248
+ msgstr ""
2249
+
2250
+ #: includes/helpers.php:528
2251
+ msgid "Saint Pierre and Miquelon"
2252
+ msgstr ""
2253
+
2254
+ #: includes/helpers.php:529
2255
+ msgid "Saint Vincent and the Grenadines"
2256
+ msgstr ""
2257
+
2258
+ #: includes/helpers.php:530
2259
+ msgid "San Marino"
2260
+ msgstr ""
2261
+
2262
+ #: includes/helpers.php:531
2263
+ msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
2264
+ msgstr ""
2265
+
2266
+ #: includes/helpers.php:532
2267
+ msgid "Saudi Arabia"
2268
+ msgstr ""
2269
+
2270
+ #: includes/helpers.php:533
2271
+ msgid "Senegal"
2272
+ msgstr ""
2273
+
2274
+ #: includes/helpers.php:534
2275
+ msgid "Serbia"
2276
+ msgstr ""
2277
+
2278
+ #: includes/helpers.php:535
2279
+ msgid "Seychelles"
2280
+ msgstr ""
2281
+
2282
+ #: includes/helpers.php:536
2283
+ msgid "Sierra Leone"
2284
+ msgstr ""
2285
+
2286
+ #: includes/helpers.php:537
2287
+ msgid "Singapore"
2288
+ msgstr ""
2289
+
2290
+ #: includes/helpers.php:538
2291
+ msgid "Slovak Republic"
2292
+ msgstr ""
2293
+
2294
+ #: includes/helpers.php:539
2295
+ msgid "Slovenia"
2296
+ msgstr ""
2297
+
2298
+ #: includes/helpers.php:540
2299
+ msgid "Solomon Islands"
2300
+ msgstr ""
2301
+
2302
+ #: includes/helpers.php:541
2303
+ msgid "Somalia"
2304
+ msgstr ""
2305
+
2306
+ #: includes/helpers.php:542
2307
+ msgid "South Africa"
2308
+ msgstr ""
2309
+
2310
+ #: includes/helpers.php:543
2311
+ msgid "South Georgia"
2312
+ msgstr ""
2313
+
2314
+ #: includes/helpers.php:544
2315
+ msgid "South Korea"
2316
+ msgstr ""
2317
+
2318
+ #: includes/helpers.php:545
2319
+ msgid "South Sudan"
2320
+ msgstr ""
2321
+
2322
+ #: includes/helpers.php:546
2323
+ msgid "Spain"
2324
+ msgstr ""
2325
+
2326
+ #: includes/helpers.php:547
2327
+ msgid "Sri Lanka"
2328
+ msgstr ""
2329
+
2330
+ #: includes/helpers.php:548
2331
+ msgid "Sudan"
2332
+ msgstr ""
2333
+
2334
+ #: includes/helpers.php:549
2335
+ msgid "Suriname"
2336
+ msgstr ""
2337
+
2338
+ #: includes/helpers.php:550
2339
+ msgid "Svalbard and Jan Mayen Islands"
2340
+ msgstr ""
2341
+
2342
+ #: includes/helpers.php:551
2343
+ msgid "Swaziland"
2344
+ msgstr ""
2345
+
2346
+ #: includes/helpers.php:552
2347
+ msgid "Sweden"
2348
+ msgstr ""
2349
+
2350
+ #: includes/helpers.php:553
2351
+ msgid "Switzerland"
2352
+ msgstr ""
2353
+
2354
+ #: includes/helpers.php:554
2355
+ msgid "Syrian Arab Republic"
2356
+ msgstr ""
2357
+
2358
+ #: includes/helpers.php:555
2359
+ msgid "Taiwan"
2360
+ msgstr ""
2361
+
2362
+ #: includes/helpers.php:556
2363
+ msgid "Tajikistan"
2364
+ msgstr ""
2365
+
2366
+ #: includes/helpers.php:557
2367
+ msgid "Tanzania"
2368
+ msgstr ""
2369
+
2370
+ #: includes/helpers.php:558
2371
+ msgid "Thailand"
2372
+ msgstr ""
2373
+
2374
+ #: includes/helpers.php:559
2375
+ msgid "Timor-Leste"
2376
+ msgstr ""
2377
+
2378
+ #: includes/helpers.php:560
2379
+ msgid "Togo"
2380
+ msgstr ""
2381
+
2382
+ #: includes/helpers.php:561
2383
+ msgid "Tokelau"
2384
+ msgstr ""
2385
+
2386
+ #: includes/helpers.php:562
2387
+ msgid "Tonga"
2388
+ msgstr ""
2389
+
2390
+ #: includes/helpers.php:563
2391
+ msgid "Trinidad and Tobago"
2392
+ msgstr ""
2393
+
2394
+ #: includes/helpers.php:564
2395
+ msgid "Tunisia"
2396
+ msgstr ""
2397
+
2398
+ #: includes/helpers.php:565
2399
+ msgid "Turkey"
2400
+ msgstr ""
2401
+
2402
+ #: includes/helpers.php:566
2403
+ msgid "Turkmenistan"
2404
+ msgstr ""
2405
+
2406
+ #: includes/helpers.php:567
2407
+ msgid "Turks and Caicos Islands"
2408
+ msgstr ""
2409
+
2410
+ #: includes/helpers.php:568
2411
+ msgid "Tuvalu"
2412
+ msgstr ""
2413
+
2414
+ #: includes/helpers.php:569
2415
+ msgid "Uganda"
2416
+ msgstr ""
2417
+
2418
+ #: includes/helpers.php:570
2419
+ msgid "Ukraine"
2420
+ msgstr ""
2421
+
2422
+ #: includes/helpers.php:571
2423
+ msgid "United Arab Emirates"
2424
+ msgstr ""
2425
+
2426
+ #: includes/helpers.php:572
2427
+ msgid "Uruguay"
2428
+ msgstr ""
2429
+
2430
+ #: includes/helpers.php:573
2431
+ msgid "US Minor Outlying Islands"
2432
+ msgstr ""
2433
+
2434
+ #: includes/helpers.php:574
2435
+ msgid "Uzbekistan"
2436
+ msgstr ""
2437
+
2438
+ #: includes/helpers.php:575
2439
+ msgid "Vanuatu"
2440
+ msgstr ""
2441
+
2442
+ #: includes/helpers.php:576
2443
+ msgid "Venezuela"
2444
+ msgstr ""
2445
+
2446
+ #: includes/helpers.php:577
2447
+ msgid "Vietnam"
2448
+ msgstr ""
2449
+
2450
+ #: includes/helpers.php:578
2451
+ msgid "Virgin Islands (British)"
2452
+ msgstr ""
2453
+
2454
+ #: includes/helpers.php:579
2455
+ msgid "Virgin Islands (USA)"
2456
+ msgstr ""
2457
+
2458
+ #: includes/helpers.php:580
2459
+ msgid "Wallis and Futuna Islands"
2460
+ msgstr ""
2461
+
2462
+ #: includes/helpers.php:581
2463
+ msgid "Western Sahara"
2464
+ msgstr ""
2465
+
2466
+ #: includes/helpers.php:582
2467
+ msgid "Western Samoa"
2468
+ msgstr ""
2469
+
2470
+ #: includes/helpers.php:583
2471
+ msgid "Yemen"
2472
+ msgstr ""
2473
+
2474
+ #: includes/helpers.php:584
2475
+ msgid "Zambia"
2476
+ msgstr ""
2477
+
2478
+ #: includes/helpers.php:585
2479
+ msgid "Zimbabwe"
2480
+ msgstr ""
2481
+
2482
+ #: lite/includes/admin/reports/report-dimensions.php:22
2483
+ msgid "Dimensions"
2484
+ msgstr ""
2485
+
2486
+ #: lite/includes/admin/reports/report-publisher.php:22
2487
+ msgid "Publishers"
2488
+ msgstr ""
2489
+
2490
+ #: lite/includes/admin/reports/report-queries.php:22
2491
+ msgid "Search Console"
2492
+ msgstr ""
2493
+
2494
+ #: lite/includes/admin/settings.php:14 lite/includes/admin/settings.php:23
2495
+ #: lite/includes/admin/settings.php:32 lite/includes/admin/settings.php:41
2496
+ #: lite/includes/admin/settings.php:50 lite/includes/admin/settings.php:59
2497
+ #: lite/includes/admin/settings.php:68 lite/includes/admin/settings.php:77
2498
+ #: lite/includes/admin/settings.php:122 lite/includes/admin/settings.php:131
2499
+ msgid "Want to increase your traffic, conversion, & engagement?"
2500
+ msgstr ""
2501
+
2502
+ #: lite/includes/admin/settings.php:16
2503
+ msgid "By upgrading to MonsterInsights Pro, you can add Social tracking to see who's clicking on your social share links, so you can track and maximize your social sharing exposure."
2504
+ msgstr ""
2505
+
2506
+ #: lite/includes/admin/settings.php:25
2507
+ msgid "By upgrading to MonsterInsights Pro, you can add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
2508
+ msgstr ""
2509
+
2510
+ #: lite/includes/admin/settings.php:34
2511
+ msgid "By upgrading to MonsterInsights Pro, you can add Forms tracking to see who's seeing and submitting your forms, so you can increase your conversion rate."
2512
+ msgstr ""
2513
+
2514
+ #: lite/includes/admin/settings.php:43
2515
+ msgid "By upgrading to MonsterInsights Pro, you can add Media tracking to see who's interacting with the media on your site, so you know what your users are most interested in on your site. You can use this to tailor future content to meet your audience's interest to promote repeat visitors and expand your average user's time spent visiting your website on each visit."
2516
+ msgstr ""
2517
+
2518
+ #: lite/includes/admin/settings.php:52
2519
+ msgid "By upgrading to MonsterInsights Pro, you can add Membership tracking."
2520
+ msgstr ""
2521
+
2522
+ #: lite/includes/admin/settings.php:61
2523
+ msgid "By upgrading to MonsterInsights Pro, you can add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more. Why not check it out?"
2524
+ msgstr ""
2525
+
2526
+ #: lite/includes/admin/settings.php:70
2527
+ msgid "By upgrading to MonsterInsights Pro, you can adjust the sample rate so you don't exceed Google Analytics' processing limit. You can also use it to enable Google Optimize for A/B testing and personalization."
2528
+ msgstr ""
2529
+
2530
+ #: lite/includes/admin/settings.php:79
2531
+ msgid "By upgrading to MonsterInsights Pro, you can enable enhanced reporting."
2532
+ msgstr ""
2533
+
2534
+ #: lite/includes/admin/settings.php:86
2535
+ msgid "Want to use track users visiting your AMP pages?"
2536
+ msgstr ""
2537
+
2538
+ #: lite/includes/admin/settings.php:88
2539
+ msgid "By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
2540
+ msgstr ""
2541
+
2542
+ #: lite/includes/admin/settings.php:95
2543
+ msgid "Want to use Google Optimize to retarget your website visitors and perform A/B split tests with ease?"
2544
+ msgstr ""
2545
+
2546
+ #: lite/includes/admin/settings.php:97
2547
+ msgid "By upgrading to MonsterInsights Pro, you can enable Google Optimize."
2548
+ msgstr ""
2549
+
2550
+ #: lite/includes/admin/settings.php:104
2551
+ msgid "Want to expand your website audience beyond your website with Facebook Instant Articles?"
2552
+ msgstr ""
2553
+
2554
+ #: lite/includes/admin/settings.php:106
2555
+ msgid "By upgrading to MonsterInsights Pro, you can track your Facebook Instant Article visitors with MonsterInsights."
2556
+ msgstr ""
2557
+
2558
+ #: lite/includes/admin/settings.php:113
2559
+ msgid "Want to adjust your website bounce rate?"
2560
+ msgstr ""
2561
+
2562
+ #: lite/includes/admin/settings.php:115
2563
+ msgid "By upgrading to MonsterInsights Pro, you can adjust your Google Analytics bounce rate with MonsterInsights."
2564
+ msgstr ""
2565
+
2566
+ #: lite/includes/admin/settings.php:124
2567
+ msgid "By upgrading to MonsterInsights Pro, you can enable notifications."
2568
+ msgstr ""
2569
+
2570
+ #: lite/includes/admin/settings.php:133
2571
+ msgid "By upgrading to MonsterInsights Pro, you can add Ecommerce tracking to see who's buying your product, what's the most popular item on your store, the average order value, and tons more."
2572
+ msgstr ""
2573
+
2574
+ #: lite/includes/admin/tools.php:11
2575
+ msgid "By upgrading to MonsterInsights Pro, you can unlock the MonsterInsights URL builder that helps you better track your advertising and email marketing campaigns."
2576
+ msgstr ""
2577
+
2578
+ #. Plugin Name of the plugin/theme
2579
+ msgid "Google Analytics for WordPress by MonsterInsights"
2580
+ msgstr ""
2581
+
2582
+ #. Plugin URI of the plugin/theme
2583
+ msgid "https://www.monsterinsights.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=wpmipluginpro&utm_content=v700"
2584
+ msgstr ""
2585
+
2586
+ #. Description of the plugin/theme
2587
+ msgid "The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back."
2588
+ msgstr ""
2589
+
2590
+ #. Author URI of the plugin/theme
2591
+ msgid "https://www.monsterinsights.com/"
2592
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
4
  Tags: analytics, analytics dashboard, google analytics, google analytics dashboard, google analytics widget, universal google analytics, statistics, tracking, stats, google, yoast, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
  Tested up to: 4.9
7
- Stable tag: 7.0.4
8
  License: GPL v3
9
 
10
  The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
@@ -134,26 +134,33 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
134
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
135
 
136
  == Changelog ==
 
 
 
 
 
 
 
137
  = 7.0.4: March 7, 2018 =
138
  - New: We've added links to the pages listed in the top pages part of the Overview report to make it easier to see which page each title belongs to.
139
  - New: We've added the UA code to the account selector to make it easier to determine which property to use.
140
  - New: Better compatibility with IE11.
141
  - New: The links to view more reporting data now default to the currently selected daterange when you go to analytics.google.com
142
- - Bugfix: We've corrected some missing closing li tags on the overview report.
143
- - Bugfix: We fixed an issue where get_current_screen might be undefined on some pages.
144
- - Bugfix: We fixed an issue where some improperly configured servers might resolve symlinks that are not supposed to be resolved, leading to issues with loading asset files MonsterInsights uses.
145
 
146
  = 7.0.3: February 28, 2018 =
147
  - New: We added support for tracking download files that have a cache busting variable on the URL.
148
  - New: We added support for the new UserID mode used in our AMP addon.
149
  - Tweak: We fixed a bug with the notices class, and drastically cut back on the number of them.
150
- - Bugfix: We fixed a bug with our Facebook Instant Articles addon that prevented some users from being tracked for downloads.
151
- - Bugfix: We fixed a bug in the usage tracking for some types of installs.
152
- - Bugfix: We've allowed the disabling of tracking for admininistrator role users on single sites.
153
 
154
  = 7.0.2: February 27, 2018 =
155
- - Bugfix: Fixed a bug with the analytics.js output where a UA code wasn't entered, the $reason variable could be undefined.
156
- - Bugfix: Fixed an issue where a notice might not be dismissable and we've also removed several of them.
157
 
158
  = 7.0.1: February 26, 2018 =
159
  - New: Support for the updated version of MonsterInsights AMP plugin which switches from using a custom REST endpoint to using the now built in Google AMP ClientID synching feature. If you're using the AMP addon, you'll want to also update that addon as well.
@@ -161,9 +168,9 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
161
  - New: We now output a notice in the console and output the GA code (though do not run it) when we're not tracking someone. This makes it easier to verify the Google code is indeed outputting, and also makes it more clear as to why a particular user isn't being tracked. Note, when testing Google Analytics code, always do it logged out, ideally in the private browsing/incognito mode of your web browser. We're going to keep working on improving the frontend system to simplify it and add new features for both Lite and Pro users now that we've jettisoned ga.js support in MonsterInsights 7.0. You'll see updates through the year that add new tracking features, particularly ones that we're tweaking in order to expand and refine our built-in reporting.
162
  - New: We added a "have a MonsterInsights license" link on the settings panel, to make it clearer the procedure for the quick and easy upgrade from MonsterInsights Lite to MonsterInsights Pro.
163
  - Tweak: We removed the phrase referencing the dashboard (removed in MonsterInsights 7.0) from the permissions settings.
164
- - Bugfix: Due to us forgetting to include our jQuery shim for disable() in the Lite, some users were unable to use the 10/25/50 expand feature on the reports page.
165
- - Bugfix: An accidental use of the PHP function date instead of the one called time meant that some users were unable to see updated reporting data each day in the Lite version.
166
- - Bugfix: In sitei() in the api-auth class, we used mb_strimwidth to trim the final string to 30 characters. While this is a great PHP function, not all servers have the mbstring (Multibyte String) PHP extension installed, from which all mb_* functions are provided, despite it being a "required" PHP extension to use WordPress core. This caused some servers to be unable to authenticate and thus get our amazing new reports (sad face). This usage has been replaced with a standard substr use, thus allowing for compatibility with all servers.
167
 
168
  = 7.0.0: February 20, 2018 =
169
  * New: Completely revamped reports with a new UI.
@@ -205,17 +212,17 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
205
 
206
  = 6.2.2: August 16, 2017 =
207
  * Tweak: Adjusted order of setup/config notices
208
- * Fix: Fixed an issue with the sanitation of number fields. Solves an issue with the Google Optimize extension.
209
 
210
  = 6.2.1: August 9, 2017 =
211
  * New: MonsterInsights now has the ability to automatically update itself and it's addons. You can set MonsterInsights to automatically update minor versions only or all new versions inside the MonsterInsights settings panel in Tracking -> Permissions.
212
  * Tweak: Introduce scrollbars on GA auth screen for users with many Google accounts
213
  * Tweak: Added notice to users still on deprecated GA.js tracking and PHP-based events tracking.
214
- * Fix: Issue with notices having multiple icons has been resolved.
215
- * Fix: Facebook Instant Articles can now properly handle the Automattic Facebook plugin transformation changes (requires FB IA addon version 1.0.1 or newer)
216
- * Fix: Conflict with wp_head output for some themes.
217
- * Fix: Correct level for Forms and Google Optimize addons.
218
- * Fix: License key errors will no longer show to lite users.
219
 
220
  = 6.2.0: June 6, 2017 =
221
  * New: Form Tracking addon
@@ -226,15 +233,15 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
226
  * New: Measurement protocol functions
227
  * New: Tweaks for the settings pages to get ready for a speed improvement release upcoming along with some coming soon addons.
228
  * Tweaks: Spelling corrections.
229
- * Fix: Internet Explorer tracking fix.
230
- * Fix: Issue with initialization of settings on certain installs.
231
 
232
 
233
  = 6.1.11: May 31, 2017 =
234
  * Tweak: Renamed the tools tab for settings import/export
235
- * Bugfix: Issue with saving of manual UA codes
236
- * Bugfix: Fixed a couple display issues in the admin
237
- * Bugfix: Issue for undefined index when the settings array hasn't been initialized.
238
 
239
  = 6.1.10, May 18, 2017 =
240
  * New: Performance improvement in tracking.
@@ -242,14 +249,14 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
242
  = 6.1.9, May 15, 2017 =
243
  * New: Plugin has been tested for compatibility with WordPress 4.8-beta1. We'll continue to test through the beta and release candidates, but MonsterInsights is 4.8 ready as-is.
244
  * Tweak: Deleting lite plugin will no longer delete license key of installed pro version.
245
- * Bugfix: Import/export settings page has been fixed so that on sites with a ton of plugins installed that make lots of admin bar items, the admin bar will have relative positioning now to allow it to be scrollable.
246
- * Bugfix: Users with more than 1 property for the same domain name can now use any of the views for those properties.
247
- * Bugfix: For Pro users, sometimes all available addons for your license level didn't show, requiring you to download them from our site. This has been corrected.
248
 
249
  = 6.1.8, May 11, 2017 =
250
  * New: Functions needed to support future features including enhanced eCommerce
251
- * Bugfix: Compatibility with Firefox for link tracking.
252
- * Bugfix: Issue saving certain fields.
253
 
254
  = 6.1.7, April 10, 2017 =
255
  * New: Changes needed to support new addons, including the Google AMP addon, available as of today.
@@ -267,10 +274,10 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
267
 
268
  = 6.1.4, March 23, 2017 =
269
  * Tweak: JS events tracking for click events.
270
- * Bugfix: Edge case where JS events tracking won't turn on if the main tracking setting was disabled (such as faulty import).
271
 
272
  = 6.1.1 - 6.1.3 (depending on which version of MI you have), March 22, 2017 =
273
- * Bugfix: (pro users) Issue with JS events throwing an error for array on non-set settings.
274
 
275
  = 6.1.0, March 22, 2017 =
276
  * New: Campaign URL building tool with shortlink capability.
@@ -289,8 +296,8 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
289
  * Tweak: More countries now shown in the country map in the overview report.
290
  * Tweak: License key field is no longer shown on lite installs.
291
  * Tweak: Frontend JS file has been refactored to make it more unit testable.
292
- * Bugfix: Download events now correctly include data in all cases not just some.
293
- * Bugfix: A syntax error involving the manual UA code input has been resolved that could have affected some users under a rare circumstance.
294
 
295
  = 6.0.16, March 7, 2017 =
296
  * Fixed: Issues related to link tracking.
@@ -387,32 +394,32 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
387
  * Tweak: Minified admin css and js
388
  * Tweak: Uses latest version of Google PHP API now.
389
  * Tweak: The system for creating reports and getting Google Analytics reports have changed. If you've hardcoded into Yoast functions previously not designed for frontend output this could cause problems. We'll introduce an API intended for this type of use after we update to use the v4 reporting API.
390
- * Fix: Fixed an issue with HostEurope and other hosts modifying the default PHP arg seperator.
391
- * Fix: Prevents an issue where users with a plugin like Airplane Mode active will get a better error message than "code invalid" on the GA token auth screen (and also fixes how that detection is done in other parts of the plugin).
392
  * Removed: unused track_full_url setting
393
 
394
  = 5.5.3, October 3rd, 2016 =
395
  * New: Announces MI 6.0 beta.
396
- * Fix: Compatibility with PHP compatibility scanner's bug
397
 
398
  = 5.5.2, July 7, 2016 =
399
  * Tweak: Updates license manager to have more reliable update information including better compatibility with Yoast SEO products.
400
- * Fix: Compatibility with upcoming Shiny Updates v2 in WP core
401
 
402
  = 5.5.0, May 1, 2016 =
403
  * New: Added new System Info tab for faster support.
404
- * Fix: Issue with changelog missing some deployed versions.
405
 
406
  = 5.4.9, April 15, 2016 =
407
  * New: Font based dashboard icon
408
  * Tweak: The "MonsterInsights" menu item name has been renamed to just "Insights"
409
- * Fix: Issue with eCommerce addon (also requires user to update eCommerce addon)
410
- * Fix: Issue with 2 dashboard links
411
- * Fix: A bug in pre-existing code caused the menu of the plugin to skyrocket unintentionally. This has been corrected.
412
 
413
  = 5.4.8, April 14, 2016 =
414
  * New: Google Analytics by Yoast is now MonsterInsights.
415
- * Fix: Compatibility issue with WordPress 4.5
416
 
417
  == Upgrade Notice ==
418
 
4
  Tags: analytics, analytics dashboard, google analytics, google analytics dashboard, google analytics widget, universal google analytics, statistics, tracking, stats, google, yoast, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
  Tested up to: 4.9
7
+ Stable tag: 7.0.5
8
  License: GPL v3
9
 
10
  The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
134
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
135
 
136
  == Changelog ==
137
+ = 7.0.5: April 9, 2018 =
138
+ - New: Introduced a system (behind-the-scenes) that automatically attempts to correct for improperly set timezones in the WordPress settings panel, server timezone settings and/or GA profile timezones. This should eliminate issues with timezones on Lite user accounts, as well as allow for more accurate date reporting.
139
+ - New: Introduced a system (behind-the-scenes) to allow for deauthentication of profiles set on websites whose profiles were migrated (for example from a staging site to a production site)
140
+ - Tweak: Made clientID retrieval more efficient.
141
+ - Fixed: Several translation/textdomain and typo fixes.
142
+ - Fixed: Undefined $num in the overview report.
143
+
144
  = 7.0.4: March 7, 2018 =
145
  - New: We've added links to the pages listed in the top pages part of the Overview report to make it easier to see which page each title belongs to.
146
  - New: We've added the UA code to the account selector to make it easier to determine which property to use.
147
  - New: Better compatibility with IE11.
148
  - New: The links to view more reporting data now default to the currently selected daterange when you go to analytics.google.com
149
+ - Fixed: We've corrected some missing closing li tags on the overview report.
150
+ - Fixed: We fixed an issue where get_current_screen might be undefined on some pages.
151
+ - Fixed: We fixed an issue where some improperly configured servers might resolve symlinks that are not supposed to be resolved, leading to issues with loading asset files MonsterInsights uses.
152
 
153
  = 7.0.3: February 28, 2018 =
154
  - New: We added support for tracking download files that have a cache busting variable on the URL.
155
  - New: We added support for the new UserID mode used in our AMP addon.
156
  - Tweak: We fixed a bug with the notices class, and drastically cut back on the number of them.
157
+ - Fixed: We fixed a bug with our Facebook Instant Articles addon that prevented some users from being tracked for downloads.
158
+ - Fixed: We fixed a bug in the usage tracking for some types of installs.
159
+ - Fixed: We've allowed the disabling of tracking for admininistrator role users on single sites.
160
 
161
  = 7.0.2: February 27, 2018 =
162
+ - Fixed: Fixed a bug with the analytics.js output where a UA code wasn't entered, the $reason variable could be undefined.
163
+ - Fixed: Fixed an issue where a notice might not be dismissable and we've also removed several of them.
164
 
165
  = 7.0.1: February 26, 2018 =
166
  - New: Support for the updated version of MonsterInsights AMP plugin which switches from using a custom REST endpoint to using the now built in Google AMP ClientID synching feature. If you're using the AMP addon, you'll want to also update that addon as well.
168
  - New: We now output a notice in the console and output the GA code (though do not run it) when we're not tracking someone. This makes it easier to verify the Google code is indeed outputting, and also makes it more clear as to why a particular user isn't being tracked. Note, when testing Google Analytics code, always do it logged out, ideally in the private browsing/incognito mode of your web browser. We're going to keep working on improving the frontend system to simplify it and add new features for both Lite and Pro users now that we've jettisoned ga.js support in MonsterInsights 7.0. You'll see updates through the year that add new tracking features, particularly ones that we're tweaking in order to expand and refine our built-in reporting.
169
  - New: We added a "have a MonsterInsights license" link on the settings panel, to make it clearer the procedure for the quick and easy upgrade from MonsterInsights Lite to MonsterInsights Pro.
170
  - Tweak: We removed the phrase referencing the dashboard (removed in MonsterInsights 7.0) from the permissions settings.
171
+ - Fixed: Due to us forgetting to include our jQuery shim for disable() in the Lite, some users were unable to use the 10/25/50 expand feature on the reports page.
172
+ - Fixed: An accidental use of the PHP function date instead of the one called time meant that some users were unable to see updated reporting data each day in the Lite version.
173
+ - Fixed: In sitei() in the api-auth class, we used mb_strimwidth to trim the final string to 30 characters. While this is a great PHP function, not all servers have the mbstring (Multibyte String) PHP extension installed, from which all mb_* functions are provided, despite it being a "required" PHP extension to use WordPress core. This caused some servers to be unable to authenticate and thus get our amazing new reports (sad face). This usage has been replaced with a standard substr use, thus allowing for compatibility with all servers.
174
 
175
  = 7.0.0: February 20, 2018 =
176
  * New: Completely revamped reports with a new UI.
212
 
213
  = 6.2.2: August 16, 2017 =
214
  * Tweak: Adjusted order of setup/config notices
215
+ * Fixed: Fixed an issue with the sanitation of number fields. Solves an issue with the Google Optimize extension.
216
 
217
  = 6.2.1: August 9, 2017 =
218
  * New: MonsterInsights now has the ability to automatically update itself and it's addons. You can set MonsterInsights to automatically update minor versions only or all new versions inside the MonsterInsights settings panel in Tracking -> Permissions.
219
  * Tweak: Introduce scrollbars on GA auth screen for users with many Google accounts
220
  * Tweak: Added notice to users still on deprecated GA.js tracking and PHP-based events tracking.
221
+ * Fixed: Issue with notices having multiple icons has been resolved.
222
+ * Fixed: Facebook Instant Articles can now properly handle the Automattic Facebook plugin transformation changes (requires FB IA addon version 1.0.1 or newer)
223
+ * Fixed: Conflict with wp_head output for some themes.
224
+ * Fixed: Correct level for Forms and Google Optimize addons.
225
+ * Fixed: License key errors will no longer show to lite users.
226
 
227
  = 6.2.0: June 6, 2017 =
228
  * New: Form Tracking addon
233
  * New: Measurement protocol functions
234
  * New: Tweaks for the settings pages to get ready for a speed improvement release upcoming along with some coming soon addons.
235
  * Tweaks: Spelling corrections.
236
+ * Fixed: Internet Explorer tracking fix.
237
+ * Fixed: Issue with initialization of settings on certain installs.
238
 
239
 
240
  = 6.1.11: May 31, 2017 =
241
  * Tweak: Renamed the tools tab for settings import/export
242
+ * Fixed: Issue with saving of manual UA codes
243
+ * Fixed: Fixed a couple display issues in the admin
244
+ * Fixed: Issue for undefined index when the settings array hasn't been initialized.
245
 
246
  = 6.1.10, May 18, 2017 =
247
  * New: Performance improvement in tracking.
249
  = 6.1.9, May 15, 2017 =
250
  * New: Plugin has been tested for compatibility with WordPress 4.8-beta1. We'll continue to test through the beta and release candidates, but MonsterInsights is 4.8 ready as-is.
251
  * Tweak: Deleting lite plugin will no longer delete license key of installed pro version.
252
+ * Fixed: Import/export settings page has been fixed so that on sites with a ton of plugins installed that make lots of admin bar items, the admin bar will have relative positioning now to allow it to be scrollable.
253
+ * Fixed: Users with more than 1 property for the same domain name can now use any of the views for those properties.
254
+ * Fixed: For Pro users, sometimes all available addons for your license level didn't show, requiring you to download them from our site. This has been corrected.
255
 
256
  = 6.1.8, May 11, 2017 =
257
  * New: Functions needed to support future features including enhanced eCommerce
258
+ * Fixed: Compatibility with Firefox for link tracking.
259
+ * Fixed: Issue saving certain fields.
260
 
261
  = 6.1.7, April 10, 2017 =
262
  * New: Changes needed to support new addons, including the Google AMP addon, available as of today.
274
 
275
  = 6.1.4, March 23, 2017 =
276
  * Tweak: JS events tracking for click events.
277
+ * Fixed: Edge case where JS events tracking won't turn on if the main tracking setting was disabled (such as faulty import).
278
 
279
  = 6.1.1 - 6.1.3 (depending on which version of MI you have), March 22, 2017 =
280
+ * Fixed: (pro users) Issue with JS events throwing an error for array on non-set settings.
281
 
282
  = 6.1.0, March 22, 2017 =
283
  * New: Campaign URL building tool with shortlink capability.
296
  * Tweak: More countries now shown in the country map in the overview report.
297
  * Tweak: License key field is no longer shown on lite installs.
298
  * Tweak: Frontend JS file has been refactored to make it more unit testable.
299
+ * Fixed: Download events now correctly include data in all cases not just some.
300
+ * Fixed: A syntax error involving the manual UA code input has been resolved that could have affected some users under a rare circumstance.
301
 
302
  = 6.0.16, March 7, 2017 =
303
  * Fixed: Issues related to link tracking.
394
  * Tweak: Minified admin css and js
395
  * Tweak: Uses latest version of Google PHP API now.
396
  * Tweak: The system for creating reports and getting Google Analytics reports have changed. If you've hardcoded into Yoast functions previously not designed for frontend output this could cause problems. We'll introduce an API intended for this type of use after we update to use the v4 reporting API.
397
+ * Fixed: Fixed an issue with HostEurope and other hosts modifying the default PHP arg seperator.
398
+ * Fixed: Prevents an issue where users with a plugin like Airplane Mode active will get a better error message than "code invalid" on the GA token auth screen (and also fixes how that detection is done in other parts of the plugin).
399
  * Removed: unused track_full_url setting
400
 
401
  = 5.5.3, October 3rd, 2016 =
402
  * New: Announces MI 6.0 beta.
403
+ * Fixed: Compatibility with PHP compatibility scanner's bug
404
 
405
  = 5.5.2, July 7, 2016 =
406
  * Tweak: Updates license manager to have more reliable update information including better compatibility with Yoast SEO products.
407
+ * Fixed: Compatibility with upcoming Shiny Updates v2 in WP core
408
 
409
  = 5.5.0, May 1, 2016 =
410
  * New: Added new System Info tab for faster support.
411
+ * Fixed: Issue with changelog missing some deployed versions.
412
 
413
  = 5.4.9, April 15, 2016 =
414
  * New: Font based dashboard icon
415
  * Tweak: The "MonsterInsights" menu item name has been renamed to just "Insights"
416
+ * Fixed: Issue with eCommerce addon (also requires user to update eCommerce addon)
417
+ * Fixed: Issue with 2 dashboard links
418
+ * Fixed: A bug in pre-existing code caused the menu of the plugin to skyrocket unintentionally. This has been corrected.
419
 
420
  = 5.4.8, April 14, 2016 =
421
  * New: Google Analytics by Yoast is now MonsterInsights.
422
+ * Fixed: Compatibility issue with WordPress 4.5
423
 
424
  == Upgrade Notice ==
425