From 3cae781eef548a700dbfc995625e56db4cf96acc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 15:53:46 +0200 Subject: Adding debian version 2024a-1. Signed-off-by: Daniel Baumann --- debian/NEWS | 13 + debian/README.Debian | 25 + debian/changelog | 2260 +++++++++++++++++++++ debian/check_translations | 66 + debian/clean | 1 + debian/control | 61 + debian/copyright | 9 + debian/generate_debconf_templates | 239 +++ debian/po/POTFILES.in | 1 + debian/po/be.po | 3798 +++++++++++++++++++++++++++++++++++ debian/po/bg.po | 3791 +++++++++++++++++++++++++++++++++++ debian/po/ca.po | 3985 +++++++++++++++++++++++++++++++++++++ debian/po/cs.po | 3781 +++++++++++++++++++++++++++++++++++ debian/po/da.po | 3777 +++++++++++++++++++++++++++++++++++ debian/po/de.po | 3784 +++++++++++++++++++++++++++++++++++ debian/po/en.po | 3780 +++++++++++++++++++++++++++++++++++ debian/po/es.po | 3811 +++++++++++++++++++++++++++++++++++ debian/po/eu.po | 3786 +++++++++++++++++++++++++++++++++++ debian/po/fi.po | 3779 +++++++++++++++++++++++++++++++++++ debian/po/fr.po | 3787 +++++++++++++++++++++++++++++++++++ debian/po/gl.po | 3780 +++++++++++++++++++++++++++++++++++ debian/po/gu.po | 3784 +++++++++++++++++++++++++++++++++++ debian/po/he.po | 3786 +++++++++++++++++++++++++++++++++++ debian/po/hr.po | 3789 +++++++++++++++++++++++++++++++++++ debian/po/hu.po | 3784 +++++++++++++++++++++++++++++++++++ debian/po/id.po | 3802 +++++++++++++++++++++++++++++++++++ debian/po/it.po | 3777 +++++++++++++++++++++++++++++++++++ debian/po/ja.po | 3776 +++++++++++++++++++++++++++++++++++ debian/po/ko.po | 3775 +++++++++++++++++++++++++++++++++++ debian/po/ku.po | 3793 +++++++++++++++++++++++++++++++++++ debian/po/lt.po | 3788 +++++++++++++++++++++++++++++++++++ debian/po/ml.po | 3794 +++++++++++++++++++++++++++++++++++ debian/po/nl.po | 3785 +++++++++++++++++++++++++++++++++++ debian/po/pl.po | 3781 +++++++++++++++++++++++++++++++++++ debian/po/pt.po | 3781 +++++++++++++++++++++++++++++++++++ debian/po/pt_BR.po | 3782 +++++++++++++++++++++++++++++++++++ debian/po/ro.po | 3793 +++++++++++++++++++++++++++++++++++ debian/po/ru.po | 3784 +++++++++++++++++++++++++++++++++++ debian/po/sk.po | 3780 +++++++++++++++++++++++++++++++++++ debian/po/sq.po | 3793 +++++++++++++++++++++++++++++++++++ debian/po/sv.po | 3794 +++++++++++++++++++++++++++++++++++ debian/po/templates.pot | 3774 +++++++++++++++++++++++++++++++++++ debian/po/th.po | 3776 +++++++++++++++++++++++++++++++++++ debian/po/tr.po | 3784 +++++++++++++++++++++++++++++++++++ debian/po/vi.po | 3793 +++++++++++++++++++++++++++++++++++ debian/po/wo.po | 3787 +++++++++++++++++++++++++++++++++++ debian/rules | 48 + debian/source/format | 1 + debian/test_timezone_conversions | 213 ++ debian/tests/control | 22 + debian/tests/debconf | 189 ++ debian/tests/python | 179 ++ debian/tzdata-legacy.install | 77 + debian/tzdata.config | 401 ++++ debian/tzdata.install | 461 +++++ debian/tzdata.links | 1 + debian/tzdata.lintian-overrides | 12 + debian/tzdata.postinst | 55 + debian/tzdata.postrm | 9 + debian/tzdata.templates | 111 ++ debian/upstream/metadata | 3 + debian/upstream/signing-key.asc | 52 + debian/watch | 2 + 63 files changed, 144785 insertions(+) create mode 100644 debian/NEWS create mode 100644 debian/README.Debian create mode 100644 debian/changelog create mode 100755 debian/check_translations create mode 100644 debian/clean create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/generate_debconf_templates create mode 100644 debian/po/POTFILES.in create mode 100644 debian/po/be.po create mode 100644 debian/po/bg.po create mode 100644 debian/po/ca.po create mode 100644 debian/po/cs.po create mode 100644 debian/po/da.po create mode 100644 debian/po/de.po create mode 100644 debian/po/en.po create mode 100644 debian/po/es.po create mode 100644 debian/po/eu.po create mode 100644 debian/po/fi.po create mode 100644 debian/po/fr.po create mode 100644 debian/po/gl.po create mode 100644 debian/po/gu.po create mode 100644 debian/po/he.po create mode 100644 debian/po/hr.po create mode 100644 debian/po/hu.po create mode 100644 debian/po/id.po create mode 100644 debian/po/it.po create mode 100644 debian/po/ja.po create mode 100644 debian/po/ko.po create mode 100644 debian/po/ku.po create mode 100644 debian/po/lt.po create mode 100644 debian/po/ml.po create mode 100644 debian/po/nl.po create mode 100644 debian/po/pl.po create mode 100644 debian/po/pt.po create mode 100644 debian/po/pt_BR.po create mode 100644 debian/po/ro.po create mode 100644 debian/po/ru.po create mode 100644 debian/po/sk.po create mode 100644 debian/po/sq.po create mode 100644 debian/po/sv.po create mode 100644 debian/po/templates.pot create mode 100644 debian/po/th.po create mode 100644 debian/po/tr.po create mode 100644 debian/po/vi.po create mode 100644 debian/po/wo.po create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100755 debian/test_timezone_conversions create mode 100644 debian/tests/control create mode 100755 debian/tests/debconf create mode 100755 debian/tests/python create mode 100644 debian/tzdata-legacy.install create mode 100644 debian/tzdata.config create mode 100644 debian/tzdata.install create mode 100644 debian/tzdata.links create mode 100644 debian/tzdata.lintian-overrides create mode 100644 debian/tzdata.postinst create mode 100644 debian/tzdata.postrm create mode 100644 debian/tzdata.templates create mode 100644 debian/upstream/metadata create mode 100644 debian/upstream/signing-key.asc create mode 100644 debian/watch (limited to 'debian') diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..3d0b2bb --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,13 @@ +tzdata (2023d-1) unstable; urgency=medium + + From 2023c-8 on the tzdata package ships only timezones that follow the + current rules of geographical region (continent or ocean) and city name. + All legacy timezone symlinks (old or merged timezones mentioned in the + upstream backward file) were moved to tzdata-legacy. This includes the + US/* timezones. + + Please install tzdata-legacy in case you need the legacy timezones or to + restore the previous behavior. This might be needed in case the system + provides timezone-aware data over the network (e. g. SQL databases). + + -- Benjamin Drung Tue, 02 Jan 2024 14:17:33 +0100 diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..8a9cfab --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,25 @@ +README for tzdata +----------------- + +This package contains data required for the implementation of +standard local time for many representative locations around the +globe. + +Two different versions are provided: +- The "posix" version is based on the Coordinated Universal Time (UTC). +- The "right" version is based on the International Atomic Time (TAI), + and it includes the leap seconds. + +Most systems have their hardware clock set either to UTC, or to a +timezone with a fixed difference with UTC. Therefore the default +version provided by this package is the "posix" one. + +The TZDIR environment variable, when used together with the TZ one, +forces the system to use one of the two versions. Examples: + +- TZDIR=/usr/share/zoneinfo/posix TZ=Europe/Paris on a system with + hardware clock set to UTC. +- TZDIR=/usr/share/zoneinfo/right TZ=Europe/Paris on a system with + hardware clock set to TAI. + + -- Aurelien Jarno Sat, 06 Sep 2008 12:27:09 +0200 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1dd1434 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,2260 @@ +tzdata (2024a-1) unstable; urgency=medium + + * New upstream version 2024a + - Kazakhstan unifies on UTC+5 beginning 2024-03-01. + - Palestine springs forward a week later after Ramadan. + * Add autopkgtest test case for 2024a release + + -- Aurelien Jarno Sat, 03 Feb 2024 17:28:52 +0100 + +tzdata (2023d-1) unstable; urgency=medium + + * New upstream version (LP: #2047314): + - Ittoqqortoormiit, Greenland changes time zones on 2024-03-31. + - Vostok, Antarctica changed time zones on 2023-12-18. + - Casey, Antarctica changed time zones five times since 2020. + - Code and data fixes for Palestine timestamps starting in 2072. + - A new data file zonenow.tab for timestamps starting now. + * Install zonenow.tab in tzdata + * Add autopkgtest test case for 2023d release + * Document tzdata-legacy split in NEWS.Debian (Closes: #1051973, #1056908) + + -- Benjamin Drung Tue, 02 Jan 2024 14:19:32 +0100 + +tzdata (2023c-11) unstable; urgency=medium + + * Update Swedish debconf translation. + Thanks to Martin Bagge / brother (Closes: #1054616) + * Update leap-seconds.list from upstream + * Remove leapseconds during clean target + + -- Aurelien Jarno Tue, 28 Nov 2023 00:26:04 +0100 + +tzdata (2023c-10) unstable; urgency=medium + + * Partially revert 2023c-8: Move top-level timezones like UTC and CET back to + tzdata. Only the old or merged timezones mentioned in the upstream backward + file stay in tzdata-legacy (Closes: #1043250, LP: #2030684) + + -- Benjamin Drung Wed, 09 Aug 2023 23:10:14 +0200 + +tzdata (2023c-9) unstable; urgency=medium + + * Move top-level UTC timezone back to tzdata (Closes: #1043250, LP: #2030684) + + -- Benjamin Drung Tue, 08 Aug 2023 12:00:00 +0200 + +tzdata (2023c-8) unstable; urgency=medium + + * Update Dutch debconf translation. + Thanks to Frans Spiesschaert + (Closes: #1041278) + * Ship only timezones in tzdata that follow the current rules of geographical + region (continent or ocean) and city name. Move all legacy timezone symlinks + (that are upgraded during package update) to tzdata-legacy. This includes + dropping the special handling for US/* timezones. (Closes: #1040997) + + -- Benjamin Drung Mon, 07 Aug 2023 15:02:14 +0200 + +tzdata (2023c-7) unstable; urgency=medium + + * Update Romanian debconf translation. Thanks to Remus-Gabriel Chelu + (Closes: #1038905) + + -- Benjamin Drung Mon, 03 Jul 2023 17:18:18 +0200 + +tzdata (2023c-6) unstable; urgency=medium + + [ Aurelien Jarno ] + * Change Provides: from tzdata-bookworm to tzdata-trixie + + [ Benjamin Drung ] + * Drop /usr/share/zoneinfo/posix (identical to /usr/share/zoneinfo) + (LP: #2008076) + * Split right/* timezones into separate tzdata-legacy package (LP: #2008076) + * Update Turkish debconf translation. Thanks to Atila KOÇ (Closes: #1037266) + + -- Benjamin Drung Sun, 11 Jun 2023 23:44:54 +0200 + +tzdata (2023c-5) unstable; urgency=medium + + * Update German debconf translation. + Thanks to Helge Kreutzmann (Closes: #1036464) + + -- Benjamin Drung Sun, 28 May 2023 21:54:34 +0200 + +tzdata (2023c-4) unstable; urgency=medium + + * Sort timezones naturally in debconf + * Add explanation for plus/minus used by Etc/GMT timezones + (Closes: #540305, LP: #1325949) + * Build tzdata with PACKRATLIST=zone.tab. In combination with + PACKRATDATA=backzone (which is used since 2022g-3), time zones that differ + pre-1970 and had been resurrected will not incur changes to data from 1970 + on. This also removes Asia/Hanoi again. (LP: #2017999) + * Update Croatian debconf translation. Thanks to Tomislav Krznar. + + -- Benjamin Drung Wed, 10 May 2023 00:00:40 +0200 + +tzdata (2023c-3) unstable; urgency=medium + + * test_timezone_conversions: Print all failures before failing + * Add Romanian debconf translation. Thanks to Remus-Gabriel Chelu + (Closes: #1034094) + * Add Language metadata to all debconf translation files + * Convert Pacific/Ponape to Pacific/Pohnpei on upgrade + * Convert Asia/Ujung_Pandang to Asia/Makassar on upgrade + * Convert Pacific/Truk to Pacific/Chuuk on upgrade + * Fix or drop wrong translations + * Check debconf translation files for inconsistencies + * Fix German translation of Christmas and Easter Island + + -- Benjamin Drung Thu, 13 Apr 2023 13:54:30 +0200 + +tzdata (2023c-2) unstable; urgency=medium + + * Add autopkgtest test case for pre-1970 timestamps + * generate_debconf_templates: Be explicit about including or excluding + symlinks (to catch cases like renamed timezones) + * test_timezone_conversions: Also check for missing conversions (timezones + that cannot be selected in debconf should be converted on upgrade) + + -- Benjamin Drung Thu, 30 Mar 2023 01:14:49 +0200 + +tzdata (2023c-1) unstable; urgency=medium + + * New upstream version (LP: #2012599): + - Revert all changes made in 2023b to model this week's daylight saving + chaos in Lebanon. + + -- Benjamin Drung Wed, 29 Mar 2023 11:37:18 +0200 + +tzdata (2023b-1) unstable; urgency=medium + + * New upstream version (LP: #2012599): + - Lebanon delays the start of DST this year. + + -- Benjamin Drung Fri, 24 Mar 2023 12:23:17 +0100 + +tzdata (2023a-1) unstable; urgency=medium + + * New upstream version (LP: #2012599): + - Egypt now uses DST again, from April through October. + - This year Morocco springs forward April 23, not April 30. + - Palestine delays the start of DST this year. + - Much of Greenland still uses DST from 2024 on. + * Add autopkgtest test case for 2023a release + * Update Dutch debconf translation. (Closes: #1032537) + Thanks to Frans Spiesschaert + + -- Benjamin Drung Thu, 23 Mar 2023 11:53:35 +0100 + +tzdata (2022g-7) unstable; urgency=medium + + * Create /etc/timezone with default SELinux context (Closes: #1031514) + + -- Benjamin Drung Fri, 17 Feb 2023 23:55:21 +0100 + +tzdata (2022g-6) unstable; urgency=medium + + * Restore generating /etc/timezone again. The removal of /etc/timezone + will be done in Debian 13 "Trixie". (Closes: #1031376, #1031395) + * Update Turkish debconf translation. + Thanks to Atila KOÇ (Closes: #1031211) + + -- Benjamin Drung Thu, 16 Feb 2023 21:54:13 +0100 + +tzdata (2022g-5) unstable; urgency=medium + + * Fix environment variable name to PYTHONTZPATH for Python test + (Closes: #1031028) + * Skip test_localtime during package build + + -- Benjamin Drung Fri, 10 Feb 2023 17:47:26 +0100 + +tzdata (2022g-4) unstable; urgency=medium + + * Fix configuration failure with relative /etc/localtime symlink + (Closes: #1030742) + * Fix exit status 10 for invalid /etc/localtime symlinks + + -- Benjamin Drung Tue, 07 Feb 2023 17:53:35 +0100 + +tzdata (2022g-3) unstable; urgency=medium + + * Update Brazilian Portuguese debconf translation. (Closes: #1029004) + Thanks to Adriano Rafael Gomes + * Update Dutch debconf translation. (Closes: #1029019) + Thanks to Frans Spiesschaert + * Update Turkish debconf translation. (Closes: #1029492) + Thanks to Atila KOÇ + * Drop Asia/Rangoon from debconf options (was renamed to Asia/Yangon) + * Update conversion targets to America/Indiana/Indianapolis + * Remove incorrect fuzzy debconf translations + * Test convert_timezone for consistency + * Build timezones that differ pre-1970 (LP: #2003797) + * Update English and German debconf translations + * Test timezones using Python's zoneinfo module + * Stop creating /etc/timezone and remove it on upgrades as a one-time action, + but keep updating it in case users restore it (Closes: #822733) + * Remove /etc/timezone on purge (LP: #1683595) + * Test debconf configuration with autopkgtest + * d/tzdata.config: Group matches by target timzones + + -- Benjamin Drung Tue, 07 Feb 2023 00:31:33 +0100 + +tzdata (2022g-2) unstable; urgency=medium + + [ Benjamin Drung ] + * Update Czech debconf translation. + Thanks to Miroslav Kuře (Closes: #1027862) + * Update Korean debconf translation. + Thanks to Changwoo Ryu (Closes: #1027983) + * d/tzdata.config: Update Mideast/Riyadh8[789] to Asia/Riyadh + * Address shellcheck complaints in postinst and tzdata.config + * d/tzdata.config: Rename Pacific/Enderbury to Pacific/Kanton + * Replace obsolete two-level American timezones by three-level timezones + * Translate area "America" as "Americas" in English + (Closes: #508118, LP: #599466) + + [ Aurelien Jarno ] + * Update Spanish debconf translation. + Thanks to Jonatan Porras + * Update Polish debconf translation. + Thanks to Łukasz Dulny + * Update French debconf translation. + Thanks to Baptiste Jammet + * Update Hebrew debconf translation. + Thanks to Omer Zak + * Update Swedish debconf translation. + Thanks to Luna Jernberg + * Drop wrong conversion of the Pacific/Enderbury timezone + + [ Benjamin Drung ] + * d/rules: Exclude obsolete Uzhgorod and Zaporozhye from debconf + * Generate debconf templates with Python + * Drop obsolete tzconfig command (use "dpkg-reconfigure tzdata" instead) + * Do not update US/* timezones to their America/* counterparts + (Closes: #688318, LP: #772024) + * Fix German translation of "Indian" to "Indischer Ozean" + + -- Benjamin Drung Tue, 10 Jan 2023 23:18:28 +0100 + +tzdata (2022g-1) unstable; urgency=medium + + * New upstream version: + - The northern edge of Chihuahua changes to US timekeeping. + - Much of Greenland stops changing clocks after March 2023. + - Fix some pre-1996 timestamps in northern Canada. + * debian/tzdata.config: convert Europe/Uzhgorod and Europe/Zaporozhye + into Europe/Kyiv. + * debian/tzdata.templates: Remove Uzhgorod and Zaporozhye, add Ciudad_Juarez + * debian/watch: Switch from failing ftp to https + * Add myself to Uploaders + * Replace timezone files in posix directory by symlinks (Closes: #1010477) + * Convert d/copyright to machine-readable format. Thanks to Bastian Germann + (Closes: #1023598) + * Bump Standards-Version to 4.6.2 + * Add debian/upstream/metadata + + -- Benjamin Drung Mon, 02 Jan 2023 15:27:07 +0100 + +tzdata (2022f-1) unstable; urgency=high + + * New upstream version: + - Mexico will no longer observe DST except near the US border. + Chihuahua moves to year-round -06 on 2022-10-30. + - Fiji no longer observes DST. + * Set urgency to high as the first change happens tomorrow. + + -- Aurelien Jarno Sat, 29 Oct 2022 12:19:28 +0200 + +tzdata (2022e-1) unstable; urgency=medium + + * New upstream version: + - Jordan and Syria are abandoning the DST regime and are changing to + permanent +03, so they will not fall back from +03 to +02 on + 2022-10-28. + + -- Aurelien Jarno Fri, 14 Oct 2022 21:54:44 +0200 + +tzdata (2022d-1) unstable; urgency=medium + + * New upstream version: + - Palestine transitions are now Saturdays at 02:00. This means 2022 falls + back 10-29 at 02:00, not 10-28 at 01:00. + - Simplify three Ukraine zones into one. + + -- Aurelien Jarno Mon, 26 Sep 2022 23:14:01 +0200 + +tzdata (2022c-1) unstable; urgency=medium + + * New upstream version, no changes to the timezones. + + -- Aurelien Jarno Tue, 16 Aug 2022 11:14:49 +0200 + +tzdata (2022b-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * New upstream version: + - Chile's 2022 DST start is delayed from September 4 to September 11. + - Iran plans to stop observing DST permanently, after it falls back + on 2022-09-21. + * debian/tzdata.config: convert Europe/Kiev into Europe/Kyiv. + * debian/tzdata.templates, debian/po/*: update templates and translation + following the above change. + * Bump Standards-Version to 4.6.1 (no changes). + + -- Aurelien Jarno Thu, 11 Aug 2022 15:29:52 +0200 + +tzdata (2022a-1) unstable; urgency=high + + [ Aurelien Jarno ] + * New upstream version: + - Palestine will spring forward on 2022-03-27, not -03-26. + * Set urgency to high as the Palestine DST change is in 4 days. + * debian/tzdata.config: do not try to get a value from debconf if it hasn't + been seen yet. Closes: #999465. + * Update English debconf translation. + + [ Johannes Schauer Marin Rodrigues ] + * Add support for support DPKG_ROOT. Closes: #1007756. + + -- Aurelien Jarno Tue, 22 Mar 2022 20:49:04 +0100 + +tzdata (2021e-1) unstable; urgency=medium + + * New upstream version: + - Palestine will fall back 2021-10-29 (not 2021-10-30) at 01:00. + + -- Aurelien Jarno Mon, 25 Oct 2021 12:04:40 +0200 + +tzdata (2021d-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * New upstream version: + - Fiji suspends DST for the 2021/2022 season. + * Update English debconf translation. + + [ Łukasz Dulny ] + * Update Polish debconf translation. + + -- Aurelien Jarno Sun, 17 Oct 2021 23:52:06 +0200 + +tzdata (2021c-3) unstable; urgency=medium + + [ Martin Bagge ] + * Update Swedish debconf translation. Closes: #995697. + + [ Changwoo Ryu ] + * Add Korean debconf translation. Closes: #995701. + + [ Frans Spiesschaert ] + * Update Dutch debconf translation. Closes: #995998. + + [ Agustí Grau ] + * Update Catalan debconf translation. + + [ Adriano Rafael Gomes ] + * Update Portuguese debconf translation. Closes: #996264. + + [ Aurelien Jarno ] + * Replace underscore by space in the following debconf translations: be, fr, + gu, hr, hu, id, ku, lt, ml, pt, pt_BR, sk, sq, vi, wo. + + [ victory ] + * Update Japanese debconf translation. + + [ Jean-Pierre Giraud ] + * Update French debconf translation. Closes: #996163. + + -- Aurelien Jarno Fri, 15 Oct 2021 22:00:58 +0200 + +tzdata (2021c-2) unstable; urgency=medium + + [ Holger Wansing ] + * Update German debconf translation. + + [ Jonatan Porras ] + * Update Spanish debconf translation. + + [ Bolesław Śliwicki ] + * Update Polish debconf translation. + + [ Parodper ] + * Update Galician debconf translation. + + [ Matěj Pokorný ] + * Update Czech debconf translation. + + [ Hace İbrahim Özbal ] + * Update Turkish debconf translation. + + -- Aurelien Jarno Thu, 07 Oct 2021 23:25:15 +0200 + +tzdata (2021c-1) unstable; urgency=medium + + * New upstream version. + - Drop 01-fix-jan-mayen-typo.patch. + * Bump debhelper compatibility to 13. + * Bump Standards-Version to 4.6.0 (no changes). + + -- Aurelien Jarno Sat, 02 Oct 2021 19:00:21 +0200 + +tzdata (2021b-1) unstable; urgency=low + + * New upstream version. + - Drop 01-no-leap-second-2021-12-31.patch. + - Drop 02-samoa-dst.patch. + - Drop 03-jordan-dst.patch. + * Cherry pick patch from upstream: + - 01-fix-jan-mayen-typo.patch: fix for Atlantic/Jan_Mayen from upstream. + * Update debian/upstream/signing-key.asc. + * Handle Pacific/Enderbury to Pacific/Kanton renaming: + - Add an entry to tzdata.config + - Do not translate Pacific/Enderbury. + - Update debconf templates and translations. + * Set urgency to low as this new upstream version merged many pre-1970 + timezones, and this needs more testing. + + -- Aurelien Jarno Wed, 29 Sep 2021 01:02:50 +0200 + +tzdata (2021a-2) unstable; urgency=critical + + * Set urgency to critical as the Samoa DST change is already effective. + * Update Provides to tzdata-bookworm. + * debian/control: remove Adam Conrad from Uploaders. RIP. Closes: #986954. + * Cherry-pick patches from tzdata-2021b until the upstream situation gets + less confused: + - 01-no-leap-second-2021-12-31.patch: No leap second on 2021-12-31 as per + IERS Bulletin C 62. + - 02-samoa-dst.patch: Samoa no longer observes DST. + - 03-jordan-dst.patch: Jordan now starts DST on February's last Thursday. + + -- Aurelien Jarno Mon, 27 Sep 2021 18:20:02 +0200 + +tzdata (2021a-1) unstable; urgency=medium + + * New upstream version, affecting the following future timestamp: + - South Sudan changes from +03 to +02 on 2021-02-01 at 00:00. + + -- Aurelien Jarno Sun, 24 Jan 2021 23:05:23 +0100 + +tzdata (2020f-1) unstable; urgency=medium + + * New upstream version with no impact on the content of the debian + package, except for the version number. + + -- Aurelien Jarno Sat, 02 Jan 2021 18:43:15 +0100 + +tzdata (2020e-1) unstable; urgency=medium + + * New upstream version, affecting the following future timestamp: + - Volgograd switches to Moscow time on 2020-12-27 at 02:00. + + -- Aurelien Jarno Wed, 23 Dec 2020 10:41:32 +0100 + +tzdata (2020d-1) unstable; urgency=high + + * New upstream version, affecting the following future timestamp: + - Palestine ends DST earlier than predicted, on 2020-10-24. + * Set urgency to high to get the package into testing before the next + change. + + -- Aurelien Jarno Wed, 21 Oct 2020 22:21:30 +0200 + +tzdata (2020c-1) unstable; urgency=medium + + * New upstream version, affecting the following future timestamp: + - Fiji starts DST later than usual, on 2020-12-20. + + -- Aurelien Jarno Sat, 17 Oct 2020 01:21:17 +0200 + +tzdata (2020b-1) unstable; urgency=medium + + * New upstream version, affecting the following past and future + timestamps: + - Revised predictions for Morocco's changes starting in 2023. + - Macquarie Island has stayed in sync with Tasmania since 2011. + - Casey, Antarctica is at +08 in winter and +11 in summer since 2018. + * Update German debconf translation, by Helge Kreutzmann. Closes: + #960783. + * Update Dutch debconf translation, by Frans Spiesschaert. Closes: + #963007. + * Update Portuguese debconf translation, by Rui Branco. Closes: + #871051. + * Update debian/upstream/signing-key.asc. + * Get rid of old SystemV timezones, as this has been fully removed + upstream. Convert existing configuration to the "new" America/* + names. + * Drop pacificnew support, it has been removed upstream. + + -- Aurelien Jarno Sat, 10 Oct 2020 22:50:56 +0200 + +tzdata (2020a-1) unstable; urgency=medium + + * New upstream version, affecting the following future timestamps: + - Morocco springs forward on 2020-05-31, not 2020-05-24. + - Canada's Yukon advanced to -07 year-round on 2020-03-08. + * Bump Standards-Version to 4.5.0 (no changes). + + -- Aurelien Jarno Fri, 24 Apr 2020 21:32:19 +0200 + +tzdata (2019c-3) unstable; urgency=medium + + * Build the timezone data from tzdata.zi. + * Install leapseconds file /usr/share/zoneinfo. + * Bump Standards-Version to 4.4.1 (no changes). + + -- Aurelien Jarno Tue, 01 Oct 2019 22:53:04 +0200 + +tzdata (2019c-2) unstable; urgency=medium + + [ Paul Eggert ] + * Install tzdata.zi file in /usr/share/zoneinfo. Closes: #940852. + + [ Aurelien Jarno ] + * Use tzdata.zi to change hardlinks into symlinks. + * Bump debhelper compatibility to 12. + * Bump Standards-Version to 4.4.0 (no changes). + * Drop Replaces on libc6, it is not needed anymore since Lenny. + * Depends on gawk and use it instead of mawk which crashes with a memory + corruption. + + -- Aurelien Jarno Sun, 29 Sep 2019 00:56:50 +0200 + +tzdata (2019c-1) unstable; urgency=medium + + * New upstream version, affecting the following future timestamps: + - Fiji's next DST transitions will be 2019-11-10 and 2020-01-12 + instead of 2019-11-03 and 2020-01-19. + - Norfolk Island will observe Australian-style DST starting in + spring 2019. The first transition is on 2019-10-06. + * Update French debconf translation, by Baptiste Jammet. Closes: + #935153. + * debian/rules: drop obsolete -y zic option. + + -- Aurelien Jarno Wed, 11 Sep 2019 23:05:32 +0200 + +tzdata (2019b-2) unstable; urgency=medium + + * Change provides to tzdata-bullseye from tzdata-buster. + + -- Aurelien Jarno Mon, 12 Aug 2019 11:40:33 +0200 + +tzdata (2019b-1) unstable; urgency=medium + + * New upstream version, affecting the following past and future timestamps: + - Brazil has canceled DST and will stay on standard time indefinitely. + - Predictions for Morocco now go through 2087 instead of 2037. + - Palestine's 2019 spring transition was 03-29 at 00:00, not 03-30 + at 01:00. Guess future transitions to be March's last Friday at 00:00. + - Many corrections to historical Hong Kong transitions from 1941 to 1947. + + -- Adam Conrad Thu, 04 Jul 2019 15:04:32 -0600 + +tzdata (2019a-1) unstable; urgency=medium + + * New upstream version, affecting the following past and future + timestamps: + - Palestine will not start DST until 2019-03-30, instead of 2019-03-23 + as previously predicted. + - Metlakatla ended its observance of Pacific standard time, rejoining + Alaska Time, on 2019-01-20 at 02:00. + + -- Aurelien Jarno Tue, 26 Mar 2019 23:05:57 +0100 + +tzdata (2018i-2) unstable; urgency=medium + + * Update German debconf translation, by Holger Wansing. Closes: + #918455. + * Update Dutch debconf translation, by Frans Spiesschaert. Closes: + #920427. + * Update Russian debconf translation, by Lev Lamberov. Closes: + #920598. + * Update Danish debconf translation, by Joe Hansen. Closes: + #923061. + + -- Aurelien Jarno Thu, 28 Feb 2019 22:56:09 +0100 + +tzdata (2018i-1) unstable; urgency=high + + * New upstream version, affecting the following future timestamps: + - São Tomé and Príncipe switches from +01 to +00 on 2019-01-01. + + -- Clint Adams Sun, 30 Dec 2018 21:02:04 -0500 + +tzdata (2018h-1) unstable; urgency=medium + + * New upstream version, affecting the following past and future + timestamps: + - Qyzylorda, Kazakhstan moved from +06 to +05 on 2018-12-21. A new + zone Asia/Qostanay has been added, because Qostanay, Kazakhstan + didn't move. + - Metlakatla, Alaska observes PST this winter only. + + -- Aurelien Jarno Sun, 30 Dec 2018 00:14:21 +0100 + +tzdata (2018g-1) unstable; urgency=high + + * New upstream version, affecting the following future timestamp: + - Morocco switches to permanent +01 on 2018-10-27. + * Urgency set to high as the change will happen the next hours. + + -- Aurelien Jarno Sat, 27 Oct 2018 15:14:23 +0200 + +tzdata (2018f-1) unstable; urgency=medium + + * New upstream version, affecting the following future timestamp: + - Volgograd moves from +03 to +04 on 2018-10-28. + - Fiji ends DST 2019-01-13, not 2019-01-20. + - Most of Chile changes DST dates, effective 2019-04-06. + * Update French debconf translation, by Baptiste Jammet. Closes: + #903425. + * Drop debian/source/options. + * Set Rules-Requires-Root: no. + * debian/control: Update Standards-Version to 4.2.1. + + -- Aurelien Jarno Thu, 18 Oct 2018 20:22:56 +0200 + +tzdata (2018e-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * New upstream version, affecting the following future timestamp: + - North Korea switches back to +09 on 2018-05-05. + + -- Aurelien Jarno Fri, 04 May 2018 13:12:53 +0200 + +tzdata (2018d-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * debian/control: Update Vcs-Git and Vcs-Browser fields following the move + to Salsa. + + [ Clint Adams ] + * New upstream version. + * Remove Pacific-New as a choice. closes: #815200. + + -- Clint Adams Mon, 26 Mar 2018 18:23:37 -0400 + +tzdata (2018c-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * New upstream version. + * debian/control: Update Standards-Version to 4.1.3. + * debian/patches/quiltrc: Remove. + + -- Aurelien Jarno Thu, 25 Jan 2018 23:47:46 +0100 + +tzdata (2018b-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * Update Russian debconf translation, by Lev Lamberov. Closes: + #883876. + * Update German debconf translation, by Holger Wansing. Closes: + #884811. + + [ Clint Adams ] + * New upstream version. + + -- Clint Adams Sat, 20 Jan 2018 23:04:41 -0500 + +tzdata (2017c-1) unstable; urgency=medium + + * New upstream version, affecting the following future timestamp: + - Northern Cyprus resumed EU rules starting 2017-10-29. + - Namibia will switch from +01 with DST to +02 all year, affecting + UT offsets starting 2018-04-01. + - Sudan will switch from +03 to +02 on 2017-11-01. + - Tonga will not observe DST on 2017-11-05. + - Turks & Caicos will switch from -04 all year to -05 with US DST, + affecting UT offset starting 2018-11-04. + * debian/control, debian/copyright: update upstream links to use https. + * debian/upstream/signing-key.asc: new file. + * debian/watch: update watch file to version 4, add check for the OpenPGP + signatures. + * debian/control: Update Standards-Version to 4.1.1. + + -- Aurelien Jarno Wed, 25 Oct 2017 00:55:42 +0200 + +tzdata (2017b-2) unstable; urgency=medium + + [ Aurelien Jarno ] + * Update Dutch debconf translation, by Frans Spiesschaert. Closes: + #861700. + * debian/control: provide tzdata-buster instead of tzdata-stretch. + + -- Aurelien Jarno Sun, 18 Jun 2017 18:46:11 +0200 + +tzdata (2017b-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * New upstream version, affecting the following future timestamp: + - Haiti resumed observance of DST in 2017. + + -- Aurelien Jarno Thu, 06 Apr 2017 11:31:27 +0200 + +tzdata (2017a-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * New upstream version, affecting the following future timestamp: + - Mongolia no longer observes DST. + - Magallanes region diverges from Santiago starting 2017-05-13, + the America/Punta_Arenas zone has been added. + * Update Dutch debconf translation, by Frans Spiesschaert. Closes: + #849234. + * Update Japanese debconf translation, by victory . + * Update French debconf translation, by Baptiste Jammet. Closes: #851589. + * Remove /etc/localtime on purge. Closes: #854141. + * Update Danish debconf translation, by Joe Hansen. Closes: #856785. + + -- Aurelien Jarno Sun, 12 Mar 2017 21:39:11 +0100 + +tzdata (2016j-2) unstable; urgency=medium + + [ Aurelien Jarno ] + * Allow partially translated choices in debconf templates. + * Update Dutch debconf translation, by Frans Spiesschaert. Closes: + #845691. + + -- Aurelien Jarno Fri, 25 Nov 2016 23:03:59 +0100 + +tzdata (2016j-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * New upstream version, affecting the following future timestamp: + - Saratov, Russia switches from +03 to +04 on 2016-12-04 at 02:00. + * Update templates and translations. + + -- Aurelien Jarno Thu, 24 Nov 2016 20:54:54 +0100 + +tzdata (2016i-1) unstable; urgency=high + + [ Aurelien Jarno ] + * New upstream version, affecting the following past and future timestamps: + - Pacific/Tongatapu (DST starting on 2016-11-06 at 02:00). + - Northern Cyprus is now +03 year round, the Asia/Famagusta zone has + been added. + - Antarctica/Casey (switched from +08 to +11 on 2016-10-22). + * Update templates and translations. + + -- Aurelien Jarno Sat, 05 Nov 2016 23:55:01 +0100 + +tzdata (2016h-1) unstable; urgency=high + + [ Aurelien Jarno ] + * New upstream version, affecting the following future timestamp: + - Asia/Gaza and Asia/Hebron (DST ending on 2016-10-29 at 01:00, not + 2016-10-21 at 00:00). + * Convert Asia/Rangoon into Asia/Yangon, as the former is now deprecaed. + + -- Aurelien Jarno Thu, 20 Oct 2016 23:29:12 +0200 + +tzdata (2016g-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * Update Danish debconf translation, by Joe Hansen. Closes: #830591. + * Update German debconf translation, by Holger Wansing. Closes: #835538. + + [ Clint Adams ] + * New upstream version. + + -- Clint Adams Thu, 22 Sep 2016 16:08:33 -0400 + +tzdata (2016f-1) unstable; urgency=medium + + * New upstream version, affecting the following future time stamp: + - Africa/Cairo (DST starting on 2016-07-07 cancelled). + - Asia/Novosibirsk (on 2016-07-24). + * debian/control: Update Standards-Version to 3.9.8, no changes. + * debian/rules: install NEWS as upstream changelog. + + -- Aurelien Jarno Tue, 05 Jul 2016 19:35:18 +0200 + +tzdata (2016e-1) unstable; urgency=medium + + * New upstream version, affecting the following future time stamp: + Africa/Cairo + * Update Dutch debconf translation, by Frans Spiesschaert. Closes: + #823442. + + -- Aurelien Jarno Sun, 26 Jun 2016 14:34:16 +0200 + +tzdata (2016d-2) unstable; urgency=medium + + * Update Japanese debconf translation, by Takuma Yamada. Closes: + #819599. + * Update French debconf translation, by Christian Perrier. Closes: + #819949. + * Update Dutch debconf translation, by Frans Spiesschaert. Closes: + #821439. + + -- Aurelien Jarno Thu, 21 Apr 2016 13:04:30 +0200 + +tzdata (2016d-1) unstable; urgency=medium + + * New upstream version, affecting the following future time stamps: + - America/Caracas. Closes: #821147. + - Asia/Magadan + - Asia/Tomsk (new timezone). + * Update templates and translations. + + -- Aurelien Jarno Wed, 20 Apr 2016 20:37:29 +0200 + +tzdata (2016c-1) unstable; urgency=medium + + * New upstream version, affecting the following future time stamps: + - America/Santiago + - Asia/Baku + + -- Aurelien Jarno Fri, 25 Mar 2016 23:19:01 +0100 + +tzdata (2016b-1) unstable; urgency=medium + + * New upstream version, affecting the following future time stamps: + - America/Port-au-Prince + - Asia/Gaza + - Asia/Hebron + * debian/rules: remove emdebian ifdefs. + * debian/compat, debian/control, debian/rules: rewrite using dh and + debhelper compatibility 9. + * Update French debconf translation, by Christian Perrier. Closes: + #814831. + * Update Japanese debconf translation, by Takuma Yamada. Closes: + #815386. + * Drop the tzdata-java package. Closes: #814073. + * debian/control: Update Standards-Version to 3.9.7, no changes. + + -- Aurelien Jarno Mon, 14 Mar 2016 21:45:24 +0100 + +tzdata (2016a-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * Add Vcs-Git and Vcs-Browser fields to debian/control. + * New upstream version, affecting the following future time stamps: + - America/Cayman + - Asia/Chita + - Asia Tehran + * Change /etc/localtime into a symlink (closes: #803144) + + -- Aurelien Jarno Fri, 29 Jan 2016 17:26:32 +0100 + +tzdata (2015g-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * New upstream version, affecting the following future time stamps: + - Fiji + - Fort Nelson, British Columbia + - Norfolk Island + - Turkey (closes: #801172) + + -- Aurelien Jarno Wed, 07 Oct 2015 15:51:25 +0200 + +tzdata (2015f-1) unstable; urgency=high + + [ Aurelien Jarno ] + * New upstream version, affecting the following future time stamps: + - North Korea switches to +0830 on 2015-08-15. + - Uruguay no longer observes DST. + + -- Aurelien Jarno Tue, 11 Aug 2015 19:56:35 +0200 + +tzdata (2015e-1) unstable; urgency=medium + + [ Aurelien Jarno ] + * New upstream version: + - DST suspension from 2015-06-14 03:00 through 2015-07-19 02:00 in + Morroco. + * Change the Provides: to tzdata-stretch from tzdata-jessie. + + -- Aurelien Jarno Tue, 16 Jun 2015 20:38:21 +0200 + +tzdata (2015d-1) unstable; urgency=medium + + [ Adam Conrad ] + * New upstream release with yet another urgent DST change for Egypt. + * Install leap-seconds.list to /usr/share/zoneinfo (Closes: #775166) + + [ Aurelien Jarno ] + * Install zone1970.tab. Closes: #782646. + + -- Adam Conrad Sun, 26 Apr 2015 23:17:21 +0100 + +tzdata (2015c-1) unstable; urgency=high + + * New upstream release, with an urgent change for Egypt in ten days. + + -- Adam Conrad Tue, 14 Apr 2015 08:35:34 -0600 + +tzdata (2015b-1) unstable; urgency=high + + * New upstream release with urgent updates for Mongolia and Palestine. + + -- Adam Conrad Sat, 21 Mar 2015 12:25:26 -0600 + +tzdata (2015a-1) unstable; urgency=medium + + * New upstream release. + + -- Clint Adams Fri, 30 Jan 2015 21:53:01 -0500 + +tzdata (2014j-1) unstable; urgency=high + + * New upstream release, with an ammendment for a change that was + meant to occur ten days ago for America/Grand_Turk, but didn't. + + -- Adam Conrad Wed, 12 Nov 2014 19:37:38 -0700 + +tzdata (2014i-1) unstable; urgency=critical + + * New upstream release with zone changes in 4 days for Belarus. + + -- Adam Conrad Wed, 22 Oct 2014 16:31:47 -0600 + +tzdata (2014h-2) unstable; urgency=medium + + [ Debconf translations ] + * Dutch (Frans Spiesscha). Closes: #763458 + + [ Aurelien Jarno ] + * debian/control: Update Standards-Version to 3.9.6, no changes. + + -- Aurelien Jarno Tue, 07 Oct 2014 23:41:18 +0200 + +tzdata (2014h-1) unstable; urgency=medium + + * New upstream release. + + -- Aurelien Jarno Sun, 28 Sep 2014 20:29:16 +0200 + +tzdata (2014g-1) unstable; urgency=medium + + * New upstream release. + + -- Adam Conrad Sat, 30 Aug 2014 14:24:21 -0600 + +tzdata (2014f-1) unstable; urgency=medium + + [ Debconf translations ] + * Turkish (Mert Dirik). Closes: #756755 + + [ Clint Adams ] + * New upstream version. + + -- Clint Adams Fri, 08 Aug 2014 11:26:29 -0400 + +tzdata (2014e-1) unstable; urgency=high + + * New upstream release, with more Egypt zone changes in 13 days. + * debian/control: Update our section to match archive overrides. + * debian/control: Update Standards-Version to 3.9.5, no changes. + + -- Adam Conrad Fri, 13 Jun 2014 16:02:45 -0600 + +tzdata (2014d-1) unstable; urgency=medium + + * New upstream release. + + -- Adam Conrad Thu, 29 May 2014 05:57:38 -0600 + +tzdata (2014c-1) unstable; urgency=critical + + * New upstream release, critical urgency due to Egypt zone + changes happening on May 15th (only two days from now). + + -- Adam Conrad Tue, 13 May 2014 10:47:46 -0600 + +tzdata (2014b-1) unstable; urgency=medium + + * New upstream release. + + -- Adam Conrad Wed, 02 Apr 2014 01:00:33 -0600 + +tzdata (2014a-1) unstable; urgency=medium + + [ Christian Perrier ] + * Use umlaut in French translation of "Büsingen" + + [ Clint Adams ] + * New upstream version. + - New DST for Chile. closes: #741265. + + -- Clint Adams Mon, 10 Mar 2014 10:54:28 -0400 + +tzdata (2013i-1) unstable; urgency=medium + + * New upstream release. + * Remove solar87, solar88 and solar89 from the list of timezones, as + they have been removed upstream. + + -- Aurelien Jarno Tue, 24 Dec 2013 22:56:13 +0100 + +tzdata (2013h-2) unstable; urgency=medium + + * Switch to default-jre-headless (closes: #732233) + * Add myself to uploaders. + + -- Adam Conrad Mon, 16 Dec 2013 02:20:13 -0700 + +tzdata (2013h-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Fri, 29 Nov 2013 18:50:05 +0100 + +tzdata (2013d-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Sat, 27 Jul 2013 12:26:36 -0400 + +tzdata (2013c-2) unstable; urgency=low + + * Use rdfind + symlinks instead of fdupes + handcoded shell script to + get rid of hardlinks. + * Provides: tzdata-jessie instead of tzdata-wheezy. + * debian/rules: use dh_prep instead of dh_clean -k. + + -- Aurelien Jarno Wed, 22 May 2013 06:29:13 +0200 + +tzdata (2013c-1) experimental; urgency=low + + * New upstream version. + + -- Clint Adams Fri, 03 May 2013 00:02:25 -0400 + +tzdata (2013b-2) unstable; urgency=low + + [ Debconf translations ] + * French (Christian Perrier). + * Danish (Joe Hansen). closes: #703059. + * German (Holger Wansing). closes: #703069. + * Japanese (Kenshi Muto). closes: #703018. + * Portuguese (Miguel Figueiredo). closes: #703066. + * Hebrew (Omer Zak). + * Brazilian Portuguese (Marcelo Gomes de Santana). Closes: #703167 + * Russian (Yuri Kozlov). Closes: #703223 + * Italian (Francesca Ciceri). Closes: #703243 + * Basque (Iñaki Larrañaga Murgoitio). Closes: #703304 + * Swedish (Martin Bagge / brother). Closes: #703398 + * Czech (Miroslav Kure). Closes: #703532 + * Galician (Jorge Barreiro). Closes: #703576 + * Spanish; (Matías Bellone). Closes: #703966 + * Hungarian (Dr. Nagy Elemér Károly). + + -- Clint Adams Thu, 28 Mar 2013 00:11:48 -0400 + +tzdata (2013b-1) unstable; urgency=low + + * New upstream release. + * Update English translations. + + -- Clint Adams Mon, 11 Mar 2013 19:05:55 -0400 + +tzdata (2013a-1) unstable; urgency=low + + * New upstream release. closes: #702266. + + -- Clint Adams Wed, 06 Mar 2013 23:13:53 -0500 + +tzdata (2012j-1) unstable; urgency=low + + * New upstream version. + * Bump to Standards-Version 3.9.4. + + -- Clint Adams Sat, 01 Dec 2012 18:54:01 -0500 + +tzdata (2012i-1) unstable; urgency=low + + * New upstream version. + - Drop brazil-dst-2012-changes.diff (merged). + + -- Clint Adams Tue, 06 Nov 2012 12:51:27 -0500 + +tzdata (2012g-1) unstable; urgency=low + + * New upstream version. + * Add brazil-dst-2012-changes.diff from Antonio Terceiro to add + DST 2012 rule for the America/Bahia zone. Closes: #690606. + + -- Aurelien Jarno Thu, 18 Oct 2012 19:01:18 +0200 + +tzdata (2012f-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Thu, 13 Sep 2012 10:43:58 -0400 + +tzdata (2012e-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Fri, 17 Aug 2012 18:30:32 -0400 + +tzdata (2012d-1) unstable; urgency=low + + [ Debconf translations ] + * Thai (Theppitak Karoonboonyanan). Closes: #672213 + * Really add Polish translation. Really Closes: #658403 + * Slovak (Ivan Masár). Closes: #677910 + + [ Clint Adams ] + * New upstream version. + + -- Clint Adams Thu, 19 Jul 2012 22:43:21 -0400 + +tzdata (2012c-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Tue, 01 May 2012 20:30:36 -0400 + +tzdata (2012b-1) unstable; urgency=low + + [ Debconf translations ] + * Indonesian (Mahyuddin Susanto). Closes: #656706 + * Italian (Francesca Ciceri). Closes: #656937 + * Polish (Michał Kułach). Closes: #658403 + * Basque (Iñaki Larrañaga Murgoitio). Closes: #660645 + + [ Clint Adams ] + * New upstream version. + * Fix watch file. + * Bump to Standards-Version 3.9.3. + * Add Homepage to debian/control. + + -- Clint Adams Tue, 06 Mar 2012 13:30:10 -0500 + +tzdata (2011n-2) unstable; urgency=low + + [ Debconf translations ] + * Dutch (Jeroen Schot). Closes: #650647 + * Russian (Yuri Kozlov). Closes: #650868 + * Brazilian Portuguese (Flamarion Jorge). Closes: #651266 + * German (Holger Wansing). Closes: #651328 + * Slovak (Ivan Masár). Closes: #651329 + * Danish (Joe Hansen). Closes: #651341 + * Swedish (Martin Bagge / brother). Closes: #651350 + * Thai (Theppitak Karoonboonyanan). Closes: #651360 + * Gujarati (Kartik Mistry). Closes: #651366 + * Japanese (Kenshi Muto). Closes: #651371 + * Portuguese (Miguel Figueiredo). Closes: #651618 + * Spanish; (Francisco Javier Cuadrado). Closes: #651632 + * Catalan; (Agustí Grau). Closes: #652071 + * Czech (Miroslav Kure). Closes: #652584 + * Hebrew (Omer Zak). Closes: #653273 + + -- Aurelien Jarno Thu, 29 Dec 2011 13:01:02 +0100 + +tzdata (2011n-1) unstable; urgency=critical + + * New upstream veersion, fixing DST for: + - Cuba. + - Fidji. + - Pridnestrovian Moldavian Republic. + * Set urgency to high as some of the above changes are already + effective. + * Update French translation. + + -- Aurelien Jarno Mon, 31 Oct 2011 23:32:50 +0100 + +tzdata (2011m-1) unstable; urgency=critical + + * New upstream version, fixing DST for: + - Pridnestrovian Moldavian Republic. + - Ukraine (Closes: #645783). + - Bahia, Brazil. Drop debian/patches/bahia.diff. + * Set urgency to critical as the above changes will be effective on the + night from Saturday to Sunday. + + -- Aurelien Jarno Tue, 25 Oct 2011 05:08:18 +0200 + +tzdata (2011l-2) unstable; urgency=high + + * Upstream is now ICANN, update debian/watch and debian/copyright. + + -- Aurelien Jarno Mon, 17 Oct 2011 21:51:26 +0200 + +tzdata (2011l-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches/bahia.diff: add DST for America/Bahia (Closes: #645638). + Next upstream release should also include this change. + + -- Antonio Terceiro Mon, 17 Oct 2011 15:12:38 -0300 + +tzdata (2011l-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Tue, 11 Oct 2011 22:41:17 -0400 + +tzdata (2011k-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release: + - Update DST rules for Ukraine. Closes: #642232. + - Update DST rules for Belarus. Closes: #641846. + + [ Debconf translations ] + * Spanish (Francisco Javier Cuadrado). Closes: #642071. + + -- Aurelien Jarno Mon, 26 Sep 2011 20:19:53 +0200 + +tzdata (2011j-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + + [ Debconf translations ] + * Swedish (Martin Bagge / brother). Closes: #640624 + * Italian (David Paleino). Closes: #640772 + * Catalan (Jordà Polo). Closes: #640775 + * Russian (Yuri Kozlov). Closes: #640820 + * Japanese (Kenshi Muto). Closes: #641113 + * German (Holger Wansing). Closes: #641220 + * Danish (Joe Hansen). Closes: #640833 + + -- Aurelien Jarno Wed, 14 Sep 2011 00:53:02 +0200 + +tzdata (2011i-2) unstable; urgency=medium + + [ Aurelien Jarno ] + * OpenJDK-6 changed the path to the java binary without warning. Try both + the old and the new path, to avoid adding a versioned dependency on + openjdk-6-jre-headless that would prevent migration to testing. Closes: + #640276. + * Set urgency to medium to avoid delaying too much migration to testing + with this upload. + + [ Debconf translations ] + * French updated (Christian Perrier) + + -- Aurelien Jarno Sun, 04 Sep 2011 17:03:02 +0200 + +tzdata (2011i-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Wed, 31 Aug 2011 22:27:16 +0200 + +tzdata (2011h-4) unstable; urgency=low + + * Add build-arch and build-indep targets. + * Remove hardlinks to comply with the policy, by replacing identical + files with symlinks. It also reduces the package size by 38% and + the installed size by 35%. + * Change the source compression format to "xz", .po files in plenty of + different languages compress very well. + + -- Aurelien Jarno Mon, 22 Aug 2011 22:25:12 +0200 + +tzdata (2011h-3) unstable; urgency=low + + * Correctly handle empty debconf values (how is that possible for a + select entry?). Closes: #545146, #631878. + + -- Aurelien Jarno Mon, 04 Jul 2011 19:53:21 +0200 + +tzdata (2011h-2) unstable; urgency=low + + * Ignore debconf errors, return default values in that case. + Closes: #631878. + + -- Aurelien Jarno Tue, 28 Jun 2011 07:23:04 +0200 + +tzdata (2011h-1) unstable; urgency=low + + [ Aurelien Jarno ] + * Fix preseeding. Closes: #510908. + + [ Clint Adams ] + * New upstream release. + * Bump to Standards-Version 3.9.2. + + -- Clint Adams Mon, 27 Jun 2011 14:33:48 -0400 + +tzdata (2011g-1) unstable; urgency=high + + * New upstream release. closes: #624154. + + -- Clint Adams Tue, 26 Apr 2011 00:27:36 -0400 + +tzdata (2011f-1) unstable; urgency=low + + * New upstream release. + * Update Danish translation from Joe Dalton. closes: #601231. + + -- Clint Adams Thu, 21 Apr 2011 14:37:11 -0400 + +tzdata (2011e-1) unstable; urgency=high + + * New upstream release. + - Changes Chilean DST yet again. closes: #620288. + + -- Clint Adams Fri, 01 Apr 2011 09:59:29 -0400 + +tzdata (2011d-1) unstable; urgency=high + + [ Aurelien Jarno ] + * debian/control: provides tzdata-wheezy instead of tzdata-squeeze. + + [ Clint Adams ] + * New upstream release. + + -- Clint Adams Mon, 14 Mar 2011 10:37:14 -0400 + +tzdata (2011c-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Mon, 07 Mar 2011 12:29:07 -0500 + +tzdata (2011b-2) unstable; urgency=low + + * Mark tzdata and tzdata-java as Multi-Arch: foreign. + closes: #612700. + + -- Clint Adams Thu, 10 Feb 2011 12:28:15 -0500 + +tzdata (2011b-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Thu, 10 Feb 2011 09:58:03 -0500 + +tzdata (2011a-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Mon, 24 Jan 2011 12:33:59 -0500 + +tzdata (2010o-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Mon, 01 Nov 2010 23:33:41 -0400 + +tzdata (2010m-1) unstable; urgency=low + + [ Aurelien Jarno ] + * Danish translation (Joe Hansen). Closes: #596143. + + [ Clint Adams ] + * New upstream release. + + -- Clint Adams Mon, 27 Sep 2010 10:12:57 -0400 + +tzdata (2010l-1) unstable; urgency=low + + * New upstream release. + * gl.po: updated Galician translation from Jorge Barreiro. + closes: #592814. + + -- Clint Adams Wed, 18 Aug 2010 13:29:15 -0400 + +tzdata (2010k-1) unstable; urgency=low + + * New upstream release. + * Bump to Standards-Version 3.9.1. + + -- Clint Adams Tue, 10 Aug 2010 23:50:20 -0400 + +tzdata (2010j-1) unstable; urgency=low + + * New upstream version. + * en.po: rename "Noronha" to "Fernando de Noronha" + and "Ponape" to "Pohnpei". closes: #580745. + * de.po: updated German translation from Holger Wansing. + closes: #580935. + + -- Clint Adams Sun, 09 May 2010 00:18:40 -0400 + +tzdata (2010i-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Tue, 20 Apr 2010 10:44:01 -0400 + +tzdata (2010h-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Mon, 05 Apr 2010 11:03:59 -0400 + +tzdata (2010g-1) unstable; urgency=low + + * New upstream release. + - Drop russia-2010.diff (obsolete). + + -- Clint Adams Mon, 29 Mar 2010 09:31:52 -0400 + +tzdata (2010f-2) unstable; urgency=low + + * Add russia-2010.diff for March 28 timezone changes. + closes: #574919. + + -- Clint Adams Mon, 22 Mar 2010 19:43:27 -0400 + +tzdata (2010f-1) unstable; urgency=medium + + * New upstream release. + + -- Clint Adams Mon, 22 Mar 2010 18:10:55 -0400 + +tzdata (2010e-1) unstable; urgency=medium + + * New upstream release. + + -- Clint Adams Tue, 09 Mar 2010 18:17:15 -0500 + +tzdata (2010d-1) unstable; urgency=low + + * New upstream release. + - Adjusts Chile 2010 DST dates. closes: #572715. + * Bump to Standards-Version 3.8.4. + + -- Clint Adams Mon, 08 Mar 2010 11:01:21 -0500 + +tzdata (2010c-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Fri, 05 Mar 2010 16:37:24 -0500 + +tzdata (2010b-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Sat, 30 Jan 2010 16:31:22 -0500 + +tzdata (2010a-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Mon, 18 Jan 2010 08:42:23 -0500 + +tzdata (2009u-1) unstable; urgency=low + + * New upstream release. + - Drop bangladesh-openended.diff. + + -- Clint Adams Mon, 28 Dec 2009 21:40:51 -0500 + +tzdata (2009s-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Mon, 16 Nov 2009 18:48:10 -0500 + +tzdata (2009r-1) unstable; urgency=low + + * New upstream release. + * Don't remove .pc/ in clean target. + + -- Clint Adams Tue, 10 Nov 2009 02:15:03 -0500 + +tzdata (2009q-2) unstable; urgency=low + + * Fix the "DST" offset of Dhaka, broken by the fix for #552110. + + -- Clint Adams Tue, 03 Nov 2009 04:10:24 -0500 + +tzdata (2009q-1) unstable; urgency=medium + + * New upstream release. + * Use 3.0 (quilt) source format, drop build dependency on quilt. + + -- Clint Adams Mon, 02 Nov 2009 13:54:29 -0500 + +tzdata (2009p-1) unstable; urgency=low + + * New upstream release. closes: #551195. + - Drop argentinas-dst-2009.diff (obsolete). + + -- Clint Adams Mon, 26 Oct 2009 12:32:25 -0400 + +tzdata (2009o-2) unstable; urgency=low + + * debian/patches/bangladesh-openended.diff: Fix broken Asia/Dhaka + DST. closes: #552110. + + -- Clint Adams Fri, 23 Oct 2009 10:36:14 -0400 + +tzdata (2009o-1) unstable; urgency=low + + * New upstream release. + * Rework rules to stop using tarball-in-tarball. + + -- Clint Adams Mon, 19 Oct 2009 09:04:43 -0700 + +tzdata (2009n-2) unstable; urgency=low + + [ Christian Perrier ] + * Brazilian Portuguese translation (Flamarion Jorge). Closes: #550846 + + [ Clint Adams ] + * debian/patches/argentinas-dst-2009.diff: patch from Margarita + Manterola to fix Argentina DST again. closes: #551195. + + -- Clint Adams Fri, 16 Oct 2009 08:17:48 -0700 + +tzdata (2009n-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Tue, 29 Sep 2009 10:14:23 -0400 + +tzdata (2009m-1) unstable; urgency=low + + * New upstream release. + * Bump to Standards-Version 3.8.3. + + -- Clint Adams Tue, 08 Sep 2009 22:36:35 -0400 + +tzdata (2009l-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Thu, 20 Aug 2009 23:17:47 -0400 + +tzdata (2009k-3) unstable; urgency=low + + * Clarify some wording in postinst and debconf template. closes: #507164. + * Re-enable U.S. time zone choices. closes: #509745. + + -- Clint Adams Mon, 03 Aug 2009 22:46:22 -0400 + +tzdata (2009k-2) unstable; urgency=low + + [ Christian Perrier ] + * es.po. Spanish translation from Francisco Javier Cuadrado. Closes: #538423 + * ru.po: Russian translation from Yuri Kozlov. Closes: #538649 + + [ Aurelien Jarno ] + * Remove 'Katmandu' from the templates, only keeping 'Kathmandu'. + * debian/control: add missing depends on ${misc:Depends}. + * debian/control: bump to Standards-Version 3.8.2. + * Switch to debhelper 5. + + -- Aurelien Jarno Sun, 26 Jul 2009 23:48:55 +0200 + +tzdata (2009k-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream version. + + [ Clint Adams ] + * sk.po: Slovak translation from Ivan Masár. closes: #534440. + + -- Aurelien Jarno Fri, 24 Jul 2009 19:51:59 +0200 + +tzdata (2009j-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Sun, 21 Jun 2009 12:20:00 -0400 + +tzdata (2009i-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Thu, 11 Jun 2009 14:58:36 -0400 + +tzdata (2009h-1) unstable; urgency=low + + * New upstream version. + * Include Pacific Presidential Election Time. closes: #524046. + + -- Clint Adams Fri, 29 May 2009 21:35:19 -0400 + +tzdata (2009g-1) unstable; urgency=low + + [ Aurelien Jarno ] + * postinst: fix race condition when updating /etc/localtime. Closes: + bug#516755. + + [ Clint Adams ] + * New upstream version. + + -- Clint Adams Mon, 27 Apr 2009 09:15:36 -0400 + +tzdata (2009f-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Sun, 19 Apr 2009 13:44:18 -0400 + +tzdata (2009e-1) unstable; urgency=low + + [ Christian Perrier ] + * Debconf translations: + - Spanish. Closes: #521807 + + [ Clint Adams ] + * New upstream version. + + -- Clint Adams Mon, 06 Apr 2009 10:33:21 -0400 + +tzdata (2009d-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Thu, 26 Mar 2009 10:04:03 -0400 + +tzdata (2009c-1) unstable; urgency=low + + [ Aurelien Jarno ] + * debian/control: s/tzdata-lenny/tzdata-squeeze/ + * debian/control: move tzdata-java to section java. + + [ Clint Adams ] + * New upstream release. + * debian/control: bump to Standards-Version 3.8.1. + + -- Clint Adams Mon, 16 Mar 2009 21:20:07 -0400 + +tzdata (2009b-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Sat, 14 Feb 2009 11:41:30 -0500 + +tzdata (2008i-3) unstable; urgency=low + + * Debconf translations: + * Italian. Closes: #504139 + * Portuguese. Closes: #504276 + * Finnish. Closes: #504311 + * Turkish. Closes: #504442 + * Czech. Closes: #504401 + * Basque. Closes: #504533 + * Kurdish. Closes: #504545 + * Bulgarian. Closes: #504598 + * Thai. Closes: #504687 + * Russian. Closes: #504890 + * Wolof. Closes: #504915 + + -- Christian Perrier Mon, 03 Nov 2008 08:13:32 +0100 + +tzdata (2008i-2) unstable; urgency=low + + [ Christian Perrier ] + * Debconf translations: + * French + * Belarusian. Closes: #503969 + * Japanese. Closes: #503979 + * Gujarati. Closes: #503988 + * Lithuanian. Closes: #503995 + * Kurdish + * Swedish. Closes: #504036 + * German. Closes: #504038 + * Catalan. Closes: #504074 + + [ Clint Adams ] + * debian/postinst: apply patch from Martin Orr to restore SELinux + context of /etc/localtime. closes: #503028. + + -- Clint Adams Sat, 01 Nov 2008 19:45:54 -0400 + +tzdata (2008i-1) unstable; urgency=low + + * New upstream version. + - Drop argentina-no-dst.diff (obsolete). + * debian/po/en.po: add translation for Salta (Argentina). + + -- Clint Adams Mon, 27 Oct 2008 21:34:51 -0400 + +tzdata (2008h-2) unstable; urgency=high + + * Apply patch from Margarita Manterola to fix DST for Argentina this + weekend. closes: #502430. + + -- Clint Adams Fri, 17 Oct 2008 12:16:57 -0400 + +tzdata (2008h-1) unstable; urgency=high + + * New upstream version. + * Remove argentina.diff to enable DST in Argentina for October 19th. + * Urgency set to high, as the change will happen soon. + + -- Aurelien Jarno Wed, 15 Oct 2008 11:09:34 +0200 + +tzdata (2008g-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Mon, 06 Oct 2008 15:17:28 +0200 + +tzdata (2008f-2) unstable; urgency=low + + * Fix Argentinian timezone wrt DST. Closes: #501169 + + -- Aurelien Jarno Mon, 06 Oct 2008 13:38:46 +0200 + +tzdata (2008f-1) unstable; urgency=low + + [ Christian Perrier ] + * debian/po/pt.po: update from Ricardo Silva. closes: #498963 + + [ Clint Adams ] + * New upstream release. + + -- Clint Adams Fri, 26 Sep 2008 12:41:52 -0400 + +tzdata (2008e-4) unstable; urgency=low + + * Add a README.Debian file explaining the difference between the + "posix" and the "right" versions of the timezone data. + * Only build the posix version of the timezone data on emdebian. + * Don't build solar87, solar88 and solar89 on emdebian as they are + useless. + + -- Aurelien Jarno Sat, 06 Sep 2008 16:57:41 +0200 + +tzdata (2008e-3) unstable; urgency=low + + * Provide a tzconfig compatibility script. Closes: #493978. + + -- Aurelien Jarno Sat, 09 Aug 2008 21:57:23 +0200 + +tzdata (2008e-2) unstable; urgency=low + + * Build a tzdata-java package, using javazic from openjdk-6. + * debian/po/fr.po: update from Nicolas François. closes: #492769. + * debian/po/tr.po: new file from Mert Dirik. closes: #491207. + + -- Aurelien Jarno Thu, 31 Jul 2008 14:15:19 +0200 + +tzdata (2008e-1) unstable; urgency=low + + * New upstream release. + + -- Aurelien Jarno Tue, 29 Jul 2008 02:12:00 +0200 + +tzdata (2008d-1) unstable; urgency=medium + + [ Clint Adams ] + * New upstream release. + * Bump to Standards-Version 3.8.0. + * debian/po/en.po: translation of "Santarem". + * Add Italian translations from David Paleino. closes: #483917. + + [ Christian Perrier ] + * Debconf translations (credits are in PO files): + - French + - Gujarati. Closes: #490674 + - Malayalam. Closes: #490685 + - Galician. Closes: #490692 + - Catalan. Closes: #490709 + - German. Closes: #490713, #486867 + - Bulgarian. Closes: #490726 + - Basque. Closes: #490731 + - Lithuanian. Closes: #490773 + - Swedish. Closes: #490783 + - Japanese. Closes: #490807 + - Thai. Closes: #490942 + - Finnish. Closes: #490993 + - Vietnamese. Closes: #491047 + - Turkish. Closes: #491207 + - Russian. Closes: #491339 + - Belarusian. Closes: #491444 + + [ Aurelien Jarno ] + * patches/systemv.diff: convert to -p1. Closes: #485364. + + -- Clint Adams Fri, 25 Jul 2008 09:41:04 -0400 + +tzdata (2008c-1) unstable; urgency=low + + * New upstream release. + * debian/po/sv.po: updates from Martin Bagge. closes: #482459. + * debian/po/es.po: updates from Rudy Godoy Guillén. closes: #482941 + + -- Aurelien Jarno Sat, 31 May 2008 10:00:54 +0200 + +tzdata (2008b-2) unstable; urgency=medium + + [ Christian Perrier ] + * Properly spell "Sydney" in debian/config. closes: #478403 + * debian/po/de.po: update from Helge Kreutzmann. German. closes: #472682 + * debian/po/fi.po: update from Esko Arajärvi. Finnish. closes: #475226 + * debian/po/fr.po: update from Christian Perrier. French. closes: #472596 + * debian/po/gu.po: update from Kartik Mistry. Gujarati. closes: #480529 + * debian/po/gl.po: update from Jacobo Tarrio. Galician. closes: #480535 + * debian/po/ca.po: update from Jordà Polo. Catalan. closes: #480554 + * debian/po/sq.po: update from Elian Myftiu. Albanian. closes: #480562 + * debian/po/ja.po: update from Kenshi Muto. Japanese. closes: #480581 + * debian/po/ml.po: update from Praveen. Malayalam. closes: #480582 + * debian/po/vi.po: update from Clytie Siddall. Vietnamese. closes: #480651 + * debian/po/hu.po: update from SZERVÁC Attila. Hungarian. closes: #480665 + * debian/po/bg.po: update from Damyan Ivanov and Yavor Doganov. + Bulgarian. closes: #480674 + * debian/po/es.po: update from Rudy Godoy. Spanish. closes: #480745 + * debian/po/be.po: update from Pavel Piatruk. Belarusian. + * debian/po/id.po: update from Arief S Fitrianto. Indonesian. closes: #480832 + * debian/po/lt.po: update from Kęstutis Biliūnas. Lithuanian. closes: #480836 + * debian/po/eu.po: update from Piarres Beobide. Basque. closes: #480843 + * debian/po/cs.po: update from Miroslav Kure. Czech. closes: #480929 + * Russian. Closes: #481216 + + [ Clint Adams ] + * debian/po/nl.po: update from Bart Cornelis. closes: #481741. + * debian/po/ru.po: update from Yuri Kozlov. closes: #481216. + * debian/po/en.po: fix fuzzy mistranslation of San Luis to San Juan. + + -- Clint Adams Sun, 18 May 2008 07:52:23 -0400 + +tzdata (2008b-1) unstable; urgency=low + + * New upstream release. + - Renames Asia/Saigon to Asia/Ho_Chi_Minh. closes: #471305. + * Add conversion code for Asia/Saigon and Asia/Calcutta to + Asia/Ho_Chi_Minh and Asia/Kolkata respectively. + + -- Clint Adams Mon, 24 Mar 2008 09:42:35 -0400 + +tzdata (2008a-1) unstable; urgency=low + + * New upstream release. + - Drop Chile patch (fixed in a different way). + + -- Clint Adams Sun, 09 Mar 2008 10:24:05 -0400 + +tzdata (2007k-4) unstable; urgency=high + + * debian/patches/chile_2008.diff: add Chile DST rule for 2008. + closes: #469194. + * Set urgency to high as the DST change will happen in 4 days. + * debian/po/fi.po: update from Esko Arajärvi. closes: #468544. + * debian/po/ru.po: update from Yuri Kozlov. closes: #466752. + + -- Aurelien Jarno Tue, 04 Mar 2008 12:32:26 +0100 + +tzdata (2007k-3) unstable; urgency=low + + * Add a Provides: tzdata-lenny. + * debian/po/nl.po: update from Bart Cornelis. closes: #463434. + + -- Aurelien Jarno Mon, 04 Feb 2008 22:36:41 +0100 + +tzdata (2007k-2) unstable; urgency=low + + * debian/po/sv.po: initial translation from Christer Andersson + closes: #459490. + + -- Aurelien Jarno Sat, 12 Jan 2008 12:52:02 +0100 + +tzdata (2007k-1) unstable; urgency=low + + * New upstream release. + - Drop Argentina patch (fixed upstream in a different way). + + -- Clint Adams Mon, 31 Dec 2007 12:26:58 -0500 + +tzdata (2007j-3) unstable; urgency=high + + [ Aurelien Jarno ] + * debian/po/eu.po: update from Piarres Beobide. closes: #457288. + + [ Clint Adams ] + * debian/po/de.po: update from Helge Kreutzmann. closes: #457747. + * Add DST for Argentina, closes: #457938. + * Bump to Standards-Version 3.7.3. + + -- Clint Adams Tue, 25 Dec 2007 19:15:23 -0500 + +tzdata (2007j-2) unstable; urgency=high + + * Urgency set to high, to make sure the version in testing is + high than in debian-volatile. + * debian/po/de.po: update from Helge Kreutzmann. closes: #454335. + * debian/po/fr.po: update from Christian Perrier. closes: #454410. + + -- Aurelien Jarno Tue, 11 Dec 2007 14:46:52 +0100 + +tzdata (2007j-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Mon, 03 Dec 2007 10:15:33 -0500 + +tzdata (2007i-2) unstable; urgency=low + + * Remove leading/trailing slashes when reading the timezone. + closes: #452275. + + -- Aurelien Jarno Sun, 25 Nov 2007 05:22:24 +0100 + +tzdata (2007i-1) unstable; urgency=low + + * New upstream version. + * debian/po/de.po: initial translation from Helge Kreutzmann. + closes: #447173. + * debian/po/gl.po: update from Jacobo Tarrio. closes: #447930. + * debian/po/nl.po: update from Bart Cornelis. closes: #448016. + * debian/po/fi.po: initial translation from Esko Arajärvi. + closes: #448545. + + -- Clint Adams Mon, 05 Nov 2007 19:47:10 -0500 + +tzdata (2007h-2) unstable; urgency=low + + * debian/po/ca.po: update from Jordà Polo. closes: #446397. + * debian/po/ja.po: update from Kenshi Muto. closes: #446564. + + -- Clint Adams Sun, 14 Oct 2007 09:50:48 -0400 + +tzdata (2007h-1) unstable; urgency=low + + * New upstream version. + - Includes Venezuelan time zone change. closes: #443202. + * debian/po/ru.po: update from Yuri Kozlov. closes: #444040. + + -- Clint Adams Wed, 03 Oct 2007 11:36:09 -0400 + +tzdata (2007g-2) unstable; urgency=low + + * debian/po/fr.po: update from Christian Perrier. closes: #439883. + * debian/po/es.po: update from Rudy Godoy Guillén. closes: #440595. + + -- Clint Adams Fri, 21 Sep 2007 08:44:02 -0400 + +tzdata (2007g-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Sun, 26 Aug 2007 16:59:29 -0400 + +tzdata (2007f-12) unstable; urgency=high + + * debian/preinst: remove. + * debian/config: don't try to detect modified /etc/localtime file. + closes: #438449. + + -- Aurelien Jarno Sat, 25 Aug 2007 01:10:44 +0200 + +tzdata (2007f-11) unstable; urgency=high + + * Urgency set to high as it fixes an RC bug. + * debian/configure: remove comparison of /etc/localtime + with /usr/share/zoneinfo/. closes: #438191. + rework the rest of the script. + * debian/preinst: new script to compare /etc/localtime + with /usr/share/zoneinfo/. + * debian/postinst: don't touch anything if /etc/timezone + if not there. + * debian/rules: Remove the Canada area, all cities are + already in America. + + -- Aurelien Jarno Thu, 16 Aug 2007 14:14:27 -0230 + +tzdata (2007f-10) unstable; urgency=low + + * New Catalan debconf translation from Jordà Polo. closes: #431972. + * debian/postinst: only print "Run 'dpkg-reconfigure tzdata' if you wish + to change it." message when not using dpkg-reconfigure. closes: + #428083. + + -- Aurelien Jarno Tue, 31 Jul 2007 16:17:16 +0200 + +tzdata (2007f-9) unstable; urgency=low + + * debian/po/wo.po: update from M Mamoune Mbacke. closes: #427504. + * debian/config: patch form Ingo Saitz to fix handling of + cases where /etc/localtime is missing. closes: #427584. + * debian/po/vi.po: update from Clytie Siddall. + * debian/po/fr.po: update from Christian Perrier. closes: #427733. + * New Spanish debconf translation from Rudy Godoy Guillén. + closes: #429414. + + -- Clint Adams Tue, 19 Jun 2007 05:52:15 -0400 + +tzdata (2007f-8) unstable; urgency=high + + * debian/config: reverse the division of area/zone given the hack + for the 3-level zones in America/ . closes: #427389. + + -- Clint Adams Sun, 03 Jun 2007 19:00:32 -0400 + +tzdata (2007f-7) unstable; urgency=medium + + * debian/po/fr.po: update from Christian Perrier. + closes: #427305. + * debian/config: strip off any leading right/ or posix/ ; + this allows tzdata to install when such a zone is set, but + makes it more difficult for the user to set a "right" + time zone. closes: #427226. + + -- Clint Adams Sun, 03 Jun 2007 08:28:04 -0400 + +tzdata (2007f-6) unstable; urgency=low + + * debian/po/en.po: a few minor cleanups. + * Remove Asmera as a debconf choice. + * Convert Antarctica/South_Pole to Antarctica/McMurdo. + + -- Clint Adams Fri, 01 Jun 2007 14:36:36 -0400 + +tzdata (2007f-5) unstable; urgency=medium + + * Handle three-level timezones (including Argentina) in debconf + selection, as well as converting Argentine compatibility zones + to their three-level counterparts. closes: #426914. + * debian/po/en.po: updates for "new" zones. + + -- Clint Adams Thu, 31 May 2007 14:21:48 -0400 + +tzdata (2007f-4) unstable; urgency=low + + * New Malayalam debconf translation from Praveen A. closes: #425361. + * New Lithuanian debconf translation from Kęstutis Biliūnas. + closes: #425383. + * debian/po/ru.po: updates from Yuri Kozlov. closes: #424892. + * debian/po/bg.po: updates from Damyan Ivanov. closes: #425512. + * New Hebrew debconf translation from Lior Kaplan. closes: #425733. + + -- Clint Adams Mon, 21 May 2007 11:48:09 -0400 + +tzdata (2007f-3) unstable; urgency=medium + + * New Czech debconf translation by Miroslav Kure. + closes: #425134. + * Fix misspelling of "Cambridge Bay" in en.po. + * New Basque debconf translation by Piarres Beobide. + closes: #424983. + * New Albanian debconf translation by Elian Myftiu. + closes: #425172. + * New Belarusian debconf translation by Paul Petruk. + closes: #424769. + * debian/po/fr.po: fixes from Christian Perrier. + closes: #424437. + + -- Clint Adams Sat, 19 May 2007 11:50:13 -0400 + +tzdata (2007f-2) unstable; urgency=low + + * New Indonesian debconf translation by Arief S Fitrianto. + closes: #423402. + * debian/config: Use parameter expansion to get substrings, + thereby eliminating use of sed. + * debian/config: Ulaanbaatar is the canonical name, not + Ulan_Bator. + * debian/config: Asmara is the canonical name for Asmera. + * debian/po/templates.pot: remove Asmera. + * New Gujarati debconf translation by Kartik Mistry. + closes: #423492. + + -- Clint Adams Fri, 11 May 2007 11:14:37 -0400 + +tzdata (2007f-1) unstable; urgency=medium + + * New upstream release. + - Remove debian/patches/grand_turk.diff (superseded) + * New Dutch debconf translation by Bart Cornelis. closes: #423064. + * New Thai debconf translation by Theppitak Karoonboonyanan. + closes: #422744. + * New Kurdish debconf translation by Amed Çeko Jiyan. + closes: #422880. + + -- Clint Adams Wed, 09 May 2007 12:43:32 -0400 + +tzdata (2007e-8) unstable; urgency=low + + * New Bulgarian debconf translation, by Damyan Ivanov (closes: + bug#422429). + * New Croatian debconf translation, by Josip Rodin (closes: + bug#422434). + * New Hungarian debconf translation, by Attila Szervác (closes: + bug#422458). + * New Japanese debconf translation, by Kenshi Muto (closes: + bug#422460). + * New Galician debconf translation, by Jacobo Tarrio (closes: + bug#422519. + * debian/postinst: also set LC_ALL=C in sub-shells (closes: bug#422551). + * Don't show backward links in debconf templates for Australian states, + and for Cities whose names have changed. + + -- Aurelien Jarno Sun, 06 May 2007 23:55:23 +0200 + +tzdata (2007e-7) unstable; urgency=low + + * debian/po/en.po: fixes two typos. Thanks to Thijs Kinkhorst (closes: + #421889). + * New Russian debconf translation, by Yuri Kozlov (closes: bug#421499). + * New Portuguese debconf translation, by Rui Branco (closes: bug#422329). + * Partly merge patch from the Debconf templates review (closes: + bug#422186). + * debian/config: verify that /etc/localtime symlink points to a file + in /usr/share/zoneinfo (closes: bug#421280). + * debian/postinst: print the current local and UTC times even when using + user defined /etc/localtime. + + -- Aurelien Jarno Sat, 05 May 2007 05:52:04 -0700 + +tzdata (2007e-6) unstable; urgency=low + + * Remove -x from the config script (closes: #420988). + + -- Aurelien Jarno Wed, 25 Apr 2007 19:35:09 +0200 + +tzdata (2007e-5) unstable; urgency=low + + * Convert old or single-level timezones into two-level timezones + (closes: bug#420895). + * Remove the US area, all cities are already in America. + * Add Arctic area. + + -- Aurelien Jarno Wed, 25 Apr 2007 09:25:46 -0400 + +tzdata (2007e-4) unstable; urgency=low + + * Don't ask debconf questions during the first upgrade if the timezone + is already configured (closes: bug#419276). + * Set the old timezone in case of cancellation (closes: bug#419344). + * Don't overwrite /etc/localtime if the user choose to manage it by + him/herself. + * Update templates from the current status of the Smith Review + Project. + * Add preliminary French templates. + + -- Aurelien Jarno Wed, 25 Apr 2007 00:25:37 +0200 + +tzdata (2007e-3) unstable; urgency=low + + * Add missing Australia area (closes: bug#419191). + + -- Aurelien Jarno Sat, 14 Apr 2007 12:33:17 +0200 + +tzdata (2007e-2) unstable; urgency=low + + * Switch to debconf (closes: bug#391529). + + -- Aurelien Jarno Sat, 14 Apr 2007 00:03:20 +0200 + +tzdata (2007e-1) unstable; urgency=low + + * New upstream release. + - Fixes for Syria and Honduras. + * Add watch file. + + -- Clint Adams Mon, 09 Apr 2007 19:16:23 -0400 + +tzdata (2007d-1) unstable; urgency=low + + * New upstream release: + - Fix timezone change for Turkey (closes: bug#416120). + * debian/patches/grand_turk.diff: Fix timezone change for Turks & Caicos + Islands (closes: bug#415007). + + -- Aurelien Jarno Sun, 25 Mar 2007 03:04:44 +0200 + +tzdata (2007c-1) unstable; urgency=low + + * New upstream release. + - Fix timezone change for Pulaski County, Indiana, USA (closes: + bug#414222). + + -- Aurelien Jarno Sat, 10 Mar 2007 22:16:21 +0100 + +tzdata (2007b-1) unstable; urgency=low + + * New upstream release. + + -- Aurelien Jarno Sun, 18 Feb 2007 19:10:15 +0100 + +tzdata (2007a-3) unstable; urgency=low + + * Make tzdata an Essential package. + * Fix postinst script with broken /etc/localtime file (closes: bug#409419). + + -- Aurelien Jarno Fri, 2 Feb 2007 22:37:36 +0100 + +tzdata (2007a-2) unstable; urgency=low + + * Generate and ship /usr/share/zoneinfo/posixrules (closes: bug#409275). + + -- Aurelien Jarno Thu, 1 Feb 2007 18:39:05 +0100 + +tzdata (2007a-1) unstable; urgency=low + + * New upstream release. + + -- Aurelien Jarno Sun, 21 Jan 2007 22:28:24 +0100 + +tzdata (2006p-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + - Includes DST rules for West Australia. + + -- Aurelien Jarno Tue, 28 Nov 2006 10:58:53 +0100 + +tzdata (2006n-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + + -- Aurelien Jarno Sat, 21 Oct 2006 22:51:50 +0200 + +tzdata (2006m-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + + -- Aurelien Jarno Sun, 8 Oct 2006 19:39:42 +0200 + +tzdata (2006l-1) unstable; urgency=low + + [ Denis Barbier ] + * New upstream release. + * debian/rules: Use debian/patches/quiltrc for quilt global settings. + + -- Denis Barbier Tue, 19 Sep 2006 22:26:27 +0200 + +tzdata (2006k-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + + -- Aurelien Jarno Tue, 29 Aug 2006 22:53:57 +0200 + +tzdata (2006g-2) unstable; urgency=low + + * patches/systemv.diff: As Indianapolis use DST since 2006, it can no + more be an alias for SystemV/EST5, replace it with Panama. + Closes: #367025 + * debian/watch: New file. + + -- Denis Barbier Fri, 2 Jun 2006 23:44:21 +0200 + +tzdata (2006g-1) unstable; urgency=low + + [ Denis Barbier ] + * New upstream release. + * debian/control: Bump Standards-Version: 3.7.2 (no changes needed) + * debian/control: quilt is not run by the 'clean' target, so move it + into Build-Depends-Indep. + + -- Denis Barbier Thu, 1 Jun 2006 22:19:57 +0200 + +tzdata (2006c-2) unstable; urgency=low + + * Put a copy of the current timezone into /etc/localtime instead of a + symlink. + * Add a patching system. + * patches/systemv.diff: create the SystemV links for compatibility reasons. + * Drop the dependency on libc-bin. + * Drop the preinst script, we don't support upgrades from Potato :-) + + -- Aurelien Jarno Mon, 10 Apr 2006 09:13:04 +0200 + +tzdata (2006c-1) unstable; urgency=low + + * Initial release. + * For easy updating, this package has been splitted out of the GNU C + Library. + * Thanks to the authors of the langpack-locales Ubuntu package, which has + been used to understand how to process source timezone files. + + -- Aurelien Jarno Sat, 8 Apr 2006 19:00:31 +0200 diff --git a/debian/check_translations b/debian/check_translations new file mode 100755 index 0000000..4343e33 --- /dev/null +++ b/debian/check_translations @@ -0,0 +1,66 @@ +#!/usr/bin/python3 + +# Author: Benjamin Drung + +"""Check translation .po files for inconsistencies like identical translations.""" + + +import argparse +import collections +import logging +import os +import sys + +import polib + +LOG_FORMAT = "%(name)s %(levelname)s: %(message)s" +__script_name__ = os.path.basename(sys.argv[0]) if __name__ == "__main__" else __name__ + + +def check_duplicate_translations(po_file: polib.POFile) -> int: + """Check if different msgids have the identical translation.""" + msgstr_to_msgids = collections.defaultdict(set) + for entry in po_file: + if entry.msgstr == "": + continue + msgstr_to_msgids[entry.msgstr].add(entry.msgid) + + # Drop single translations + duplicate_translations = { + msgstr: msgids for msgstr, msgids in msgstr_to_msgids.items() if len(msgids) > 1 + } + if not duplicate_translations: + return 0 + + logger = logging.getLogger(__script_name__) + for msgstr, msgids in duplicate_translations.items(): + logger.warning( + "Following IDs have the identical '%s' translation '%s': %s", + po_file.metadata["Language"], + msgstr, + ", ".join(sorted(msgids)), + ) + return 1 + + +def check_translation(po_filename: str) -> int: + """Check translation .po file for issues.""" + po_file = polib.pofile(po_filename) + return check_duplicate_translations(po_file) + + +def main() -> int: + """Check translation .po files for inconsistencies like identical translations.""" + parser = argparse.ArgumentParser() + parser.add_argument("po_file", nargs="*") + args = parser.parse_args() + logging.basicConfig(format=LOG_FORMAT, level=logging.INFO) + + failures = 0 + for po_filename in args.po_file: + failures += check_translation(po_filename) + return failures + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..e2e65ab --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +leapseconds diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8be1370 --- /dev/null +++ b/debian/control @@ -0,0 +1,61 @@ +Source: tzdata +Section: localization +Priority: required +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: gawk, + po-debconf, + python3 (>= 3.9), + python3-debian, + python3-natsort, + python3-polib +Rules-Requires-Root: no +Maintainer: GNU Libc Maintainers +Uploaders: Clint Adams , + Aurelien Jarno , + Benjamin Drung +Standards-Version: 4.6.2 +Homepage: https://www.iana.org/time-zones +Vcs-Git: https://salsa.debian.org/glibc-team/tzdata.git +Vcs-Browser: https://salsa.debian.org/glibc-team/tzdata + +Package: tzdata +Architecture: all +Multi-Arch: foreign +Depends: debconf | debconf-2.0, ${misc:Depends} +Breaks: tzdata-legacy (= 2023c-8), tzdata-legacy (= 2023c-9) +Replaces: tzdata-legacy (= 2023c-8), tzdata-legacy (= 2023c-9) +Provides: tzdata-trixie +Description: time zone and daylight-saving time data + This package contains data required for the implementation of + standard local time for many representative locations around the + globe. It is updated periodically to reflect changes made by + political bodies to time zone boundaries, UTC offsets, and + daylight-saving rules. + +Package: tzdata-legacy +Architecture: all +Multi-Arch: foreign +Priority: optional +Depends: tzdata, ${misc:Depends} +Breaks: tzdata (<< 2023c-8~) +Conflicts: tzdata-bookworm, tzdata-bullseye +Replaces: tzdata (<< 2023c-8~), tzdata-bookworm, tzdata-bullseye +Description: time zone data for TAI minus ten seconds + This package contains data required for the implementation of + standard local time for many representative locations around the + globe. It is updated periodically to reflect changes made by + political bodies to time zone boundaries, UTC offsets, and + daylight-saving rules. + . + This package contains timezones counted in International Atomic Time with a + -10 second offset (TAI-10s) in /usr/share/zoneinfo/right. This is the current + IBM recommended setting of hardware clocks on IBM mainframes, which ran on + GMT until the inception of UTC in 1972 when TAI was 10 seconds ahead of UTC. + IBM switched to running clocks at the atomic rate and introduced the + 10-second offset in order to avoid a discontinuity. + . + This package also contains legacy timezone symlinks that are not following + the current rule of using the geographical region (continent or ocean) and + city name. + . + You do not need this package if you are unsure. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..464f214 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,9 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://www.iana.org/time-zones +Upstream-Contact: The Internet Assigned Numbers Authority (IANA) + Commentary should be addressed to tz@iana.org + +Files: * +Copyright: The Internet Assigned Numbers Authority (IANA) +License: public-domain + This database is in the public domain. diff --git a/debian/generate_debconf_templates b/debian/generate_debconf_templates new file mode 100755 index 0000000..333c2b1 --- /dev/null +++ b/debian/generate_debconf_templates @@ -0,0 +1,239 @@ +#!/usr/bin/python3 + +# Author: Benjamin Drung + +"""Generate tzdata debconf templates file.""" + +import argparse +import logging +import os +import pathlib +import sys + +import natsort + +LOG_FORMAT = "%(name)s %(levelname)s: %(message)s" +__script_name__ = os.path.basename(sys.argv[0]) if __name__ == "__main__" else __name__ + +TEMPLATES_AREAS = [ + "Africa", + "America", + "Antarctica", + "Arctic", + "Asia", + "Atlantic", + "Australia", + "Europe", + "Indian", + "Pacific", + "Etc", +] + +# List of backward compatability symlinks that should not be selectable +EXCLUDE_SYMLINKS = { + "Africa/Asmera", + "America/Argentina/ComodRivadavia", + "America/Buenos_Aires", + "America/Catamarca", + "America/Cordoba", + "America/Fort_Wayne", + "America/Indianapolis", + "America/Jujuy", + "America/Knox_IN", + "America/Louisville", + "America/Mendoza", + "America/Rosario", + "Antarctica/South_Pole", + "Asia/Ashkhabad", + "Asia/Calcutta", + "Asia/Chungking", + "Asia/Dacca", + "Asia/Katmandu", + "Asia/Macao", + "Asia/Rangoon", + "Asia/Saigon", + "Asia/Thimbu", + "Asia/Ujung_Pandang", + "Asia/Ulan_Bator", + "Atlantic/Faeroe", + "Australia/ACT", + "Australia/LHI", + "Australia/NSW", + "Australia/North", + "Australia/Queensland", + "Australia/South", + "Australia/Tasmania", + "Australia/Victoria", + "Australia/West", + "Europe/Kiev", + "Europe/Uzhgorod", + "Europe/Zaporozhye", + "Pacific/Enderbury", + "Pacific/Ponape", + "Pacific/Truk", + "US/Alaska", + "US/Aleutian", + "US/Arizona", + "US/Central", + "US/East-Indiana", + "US/Eastern", + "US/Hawaii", + "US/Indiana-Starke", + "US/Michigan", + "US/Mountain", + "US/Pacific", + "US/Samoa", +} + +# List of symlinks that should be selectable +INCLUDE_SYMLINKS = { + "Africa/Timbuktu", + "America/Atka", + "America/Coral_Harbour", + "America/Ensenada", + "America/Godthab", + "America/Kralendijk", + "America/Lower_Princes", + "America/Marigot", + "America/Montreal", + "America/Nipigon", + "America/Pangnirtung", + "America/Porto_Acre", + "America/Rainy_River", + "America/Santa_Isabel", + "America/Shiprock", + "America/St_Barthelemy", + "America/Thunder_Bay", + "America/Virgin", + "America/Yellowknife", + "Arctic/Longyearbyen", + "Asia/Chongqing", + "Asia/Harbin", + "Asia/Istanbul", + "Asia/Kashgar", + "Asia/Tel_Aviv", + "Atlantic/Jan_Mayen", + "Australia/Canberra", + "Australia/Currie", + "Australia/Yancowinna", + "Europe/Belfast", + "Europe/Bratislava", + "Europe/Busingen", + "Europe/Mariehamn", + "Europe/Nicosia", + "Europe/Podgorica", + "Europe/San_Marino", + "Europe/Tiraspol", + "Europe/Vatican", + "Pacific/Johnston", + "Pacific/Samoa", + "Pacific/Yap", + "Etc/GMT+0", + "Etc/GMT-0", + "Etc/GMT0", + "Etc/Greenwich", + "Etc/UCT", + "Etc/Universal", + "Etc/Zulu", +} + + +def get_timezones(base_dir: pathlib.Path, subdir: pathlib.Path) -> list[str]: + """Return list of timezone files relative to the base_dir.""" + timezones = [] + for path in natsort.natsorted(subdir.iterdir(), key=str): + if path.is_dir(): + timezones += get_timezones(base_dir, path) + continue + timezone = str(path.relative_to(base_dir)) + if path.is_symlink(): + if timezone in EXCLUDE_SYMLINKS: + continue + if timezone not in INCLUDE_SYMLINKS: + logger = logging.getLogger(__script_name__) + logger.error( + "Timezone '%s' is a symlink, but neither in EXCLUDE_SYMLINKS" + " nor INCLUDE_SYMLINKS. Please add it explicitly.", + timezone, + ) + sys.exit(1) + timezones.append(timezone) + return timezones + + +def generate_debconf_templates_area(zoneinfo_dir: pathlib.Path, area: str) -> str: + """Generate tzdata debconf templates paragraph for given area.""" + timezones = get_timezones(zoneinfo_dir, zoneinfo_dir / area) + choices = [timezone.split("/", maxsplit=1)[1] for timezone in timezones] + if area == "Etc": + choices_key = "Choices" + description = ( + "Please select your time zone. Contrary to modern conventions, these" + " POSIX-compatible zones use positive values to refer to zones west of" + " Greenwich and negative values for those east of Greenwich" + " (e.g., 'Etc/GMT+6' refers to 6 hours west of Greenwich," + " commonly called 'UTC-6')." + ) + else: + choices_key = "__Choices" + description = ( + "Please select the city or region corresponding to your time zone." + ) + return f"""\ +Template: tzdata/Zones/{area} +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +{choices_key}: {", ".join(choices)} +_Description: Time zone: + {description} +""" + + +def generate_debconf_templates(zoneinfo_dir: pathlib.Path) -> str: + """Generate tzdata debconf templates file content.""" + debconf_templates = f"""\ +# This file was generated by {pathlib.Path(__file__).relative_to(os.getcwd())} +# +Template: tzdata/Areas +Type: select +# Note to translators: +# - This is a continent or ocean (except for "Etc") +# - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +__Choices: {", ".join(TEMPLATES_AREAS)} +_Description: Geographic area: + Please select the geographic area in which you live. Subsequent + configuration questions will narrow this down by presenting a list of + cities, representing the time zones in which they are located. +""" + for area in TEMPLATES_AREAS: + debconf_templates += "\n" + generate_debconf_templates_area(zoneinfo_dir, area) + return debconf_templates + + +def existing_dir_path(string: str) -> pathlib.Path: + """Convert string to existing dir path or raise ArgumentTypeError.""" + path = pathlib.Path(string) + if not path.is_dir(): + raise argparse.ArgumentTypeError(f"Directory {string} does not exist") + return path + + +def main() -> None: + """Generate tzdata debconf templates file.""" + parser = argparse.ArgumentParser() + parser.add_argument( + "-d", + "--directory", + default=".", + type=existing_dir_path, + help="Directory containing the generated zoneinfo files", + ) + args = parser.parse_args() + logging.basicConfig(format=LOG_FORMAT) + print(generate_debconf_templates(args.directory), end="") + + +if __name__ == "__main__": + main() diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in new file mode 100644 index 0000000..e5602b3 --- /dev/null +++ b/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] tzdata.templates diff --git a/debian/po/be.po b/debian/po/be.po new file mode 100644 index 0000000..ed2fc23 --- /dev/null +++ b/debian/po/be.po @@ -0,0 +1,3798 @@ +# translation of tzdata_2008i-2_be.po to Belarusian (Official spelling) +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/be.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# +# Debian Installer master translation file template +# Don't forget to properly fill-in the header of PO files# +# Debian Installer translators, please read the D-I i18n documentation +# in doc/i18n/i18n.txt# +# +# +# Andrei Darashenka , 2005, 2006. +# Pavel Piatruk , 2006. +# Nasciona Piatrouskaja , 2006. +# Hleb Rubanau , 2006. +# Paul Petruk , 2007. +# Pavel Piatruk , 2008. +msgid "" +msgstr "" +"Project-Id-Version: tzdata_2008i-2_be\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Pavel Piatruk \n" +"Language-Team: Belarusian (Official spelling) \n" +"Language: be\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Афрыка" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Амерыка" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Антарктыда" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Арктыка" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Азія" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Атлантыка" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Аўстралія" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Еўропа" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Індыйскі акіян" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Ціхі акіян" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Геаграфічная зона" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +#, fuzzy +#| msgid "" +#| "Please select the geographic area you live in. Subsequent configuration " +#| "questions will narrow this down by presenting a list of cities, " +#| "representing the time zones in which they are located." +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Выберыце геаграфічную зону, у якой вы жывеце. Наступныя пытанні " +"канфігуравання прадаставяць спіс гарадоў і і часавых зон, у якіх яны " +"размешчаны." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Абіджан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Акра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Адыс-Абэба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Алжыр" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Асмара" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Бамака" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Бангуі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Банджул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Бісаў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Блантыр" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Бразавіль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Бужумбура" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Каір" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Касабланка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Кеута" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Канакры" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Дакар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Дар-эс-Салаам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Джыбуці" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Дуала" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "Эль-Эўн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Фрытаўн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Габаронэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Харарэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Яганэсбург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Кампала" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Хартум" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Кігалі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Кіншаса" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Лагос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Лібрэвіль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Лом" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Луанда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Лубумбаші" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Лусака" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Малаба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Мапута" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Масэру" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Мбабанэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Магадышу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Манровія" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Найробі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Нджамэна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Ніямэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Нуакшот" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Уагадугу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Порта-Нова" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Сан-Томэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Тымбукту" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Трыпалі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Туніс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Віндхоўк" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Часавы пояс:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +#, fuzzy +#| msgid "Please select the time zone corresponding to your location." +msgid "Please select the city or region corresponding to your time zone." +msgstr "Выберыце часавы пояс адпаведна вашаму знаходжанню." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Адак" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Анхорадж" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Ангілья" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Антыгуа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Арагвайна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Аргенціна/Буэнас-Айрас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Аргенціна/Катамарка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Аргенціна/Кардоба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Аргенціна/Хухуй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Аргенціна/Ла Рыёха" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Аргенціна/Мендоза" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Аргенціна/Рыё Галегос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Аргенціна/Сальта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Аргенціна/Сан Хуан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Аргенціна/Сан Луіс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Аргенціна/Тукуман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Аргенціна/Ушуайя" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Аруба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Асунсьён" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Атыкакан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Атка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Багія" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Барбадос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Бэлем" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Беліз" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Бланк-Саблон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Бона-Віста" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Багота" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Буас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Кэмбрыдж-Бэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Кампа-Гранда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Канкун" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Каракас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Каен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Кайман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Чыкага" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Чыхуахуа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Корал-Харбар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Коста-Рыка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Куяба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Куракаа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Данмаркшван" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Доўсан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Доўсан-Крык" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Дэнвер" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Дэтройт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Дамініка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Эдмантан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Эйрунэп" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "Эль-Сальвадор" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Энсенада" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Фарталеза" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Глэйс-Бэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Готаб" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Гус-Бэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Гранд-Турк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Гранада" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Гвадалупа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Гватамала" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Гваякіль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Гаяна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Халіфакс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Гавана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Гермосіла" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Індыяна/Індыянапаліс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Індыяна/Кнокс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Індыяна/Марэнга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Індыяна/Пітсбург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Індыяна/Тэл Сіці" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Індыяна/Вівэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Індыяна/Вінсэнс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Індыяна/Вінамак" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Інувік" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Ікалют" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Ямайка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Жунё" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Кентукі/Луізвіль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Кентукі/Монцісэль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "Ла-Пас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Ліма" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Лос-Анджалес" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Макеё" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Манагуа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Манаўс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Марыгот" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Мартынік" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Мазатлан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Мэнамінэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Мэрыда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Мэхіка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Мікелён" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Монктан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Мантарэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Мантэвідэа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Манрэаль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Мансэрат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Насаў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Нью-Ёрк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Ніпігон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Ном" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Наронга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Паўночная Дакота/Цэнтр" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Паўночная Дакота/Нью Салем" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Панама" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Пангніртунг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Парамарыба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Фенікс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Порт-а-Прынс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Порт-а-Спэйн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Порт-Акрэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Порта-Вэльга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Пуэрта-Рыка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Рэйні-Рывар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Ранкін-Інлет" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Рэсіф" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Рэгіна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Рэзалют" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Рыё-Бранка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Сантарэм" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Санцьяга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Санта-Дамінга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Сан-Паўла" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Скорзбізунд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Шыпрок" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Св Барталамей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Сэнт-Джонс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Сэнт-Кітц" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Сэнт-Люсія" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Сэнт-Томас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Сэнт-Вінсэнт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Свіфт-Карант" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Тэгусыгальпа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Туль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Зандар-Бэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Тыджвана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Таронта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Тартола" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Ванкувэр" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Вірджын" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Уайтхорс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Вініпэг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Якутат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Елаўнайф" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Кэйсі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Дэвіс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Дзюмонт-д-Урвіль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Моўсан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "Мак-Мурда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Палмэр" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Ратэра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Сыёва" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Васток" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Лонг'ерб'ен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Адан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Алматы" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Аман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Анадыр" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Актаў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Актоб" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ашгабат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Багдад" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Бахрэйн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Баку" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Банкок" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Бэйрут" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Бішкек" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Бруней" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Чойбалсан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Чонкінг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Каломба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Дамаск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Дака" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Дылі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Дубай" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Душанбэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Газа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Харбін" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Хо Шы Мін" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Ганконг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Хоўд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Іркуцк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Стамбул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Джакарта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Джаяпура" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Ерусалім" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Кабул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Камчатка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Карачы" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Кашгар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Катманду" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Кальката" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Краснаярск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Куала-Лумпур" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Кучынг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Кувэйт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Макаў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Магадан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Макасар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Маніла" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Мускат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Нікосія" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Новасібірск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Омск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Арал" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Пном-Пэнь" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Пантыянак" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Пхеньян" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Катар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Кызыларда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Рыяд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Сахалін" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Самарканд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Сеул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Шанхай" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Сінгапур" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Тайпэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Ташкент" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Тбілісі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Тэгеран" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Тэль-Авіў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Тымпху" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Токіё" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Улан-Батар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Урумкі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "В'ент'ян" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Уладзівасток" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Якуцк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Рангун" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Екацерынбург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Ераван" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Азоры" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Бермуды" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Канары" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Капа-Вэрда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Фароэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Ян-Маен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Мадэра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Рэйк'явік" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Паўднёвая Джорджыя" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Востраў Св. Алены" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Стэнлі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Адэлаіда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Брызбан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Броўкэн-Хіл" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Канберра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Кур'е" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Дарвін" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Эўкла" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Хобарт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Ліндаман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Лорд-Хоў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Мэльбурн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Пэрт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Сіднэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Янкавіна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Амстэрдам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Андора" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Афіны" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Белфаст" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Белград" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Берлін" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Братыслава" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Брусель" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Бухарэст" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Будапешт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Чысінаў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Капенгаген" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Дублін" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Гібралтар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Джэрнсі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Хельсінкі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Востраў Мэн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Джэрсі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Калінінград" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Кіеў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Лісабон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Любляна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Лондан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Люксембург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Мадрыд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Мальта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Мэрыхамн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Мінск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Манака" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Масква" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Осла" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Парыж" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Падгорыца" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Прага" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Рыга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Рым" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Самара" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "Сан-Марына" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Сараева" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Сімферопаль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Скоп'е" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Сафія" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Стакгольм" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Талін" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Тырана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Тыраспаль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Вадуц" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Ватыкан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Вена" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Вільня" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Валгаград" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Варшава" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Заграб" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Цюрых" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Антананарыву" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Чагас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Востраў Раства" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Какосавыя астравы" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Каморы" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Кэргелен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Магэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Мальдывы" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Маўрыцы" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Маёт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Рэюньён" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Апія" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Оўклэнд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Чатам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Востраў Пасхі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Эфат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Факаёфа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Фіджы" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Фунафуці" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Галапагос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Гамбер" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Гуядалканал" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Гуям" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Ганалулу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Джонстан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Кірытымаці" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Косра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Кваялэйн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Маджура" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Маркізы" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Мідвэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Наўру" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Ніў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Норфалк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Нумэя" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Пага-Пага" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Палаў" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Піткэрн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Порт-Морзбі" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Раратонга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Сайпан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Таіці" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Тарава" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Тангатапу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Ўэйк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Ўэліс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Яп" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/bg.po b/debian/po/bg.po new file mode 100644 index 0000000..985716c --- /dev/null +++ b/debian/po/bg.po @@ -0,0 +1,3791 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/bg.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of bg.po to Bulgarian +# Bulgarian messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# Ognyan Kulev , 2004, 2005, 2006. +# Nikola Antonov , 2004. +# Damyan Ivanov , 2006, 2007. +# Damyan Ivanov , 2008. +# Yavor Doganov , 2008. +msgid "" +msgstr "" +"Project-Id-Version: bg\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Yavor Doganov \n" +"Language-Team: Bulgarian \n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Африка" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Америка" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Антарктида" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Арктика" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Азия" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Атлантически океан" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Австралия" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Европа" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Индия" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Тихи океан" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Други" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Географска област:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +#, fuzzy +#| msgid "" +#| "Please select the geographic area you live in. Subsequent configuration " +#| "questions will narrow this down by presenting a list of cities, " +#| "representing the time zones in which they are located." +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Изберете областта, в която се намирате. Следващите въпроси ще уточнят града." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Абиджан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Акра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Адис Абеба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Алжир" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Асмара" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Бамако" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Банги" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Банджул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Бисау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Блантир" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Бразавил" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Бужумбура" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Кайро" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Казабланка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Селта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Конакри" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Дакар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Дар ес Салаам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Джибути" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Дуала" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "Ел Ааюн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Фрийтаун" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Габороне" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Хараре" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Йоханесбург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Кампала" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Хартум" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Кигали" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Киншаса" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Лагос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Либревил" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Ломе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Луанда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Любумбаши" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Лусака" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Малабо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Мапуто" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Масеру" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Мбабане" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Могадишу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Монровия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Найроби" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Нджамена" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Ниамей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Нуакшот" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Уагадугу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Порто-Ново" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Сао Томе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Тимбукту" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Триполи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Тунис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Виндхук" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Часови пояс:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +#, fuzzy +#| msgid "Please select the time zone corresponding to your location." +msgid "Please select the city or region corresponding to your time zone." +msgstr "Изберете часовия пояс, в който се намирате." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Адак" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Анкъридж" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Ангила" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Антигуа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Арагуейна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Аржентина/Буенос Айрес" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Аржентина/Катамарка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Аржентина/Кордоба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Аржентина/Хухуй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Аржентина/Ла Риоха" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Аржентина/Мендоса" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Аржентина/Рио Галегос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Аржентина/Салта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Аржентина/Сан Хуан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Аржентина/Сан Луис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Аржентина/Тукуман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Аржентина/Ушуая" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Аруба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Асунсион" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Атикокан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Атка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Баия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Барбадос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Белем" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Белиз" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Блан-Саблон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Боа Виста" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Богота" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Боис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Кембридж Бей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Кампо Гранде" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Канкун" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Каракас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Шайен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Каймани" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Чикаго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Чихуахуа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Корал Харбър" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Коста Рика" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Куяба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Кюрасао" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Данмарксхафен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Досън" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Досън Крийк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Денвър" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Детройт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Доминика" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Едмънтън" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Ейрунепе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "Ел Салвадор" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Енсенада" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Форталеза" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Глейс Бей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Готаб" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Гуус Бей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Гранд Тюрк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Гренада" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Гваделупа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Гватемала" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Гуаякил" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Гайана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Халифакс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Хавана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Ермосильо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Индиана/Индианаполис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Индиана/Нокс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Индиана/Маренго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Индиана/Питърсбърг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Индиана/Тел сити" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Индиана/Вивей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Индиана/Винсенес" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Индиана/Уинамак" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Инувик" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Икалуит" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Ямайка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Жуно" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Кентъки/Луисвил" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Кентъки/Монтичело" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "Ла Пас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Лима" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Лос Анжелис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Масейо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Манагуа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Манаус" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Маригот" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Мартиника" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Масатлан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Меномини" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Мерида" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Мексико сити" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Микелон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Монктън" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Монтерей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Монтевидео" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Монреал" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Монсерат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Насау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Ню Йорк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Нипигън" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Ном" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Нороня" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Северна Дакота/Център" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Северна Дакота/Ню Сейлем" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Панама" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Пангниртунг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Парамарибо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Финикс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Порт-о-Пренс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Порт-ъф-Спейн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Порту Акри" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Порту Велю" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Пуерто Рико" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Рейни Ривър" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Ранкин Инлет" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Ресифи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Реджайна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Резолют" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Рио Бранко" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Сантарем" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Сантяго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Санто Доминго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Сао Паоло" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Скоресбисунд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Шипрок" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Св. Вартоломей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Св. Джон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Сейнт Китс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Сейнт Лусия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Сейнт Томас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Сейнт Винсент" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Суифт Кърънт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Тегусигалпа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Туле" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Тъндър Бей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Тихуана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Торонто" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Тортола" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Ванкувър" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Вирджински о-ви" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Уайтхорс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Уинипег" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Якутат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Йелоунайф" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Кейси" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Дейвис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Дюмон Дюрвил" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Моусън" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "МакМърдо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Палмър" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Ротера" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Сьова" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Восток" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Лонгиърбйен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Аден" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Алмати" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Аман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Анадир" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Актау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Актобе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ашхабад" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Багдад" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Бахрейн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Баку" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Банкок" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Бейрут" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Бишкек" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Бруней" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Чойбалсан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Чонгкинг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Коломбо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Дамаск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Дака" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Дили" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Дубай" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Душанбе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Газа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Харбин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Хо Ши Мин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Хонг Конг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Ховд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Иркутск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Истанбул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Джакарта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Джаяпура" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Йерусалим" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Кабул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Камчатка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Карачи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Кашгар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Катманду" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Калкута" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Красноярск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Куала Лумпур" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Кучинг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Кувейт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Макао" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Магадан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Макасар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Манила" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Мускат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Никозия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Новосибирск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Омск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Орал" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Пном Пен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Понтианак" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Пйонгянг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Катар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Кизилорда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Рияд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Сахалин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Самарканд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Сеул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Шанхай" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Сингапур" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Тайпе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Ташкент" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Тбилиси" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Техеран" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Тел Авив" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Тимбу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Токио" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Улан Батор" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Урумчи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Виентян" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Владивосток" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Якутск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Рангун" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Екатеринбург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Ереван" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Азорски о-ви" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Бермуди" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Канарски о-ви" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Кабо Верде" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Фарьорски о-ви" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Ян Майен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Мадейра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Рейкявик" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Южна Джорджия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Сейнт Хелена" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Стенли" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Аделаида" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Бризбейн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Броукън Хил" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Канбера" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Кюри" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Дарвин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Еукла" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Хобарт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Линдеман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "о-в Лорд Хоу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Мелбърн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Пърт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Сидни" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Янковина" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Амстердам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Андора" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Атина" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Белфаст" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Белград" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Берлин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Братислава" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Брюксел" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Букурещ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Будапеща" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Кишинев" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Копенхаген" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Дъблин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Гибралтар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Джърнси" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Хелзинки" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Айл ъф Ман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Джърси" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Калининград" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Киев" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Лисабон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Любляна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Лондон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Люксембург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Мадрид" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Малта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Мариехамн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Минск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Монако" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Москва" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Осло" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Париж" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Подгорица" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Прага" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Рига" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Рим" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Самара" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "Сан Марино" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Сараево" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Симферопол" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Скопие" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "София" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Стокхолм" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Талин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Тирана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Тираспол" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Вадуц" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Ватикана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Виена" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Вилнюс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Волгоград" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Варшава" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Загреб" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Цюрих" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Антананариво" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Чагос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "о-в Рождество" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "о-ви Кокос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Коморски о-ви" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Кергуелен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Махе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Малдивски о-ви" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Мавриций" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Майоте" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Реюнион" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Апия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Окланд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "о-ви Чатам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Великденски остров" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Ефат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Факаофо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Фиджи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Фунафути" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Галапагоски о-ви" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "о-ви Гамбир" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Гуадалканал" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Гуам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Хонолулу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Джонстън" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Киритимати" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Косрае" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Куаджалейн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Маджуро" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Маркизки о-ви" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Мидуей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Науру" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Ниуе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Норфолк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Нумеа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Паго Паго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Палау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Питкейрн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Порт Морзби" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Раротонга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Сейпан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Самоа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Таити (Дружествени о-ви)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Тарава (Гилбертски о-ви)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Тонгатапу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Уейк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Уелис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Яп" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/ca.po b/debian/po/ca.po new file mode 100644 index 0000000..a24c524 --- /dev/null +++ b/debian/po/ca.po @@ -0,0 +1,3985 @@ +# +# Catalan translations for tzdata package. +# Copyright © 2011 GNU Libc Maintainers. +# This file is distributed under the same license as the tzdata package. +# +# Jordà Polo , 2007, 2008, 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: 2011i-2\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2021-10-08 08:51+0200\n" +"Last-Translator: Agustí Grau \n" +"Language-Team: Catalan \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.0\n" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Àfrica" + +# Gnome_2.16_Fifth_Toe [gcompris.HEAD.ca.po] +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amèrica" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antàrtida" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Àrtic" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Àsia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlàntic" + +# Projecte_Mandrake [tm-mandrake.po] +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Austràlia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Índic" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacífic" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Àrea geogràfica:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Si us plau, seleccioneu l'àrea geogràfica de residència. Les següents " +"preguntes de configuració permetran aproximar encara més la selecció tot i " +"mostrant una llista de ciutats que representen les zones horàries en les que " +"es troben." + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "El Caire" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Trípoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +# Projecte_Mandrake [tm-mandrake.po] +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Fus horari:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" +"Si us plau, seleccioneu la ciutat o regió corresponent al vostre fus horari." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Córdoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +# Projecte_Fedora_Core5 [anaconda.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +# Mozilla 1.3->bz +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotà" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +# Mozilla 1.3->gt +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +# Mozilla 1.3->jm +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Mèrida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Ciutat de Mèxic" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Nova York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Dakota del Nord/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota del Nord/Centre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota del Nord/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +# Mozilla 1.3->pa +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panamà" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port-of-Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Saint Barthélemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Saint Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Saint Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Saint Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Saint Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Saint Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virginia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Baghdad" + +# Mozilla 1.3->bh +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaül" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Txità" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damasc" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ciutat Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandú" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Calcuta" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +# Mozilla 1.3->kw +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +# Mozilla 1.3->qa +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Kustanaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seül" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Xangai" + +# Projecte_Mandrake [tm-mandrake.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolimsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tòquio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +# Projecte_Fedora_Core5 [anaconda.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Açores" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermudes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canàries" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cap Verd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Fèroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavík" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Georgia del Sud" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +# Projecte_Mandrake [tm-mandrake.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astracan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atenes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlín" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brussel·les" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucarest" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen am Hochrhein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +# Gnome_2.16_Desktop [gnome-games.gnome-2-16.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Illa de Man" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kírov" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kíev" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londres" + +# Mozilla 1.3->lu +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +# Mozilla 1.3->mc +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Mònaco" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscow" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "París" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praga" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +# Gnome_2.16_Desktop [gnome-games.gnome-2-16.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saràtov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Estocolm" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Uliànovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vaticà" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viena" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varsòvia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zuric" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldives" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Canton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +# Projecte_Fedora_Core5 [anaconda.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +# Projecte_Mozilla [languageNames.properties.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Naurà" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahití" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/cs.po b/debian/po/cs.po new file mode 100644 index 0000000..74e04f1 --- /dev/null +++ b/debian/po/cs.po @@ -0,0 +1,3781 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/cs.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Czech messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +msgid "" +msgstr "" +"Project-Id-Version: debian-installer\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-01-04 09:44+0100\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.0\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktida" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktida" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asie" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Austrálie" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Evropa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indický oceán" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacifik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Jiná" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Geografická oblast:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Vyberte prosím geografickou oblast, ve které se nacházíte. Následující " +"otázky zobrazí seznam měst, která reprezentují časová pásma, ve kterých jsou " +"města umístěna." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidžan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Akkra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alžír" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Káhira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Džibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Chartům" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadišu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Časové pásmo:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Zvolte prosím město nebo oblast odpovídající vašemu časovému pásmu." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Córdoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucumán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Kajmanské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juárez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Kostarika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamajka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexiko" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Severní Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Severní Dakota/Střed" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Severní Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Portoriko" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Svatý Bartoloměj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St John's" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Svatý Krištof" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Svatá Lucie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Svatý Tomáš" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Svatý Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "stanice Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "stanice Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "stanice Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "stanice Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "stanice McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "stanice Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "stanice Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "stanice Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "stanice Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ašchabad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdád" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrajn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Bejrůt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Biškek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunej" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Čita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Čchung-čching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Kolombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damašek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dháka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dušanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Či Minovo město" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jeruzalém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kábul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karáčí" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kašgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kalkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kučing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuvajt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Maskat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nikósie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuzněck" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pchongjang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Kostanaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Rijád" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Soul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Šanghaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Sredněkolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Tchaj-pej" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taškent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumči" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Jekatěrinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Jerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azory" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermudy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanárské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Kapverdy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faerské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Rejkjavík" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Jižní Georgie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Svatá Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Ostrov lorda Howea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterodam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrachaň" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athény" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Bělehrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlín" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brusel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukurešť" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapešť" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Kišiněv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kodaň" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinky" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Ostrov Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kijev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisabon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Lublaň" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londýn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Lucemburk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paříž" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Řím" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Talin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Uljanovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Vídeň" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varšava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Záhřeb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Curych" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Čagoské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Vánoční ostrov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Kokosové ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Komory" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kergueleny" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maledivy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauricius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Réunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chathamské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Velikonoční ostrov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fidži" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapágy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambierovy ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Atol Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (Vánoční ostrov)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Atol Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Markézy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midwayské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairnovy ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa (Gilbertovy ostrovy)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Ostrov Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Ostrov Walis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/da.po b/debian/po/da.po new file mode 100644 index 0000000..f995553 --- /dev/null +++ b/debian/po/da.po @@ -0,0 +1,3777 @@ +# Danish messages for the tzdata. +# Copyright (C) 2019 tzdata & nedenstående oversættere. +# This file is distributed under the same license as the tzdata package. +# Joe Hansen , 2010, 2011, 2013, 2016, 2017, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2019-02-23 18:21+0100\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktis" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktis" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asien" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlanterhavstid" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australien" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indisk" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Stillehavstid" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Geografisk område:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Vælg venligst det geografiske område du lever i. En række " +"konfigurationsspørgsmål vil afgrænse dette ved at præsentere en række byer, " +"der repræsenterer tidszonerne hvori de er placeret." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "Laayoune" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Tidszone:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Vælg venligst den by eller region der svarer til din tidszone." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthåb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Gran Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "North Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "North Dakota/Center" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "North Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Sankt Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Sankt Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Sankt Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Sankt Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Sankt Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Sankt Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Tordenbugten" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Chita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Kathmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Qostanay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cape Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Sankt Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrakhan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Beograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruxelles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Busingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "København" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +# fra RO Luxembourg (el. Luxemburg). +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rom" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ulyanovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikanet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Wien" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warszawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldiverne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/de.po b/debian/po/de.po new file mode 100644 index 0000000..3129478 --- /dev/null +++ b/debian/po/de.po @@ -0,0 +1,3784 @@ +# Translation of tzdata debconf templates to German +# Copyright (C) Helge Kreutzmann , 2007, 2008, 2023. +# Copyright (C) Holger Wansing , 2010, 2011, 2013, 2016, 2017. +# This file is distributed under the same license as the tzdata package. +# Holger Wansing , 2019. +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2021c-1\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-05-21 10:53+0200\n" +"Last-Translator: Holger Wansing \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 2.0\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktis" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktis" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asien" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australien" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indischer Ozean" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pazifik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Usw." + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Geographisches Gebiet:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Bitte wählen Sie das geographische Gebiet aus, in dem Sie leben. Die " +"folgenden Fragen werden dies durch eine Auswahl von Städten, die die " +"Zeitzonen repräsentieren, in denen sie liegen, weiter einschränken." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Dschibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Ajun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadischu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Zeitzone:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" +"Bitte wählen Sie die Stadt oder Region aus, die zu Ihrer Zeitzone passt." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Aracaju" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentinien/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentinien/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentinien/Córdoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentinien/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentinien/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentinien/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentinien/Río Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentinien/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentinien/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentinien/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentinien/Tucumán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentinien/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Kaiman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juárez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthåb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexiko-Stadt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "North Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "North Dakota/Zentral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "North Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Pôrto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Saint-Barthélemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarieinsel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtöbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Asgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bischkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Chita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Tschoibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damaskus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Duschanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho-Chi-Minh-Stadt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Chovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamtschatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karatschi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kaschgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Ujung Pandang (Makassar)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Maskat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Nowokusnezk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pjöngjang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Qostanay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Ksyl-Orda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipeh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taschkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tiflis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulan-Bator (Ulaanbaatar)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Ürümqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Wladiwostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Jekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Eriwan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azoren" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanaren" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Kap Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Farör" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavík" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrachan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brüssel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kopenhagen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirow" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiew" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rom" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Uljanowsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Wien" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Wolgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warschau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zürich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Weihnachtsinsel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Kokos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Malidiven" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Réunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Osterinsel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Éfaté" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fidschi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" +"Bitte wählen Sie Ihre Zeitzone. Entgegen den Gepflogenheiten verwenden diese " +"POSIX-kompatiblen Zeitzonen positive Werte für Zonen westlichen von " +"Greenwich und negative Werte für diese östlich von Greenwich (z.B. bezieht " +"sich »Etc/GMT+6« auf 6 Studen westlich von Greenwich, was normalerweise " +"»UTC-6« genannt wird)." diff --git a/debian/po/en.po b/debian/po/en.po new file mode 100644 index 0000000..8a1321b --- /dev/null +++ b/debian/po/en.po @@ -0,0 +1,3780 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Clint Adams \n" +"Language-Team: English\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Africa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Americas" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarctica" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arctic Ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantic Ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europe" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indian Ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacific Ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "None of the above" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Geographic area:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El-Aaiún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Time zone:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Please select the city or region corresponding to your time zone." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Buenos Aires (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Catamarca (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Cordoba (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Jujuy (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "La Rioja (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Mendoza (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Rio Gallegos (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Salta (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "San Juan (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "San Luis (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Tucuman (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Ushuaia (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juárez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indianapolis (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Knox (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Marengo (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Petersburg (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Tell City (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Vevay (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Vincennes (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Winamac (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Louisville (Kentucky)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Monticello (Kentucky)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Fernando de Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Beulah (North Dakota)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Center (North Dakota)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "New Salem (North Dakota)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumont d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo (South Pole)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Chita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Qostanay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cape Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St. Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrakhan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athens" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kyiv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscow" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ulyanovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." diff --git a/debian/po/es.po b/debian/po/es.po new file mode 100644 index 0000000..2c261f0 --- /dev/null +++ b/debian/po/es.po @@ -0,0 +1,3811 @@ +# tzdata po-debconf translation to Spanish +# Copyright (C) 2002-2007, 2009, 2011 Software in the Public Interest +# This file is distributed under the same license as the tzdata package. +# +# Changes: +# - Translation of most of the cities in this PO file are based on +# anaconda's timeconfig which was originally translated by +# Tullio Dovera , 2000 +# Nuria Soriano , 2002 +# +# - It was adapted to use in Debian's tzdata, and spelling fixes +# were introduced by +# Rudy Godoy Guillén , 2007 +# +# - It was also reviewed by +# Javier Fernández-Sanguino , 2007 +# +# - Updates +# Francisco Javier Cuadrado , 2009, 2011 +# Matías A. Bellone , 2013 +# Jonatan Porras , 2021, 2023 +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/coordinacion +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2011n-2\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Matías Bellone \n" +"Language-Team: Debian l10n Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "África" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "América" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antártida" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Ártico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlántico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "India" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacífico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Área geográfica:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Por favor elija el área geográfica donde reside. Las siguientes preguntas de " +"la configuración se ajustarán a ésta presentando una lista de ciudades, " +"representando las zonas horarias en las que están localizadas." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abiyán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Argel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissáu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "El Cairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Yibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Yuba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Jartum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadiscio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nuakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Uagadugú" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Puerto Nuevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Santo Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Tombuctú" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Trípoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Túnez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Zona horaria:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Por favor, elija la ciudad o región correspondiente a su zona horaria." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Córdoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucumán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahía" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahía de Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belén" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belice" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Buena Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Caimán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juárez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curazao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Habana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianápolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Ángeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Ciudad de México" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelón" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Nueva York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Dakota del Norte/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota del Norte/Centro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota del Norte/Nuevo Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Fénix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Puerto Príncipe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Puerto España" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Puerto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Puerto Bello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Río Blanco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "San Pablo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Ittoqqortoormiit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "San Bartolomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "San Cristóbal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Santa Lucía" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Santo Tomás" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "San Vicente" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tórtola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumont d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Ammán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aktau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Asjabad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atirau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahréin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Bakú" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaúl" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunéi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Chitá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebrón" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ciudad Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Estambul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Yakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalén" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandú" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Calcuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Kostanái" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sajalín" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarcanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seúl" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shangai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taskent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tiflis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Timbu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulán Bator" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Ürümqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientián" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Ekaterimburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Ereván" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermudas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canarias" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cabo Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Feroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reikiavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Georgia del Sur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Santa Elena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sídney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Ámsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astracán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlín" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruselas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhague" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublín" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isla de Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kírov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Liubliana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Mónaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscú" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "París" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Sarátov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofía" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Estocolmo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Uliánovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vaticano" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgogrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varsovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zúrich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Isla de Navidad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldivas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauricio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunión" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Isla de Pascua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiyi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galápagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulú" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Numea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Puerto Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahití" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/eu.po b/debian/po/eu.po new file mode 100644 index 0000000..3c4d923 --- /dev/null +++ b/debian/po/eu.po @@ -0,0 +1,3786 @@ +# translation of eu.po to Basque +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/eu.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Basque messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# Piarres Beobide , 2004, 2005, 2006, 2007, 2008. +# Iñaki Larrañaga Murgoitio , 2005, 2008, 2012, 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: eu\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Iñaki Larrañaga Murgoitio \n" +"Language-Team: Basque \n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Content-Transfer-Encoding=UTF-8Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antartikoa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Artikoa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantikoa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "India" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pazifikoa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etab" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Eremu geografikoa" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Hautatu bizi zaren area geografikoa. Konfigurazioko hurrengo galderek aukera " +"hau zehaztuko dute kokaturik zauden eremuko hirien zerrenda aurkeztuz." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Konakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Ordu zonaldea:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Hautatu zure ordu-zonari dagokion herri edo estatua." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Lui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Kaiman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Salliit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Kuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico Hiria" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Ipar Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Ipar Dakota/Erdia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Ipar Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanariak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cape Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Hego Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brusela" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Busingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kopenhage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Man Uhartea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madril" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Mosku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Erroma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikanoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldivak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Maurizio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Pazko uhartea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagoak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/fi.po b/debian/po/fi.po new file mode 100644 index 0000000..270a38b --- /dev/null +++ b/debian/po/fi.po @@ -0,0 +1,3779 @@ +msgid "" +msgstr "" +"Project-Id-Version: tzdata_2007h-2\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Country: FINLAND\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrikka" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerikka" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktis" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktinen alue" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Aasia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantin valtameri" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Eurooppa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Intian valtameri" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Tyyni valtameri" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "GMT-ajat" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Maantieteellinen alue:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +#, fuzzy +#| msgid "" +#| "Please select the geographic area you live in. Subsequent configuration " +#| "questions will narrow this down by presenting a list of cities, " +#| "representing the time zones in which they are located." +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Valitse maantieteellinen alue, jolla elät. Seuraavat asetuskysymykset " +"kaventavat valintaa näyttämällä listan kaupungeista, jotka edustavat " +"aikavyöhykkeitä, joilla ne sijaitsevat." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Aikavyöhyke:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +#, fuzzy +#| msgid "Please select the time zone corresponding to your location." +msgid "Please select the city or region corresponding to your time zone." +msgstr "Valitse aikavyöhyke, joka vastaa sijaintiasi." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentiina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentiina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentiina/Córdoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentiina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentiina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentiina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentiina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentiina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentiina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentiina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentiina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentiina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "México" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Pohjois-Dakota/Keskusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Pohjois-Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Ittoqqortoormiit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Saint Barthélemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Qaanaaq" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aktau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtöbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ašgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Biškek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damaskos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dušanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Hồ Chí Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hongkong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamtšatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kalkutta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Masqat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nikosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pjongjang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sahalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Soul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taškent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Ürümqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangôn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Jekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Jerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azorit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanariansaaret" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Kap Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Färsaaret" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavík" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Etelä-Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Ateena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berliini" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brysseli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chişinǎu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kööpenhamina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Mansaari" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiova" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Lontoo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Maarianhamina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskova" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Pariisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Eiika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rooma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Tukholma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikaani" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Wien" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varsova" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zürich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Joulusaari" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Kookossaaret" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Malediivit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Réunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chathamsaaret" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Pääsiäissaari" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fidži" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galápagossaaret" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midwaysaaret" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wakensaari" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/fr.po b/debian/po/fr.po new file mode 100644 index 0000000..d7f3552 --- /dev/null +++ b/debian/po/fr.po @@ -0,0 +1,3787 @@ +# Translation of tzdata debconf templates to French +# Copyright (C) 2008 Christian Perrier +# This file is distributed under the same license as the tzdata package. +# +# Several translations merged with translations from debian-installer's tzsetup package +# +# Christian Perrier , 2002-2004. +# Pierre Machard , 2002-2004. +# Denis Barbier , 2002-2004. +# Philippe Batailler , 2002-2004. +# Michel Grentzinger , 2003-2004. +# Christian Perrier , 2005, 2006, 2007, 2008, 2011, 2013, 2016. +# Baptiste Jammet , 2016-2019, 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-01-04 00:10+0100\n" +"Last-Translator: Baptiste Jammet \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" +"X-Generator: Poedit 1.5.7\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrique" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amérique" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarctique" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arctique" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asie" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantique" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australie" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europe" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Océan Indien" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacifique" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Autre" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Lieu géographique :" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Veuillez choisir le lieu géographique où vous êtes situé(e). Les questions " +"suivantes affineront ce choix en affichant une liste de villes qui " +"représentent les fuseaux horaires où elles sont situées." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Le Caire" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta et Melilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesbourg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadiscio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao-Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Tombouctou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Fuseau horaire :" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" +"Veuillez choisir la ville ou la région correspondant à votre fuseau horaire." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Córdoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "La Barbade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Îles Caïman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juárez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Détroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "La Havane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaïque" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montréal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Dakota du Nord/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota du Nord/Centre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota du Nord/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port d'Espagne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Porto-Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Saint-Domingue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Saint Barthélemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Saint-Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Saint-Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Sainte-Lucie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Saint-Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Saint-Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thulé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Vierges (îles)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Base Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Base Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Base Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Base Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "Base McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Base Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Base Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Base Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Base Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Alma-Ata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashkhabad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyraou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahreïn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Bakou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beyrouth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Bruneï" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Tchita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubaï" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Douchanbé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagouste" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hébron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Hô-Chi-Minh-Ville " + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong-Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkoutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Djakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jérusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kaboul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamtchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Calcutta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoïarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Koweït" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Macasar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manille" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokouznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oural" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Kostanaï" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Kzyl-Orda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhaline" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarcande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Séoul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghaï" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tachkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilissi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Téhéran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel-Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Timphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakoutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangoun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Ekaterinenbourg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Açores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermudes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canaries" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cap-Vert" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madère" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Géorgie du Sud" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Sainte-Hélène" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaïde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Île Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrakhan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athènes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruxelles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhague" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernesey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Île de Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisbonne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "Saint-Marin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Oulianovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Vienne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varsovie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Tananarive" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas (île)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos (îles)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Île Maurice" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Réunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "îles Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Île de Pâques" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fidji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Îles Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Îles Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Canton (Kiribati)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (îles Line)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Îles Marquises" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "îles Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port-Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa (îles Gilbert)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake (île)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/gl.po b/debian/po/gl.po new file mode 100644 index 0000000..77652b8 --- /dev/null +++ b/debian/po/gl.po @@ -0,0 +1,3780 @@ +# translation of tzdata_2010k-1_gl.po to Galician +# Galician debconf templates for tzdata. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as the tzdata package. +# +# +# Jacobo Tarrio , 2006, 2007, 2008. +# Jorge Barreiro , 2010, 2013. +msgid "" +msgstr "" +"Project-Id-Version: tzdata_2010k-1_gl\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2021-10-02 20:32+0200\n" +"Last-Translator: Jorge Barreiro \n" +"Language-Team: Galician \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "África" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "América" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antártida" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Ártico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlántico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Índico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacífico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Área xeográfica:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Escolla a área xeográfica na que reside. As seguintes preguntas de " +"configuración han afinar máis a selección amosando unha lista de cidades que " +"representan os fusos horarios nos que están situadas." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Acra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alxer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "O Cairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salám" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadiscio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Fuso horario:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Escolla a cidade ou rexión que corresoponda ao seu fuso horario." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Arxentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Arxentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Arxentina/Córdoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Arxentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Arxentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Arxentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Arxentina/Río Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Arxentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Arxentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Arxentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Arxentina/Tucumán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Arxentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia de Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Porto Coral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Crestón" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curação" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Gran Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Güiana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "A Habana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Xamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Prince's" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Cidade de México" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Nova York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Dakota do norte/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota do norte/Centro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota do norte/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Porto Príncipe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Porto España" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "San Bartolomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St. Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St. Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St. Lucía" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St. Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St. Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Adén" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Chita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebrón" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Estambul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Xacarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Xaiapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Xerusalén" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandú" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Qostanay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "O Riad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarcanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolimsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tiflis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Illas Azores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Illas Bermudas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Illas Canarias" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cabo Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Illas Faroes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Xeorxia do Sul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Santa Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Camberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Illa de Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astracán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlín" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruxelas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhague" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublín" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Xibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Illa de Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Mónaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscova" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "París" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Saraxevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofía" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Estocolmo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallín" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ulianovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Cidade do Vaticano" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgogrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varsovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Illa de Nadal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Illas Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Illas Comores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Illas Maldivas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauricio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Illa de Reunión" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Illas Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Illa de Pascua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fixi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galápagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Illas Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulú" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Atol de Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (Illas Line)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Illas Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Illas Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahití" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa (Illas Gilbert)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Illa de Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/gu.po b/debian/po/gu.po new file mode 100644 index 0000000..e0d7010 --- /dev/null +++ b/debian/po/gu.po @@ -0,0 +1,3784 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/gu.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of d-i.po to Gujarati +# +# Debian Installer master translation file template +# Don't forget to properly fill-in the header of PO files# +# Debian Installer translators, please read the D-I i18n documentation +# in doc/i18n/i18n.txt# +# Kartik Mistry , 2006, 2008, 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: d-i\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Kartik Mistry \n" +"Language-Team: Gujarati \n" +"Language: gu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "આફ્રિકા" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "અમેરિકા" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "એન્ટાર્ટિકા" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "આર્કટિક" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "એશિયા" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "એટલાન્ટિક" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "ઓસ્ટ્રેલિયા" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "યુરોપ" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "ભારતીય" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "પેસેફિક" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "વગેરે" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "ભૌગોલિક વિસ્તાર:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"મહેરબાની કરી તમે જ્યાં રહેતા હોવ તે ભૌગોલિક વિસ્તાર પસંદ કરો. આગળનાં રુપરેખાંકન પ્રશ્નો " +"શહેરોની યાદી બતાવીને, તમે જે જગ્યાએ છો તેનો સમય વિસ્તાર બતાવીને ટૂંકું બનાવશે." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "અબિદજાન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "અક્કારા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "એડિસ અબાબા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "અલ્જીઅર્સ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "અસ્મેરા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "બામાકો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "બાન્ગુઇ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "બાન્જુલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "બિસ્સાઉ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "બ્લાન્ટાયર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "બ્રાઝ્ઝવિલ્લે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "બુજુમ્બુરા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "કૈરો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "કાસાબ્લાન્કા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "સેયુટા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "કોનાર્કી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "ડકાર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "દાર ઇ સલામ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "જીબુટી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "ડોઉલા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "અલ આઇયુન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "ફ્રીટાઉન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "ગાબારોન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "હરારે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "જોહન્નિસબર્ગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "જુબા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "કમ્પાલા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "ખાર્ટુમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "કિગાલિ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "કિન્સાસા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "લાગોસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "લિબ્રેવિલ્લે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "લોમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "લાઉન્ડા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "લુબુમ્બાશી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "લુકાસા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "માલાબો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "માપુટો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "માસેરુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "મબાબાને" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "મોગાદિશુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "મોન્રોવિઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "નૈરોબી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "નડજામેના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "નૈઆમે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "નોઉક્ચોટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "ઓગાડોઉગોઉ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "પોર્ટો-નોવો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "સાઓ ટોમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "ટીમ્બકટુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "ટ્રીપોલી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "ટ્યુનિસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "વિન્ડહોક" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "સમય વિસ્તાર:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "મહેરબાની કરી તમારા સમય વિસ્તારને અનુરુપ શહેર અથવા વિસ્તાર પસંદ કરો." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "અડાક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "એન્ચોરાગે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "એનગુલ્લા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "એન્ટિગુઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "આરાગુએના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "આર્જેન્ટિના/બુએનાસ એરિસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "આર્જેન્ટિના/કાટામાર્કા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "આર્જેન્ટિના/કોર્ડોબા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "આર્જેન્ટિના/જુજુય" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "આર્જેન્ટિના/લા રીઓજા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "આર્જેન્ટિના/મેન્ડોઝા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "આર્જેન્ટિના/રીઓ ગાલેગોસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "આર્જેન્ટિના/સાલ્ટા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "આર્જેન્ટિના/સાન જુઆન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "આર્જેન્ટિના/સાન લુઇસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "આર્જેન્ટિના/તુકુમાન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "આર્જેન્ટિના/ઉસ્હુઇઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "અરુબા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "અસુન્કિઓન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "અટિકોકાન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "અટ્કા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "બાહીઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "બાહીઆ બાન્ડેરાસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "બાર્બાડોસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "બેલેમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "બેલિઝે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "બ્લાન્ક-સેબ્લોન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "બોઆ વિસ્ટા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "બોગોટા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "બોઇસે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "કેન્બ્રિજ બે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "કામ્પો ગ્રાન્ડે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "કાન્કુન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "કારાકાસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "સાયેને" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "કેયમેન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "શિકાગો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "ચિહુઆહુઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "કોરલ હાર્બર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "કોસ્ટા રીકા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "ક્યુબા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "કુરાકાઓ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "ડેન્માર્કશોન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "ડાઉસન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "ડાઉસન ખાડી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "ડેન્વર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "ડેટ્રોઇટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "ડોમિનિકા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "એડમોન્ટોન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "ઇરુનેપે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "અલ સાલ્વાડોર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "એન્સેનાડા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "ફોર્ટાલેઝા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "ગ્લેસ બે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "ગોડથાબ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "ગૂસ અખાત" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "ગ્રાન્ડ તુર્ક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "ગ્રેનેડા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "ગ્યુડેલોપ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "ગ્વાટેમાલા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "ગ્યુઆકીલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "ગુઆના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "હાલિફેક્સ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "હવાના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "હેર્મોસિલ્લો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "ઇન્ડિયાના/ઇન્ડિયાનાપોલિસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "ઇન્ડિયાના/નોક્સ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "ઇન્ડિયાના/મારેન્ગો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "ઇન્ડિયાના/પીટ્સબર્ગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "ઇન્ડિયાના/ટેલ સીટી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "ઇન્ડિયાના/વેવાય" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "ઇન્ડિયાના/વિન્સેન્નેસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "ઇન્ડિયાના/વિનમેક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "ઇનુવિક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "ઇકાલુઇટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "જમૈકા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "જુનેયુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "કેનટુકી/લુઇસવિલે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "કેનટુકી/મોન્ટિસેલો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "ક્રાલેન્ડિઝક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "લા પાઝ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "લિમા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "લોસ એન્જેલસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "લોઅર પ્રિન્સેસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "મેસીઓ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "માનાગુઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "માનુસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "મારીગોટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "માર્ટિનિક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "માતામોરોસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "મઝાટલાન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "મેનોમિની" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "મેરિડા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "મેટલાકાટલા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "મેક્સિકો શહેર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "મિક્લોન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "મોન્કટોન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "મોન્ટેર્રે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "મોન્ટવિડીઓ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "મોન્ટ્રિઅલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "મોન્ટસેર્રાટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "નાસાઉ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "ન્યુ યોર્ક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "નિપિગોન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "નોમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "નોરોન્હા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "નોર્થ ડાકોટા/બેઉલાહ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "નોર્થ ડાકોટા/મધ્ય" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "નોર્થ ડાકોટા/ન્યુ સાલેમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "ઓજીનાગા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "પનામા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "પાન્ગનિર્તુગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "પારામારિબો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "ફિનિક્સ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "પોર્ટ-ઓફ-પ્રિન્સ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "પોર્ટ ઓફ સ્પેન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "પોર્ટો એકર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "પોર્ટો વેલ્હો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "પુએર્તો રિકો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "રેઇની નદી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "રાન્કિન ઇન્લેટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "રેસિફે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "રેગિના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "રેસોલુટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "રીઓ બ્રાન્કો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "સાન્ટા ઈઝાબેલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "સાન્ટારેમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "સાન્તિઆગો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "સાન્ટો ડોમિન્ગો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "સાઓ પાઉલો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "સ્કોરબાયસન્ડ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "શિપરોક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "સિટ્કા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "સેન્ટ બાર્થેલેમી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "સેન્ટ જોહ્ન્સ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "સેન્ટ કિટ્ટસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "સેન્ટ લુસિઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "સેન્ટ થોમસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "સેન્ટ વિન્સેન્ટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "સ્વિફ્ટ પ્રવાહ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "ટેગુસિગાલ્પા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "થુલે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "થન્ડર અખાત" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "ટિજુઆના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "ટોર્નેડો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "ટોર્ટોલા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "વાનકુવર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "વર્જીન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "વ્હાઇટહોર્સ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "વિનિપેગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "યાકુટાક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "યેલોનાઇફ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "કેસે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "ડેવીસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "ડુમોન્ટડુર્વિલે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "મેક્વારિન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "માઉસેન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "મેકમુરડો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "પાલ્મેર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "રોથેરા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "સયોવા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "વોસ્તોક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "લોન્ગયરબયેન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "એડન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "અલ્માતી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "અમ્માન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "એનાડીર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "એક્ટાવુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "એક્ટોબે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "અશ્ગાબાત" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "બગદાદ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "બાહેરિન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "બાકુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "બેંગકોક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "બૈરુત" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "બિશ્કેક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "બ્રુનેઇ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "ચોઇબાલ્સાન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "ચોંગકિંગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "કોલંબો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "દમાસ્કસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "ઢાકા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "દિલ્હી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "દુબઇ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "દુશાન્બે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "ગાઝા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "હાર્બિન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "હેબ્રોન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "હો ચી મીન્હ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "હોંગ કોંગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "હોવડ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "ઈર્કુત્સક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "ઇન્તંબુલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "જાકાર્તા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "જયાપુરા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "જેરુસલેમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "કાબુલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "કામચાટ્કા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "કરાચી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "કાશ્ગર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "કાટમંડુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "કોલકાતા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "ક્રાસનોયાર્સ્ક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "કુઆલા લુમ્પુર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "કુચિંગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "કુવૈત" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "મકાઉ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "મગાદાન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "માકાસ્સાર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "મનિલા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "મસ્કત" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "નિકોસિઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "નોવોકુઝનેટ્સ્ક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "નોવોસીબિર્સ્ક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "ઓમસ્ક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "ઓરલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "ફનોમ પેન્હ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "પોન્તીઆનાક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "ફનોન્ગયાંગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "કતાર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "કવીઝીલોર્ડા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "રીયાધ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "સખાલિન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "સમરકંદ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "સિઓલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "શાન્ઘાઇ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "સિંગાપોર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "તાઇપેઇ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "તાશ્કંદ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "ત્બિલિસિ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "તેહરાન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "તેલ અવિવ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "થિમ્ફુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "ટોક્યો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "ઉલનબટોર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "ઉરુમ્કી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "વિયેતિન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "વ્લાડીવોસ્ટોક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "યાકુત્સક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "રંગૂન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "યેકાતીરાનબર્ગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "યેરેવાન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "અઝોરેસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "બર્મુડા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "કેનેરી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "કેપ વર્દે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "ફેરો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "જાન માયેન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "મેડેઇરા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "રીકજાવિક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "દક્ષિણ જર્યોજીઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "સેન્ટ હેલેના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "સ્ટેન્લી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "એડેલેઇડ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "બ્રિસબેન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "બ્રોકન હિલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "કેનબેરા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "કુરી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "ડાર્વિન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "ઇયુક્લા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "હોબાર્ટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "લિન્ડેમેન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "લોર્ડ હોવે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "મેલબોર્ન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "પર્થ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "સિડની" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "યાન્કોવિન્ના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "આમસ્ટરડેમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "એન્ડોરા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "એથેન્સ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "બેલફાસ્ટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "બેલગ્રેડ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "બર્લિન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "બ્રાટિસ્લાવા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "બ્રસેલ્સ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "બુખારેસ્ટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "બુડાપેસ્ટ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "ચિસિનાઉ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "કોપનહેગન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "ડબ્લિન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "જીબ્રાલ્ટર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "ગુર્નસે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "હેલસિન્કી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "આઇસ્લે ઓફ મેન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "જર્સી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "કાલિનિનગ્રાડ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "કિવ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "લિસ્બન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "લજુબ્લજાના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "લંડન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "લક્ઝમબર્ગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "મેડ્રીડ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "માલ્ટા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "મેરીહામ્ન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "મિન્સ્ક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "મોનેકો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "મોસ્કો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "ઓસ્લો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "પેરિસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "પોડગોરિકા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "પ્રાગ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "રિગા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "રોમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "સમારા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "સાન મરિનો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "સારાજેવો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "સિમફેરોપોલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "સ્કોપ્જે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "સોફિઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "સ્ટોકહોમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "તાલિન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "તિરાને" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "તિરાસ્પોલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "વાડુઝ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "વેટિકન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "વિએના" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "વિલ્નિઅસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "વોલ્ગોગ્રાડ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "વોર્સો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "ઝાગ્રેબ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "ઝ્યુરિચ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "એન્ટાનાનારીવો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "ચાગોસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "ક્રિસમસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "કોકોસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "કોમોરો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "કેર્ગુએલેન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "માહે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "માલદિવ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "મોરિશિઅસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "માયોટ્ટે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "રીયુનિયન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "અપિઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "ઓકલેન્ડ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "ચેથામ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "ચુઉક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "ઇસ્ટર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "ઇફાટે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "ફાકાઓફો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "ફિજી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "ફુનાફુટી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "ગાલાપાગોસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "ગામ્બેઇર" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "ગુઆડાલ્કેનાલ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "ગુઆમ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "હોનોલુલુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "જોહ્નસ્ટન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "કીરીમાતી" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "કોસ્રે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "ક્વાજાલેઇન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "માજુરો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "માર્કેસસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "મિડવે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "નાઉરુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "નિયુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "નોર્ફોક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "નાઉમે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "પાગો પાગો" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "પાલુઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "પિટકેર્ન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "પોહ્નપેઈ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "પોર્ટ મોર્સબે" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "રારોટોન્ગા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "સાઇપાન" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "સમોઆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "તાહિતિ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "તારાવા" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "ટોન્ગાટાપુ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "વેક" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "વાલ્લિસ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "યેપ" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/he.po b/debian/po/he.po new file mode 100644 index 0000000..22757d6 --- /dev/null +++ b/debian/po/he.po @@ -0,0 +1,3786 @@ +# translation of tzdata-2013-he.po to Hebrew +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/he.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Hebrew messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# +# Lior Kaplan , 2004-2007, 2011. +# Amit Dovev , 2007. +# Omer Zak , 2011, 2013, 2023. +msgid "" +msgstr "" +"Project-Id-Version: tzdata-2013-he\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-01-04 15:18+0200\n" +"Last-Translator: Omer Zak \n" +"Language-Team: Hebrew \n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 20.12.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "אפריקה" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "אמריקה" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "אנטרקטיקה" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "החוג הארקטי" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "אסיה" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "אטלנטי" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "אוסטרליה" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "אירופה" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "הודי" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "פסיפיק (האוקיינוס השקט)" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "עוד" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "אזור גיאוגרפי:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"בחר בבקשה את האזור הגיאוגרפי שאתה חי בו. שאלות המשך יצמצמו את האפשרויות ע\"י " +"הצגת רשימת ערים המייצגות את אזורי הזמן שבהם הן נמצאות." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "אביג'אן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "אקרה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "אדיס אבבה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "אלג'יר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "אסמרה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "במקו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "בנגואי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "בנג'ול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "ביסאו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "בלנטייר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "ברזוויל" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "בוג'ומבורה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "קהיר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "קזבלנקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "סאוטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "קונאקרי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "דקר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "דאר א-סלאם" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "דג'יבוטי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "דואואלה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "אל-עיון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "פריטאון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "גאבורון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "הארארה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "יוהנסבורג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "ג'ובה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "קמפלה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "חרטום" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "קיגאלי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "קינשסה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "לאגוס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "ליברוויל" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "לומה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "לואנדה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "לובומבאשי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "לוסקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "מלאבו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "מפוטו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "מסרו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "מבבנה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "מוגדישו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "מונרוביה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "ניירובי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "נג'מנה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "ניאמיי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "נואקשוט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "ואגאדוגו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "פורטו נובו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "סאו טומה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "טימבוקטו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "טריפולי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "תוניס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "וינדהוק" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "אזור זמן:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "בחר בבקשה את העיר או האזור שמתאימים לאזור הזמן שלך." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "אדאק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "אנקורג'" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "אנגווילה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "אנטיגואה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "אראגואינה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "ארגנטינה/בואנוס איירס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "ארגנטינה/קטמרקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "ארגנטינה/קורדובה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "ארגנטינה/חוחוי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "ארגנטינה/לה ריוחה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "ארגנטינה/מנדוסה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "ארגנטינה/ריו גז'גוס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "ארגנטינה/סלטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "ארגנטינה/סן חואן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "ארגנטינה/סן לואיס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "ארגנטינה/טוקומאן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "ארגנטינה/אושואיה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "ארובה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "אסונסיון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "אטיקוקן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "אטקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "באהיה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "באהיה באנדרס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "ברבדוס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "בלם" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "בליז" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "בלאנק-סאבלון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "בואה ויסטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "בוגוטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "בויסי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "מפרץ קמברידג'" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "קאמפו קראנדה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "קנקון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "קראקס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "קאיין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "איי קיימן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "שיקגו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "צ'יהואהואה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "סיודאד חוארס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "קוראל הרבור" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "קוסטה ריקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "קרסטון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "קויאבה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "קוראסאו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "דנמרקשייבן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "דוסון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "דוסון קריק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "דנבר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "דטרויט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "דומיניקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "אדמונטון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "אל סלוודור" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "אנסנדה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "מבצר נלסון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "פורטלזה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "גלייס באי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "נאוק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "גוז באי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "גרנד טורק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "גרנדה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "גוואדלופ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "גואטמלה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "גוויאקיל" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "גיאנה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "הליפקס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "הוואנה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "ארמוסיו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "אינדיאנה/אינדיאנפוליס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "אינדיאנה/נוקס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "אינדיאנה/מרנגו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "אינדיאנה/פטרבורג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "אינדיאנה/טל סיטי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "אינדיאנה/ויוי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "אינדיאנה/ונסן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "אינדיאנה/וינמק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "אינוביק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "איקאלואיט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "ג'מייקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "ג'ונו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "קנטקי/לואיוויל" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "קנטקי/מונטיצ'לו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "לה פאס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "לימה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "לוס אנג'לס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "מסיו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "מנגואה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "מנאוס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "מריגו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "מרטיניק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "מטמורוס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "מזטיאן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "מנומיני" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "מרידה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metiakatia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "מקסיקו סיטי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "מיקול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "מונקטון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "מונטרי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "מונטווידאו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "מונטריאול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "מונטסראט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "נסאו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "ניו יורק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "ניפיגון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "נום" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "נורוניה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "דקוטה הצפונית/באולה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "דקוטה הצפונית/סנטר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "דקוטה הצפונית/ניו סאלם" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "נוק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "פנמה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "פנגנירטונג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "פרמריבו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "פניקס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "פורט-או-פרנס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "פורט אוף ספיין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "פורטו אקרי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "פורטו ולאהו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "פורטו ריקו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "פונטה ארנס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "רסיפה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "רג'ינה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "רזולוט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "ריו ברנקו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "סנטה איזבל" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "סנטרם" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "סניאגו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "סנטו דומינגו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "סאו פאולו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "שיפרוק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "סיטקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "סנט ברתלמי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "סנט ג'ונס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "סנט קיטס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "סנט לוסיה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "סנט תומאס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "סנט וינסנט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "סויפט קורנט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "טגוסיגלפה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "תולה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "טיחואנה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "טורונטו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "טורטולה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "ונקובר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "וירג'ין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "ויניפג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "ילונייף" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "דייוויס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "מקוארי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "טרול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "ווסטוק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "לונגיירביאן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "עדן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "אלמטי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "עמאן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "אנדיר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "אשגאבט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "אטיראו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "בגדד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "בחריין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "באקו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "בנגקוק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "ברנאול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "ביירות" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "בישקק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "ברוניי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "צ'יטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "צ'ויבלסאן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "צ'ונגצ'ינג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "קולומבו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "דמשק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "דאקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "דילי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "דובאי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "דושנבה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "פמגוסטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "עזה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "חרבין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "חברון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "הו צ'י מין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "הונג קונג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "חובד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "אירקוטסק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "איסטנבול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "ג'קרטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "ירושלים" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "קאבול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "חצי האי קמצ'טקה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "קראצ'י" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "קאשגאר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "קטמנדו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "חאנדיגה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "קולקטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "קרסנויארסק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "קואלה לומפור" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "קוצ'ינג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "כווית" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "מקאו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "מגדן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "מקאסאר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "מנילה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "מאסקט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "ניקוסיה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "נובוסיבירסק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "אומסק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "אורל" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "פנום פן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "פיונגיאנג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "קאטר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "קוסטנאי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "ריאד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "סחלין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "סמרקנד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "סיאול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "שנגחאי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "סינגפור" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "טאיפיי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "טשקנט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "טביליסי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "טהרן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "תל אביב" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "טהימפהו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "טוקיו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "טומסק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "אולן בטור" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "אורומצ'י" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "אוסט-נארה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "ויינטיאן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "ולדיווסטוק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "יקוצק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "יאנגון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "יקטרינבורג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "ירוואן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "האיים האזוריים" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "ברמודה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "האיים הקנריים" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "כף ורדה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "איי פארו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "יאן מאיין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "מדיירה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "רייקיאוויק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "ג'ורג'יה הדרומית" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "סנט הלנה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "סטנלי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "אדלייד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "בריזביין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "קנברה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "קורי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "דרווין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "הובארט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "אי הלורד האו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "מלבורן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "פרת'" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "סידני" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "אמסטרדם" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "אנדורה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "אסטרחן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "אתונה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "בלפסט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "בלגרד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "ברלין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "ברטיסלבה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "בריסל" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "בוקרשט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "בודפשט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "ביזינגן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "קישינב" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "קופנהגן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "דבלין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "גיברלטר" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "גרנזי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "הלסינקי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "האי מאן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "ג'רזי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "קלינינגרד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "קירוב" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "קייב" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "ליסבון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "ליובליאנה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "לונדון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "לוקסמבורג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "מדריד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "מלטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "מרייהאמן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "מינסק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "מונקו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "מוסקבה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "אוסלו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "פריז" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "פודגוריצה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "פראג" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "ריגה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "רומא" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "סמרה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "סאן מרינו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "סרייבו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "סראטוב" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "סימפרופול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "סקופיה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "סופיה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "שטוקהולם" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "טאלין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "טירנה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "טירספול" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "אוליאנובסק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "ואדוץ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "וותיקן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "וינה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "וילנה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "וולגוגרד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "ורשה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "זגרב" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "ציריך" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "אנטננריבו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "צ'גוס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "אי חג המולד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "איי קוקוס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "קומורו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "קרגלן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "מאהה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "האיים המלדיביים" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "מאוריציוס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "מיוט" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "ראוניון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "אפיה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "אוקלנד" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "בוגנוויל" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "צ'וק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "אפטה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "קפאופו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "פיג'י" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "פנאפוטי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "איי גלפאגוס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier Islands" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "גוודלקנל" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "גואם" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "הונולולו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "אטול ג'ונסטון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "קנטון" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "קיריטימטי (Line Islands)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "קוסראה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "קווג'לין" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "מאג'ורו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "איי מרקיז" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "אטול מידוויי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "נאורו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "ניואה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "נורפוק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "פאגו פאגו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "פלאו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "פיטקרן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "אי פונפיי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "פורט מורסבי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "ררוטונגה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "אי סאיפאן" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "סמואה" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "טהיטי" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa (איי גילברט)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "טונגטפו" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "אי וייק" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "ואליס" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "יאפ" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/hr.po b/debian/po/hr.po new file mode 100644 index 0000000..1f2b827 --- /dev/null +++ b/debian/po/hr.po @@ -0,0 +1,3789 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/hr.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Croatian messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# +msgid "" +msgstr "" +"Project-Id-Version: Debian-installer 1st-stage master file HR\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-05-09 10:18+0200\n" +"Last-Translator: Tomislav Krznar \n" +"Language-Team: Croatian \n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.3.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Azija" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantski ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australija" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indijski ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Tihi ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Ostalo" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Geografsko područje:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Molim odaberite geografsko područje gdje živite. Daljnja pitanja će suziti " +"odabir tako što ćete dobiti popis gradova koji predstavljaju vremenske zone " +"u kojima se oni nalaze." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alžir" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ougadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Vremenska zona:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Molim odaberite grad ili regiju koja odgovara vašoj vremenskoj zoni." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juarez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Kostarika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Gvatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamajka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "North Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "North Dakota/Center" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "North Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Portoriko" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Aman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Chita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damask" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jeruzalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuvajt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Qostanay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Rijad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sahalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Šangaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Ekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azori" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanarski otoci" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Zelenortski otoci" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Farski otoci" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrakhan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Beograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruxelles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukurešt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budimpešta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Busingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Kišinjev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kopenhagen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kalinjingrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kijev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisabon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luksemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Pariz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rim" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofija" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ulyanovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Beč" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varšava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zürich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldivi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauricijus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" +"Molim odaberite vremensku zonu. Suprotno modernim konvencijama, ove POSIX-" +"kompatibilne zone koriste pozitivne vrijednosti za zone zapadno od " +"Greenwicha, a negativne vrijednosti za one istočno od Greenwicha (npr., " +"'Ostalo/GMT+6' se odnosi na zonu 6 sati zapadno od Greenwicha, uobičajenog " +"naziva 'UTC-6')." diff --git a/debian/po/hu.po b/debian/po/hu.po new file mode 100644 index 0000000..77ed73a --- /dev/null +++ b/debian/po/hu.po @@ -0,0 +1,3784 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/hu.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Hungarian messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# Maintains: VI fsfhu +# comm2: sas 321hu +# SZERVÁC Attila , 2013. +# Dr. Nagy Elemér Károly , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: debian-installer\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Dr. Nagy Elemér Károly \n" +"Language-Team: Debian L10n Hungarian \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Déli-sark" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Északi-sark" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Ázsia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlanti" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Ausztrália" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Európa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indiai" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Csendes-óceáni" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Egyebek" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Földrajzi terület:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Válaszd ki a földrajzi területet, ahol élsz. Ezt követően kiválaszthatod a " +"várost és a városhoz tartozó időzónát." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Aszmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kairó" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Dzsibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Gyúba‎ (Dzsúba)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinsasza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbasi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maszeru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Kagadugu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunisz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Időzóna:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Kérlek, válaszd ki a városnak/régiónak megfelelő időzónát:" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentína/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentína/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentína/Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentína/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentína/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentína/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentína/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentína/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentína/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentína/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahía de Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boáz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Csihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havanna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manausz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexikóváros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Észak-Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Észak-Dakota/Közép" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Észak-Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Szent Bertalan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vosztok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Moszkva+10 - Bering-tenger" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Akutau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Akutobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Asgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Bejrút" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Csoibalszán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Csongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damaszkusz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Daka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dusanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gáza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Moszkva+05 - Bajkál" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Isztambul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Dzsakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Dzsajapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jeruzsálem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Moszkva+09 - Kamcsatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karacsi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Moszkva+04 - Jenyiszej" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Makaó" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Moszkva+08 - Magadán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makasszár" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznyeck" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Moszkva+03 - Novoszibirszk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Moszkva+03 - nyugat-Szibéria" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Kizilorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Rijád" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Moszkva+07 - Szahalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Szamarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Szöul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Sanghaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Szingapúr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Tajpej" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taskent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbiliszi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulánbátor" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Moszkva+07 - Amur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Moszkva+06 - Léna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Moszkva+02 - Urál" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Jereván" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azori-szigetek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cape Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Dél Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Törött Domb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe-sziget" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amszterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athén" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrád" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Pozsony" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brüsszel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Kisinyov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Koppenhága" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltár" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Man-sziget" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Moszkva-01 - Kalinyingrád" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kijev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisszabon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Málta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minszk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moszkva+00 - nyugat-Oroszország" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Párizs" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prága" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Róma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Moszkva+01 - Kaszpi-tenger" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Szarajevó" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Szimferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Szkopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Szófia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Bécs" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgográd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varsó" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zágráb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zürich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldív-szigetek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham-szigetek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Húsvét-szigetek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fidzsi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galápagos-szigetek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier-szigetek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston Atoll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (Line-szigetek)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas-szigetek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway-szigetek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Szamoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa (Gilbert-szigetek)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake sziget" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/id.po b/debian/po/id.po new file mode 100644 index 0000000..4984284 --- /dev/null +++ b/debian/po/id.po @@ -0,0 +1,3802 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/id.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Indonesian messages for debian-installer. +# +# +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# Debian Indonesian L10N Team , 2004. +# Translators: +# * Parlin Imanuel Toh (parlin_i@yahoo.com), 2004-2005. +# * I Gede Wijaya S (gwijayas@yahoo.com), 2004. +# * Arief S F (arief@gurame.fisika.ui.ac.id), 2004. +# * Setyo Nugroho (setyo@gmx.net), 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: debian-installer\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Mahyuddin Susanto \n" +"Language-Team: Debian Indonesia Team \n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antartika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Eropa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "India" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pasifik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "ETC" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Area Geografis:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Silakan pilih wilayah geografis tempat Anda berada. Beberapa pertanyaan " +"selanjutnya akan mempersempit pilihan dengan menampilkan daftar kota, yang " +"menggambarkan daerah waktu tempat kota tersebut berada." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algeria" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Barnako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bisau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzavila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Darus Salam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "Al-Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborona" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannerburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libravila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Loma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Toma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunisia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Daerah Waktu:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" +"Silakan pilih kota atau daerah waktu yang bersesuaian dengan daerah waktu " +"Anda." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchoraga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +# msgid "Buenos_Aires" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +# msgid "Catamarca" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Katamarka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Kordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +# msgid "Buenos_Aires" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Pantai Cambridge" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Karakas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Cihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Karang Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Savador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Pantai Glace" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Pantai Goose" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadaloupa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermisilo" + +# msgid "Indianapolis" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +# msgid "Indian" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +# msgid "Indian" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell CIty" + +# msgid "Indian" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +# msgid "Indianapolis" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Argentina/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +# msgid "Louisville" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +# msgid "Mauritius" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Noma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Dakota Utara/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota Utara/Pusat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota Utara/Salem Baru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Pelabuhan Spanyol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Sungai Rainy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +# msgid "Stanley" +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Saint Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Saint John" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Saint Kitt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Saint Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Saint Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Saint Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Pantai Thunder" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortoka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damaskus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hongkong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istambul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Makau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk-Siberia Barat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Kep. Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkandi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanari" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Teluk Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Georgia Selatan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Saint Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canbera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Pulau Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brussel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Buchares" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Jabaltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Marieham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscow" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferepol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Talin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warsawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Kepulauan Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Pulau Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Kep Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Atol Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (Kep Line)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Kep Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Kep Midway-Islands" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti (Kep Society)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa (Kep Gilbert)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Pulau Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/it.po b/debian/po/it.po new file mode 100644 index 0000000..4aa8338 --- /dev/null +++ b/debian/po/it.po @@ -0,0 +1,3777 @@ +# Italian translation for tzdata debconf templates. +# Copyright (C) 2011, 2012 the tzdata copyright holder +# This file is distributed under the same license as the tzdata package. +# David Paleino , 2011. +# Francesca Ciceri , 2012, 2013 +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Francesca Ciceri \n" +"Language-Team: Italian \n" +"Language: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Africa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "America" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antartide" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Artide" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Austrialia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indiano" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacifico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Altre" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Area geografica:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Scegliere l'area geografica in cui si vive. Successive domande " +"restringeranno la lista presentando un elenco di città, che rappresentano i " +"fusi orari nelle quali si trovano." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algeri" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Il Cairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Gibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Ayun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Giuba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadiscio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuctu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Fuso orario:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" +"Selezionare la città o la regione corrispondente al proprio fuso orario." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Córdoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallego" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucumán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahía de Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambrige Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Caienna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Isole Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarks Havn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominìca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "L'Avana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Giamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Città del Messico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montréal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Nord Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Nord Dakota/Center" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Nord Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "San Paolo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr'" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dacca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dušanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Giacarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Gerusalemme" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Calcutta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Mascate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuzneck" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarcanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulan Bator" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Ürümqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Ekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azzorre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Capo Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Fær Øer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Georgia del Sud" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Sant'Elena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atene" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruxelles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Busingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chișinău" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibilterra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isola di Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisbona" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Lubiana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Lussemburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Mosca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Parigi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Sinferopoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stoccolma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vaticano" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varsavia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagabria" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurigo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Isole Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Isola di Natale" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comore" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Isole Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldive" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Riunione" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Isola di Pasqua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Éfaté" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Figi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Isole Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Atollo Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Isola Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Isole Marchesi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Atollo di Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Isole Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Isola di Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Isole di Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/ja.po b/debian/po/ja.po new file mode 100644 index 0000000..274676d --- /dev/null +++ b/debian/po/ja.po @@ -0,0 +1,3776 @@ +# Japanese messages for tzdata. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as tzdata package. +# Kenshi Muto , 2007-2013. +# Takuma Yamada , 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2021-09-29 07:36+0900\n" +"Last-Translator: Takuma Yamada \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "アフリカ" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "アメリカ" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "南極大陸" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "北極" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "アジア" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "大西洋側" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "オーストラリア" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "ヨーロッパ" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "インド地方" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "太平洋側" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "その他" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "地理的領域:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"あなたの居住する地理的領域を選んでください。続く設定質問で、位置する時間帯を" +"表現する都市名のリストが表示されるので、これをより狭めていくことができます。" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "アビジャン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "アクラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "アディスアベバ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "アルジェー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "アスマラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "バマコ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "バンギ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "バンジュル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "ビサウ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "ブランタイア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "ブラザヴィル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "ブジュンブラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "カイロ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "カサブランカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "セウタ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "コナクリ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "ダカール" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "ダルエスサラーム" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "ジブチ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "ドゥアーラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "エルアイウン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "フリータウン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "ハボローネ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "ハラレ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "ヨハネスバーグ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "ジューバ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "カンパラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "ハルツーム" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "キガリ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "キンシャサ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "ラゴス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "リーブルヴィル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "ロメ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "ルアンダ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "ルブンバシ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "ルサカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "マラボ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "マプート" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "マセル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "ムババネ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "モガディシュ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "モンロヴィア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "ナイロビ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "ウンジャメナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "ニアメ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "ヌアクショット" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "ワガドゥーグ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "ポルトノヴォ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "サントメ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "ティンブクトゥ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "トリポリ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "チュニス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "ウィントフック" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "時間帯:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "あなたの時間帯に一致する都市または地域を選択してください。" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "エイダック" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "アンカレジ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "アングイラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "アンティグア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "アラグアイナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "アルゼンチン/ブエノスアイレス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "アルゼンチン/カタマルカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "アルゼンチン/コルドバ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "アルゼンチン/フフイ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "アルゼンチン/ラリオハ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "アルゼンチン/メンドサ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "アルゼンチン/リオガエゴス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "アルゼンチン/サルタ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "アルゼンチン/サンファン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "アルゼンチン/サンルイス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "アルゼンチン/トゥクマン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "アルゼンチン/ウシュアイア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "アルバ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "アスンシオン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "アティコカン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "アトカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "バイア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "バイアバンデラス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "バルバドス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "ベレン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "ベリーズ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "ブランサブロン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "ボアヴィスタ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "ボゴタ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "ボイシ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "ケンブリッジ湾" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "カンポグランデ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "カンクン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "カラカス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "カイエンヌ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "ケイマン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "シカゴ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "チワワ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "コーラルハーバー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "コスタリカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "クレストン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "クヤバ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "キュラソー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "デンマークシャウン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "ドーソン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "ドーソン運河" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "デンヴァー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "デトロイト" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "ドミニカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "エドモントン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "エイルネペ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "エルサルバドル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "エンセナダ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "フォートネルソン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "フォルタレザ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "グラッセ湾" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "ゴッドホープ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "グース湾" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "グランドターク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "グレナダ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "グアドループ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "グアテマラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "グアヤキル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "ガイアナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "ハリファックス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "ハバナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "エルモシヨ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "インディアナ/インディアナポリス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "インディアナ/ノックス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "インディアナ/マレンゴ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "インディアナ/ピーターズバーグ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "インディアナ/テルシティ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "インディアナ/ビベー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "インディアナ/ヴィンセンズ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "インディアナ/ウィナマック" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "イヌヴィック" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "イカルイット" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "ジャマイカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "ジュノー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "ケンタッキー/ルーイヴィル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "ケンタッキー/モンティセロ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "クラレンディーク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "ラパス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "リマ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "ロサンゼルス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "ロワプリンセス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "マセイオ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "マナグア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "マナウス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "マリゴット" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "マルティニク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "マタモロス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "マサトラン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "メノミニー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "メリダ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "メトラカトラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "メキシコシティ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "ミクロン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "マンクトン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "モンテレー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "モンテビデオ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "モントリオール" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "モントセラト" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "ナッソー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "ニューヨーク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "ニピゴン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "ノーム" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "ノロニャ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "北ダコタ/ベウラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "北ダコタ/中央" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "北ダコタ/ニューセイラム" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "ヌーク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "オヒナガ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "パナマ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "パンナータング" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "パラマリボ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "フェニックス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "ポルトープランス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "ポートオブスペイン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "ポルトアクレ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "ポルトヴェリエ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "プエルトリコ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "プンタアレナス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "レイニーリバー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "ランキン湾" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "レシフェ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "レジャイナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "レソリュート" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "リオブランコ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "サンタイサベル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "サンタレン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "サンチアゴ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "セントドミニゴ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "サンパウロ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "スコレスビスン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "シップロック" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "シトカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "セントバルテルミ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "セントジョーンズ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "セントキッツ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "セントルチア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "セントトーマス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "セントビンセント" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "スイフトカレント" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "テグシガルパ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "テューレ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "サンダー湾" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "ティフアナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "トロント" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "トルトラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "バンクーバー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "バージン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "ホワイトホース" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "ウィニペグ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "ヤクタト" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "イエローナイフ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "ケーシー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "デーヴィス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "デュモンデュルヴィル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "マッコーリー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "モーソン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "マクムード" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "パーマー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "ロデラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "昭和基地" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "トロル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "ヴォストーク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "ロングイールビュアン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "アデン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "アルマトゥイ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "アンマン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "アナディル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "アクタウ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "アクトベ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "アシガバード" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "アティラウ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "バグダード" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "バーレーン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "バクー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "バンコク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "バルナウル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "ベイルート" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "ビシュケク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "ブルネイ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "チタ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "チョイバルサン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "重慶" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "コロンボ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "ダマスカス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "ダッカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "ディリ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "ドバイ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "ドゥシャンベ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "ファマグスタ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "ガザ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "ハルビン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "ヘブロン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "ホーチミン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "香港" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "ホブド" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "イルクーツク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "イスタンブール" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "ジャカルタ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "ジャヤプラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "エルサレム" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "カブール" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "カムチャッカ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "カラチ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "カシュガル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "カトマンズ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "ハンドゥイガ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "コルコタ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "クラスノヤルスク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "クアラルンプール" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "クチン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "クウェート" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "マカオ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "マガダン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "マカッサル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "マニラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "マスカット" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "ニコシア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "ノヴォクズネツク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "ノヴォシビルスク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "オムスク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "ウラル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "ブノンペン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "ポンティアナク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "平壌" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "カタール" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "コスタナイ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "キジルオルダ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "リヤド" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "サハリン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "サマルカンド" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "ソウル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "上海" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "シンガポール" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "スレドネコリムスク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "台北" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "タシケント" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "トビリシ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "テヘラン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "テルアビブ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "ティンプー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "東京" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "トムスク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "ウランバートル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "ウルムチ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "ウスチ=ネラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "ヴィエンチャン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "ウラジオストック" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "ヤクーツク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "ヤンゴン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "エカテリンブルグ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "エレヴァン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "アゾレス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "バーミューダ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "カナリヤ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "ケープヴェルデ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "フェロー諸島" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "ヤンマイエン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "マデイラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "レイキャヴィク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "サウスジョージア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "セントヘレナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "スタンリー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "アデレード" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "ブリスベーン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "ブロークンヒル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "キャンベラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "カリー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "ダーウィン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "ユークラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "ホーバート" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "リンデマン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "ロードハウ島" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "メルボルン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "パース" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "シドニー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "アムステルダム" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "アンドラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "アストラハン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "アセンズ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "ベルファスト" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "ベオグラード" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "ベルリン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "ブラチスラヴァ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "ブリュッセル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "ブカレスト" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "ブダペスト" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "ビュージンゲン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "キシニョフ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "コペンハーゲン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "ダブリン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "ジブラルタル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "ガーンジー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "ヘルシンキ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "マン島" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "ジャージー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "カリーニングラード" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "キーロフ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "キエフ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "リスボン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "リュブリャーナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "ロンドン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "ルクセンブルグ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "マドリード" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "マルタ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "マリーハムン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "ミンスク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "モナコ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "モスクワ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "オスロ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "パリ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "ポドゴリツァ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "プラハ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "リガ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "ローマ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "サマーラ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "サンマリノ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "サラエヴォ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "サラトフ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "シムフェロポリ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "スコピエ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "ソフィア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "ストックホルム" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "タリン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "ティラナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "ティラスポリ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "ウリヤノフスク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "ファドーツ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "バチカン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "ヴィエナ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "ヴィリニュス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "ヴォルゴグラード" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "ワルシャワ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "ザグレブ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "チューリヒ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "アンタナナリヴォ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "チャゴス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "クリスマス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "ココス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "コモロ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "ケルゲレン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "マエ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "モルジヴ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "モーリシャス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "マヨット" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "レユニオン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "アピア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "オークランド" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "ブーゲンヴィル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "チャタム島" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "チューク諸島" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "イースター島" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "エファーテ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "ファカオフォ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "フィジー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "フナフティ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "ガラパゴス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "ガンビア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "ガダルカナル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "グアム" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "ホノルル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "ジョンストン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "カントン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "キリティマティ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "コスラエ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "クアジャリン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "マジュロ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "マルケサス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "ミッドウェー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "ナウル" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "ニウエ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "ノーフォーク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "ヌーメア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "パゴパゴ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "パラオ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "ピトケアン島" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "ポンペイ島" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "ポルトモーズビー" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "ラロトンガ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "サイパン" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "サモア" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "タヒチ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "タラワ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "トンガタプ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "ウェーク" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "ヴァリス" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "ヤップ" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/ko.po b/debian/po/ko.po new file mode 100644 index 0000000..d1af246 --- /dev/null +++ b/debian/po/ko.po @@ -0,0 +1,3775 @@ +# tzdata debconf templates translation +# This file is distributed under the same license as the tzdata package. +# Changwoo Ryu , 2021-2022. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-01-05 23:33+0900\n" +"Last-Translator: Changwoo Ryu \n" +"Language-Team: Debian L10N Korean \n" +"Language: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "아프리카" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "아메리카" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "남극" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "북극" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "아시아" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "대서양" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "오스트레일리아" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "유럽" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "인도양" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "태평양" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "기타" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "지리적 지역:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"거주하고 있는 지리적 지역을 선택하십시오. 이후의 설정 질문에서는 지역을 특정" +"하려고 도시의 목록을 표시합니다. 표시하는 도시는 도시 위치의 표준 시간대를 나" +"타냅니다." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "아비장" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "아크라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "아디스아바바" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "알제" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "아스마라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "바마코" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "방기" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "반줄" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "비사우" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "블랜타이어" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "브라자빌" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "부줌부라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "카이로" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "카사블랑카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "세우타" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "코나크리" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "다카르" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "다르에스살람" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "지부티" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "두알라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "엘아이운" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "프리타운" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "가보로네" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "하라레" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "요하네스버그" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "주바" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "캄팔라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "카르툼" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "키갈리" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "킨샤샤" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "라고스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "리브르빌" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "로메" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "루안다" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "루붐바시" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "루사카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "말라보" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "마푸투" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "마세루" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "음바바네" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "모가디슈" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "몬로비아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "나이로비" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "은자메나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "니아메" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "누악쇼트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "와가두구" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "포르토노보" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "상투메" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "팀북투" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "트리폴리" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "튀니스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "빈트후크" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "표준 시간대:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "자기 표준 시간대에 해당하는 도시 또는 지역을 선택하십시오." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "아닥" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "앵커러지" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "앵귈라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "앤티가 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "아라구아이나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "아르헨티나/부에노스아이레스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "아르헨티나/카타마르카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "아르헨티나/코르도바" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "아르헨티나/후후이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "아르헨티나/라리오하" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "아르헨티나/멘도사" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "아르헨티나/리오가예고스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "아르헨티나/살타" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "아르헨티나/산후안" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "아르헨티나/산루이스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "아르헨티나/투쿠만" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "아르헨티나/우수아이아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "아루바" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "아순시온" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "아티코칸" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "애트카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "바이아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "바이아 데 반데라스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "바베이도스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "벨렘" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "벨리즈" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "블렁싸블롱" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "보아비스타 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "보고타" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "보이시" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "캠브리지 베이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "캄푸그란데" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "칸쿤" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "카라카스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "카옌" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "케이맨 제도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "시카고" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "치와와" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "시우다드 후아레스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "코랄 하버" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "코스타리카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "크레스턴" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "쿠이아바" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "퀴라소" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "덴마크샤븐" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "도슨" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "도슨크릭" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "덴버" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "디트로이트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "도미니카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "에드먼턴" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "에이루네페" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "엘살바도르" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "엔세나다" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "포트 넬슨" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "포르탈레자" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "글레이스 베이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "고트호프" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "구스 베이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "그랑 터크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "그레나다" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "과들루프" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "과테말라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "과야킬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "가이아나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "핼리팩스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "아바나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "에르모시요" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "인디애나/인디애나폴리스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "인디애나/녹스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "인디애나/마렝고" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "인디애나/페테스부르크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "인디애나/텔시티" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "인디애나/베베이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "인디애나/빈센느" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "인디애나/위나막" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "이누빅" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "이칼루이트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "자메이카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "주노" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "켄터키/루이스빌" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "켄터키/몬티첼로" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "크랄렌데이크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "라파스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "리마" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "로스앤젤레스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "로워 프린스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "마세이오" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "마나과" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "마나우스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "마리고" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "마르티니크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "마타모로스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "마사틀란" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "매노미니" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "메리다" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "메틀라카틀라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "멕시코시티" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "미클롱" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "멍크턴" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "몬테레이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "몬테비데오" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "몬트리올" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "몬세라트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "나사우" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "뉴욕" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "니피곤" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "놈" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "노로냐" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "노스다코타/뷰러" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "노스다코타/중부" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "노스다코타/뉴 살렘" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "누크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "오지나가" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "파나마" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "팽니텅" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "파라마리보" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "피닉스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "포르토프랭스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "포트오브스페인" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "포르투아크리" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "포르투벨류" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "푸에르토리코" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "푼타아레나스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "레이니 리버" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "랭킨 인라잇" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "레시페" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "리자이나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "레졸루트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "리우블랑코" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "산타이사벨" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "산타렘" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "산티아고" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "산토도밍고" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "상파울로" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "스코스비선드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "쉽록" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "시트카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "생바르텔레미" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "세인트존스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "세인트키츠" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "세인트루시아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "세인트토마스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "세인트빈센트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "스위프트커런트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "테구시갈파" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "툴레" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "썬더베이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "티후아나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "토론토" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "토르톨라 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "밴쿠버" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "버진 제도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "화이트호스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "위니펙" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "야쿠타트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "옐로나이프" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "케세이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "데이비스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "뒤몽 뒤르빌" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "맥쿼리" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "모슨" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "맥머도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "팔머" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "로데라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "쇼와" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "트롤" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "보스토크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "롱위에아르비엔" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "아덴" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "알마티" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "암만" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "아나디르" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "악타우" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "아크토베" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "아슈하바트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "아티라우" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "바그다드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "바레인" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "바쿠" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "방콕" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "바르나울" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "베이루트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "비슈케크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "브루나이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "치타" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "처이발상" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "충칭" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "콜롬보" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "다마스커스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "다카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "딜리" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "두바이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "두산베" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "파마구스타" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "가자" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "하얼빈" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "히브론" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "호찌민" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "홍콩" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "허브드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "이르쿠츠크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "이스탄불" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "자카르타" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "자야푸라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "예루살렘" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "카불" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "캄차카" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "카라치" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "카슈가르" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "카트만두" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "한디가" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "캘커타" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "크라스노야르스크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "쿠알라룸푸르" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "쿠칭" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "쿠웨이트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "마카오" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "마가단" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "마카사르" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "마닐라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "무스카트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "니코시아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "노보크즈네크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "노보시비르스크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "옴스크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "오랄" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "프놈펜" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "폰티아낙" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "평양" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "카타르" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "코스타나이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "크즐로르다" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "리야드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "사할린" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "사마르칸트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "서울" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "상하이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "싱가포르" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "스레드네콜림스크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "타이페이" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "타슈켄트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "트빌리시" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "테헤란" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "텔아비브" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "팀부" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "도쿄" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "톰스크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "울란바토르" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "우루무치" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "우스네라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "비엔티안" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "블라디보스토크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "야쿠츠크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "양곤" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "예카테린부르크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "예레반" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "아조레스 제도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "버뮤다" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "카나리 제도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "카보베르데" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "페로 제도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "얀마옌 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "마데이라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "레이캬비크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "사우스조지아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "세인트헬레나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "스탠리" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "애들레이드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "브리스베인" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "브로큰힐" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "캔버라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "커리" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "다윈" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "유클라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "호바트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "린드먼" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "로드 하우" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "멜버른" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "퍼스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "시드니" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "얀코위나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "암스테르담" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "안도라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "아스트라한" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "아테네" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "벨파스트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "베오그라드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "베를린" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "브라티슬라바" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "브뤼셀" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "부쿠레슈티" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "부다페스트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "뷔징겐" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "키시나우" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "코펜하겐" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "더블린" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "지브롤터" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "건지" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "헬싱키" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "맨 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "저지" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "칼리닌그라드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "키로프" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "키예프" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "리스본" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "류블랴나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "런던" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "룩셈부르크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "마드리드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "몰타" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "마리에하먼" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "민스크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "모나코" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "모스크바" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "오슬로" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "파리" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "포드고리차" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "프라하" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "리가" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "로마" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "사마라" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "산마리노" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "사라예보" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "사라토프" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "심페로폴" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "스코페" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "소피아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "스톡홀름" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "탈린" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "티라나" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "티라스폴" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "울랴노브스크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "바두츠" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "바티칸" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "빈" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "빌니우스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "볼고그라드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "바르샤바" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "자그레브" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "취리히" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "안타나나리보" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "차고스 제도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "크리스마스섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "코코 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "코모로" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "케르겔렌 제도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "마에" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "몰디브" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "모리셔스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "마요트" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "레위니옹" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "아피아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "오클랜드" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "부건빌" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "채텀" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "추크" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "이스터섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "에파테" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "파카오포" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "피지" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "푸나푸티" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "갈라파고스" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "갬비어" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "과달카날" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "괌" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "호놀루루" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "존스턴" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "칸톤 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "키리티마티 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "코스라에 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "콰잘레인 환초" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "마주로" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "마르키즈 제도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "미드웨이 제도" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "나우루" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "니우에" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "노퍽" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "누메아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "파고파고" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "팔라우" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "핏케언" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "폰페이 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "포트모르즈비" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "라로통가 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "사이판" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "사모아" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "타히티" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "타라와" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "통가타푸 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "웨이크 섬" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "발레" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "야프" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/ku.po b/debian/po/ku.po new file mode 100644 index 0000000..713ef68 --- /dev/null +++ b/debian/po/ku.po @@ -0,0 +1,3793 @@ +# translation of ku.po to Kurdish +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/ku.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Kurdish messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# Main translator: Rizoyê Xerzî +# Amed Çeko Jiyan , 2008. +# Erdal Ronahi , 2008. +msgid "" +msgstr "" +"Project-Id-Version: ku\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Erdal Ronahi \n" +"Language-Team: Kurdish \n" +"Language: ku\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Rosetta-Export-Date: 2006-12-02 05:38+0000\n" +"X-Generator: Lokalize 0.2\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrîka" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerîka" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antartîka" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktîk" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asya" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantîk" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Awistralya" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Ewropa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Hindistan" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pasîfîk" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Wekî din" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Qada cografîk:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +#, fuzzy +#| msgid "" +#| "Please select the geographic area you live in. Subsequent configuration " +#| "questions will narrow this down by presenting a list of cities, " +#| "representing the time zones in which they are located." +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Ji kerema xwe re qada cografîk a ku tu lê dijî hilbijêre. Dê di nexşeyekê de " +"lîsteya bajaran derkeve." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abîcan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kahîre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Kazablanka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Konakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar-ul Selam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nayrobî" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Herêma saetê:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +#, fuzzy +#| msgid "Please select the time zone corresponding to your location." +msgid "Please select the city or region corresponding to your time zone." +msgstr "Ji kerema xwe re herêma xwe ya saetê hilbijêre." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Arjantîn/Buenos Aîres" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Arjantîn/Katamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Arjantîn/Kordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Arjantîn/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Arjantîn/La Rîoja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Arjantîn/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Arjantîn/Rîo Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Arjantîn/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Arjantîn/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Arjantşn/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Arjantîn/Ûşûîa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominîk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Hindistan/Îndianapolîs" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Hindistan/Knoks" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Hindistan/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Hindistan/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Hindistan/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Hindistan/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indianapolis/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Hindistan/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentakî/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentakî/Montîcello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marîgot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakotaya Bakur/Navend" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakotaya Bakur/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bexda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Behreyn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beyrût" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bîşkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Şam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dûşanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Xaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Şî Mîn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Stenbol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Darûselam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabîl" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karaçî" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kaşgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuçîng" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuweyt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Semerqand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seûl" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Şangay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Sîngapûr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taşkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tiblîs" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Êrîvan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cape Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapeşte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kopengahen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiyev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luksembûrg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskow" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Parîs" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofya" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viyena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurîx" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fîjî" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/lt.po b/debian/po/lt.po new file mode 100644 index 0000000..ce566b5 --- /dev/null +++ b/debian/po/lt.po @@ -0,0 +1,3788 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/lt.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Lithuanian messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# Kęstutis Biliūnas , 2004, 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: debian-installer\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Kęstutis Biliūnas \n" +"Language-Team: Lithuanian \n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktida" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktis" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Azija" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlanto" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australija" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indijos regionas" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Ramiojo vandenyno" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "kita" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Geografinė zona:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +#, fuzzy +#| msgid "" +#| "Please select the geographic area you live in. Subsequent configuration " +#| "questions will narrow this down by presenting a list of cities, " +#| "representing the time zones in which they are located." +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Pasirinkite geografinę zoną kurioje Jūs gyvenate. Paskesnis konfigūravimo " +"klausimas bus susiaurintas, pateikiant miestų, esančių šioje laiko zonoje, " +"sąrašą." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidžanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Adis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alžyras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamakas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Bandžulis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bisau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantairas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazavilis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bužumbūra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kairas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Kasablanka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Konakris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakaras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salamas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Džibutis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "Ajunas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Fritaunas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaboronas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Hararė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johanesburgas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Chartumas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigalis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagosas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Librevilis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabanė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadišas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovija" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndžamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamėjus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nuakšotas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Uagadugu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto Novas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "San Tomė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunisas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Vindhukas" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Lako zona:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +#, fuzzy +#| msgid "Please select the time zone corresponding to your location." +msgid "Please select the city or region corresponding to your time zone." +msgstr "Pasirinkite laiko zoną, atitinkančią Jūsų vietovę." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adakas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Ankoridžas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Angilija" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Airės" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Katamarka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Kordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Žužujus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Riocha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendosa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Galjegosas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Chuanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tukumanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ušuaja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunsjonas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbadosas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belizas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blank-Sablonas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boizis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Kembridž Bėjus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Kankunas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Karakasas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Kajenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Kaimanų salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Čikaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Čiuaua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Koralinis Harboras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Kosta Rika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Kiurasao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dausonas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dauson Krykas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denveris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroitas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmontonas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "Salvadoras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Gleis Bėjus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Gūs Bėjus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Terko sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Gvadelupa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Gvatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Gvajakilis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Gviana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifaksas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosiljas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Noksas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburgas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tel Sitis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevėjus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincenesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Vinmakas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvikas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Ikaluitas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Džunas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentukis/Luizvilis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentukis/Montičelas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Pasas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Andželas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Masejo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manausas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Masatlanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Meksikas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Mikelonas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Monktonas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterėjus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevidėjas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Monrealis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montseratas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nasau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Niujorkas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigonas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Numea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Šiaurės Dakota/Centras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Šiaurės Dakota/Niusalemas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtungas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Finiksas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port o Prensas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Speinas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Akrė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Veljas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rikas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rein Riveras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inletas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Resifė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Redžaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Rezoliutas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Riu Brankas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santaremas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santjago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "San Paulas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Skoresbiusūnas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Šiprokas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Sent Bartelmis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Sent Džonsas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Sent Kitsas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Sent Luisas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Sent Tomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Sent Vinsentas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Svift Karentas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegusigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Tulė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Tander Bėjus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tichuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Torontas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vankuveris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virdžinija" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Vaithorsas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Vinipegas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Kautatas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Jelounaifas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrvilis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mavsonas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "Mak-Mardas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmeris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Seva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostokas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longjyras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Adenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyrė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aktau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aktiubinskas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ašchabadas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdadas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahreinas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bankokas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirutas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Biškekas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunėjus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Čoibalsanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Čongčingas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Kolombas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damaskas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Daka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dilis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubajus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dušanbė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbinas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Hošiminas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Honkongas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Houdas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutskas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Stambulas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Džakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Džapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jeruzalė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabulas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karačis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kašgaras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnojarskas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpūras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kučingas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuveitas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Makao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makasaras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Maskatas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nikosija" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirskas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omskas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Uralskas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Pnompenis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianakas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pchenjanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Kataras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Kyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Rijadas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sachalinas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkandas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seulas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Šanchajus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapūras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipėjus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taškentas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheranas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Avivas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Timpu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokijas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulanbatoras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumčis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientianas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostokas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakutskas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangūnas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Jakaterinburgas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Jerevanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azorų salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermudai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanarai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Žaliasis Kyšulys" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Farerų salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Maienas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Maderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reikjavikas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Pietų Džordžija" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Šventos Elenos sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stenlis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaidė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hilas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Kanbera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Keris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darvinas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Jukla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobartas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindemanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lordo Houvo sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melburnas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Pertas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sidnis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Jankovina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdamas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atėnai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfastas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgradas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlynas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Briuselis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukareštas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapeštas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Kišiniovas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kopenhaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublinas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltaras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Gernsi sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinkis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Meno sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Džersi Sitis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningradas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kijevas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisabona" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Liubliana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londonas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Liuksemburgas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madridas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamnas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minskas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monakas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Maskva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paryžius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Ryga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marinas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopjė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofija" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stokholmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Talinas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaducas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgogradas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varšuva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagrebas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Ciūrichas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananaryvas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Čagoso archipelagas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Kalėdų sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Kokoso salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Komoro salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Ketgeleno sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldyvai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauricijus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayoteas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunionas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apija" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Oklandas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Velykų sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fidžis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafutis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Gvadalkanalio sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guamas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Džonstono atolas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kvadželeino atolas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Madžūras" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Markizo salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midvėjaus salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niuė" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolkas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Nomea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pikterno salos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Morsbis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipanas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Taitis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Veiko sala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Valis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Japas" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/ml.po b/debian/po/ml.po new file mode 100644 index 0000000..c47ebc9 --- /dev/null +++ b/debian/po/ml.po @@ -0,0 +1,3794 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/ml.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of ml.po to malayalam +# Copyright (c) 2006-2007 Praveen|പ്രവീണ്‍ A|എ , Santhosh Thottingal , Sreejith :: ശ്രീജിത്ത് കെ and Debian Project +# Credits: V Sasi Kumar, Sreejith N, Seena N, Anivar Aravind, Hiran Venugopalan and Suresh P +# +# Debian Installer master translation file template +# Don't forget to properly fill-in the header of PO files +# Debian Installer translators, please read the D-I i18n documentation +# in doc/i18n/i18n.txt# +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:13+0100\n" +"Last-Translator: Praveen|പ്രവീണ്‍ A|എ \n" +"Language-Team: Swathanthra Malayalam Computing \n" +"Language: ml\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Malayalam\n" +"X-Poedit-Country: INDIA\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "ആഫ്രിക്ക" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "അമേരിക്ക" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "അന്റാര്‍ട്ടിക്ക" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "ആര്‍ട്ടിക്" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "ഏഷ്യ" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "അറ്റ്‌ലാന്റിക്" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "ഓസ്ട്രേലിയ" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "യൂറോപ്പ്" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "ഇന്ത്യന്‍" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "പസഫിക്" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "ഭൂമിശാത്രപരമായ ഭാഗം:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +#, fuzzy +#| msgid "" +#| "Please select the geographic area you live in. Subsequent configuration " +#| "questions will narrow this down by presenting a list of cities, " +#| "representing the time zones in which they are located." +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"ദയവായി നിങ്ങള്‍ താമസിയ്ക്കുന്ന ഭൂമിശാസ്ത്രപരമായ ഭാഗം തിരഞ്ഞെടുക്കുക. അവിടത്തെ സമയ മേഘലയില്‍ " +"സ്ഥിതിചെയ്യുന്ന നഗരങ്ങളുടെ പട്ടികയിലേയ്ക്ക് ഇതിനു് ശേഷമുള്ള ക്രമീകരണ ചോദ്യങ്ങള്‍ ഇതു് ചുരുക്കും." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "ആബിജാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "ആക്ര" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "അഡിസ് അബാബ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "അള്‍ജിയേഴ്സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "അസ്മാറ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "ബമാകോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "ബാങ്ക്വി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "ബാന്‍ജുള്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "ബിസ്സോവു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "ബ്ലാന്‍ടൈര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "ബ്രസ്സാവില്ലെ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "ബുജുംബുറ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "കെയ്റോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "കാസാബ്ലാങ്ക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "സ്യൂട" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "കൊനാക്രി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "ഡക്കാര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "ദാര്‍ എസ് സലാം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "ജിബൂട്ടി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "ദൌള" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "എല്‍ ആയുന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "ഫ്രീടൌണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "ഗാബറോണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "ഹരാരെ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "ജൊഹന്നാസ്ബര്‍ഗ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "കംപാല" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "ഖാര്‍ടോം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "കിഗാലി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "കിന്‍ഷാസ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "ലാഗോസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "ലിബര്‍വില്ല" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "ലോം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "ലുവാണ്ട" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "ലുബുമ്പഷി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "ലുസാക്ക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "മലാബോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "മപൂട്ടോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "മസേരു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "മംബാബേന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "മൊഗാദിഷു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "മൊണ്‍റോവിയ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "നെയ്റോബി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "ജമേന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "നിയാമി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "നൌക്ഷോട്ട്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "ഔഗാദഔഗൌ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "പോര്‍ട്ടോ-നോവോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "സാവോ ടോം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "ടിമ്പുക്തു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "ട്രിപ്പോളി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "ടുണീസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "വിീന്‍ഡോയക്ക്" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "സമയ മേഘല:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +#, fuzzy +#| msgid "Please select the time zone corresponding to your location." +msgid "Please select the city or region corresponding to your time zone." +msgstr "ദയവായി നിങ്ങളുടെ സ്ഥലത്തിന്റെ സമയ മേഘല തിരഞ്ഞെടുക്കുക." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "അഡാക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "ആങ്കറേജ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "ആങ്ക്വില്ല" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "ആന്റിഗ്വ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "അരാഗ്വിയാന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "അര്‍ജ്ജന്റീന/ബ്യൂനസ് അയേര്‍സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "അര്‍ജ്ജന്റീന/കടാമാര്‍ക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "അര്‍ജ്ജന്റീന/കോര്‍ഡോബ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "അര്‍ജ്ജന്റീന/ജുജുയ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "അര്‍ജ്ജന്റീന/ല റിയോജ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "അര്‍ജ്ജന്റീന/മെന്‍ഡോസ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "അര്‍ജ്ജന്റീന/റിയോ ഗലേഗോസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "അര്‍ജ്ജന്റീന/സാന്‍ യുവാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "അര്‍ജ്ജന്റീന/സാന്‍ ലൂയിസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "അര്‍ജ്ജന്റീന/ടാകുമാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "അര്‍ജ്ജന്റീന/ഉഷ്വൈയ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "അറൂബ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "അസന്‍സിയോണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "ആറ്റികൊക്കാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "അറ്റ്ക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "ബഹിയ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "ബാര്‍ബഡോസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "ബെലം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "ബെലീസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "ബ്ലാങ്ക്-സബ്ലോന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "ബോയ വിസ്റ്റ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "ബൊഗോട്ട" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "ബോയിസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "കേംബ്രിഡ്ജ് ഉള്‍ക്കടല്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "കാമ്പോ ഗ്രണ്ടേ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "കാന്‍കൂണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "കരാകസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "കയേന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "കയ്മാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "ചിക്കാഗോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "ചിഹ്വാഹ്വ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "കോറല്‍ തുറമുഖം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "കോസ്റ്റ റിക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "ക്യുയിബ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "ക്യുരാകവോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "ഡന്മാര്‍ക്ഷാവന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "ഡാസണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "ഡാസണ്‍ ക്രീക്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "ഡെന്‍വര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "ഡെട്രോയിറ്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "ഡൊമിനിക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "എഡ്മോണ്ടന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "യിരുനേപേ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "എല്‍ സാല്‍വഡോര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "എന്‍സേനഡ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "ഫോര്‍ട്ടലേസ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "ഗ്ലേസ് ഉള്‍ക്കടല്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "ഗോഡ്താബ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "ഗൂസ് ഉള്‍ക്കടല്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "ഗ്രാന്‍ഡ് ടര്‍ക്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "ഗ്രെനഡ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "ഗ്വാഡെലോപ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "ഗ്വാട്ടിമല" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "ഗുവായക്വില്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "ഗയാന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "ഹാലിഫാക്സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "ഹവാന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "ഹെര്‍മോസില്ലോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "ഇന്ത്യാന/ഇന്ത്യാനപോളിസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "ഇന്ത്യാന/നോക്സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "ഇന്ത്യാന/മരെങ്കോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "ഇന്ത്യാന/പീറ്റേര്‍സ്ബര്‍ഗ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "ഇന്ത്യാന/ടെല്‍ സിറ്റി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "ഇന്ത്യാന/വെവായ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "ഇന്ത്യാന/വിന്‍സെന്നിസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "ഇന്ത്യാന/വിനാമാക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "ഇനുവിക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "ഇഖ്വാല്വിറ്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "ജമൈക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "ജുന്യൂ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "കെന്റക്കി/ലൂയിവില്ല" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "കെന്റക്കി/മോണ്ടിസെല്ലോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "ലാ പാസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "ലിമ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "ലോസ് ഏഞ്ചലസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "മസീയോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "മനാഗ്വ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "മാനസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "മാരിഗോട്ട്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "മാര്‍‌ടിനിക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "മസറ്റ്‌ലാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "മെനോമിനീ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "മെരിഡ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "മെക്സികോ നഗരം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "മിക്വലോണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "മോങ്ടന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "മോണ്ടറി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "മോണ്ടിവിഡിയോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "മോണ്ട്രിയല്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "മോണ്ട്സെറാത്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "നാസ്സു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "ന്യൂ യോര്‍ക്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "നിപിഗോണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "നോം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "നൊരോഞ്ഞ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "നോര്‍ത്ത് ഡക്കോട്ട/സെന്റര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "നോര്‍ത്ത് ഡക്കോട്ട/ന്യൂ സലേം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "പനാമ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "പാങ്നിര്‍ടങ്ങ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "പാരാമരിബോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "ഫീനിക്സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "പോര്‍ട്ട്-ഓ-പ്രിന്‍സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "പോര്‍ട്ട് ഓഫ് സ്പെയിന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "പോര്‍ട്ടോ ആക്രേ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "പോര്‍ട്ടോ വെല്ഹോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "പ്യെര്‍‌ട്ടോ റികോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "റെയ്നി നദി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "റാങ്കിന്‍ ഇന്‍ലെറ്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "റെസിഫെ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "റെജീന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "റെസൊല്യൂട്ട്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "റിയോ ബ്രാങ്കോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "സാന്റാറെം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "സാന്റിയാഗോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "സാന്റോ ഡൊമിങ്കോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "സാവോ പോളോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "സ്കോര്‍സ്‌ബൈസണ്ട്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "ഷിപ്റോക്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "സെയിന്റ് ബര്‍ത്തലേമി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "സെയിന്റ് ജോണ്‍സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "സെയിന്റ് കിറ്റ്സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "സെയിന്റ് ലൂസിയ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "സെയിന്റ് തോമസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "സെയിന്റ് വിന്‍സന്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "സ്വിഫ്റ്റ് കറന്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "ടെഗുസിഗല്‍പ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "തുലെ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "തുണ്ടര്‍ ഉള്‍ക്കടല്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "ടിജുവാന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "ടൊറണ്ടോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "ടോര്‍ട്ടോല" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "വാന്‍കോവര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "വിര്‍ജിന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "വൈറ്റ്ഹോര്‍സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "വിന്നിപെഗ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "യാകുടാറ്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "യെല്ലോനൈഫ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "കാസീ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "ഡാവിസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "ഡുമൊണ്ട്-ഡി'ഉര്‍വില്ലെ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "മാസണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "മക്മര്‍ഡോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "പാമര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "റൊതേര" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "സിയോവ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "വോസ്ടോക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "ലോങിയര്‍ബയന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "ഏദന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "അല്മാട്ടി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "അമ്മാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "അനാഡിര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "അക്ടവു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "അക്ടൊബെ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "അഷ്കാര്ഡബത്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "ബഗ്ദാദ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "ബഹറൈന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "ബാകു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "ബാങ്കോക്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "ബെയ്റൂട്ട്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "ബിഷ്കെക്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "ബ്രൂണൈ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "ചൊയിബല്‍സാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "ചോങ്ക്വിങ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "കൊളംബോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "ഡമാസ്കസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "ദാക്ക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "ദിലി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "ദുബായ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "ദുഷാന്‍ബേ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "ഗാസ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "ഹാര്‍ബിന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "ഹോ ചി മിന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "ഹോങ് കോങ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "ഹോവ്ഡ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "ഇര്‍കുത്സ്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "ഇസ്താംബുള്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "ജക്കാര്‍ത്ത" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "ജയപുര" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "ജറുസലേം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "കാബൂള്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "കംചത്കാ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "കറാച്ചി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "കാഷ്ഗാര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "കാഠ്മണ്ടു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "കൊല്‍ക്കത്ത" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "ക്രസ്നോയര്‍സ്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "ക്വാല ലംമ്പൂര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "കുച്ചിങ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "കുവൈത്ത്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "മകാവോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "മഗദാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "മകസ്സര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "മനില" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "മസ്കറ്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "നികോഷ്യ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "നൊവോസിബിര്‍സ്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "ഒമ്സ്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "ഒരള്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "നോം പെന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "പോണ്ടിയാനക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "പ്യോങ്യാങ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "ഖത്തര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "ക്വിസിലോര്‍ഡ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "റിയാദ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "സഖാലിന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "സമര്‍ഖണ്ട്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "സിയോള്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "ഷാങ്ഹായ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "സിഗപ്പൂര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "തായ്പേയ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "താഷ്കെന്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "തിബിലിസി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "ടെഹ്റാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "ടെല്‍ അവീവ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "തിംഫു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "ടോക്കിയോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "ഉലാന്‍ബാത്തര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "ഉറുംക്വി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "വിയെന്റിയാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "വ്ലാഡിവോസ്ടോക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "യാകുട്സ്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "റംഗൂണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "യെകാറ്റെറിന്‍ബര്‍ഗ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "യെരെവന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "അസോറെസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "ബെര്‍മുഡ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "കാനറി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "കേപ് വിര്‍ഡേ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "ഫറവോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "ജന്‍ മായെന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "മഡെയ്‌ര" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "റെയ്ക്ജാവിക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "തെക്കന്‍ ജോര്‍ജിയ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "സെയിന്റ് ഹെലെന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "സ്റ്റാന്‍ലി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "അഡലൈഡ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "ബ്രിസ്ബേന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "ബ്രോക്കണ്‍ ഹില്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "കാന്‍ബറ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "ക്യൂറി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "ഡാര്‍വിന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "യൂക്‍ള" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "ഹോബാര്‍ട്ട്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "ലിന്‍ഡെമാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "ലോര്‍ഡ് ഹോവ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "മെല്ബണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "പെര്‍ത്ത്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "സിഡ്നി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "യാങ്കോവിന്ന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "ആസ്റ്റര്‍ഡാം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "അണ്ടോറ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "ഏഥന്‍സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "ബെല്‍ഫാസ്റ്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "ബെല്‍ഗ്രേഡ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "ബെര്‍ലിന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "ബ്രാട്ടിസ്ലാവ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "ബ്രസ്സല്‍സ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "ബുക്കാറസ്റ്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "ബുഡാപെസ്റ്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "ചിസിനാവു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "കോപ്പന്‍ഹേഗന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "ഡബ്ലിന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "ജിബ്രാള്‍ട്ടര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "ഗുവണ്‍സി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "ഹെല്‍സിങ്കി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "ഐസില്‍ ഓഫ് മാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "ജെര്‍സി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "കലിനിന്‍ഗ്രാഡ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "കീവ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "ലിസ്ബണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "ലജുബ്ല്യാന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "ലണ്ടന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "ലക്സംബര്‍ഗ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "മാഡ്രിഡ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "മാള്‍ട്ട" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "മരിയേഹാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "മിന്‍സ്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "മൊണാക്കോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "മോസ്കോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "ഓസ്ലോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "പാരീസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "പോഡ്ഗൊറിക്ക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "പ്രാഗ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "റിഗ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "റോം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "സമാറ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "സാന്‍ മരീനോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "സരജാവോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "സിംഫെറോപോള്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "സ്കോപ്യേ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "സോഫിയ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "സ്റ്റോക്ഹോം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "ടാളിന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "ടിരാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "ടിരാസ്പോള്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "വാഡുസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "വത്തിക്കാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "വിയന്ന" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "വില്‍നിയസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "വോള്‍ഗോഗ്രാഡ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "വാഴ്സോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "സഗ്രേബ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "സൂറിച്ച്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "അന്റനാനാറിവോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "ചാഗോസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "ക്രിസ്തുമസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "കൊകോസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "കൊമോറോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "കെര്‍ഗുവേലന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "മാഹി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "മാലിദ്വീപ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "മൌറീഷ്യസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "മയോട്ടേ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "റീയൂണിയന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "അപിയ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "ഓക്‍ലണ്ട് ‍ " + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "ചാതം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "ഈസ്റ്റര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "ഇഫേറ്റ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "ഫകവോഫോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "ഫിജി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "ഫുനാഫുട്ടി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "ഗാലപ്പഗോസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "ഗാമ്പിയര്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "ഗ്വാഡല്‍കനാല്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "ഗുാവാം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "ഹോണോലുലു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "ജോണ്‍സണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "ക്രിതിമാതി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "കൊസ്രേ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "ക്വജാലൈന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "മജൂറോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "മാര്‍‌ക്വേസാസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "മിഡ്‌വേ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "നൌറു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "നിയു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "നോര്‍ഫോക്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "നൌമിയ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "പാഗോ പാഗോ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "പലാവു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "പിറ്റ്കയേണ്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "മോര്‍സ്ബി തുറമുഖം" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "രരോടോങ്ക" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "സായിപാന്‍" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "സമോവ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "താഹിതി" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "തരാവ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "ടോങ്കടാപു" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "വേയ്ക്ക്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "വാളിസ്" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "യാപ്" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/nl.po b/debian/po/nl.po new file mode 100644 index 0000000..436b5dd --- /dev/null +++ b/debian/po/nl.po @@ -0,0 +1,3785 @@ +# Dutch translation of tzdata debconf templates. +# Copyright (C) 2008-2011 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the tzdata package. +# Bart Cornelis , 2008. +# Jeroen Schot , 2011. +# Frans Spiesschaert , 2014-2023. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata_2023c-7\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-07-05 23:09+0200\n" +"Last-Translator: Frans Spiesschaert \n" +"Language-Team: Debian Dutch l10n Team \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 2.2.1\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarctica" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Noordpoolgebied" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Azië" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantische Oceaan" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australië" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indische Oceaan" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Grote Oceaan" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Anders" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Geografisch gebied:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Wat is het geografisch gebied waarin u leeft? In de volgende vragen krijgt u " +"een lijst van steden te zien die de verschillende tijdzones in dit gebied " +"representeren." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Caïro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "Al-Ajoen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Djoeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timboektoe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Tijdzone:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Wat is de stad of regio die overeenkomt met uw tijdzone?" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentinië/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentinië/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentinië/Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentinië/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentinië/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentinië/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentinië/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentinië/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentinië/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentinië/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentinië/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentinië/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia de Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Caymaneilanden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juárez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Beneden Prinsen Kwartier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico Stad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Noord Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Noord Dakota/Center" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Noord Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Sint-Bartholomeus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St. Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St. Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St. Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St. Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St. Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumont d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atıraw" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Bakoe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaoel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beiroet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Tsjita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minhstad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Kathmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Koeweit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokoeznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom-Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Qostanay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Oest-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakoeten" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Jekaterinenburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azoren" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canaria" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Kaapverdië" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Zuid Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St. Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrachan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athene" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlijn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brussel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Boekarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Boedapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kopenhagen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Eiland Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Parijs" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praag" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Oeljanovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vaticaanstad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Wenen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warschau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldiven" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" +"Selecteer uw tijdzone. In tegenstelling tot moderne conventies worden voor " +"deze POSIX-compatibele zones positieve waarden gebruikt om te verwijzen naar " +"zones ten westen van Greenwich en negatieve waarden voor zones ten oosten " +"van Greenwich (bijv. 'Etc/GMT+6' verwijst naar 6 uur ten westen van " +"Greenwich, gewoonlijk 'UTC-6' genoemd)." diff --git a/debian/po/pl.po b/debian/po/pl.po new file mode 100644 index 0000000..e45119a --- /dev/null +++ b/debian/po/pl.po @@ -0,0 +1,3781 @@ +# Translation of tzdata debconf templates to Polish. +# Copyright (C) 2011 +# This file is distributed under the same license as the tzdata package. +# +# Michał Kułach , 2012. +# Łukasz Dulny , 2021, 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-01-03 21:43+0100\n" +"Last-Translator: Łukasz Dulny \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 20.12.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afryka" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Ameryka" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktyda" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktyka" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Azja" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantyk" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Ocean Indyjski" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacyfik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "(wg stref GMT)" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Obszar geograficzny:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Proszę wybrać swój obszar geograficzny. Kolejne pytania konfiguracyjne " +"zawężą go, prezentując listę miast reprezentujących strefy czasowe w których " +"są położone." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidżan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Bandżul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bużumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kair" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Konakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Dżibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "Al-Ujun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Dżuba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Chartum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinszasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadiszu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndżamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nawakszut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Wagadugu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Trypolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhuk" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Strefa czasowa:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" +"Proszę wybrać miasto lub region odpowiadający właściwej strefie czasowej." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentyna/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentyna/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentyna/Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentyna/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentyna/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentyna/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentyna/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentyna/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentyna/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentyna/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentyna/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentyna/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Kajenna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Kajmany" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juárez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Kostaryka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston (Kanada)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Nuuk (duń. Godthåb)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Gwadelupa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Gwatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Gujana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamajka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martynika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Meksyk (miasto)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Nowy Jork" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Dakota Północna/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota Północna/Center" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota Północna/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port-of-Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Portoryko" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Saint-Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St. Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Saint Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Saint Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Saint Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Saint Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumont d' Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Wostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Ałma-Ata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aktau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aktobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Aszchabad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrajn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnauł" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Bejrut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Biszkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Czyta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Czojbalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Kolombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damaszek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Duszanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hongkong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkuck" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Stambuł" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Dżakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerozolima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamczatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karaczi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kaszgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Chandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kalkuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwejt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Makau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makasar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Maskat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nikozja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Nowokuźnieck" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Nowosybirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Uralsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pjongjang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Kustanaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Kyzyłorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Rijad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Szanghaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Sriedniekołymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Tajpej" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taszkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Awiw-Jafa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ułan Bator" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumczi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust´-Niera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Wientian" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Władywostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakuck" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangun (bir. Yangon)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Jekaterynburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Erywań" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azory" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermudy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Wyspy Kanaryjskie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "W. Zielonego Przylądka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Wyspy Owcze" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavík" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Georgia Południowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "W. Świętej Heleny" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelajda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrachań" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Ateny" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratysława" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruksela" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukareszt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapeszt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen am Hochrhein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Kiszyniów" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kopenhaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Wyspa Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirow" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kijów" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lizbona" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Lublana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londyn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luksemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madryt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Maarianhamina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Mińsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskwa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paryż" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Ryga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rzym" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajewo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratów" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Symferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Sztokholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tyraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Uljanowsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Watykan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Wiedeń" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Wilno" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Wołgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warszawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagrzeb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurych" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarywa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Czagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "W. Bożego Narodzenia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Wyspa Kokosowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Komory" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Wyspy Kerguelena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Malediwy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Majotta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Wyspa Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Wyspa Wielkanocna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fidżi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Wyspy Gambiera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Wyspa Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Markizy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Numea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/pt.po b/debian/po/pt.po new file mode 100644 index 0000000..05a20fa --- /dev/null +++ b/debian/po/pt.po @@ -0,0 +1,3781 @@ +# Portuguese translations for tzdata package. +# Copyright (C) 2007 Ricardo Silva +# This file is distributed under the same license as the tzdata package. +# Ricardo Silva , 2007-2008. +# Miguel Figueiredo , 2011-2013. +# Rui Branco , 2017. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2017b-2\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2017-08-05 11:05+0100\n" +"Last-Translator: Rui Branco \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Gtranslator 2.91.7\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "África" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "América" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antárctida" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Árctico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Ásia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlântico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Austrália" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Índico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacífico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Área geográfica:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Por favor escolha a área geográfica onde vive. Seguidamente haverão mais " +"perguntas de configuração que irão diminuir isto até uma lista de cidades " +"que representam o fuso horário em que estão localizadas." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abijan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Acra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Adis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Argel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conacri" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dacar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Joanesburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Campala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Cartum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadíscio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monróvia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Uagadugo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Trípoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Fuso horário:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" +"Por favor escolha a cidade ou região correspondente ao seu fuso horário." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Ilhas Anguillas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antígua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaína" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Córdova" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Assunção" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Baía" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia de Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Baía de Cambridge" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Caiena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Caimão" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Baía Glace" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Baía de Goose" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guaiaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guiana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Prince's" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Manágua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazátlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Cidade do México" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Nova Iorque" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Dacota do Norte/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dacota do Norte/Centro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dacota do Norte/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Porto da Espanha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "São Bartolomeu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Santa Lúcia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtöbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Barein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Banguecoque" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Chita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Díli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istambul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jacarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Cabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Carachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Catmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Calcutá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Macassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicósia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Quatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sacalina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarcanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Xangai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teerão" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tóquio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vienciana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Ecaterimburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Açores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermudas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canárias" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cabo Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reiquejavique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Geórgia do Sul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Santa Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdão" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astracã" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlim" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislávia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruxelas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucareste" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapeste" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Busingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsínquia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Ilha de Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Mónaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscovo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Estocolmo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ulianovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vaticano" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varsóvia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Ilha Natal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldivas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Maurício" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Ilha Reunião" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Ilha da Páscoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galápagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Porto Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po new file mode 100644 index 0000000..ab1c65e --- /dev/null +++ b/debian/po/pt_BR.po @@ -0,0 +1,3782 @@ +# Debconf translations for tzdata. +# Copyright (C) 2009 THE tzdata'S COPYRIGHT HOLDER +# This file is distributed under the same license as the tzdata package. +# Flamarion Jorge , 2009, 2011. +# Marcelo Gomes de Santana , 2013. +# Adriano Rafael Gomes , 2021-2023. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-01-07 21:55-0300\n" +"Last-Translator: Adriano Rafael Gomes \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "África" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "América" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antártica" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Ártico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Ásia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlântico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Austrália" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Índia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacífico" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Área geográfica:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Por favor, selecione a área geográfica na qual você vive. Perguntas de " +"configuração subsequentes serão limitadas pela área geográfica selecionada, " +"apresentando uma lista de cidades que representam os fusos horários nos " +"quais elas estão localizadas." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Trípoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Túnis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Fuso horário:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" +"Por favor, selecione a cidade ou região correspondente ao seu fuso horário." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Córdova" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juarez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guiana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianápolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Príncipe Menor" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Manágua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Cidade do México" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevidéu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Nova York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Dakota do Norte/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota do Norte/Centro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota do Norte/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Porto Príncipe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Porto de Espanha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "São Domingos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Barém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Chita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istambul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jacarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Cabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Catmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Calcutá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Qostanay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Xangai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Cingapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teerã" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tóquio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Açores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canárias" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cabo Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Geórgia do Sul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astracã" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruxelas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucareste" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapeste" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Busingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhague" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinque" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Ilha de Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Mônaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Estocolmo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ulyanovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vaticano" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgogrado" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldivas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Maurício" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galápagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Taiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/ro.po b/debian/po/ro.po new file mode 100644 index 0000000..a8cc146 --- /dev/null +++ b/debian/po/ro.po @@ -0,0 +1,3793 @@ +# Mesajele în limba română pentru pachetul tzdata. +# Romanian translation of tzdata. +# Copyright © 2023 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the tzdata package. +# +# Remus-Gabriel Chelu , 2023. +# +# Cronologia traducerii fișierului „tzdata”: +# Traducerea inițială, făcută de R-GC, pentru versiunea tzdata 2022g-7(2023-02-06). +# Actualizare a traducerii pentru versiunea 2023c-6, făcută de R-GC, iun-2023. +# Actualizare a traducerii pentru versiunea Y, făcută de X, Y(anul). +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2023c-6\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-06-23 00:02+0200\n" +"Last-Translator: Remus-Gabriel Chelu \n" +"Language-Team: Romanian \n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && " +"n%100<=19) ? 1 : 2);\n" +"X-Bugs: Report translation errors to the Language-Team address.\n" +"X-Generator: Poedit 3.2.2\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Africa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "America" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarctica" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arctic" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantic" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indian" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pacific" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Zona geografică:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Vă rugăm să selectați zona geografică în care locuiți. Întrebările " +"ulterioare de configurare vor restrânge acest lucru prin prezentarea unei " +"liste de orașe, reprezentând fusurile orare în care sunt situate." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadișu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao-Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Tombuctu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Fus orar:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" +"Vă rugăm să selectați orașul sau regiunea care corespunde fusului dvs. orar." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anghila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina / Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina / Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina / Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina / Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina / La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina / Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina / Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina / Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina / San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina / San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina / Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina / Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Caiman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juarez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Creston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Golful Glace" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Golful Goose" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadelupa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guiana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana / Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana / Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana / Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana / Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana / Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana / Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana / Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana / Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky / Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky / Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Dakota de Nord / Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota de Nord / Center" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota de Nord / New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Saint Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Saint Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Saint Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Saint Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Saint Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Saint Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Golful Thunder" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rotera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Aman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Chita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damasc" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dușanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Și Min" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Ierusalim" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandiga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Calcutta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoiarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuweit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makasar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznețk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Phenian" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Kostanay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sahalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taşkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Timbu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Ekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Insulele Azore" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermude" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Capul Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Insulele Feroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Georgia de Sud" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Sf Elena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrahan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruxelles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucureşti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapesta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Busingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chişinău" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernesey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Insula Omului" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisabona" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Liubliana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscova" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorița" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Saraievo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ulianovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varşovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Insula Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldive" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Maurițius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Insula Paștelui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" +"Vă rugăm să selectați fusul orar. Contrar convențiilor moderne, aceste zone " +"compatibile cu POSIX utilizează valori pozitive pentru a se referi la zonele " +"aflate la vest de Greenwich și valori negative pentru cele aflate la est de " +"Greenwich (de exemplu, „Etc/GMT+6” se referă la 6 ore la vest de Greenwich, " +"denumit în mod obișnuit „UTC-6”)." diff --git a/debian/po/ru.po b/debian/po/ru.po new file mode 100644 index 0000000..c9f2864 --- /dev/null +++ b/debian/po/ru.po @@ -0,0 +1,3784 @@ +# translation of ru.po to Russian +# +# Copyright (C) 2003 Software in the Public Interest, Inc. +# Russian L10N Team , 2004. +# Dmitry Beloglazov , 2005. +# Sergey Alyoshin , 2007. +# Stepan Golosunov , 2007. +# Yuri Kozlov , 2004, 2005, 2006, 2007, 2008. +# Yuri Kozlov , 2009, 2011, 2013. +# Lev Lamberov , 2017, 2019 +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2013b-2\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2019-01-27 14:44+0500\n" +"Last-Translator: Lev Lamberov \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Poedit 2.2.1\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Африка" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Америка" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Антарктида" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Арктика" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Азия" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Атлантика" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Австралия" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Европа" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Индийский регион" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Тихоокеанский регион" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Другой" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Географический район:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Выберите географический район, в котором вы живёте. Далее вам предложат " +"подробный список городов, которые расположены в часовых поясах того региона, " +"в котором вы находитесь." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Абиджан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Аккра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Аддис-Абеба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Алжир" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Асмэра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Бамако" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Банги" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Банжул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Бисау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Блантайр" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Браззавиль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Бужумбура" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Каир" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Касабланка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Сеута" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Конакри" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Дакар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Дар-эс-Салам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Джибути" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Дуала" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "Эль-Айюн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Фритаун" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Габороне" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Хараре" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Йоханнесбург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Джуба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Кампала" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Хартум" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Кигали" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Киншаса" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Лагос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Либревиль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Ломе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Луанда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Лубумбаши" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Лусака" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Малабо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Мапуту" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Масеру" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Мбабане" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Могадишу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Монровия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Найроби" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Нджамена" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Ниамей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Нуакшот" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Уагадугу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Порто-Ново" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Сан-Томе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Томбукту" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Триполи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Тунис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Виндхук" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Часовой пояс:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Выберите город или область, соответствующие вашему часовому поясу." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Адак" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Анкоридж" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Ангилья" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Антигуа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Арагуаина" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Аргентина/Буэнос-Айрес" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Аргентина/Катамарка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Аргентина/Кордова" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Аргентина/Жужуй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Аргентина/Ла-Риоха" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Аргентина/Мендоса" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Аргентина/Рио-Гальегос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Аргентина/Сальта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Аргентина/Сан-Хуан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Аргентина/Сан-Луис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Аргентина/Сан-Мигель-де-Тукуман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Аргентина/Ушуайя" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Аруба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Асунсьон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Атикокан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Атка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Баия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Баия-де-Бандерас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Барбадос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Белен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Белиз" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Бланк-Саблон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Боа-Виста" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Богота" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Бойсе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Кеймбридж-Бей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Кампу-Гранди" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Канкун" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Каракас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Кайенна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Кайман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Чикаго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Чиуауа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Корал-Харбор" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Коста-Рика" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Крестон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Куяба" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Кюрасао" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Данмарксхавн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Доусон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Доусон-Крик" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Денвер" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Детройт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Доминика" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Эдмонтон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Эйрунепе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "Эль-Сальвадор" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Энсенада" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Форт-Нельсон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Форталеза" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Глейс-Бей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Готхоб" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Гус-Бей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Гранд-Турк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Гренада" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Гваделупа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Гватемала" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Гуаякиль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Гайана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Галифакс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Гавана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Эрмосильо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Индиана/Индианаполис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Индиана/Нокс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Индиана/Маренго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Индиана/Петербург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Индиана/Телль-Сити" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Индиана/Вивей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Индиана/Винсенс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Индиана/Винамак" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Инувик" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Икалуит" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Ямайка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Джуно" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Кентукки/Луисвилл" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Кентукки/Монтичелло" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Кралендейк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "Ла-Пас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Лима" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Лос-Анджелес" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Лоуэр-Принцес" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Масейо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Манагуа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Манаус" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Маригот" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Мартиника" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Матаморос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Масатлан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Меномини" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Мерида" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Метлакатла" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Мехико" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Микелон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Монктон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Монтеррей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Монтевидео" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Монреаль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Монтсеррат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Нассау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "Нью-Йорк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Нипигон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Ном" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Норона" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Северная Дакота/Бойла" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Северная Дакота/Центр" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Северная Дакота/Нью-Салем" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Охинага" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Панама" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Пангниртанг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Парамарибо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Феникс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Порт-о-Пренс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Порт-оф-Спейн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Порту-Акре" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Порту-Велью" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Пуэрто-Рико" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Пунта-Аренас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Рейни-Ривер" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Рэнкин-Инлет" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Ресифи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Регина" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Резолют" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Риу-Бранку" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Санта-Исабель" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Сантарем" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Сантьяго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Санто-Доминго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Сан-Паулу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Скорсбисунн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Шипрок" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Ситка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Сент-Бартелеми" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Сент-Джонс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Сент-Китс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Сент-Люсия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Сент-Томас" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Сент-Винсент" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Свифт-Карент" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Тегусигальпа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Туле" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Тандер-Бей" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Тихуана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Торонто" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Тортола" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Ванкувер" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Вирджиния" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Уайтхорс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Виннипег" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Якутат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Еллоунайф" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Кейси" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Дейвис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Дюмон-д'Юрвиль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Маккуори" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Моусон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "Мак-Мердо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Палмер" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Ротера" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Сёва" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Тролль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Восток" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Лонгийир" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Аден" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Алма-Ата" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Амман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Анадырь" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Актау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Актюбинск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ашхабад" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Атырау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Багдад" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Бахрейн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Баку" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Бангкок" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Барнаул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Бейрут" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Бишкек" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Бруней" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Чита" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Чойбалсан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Чунцин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Коломбо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Дамаск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Дакка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Дили" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Дубай" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Душанбе" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Фамагуста" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Газа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Харбин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Хеврон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Хошимин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Гонконг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Ховд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Иркутск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Стамбул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Джакарта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Джаяпура" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Иерусалим" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Кабул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Камчатка" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Карачи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Кашгар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Катманду" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Хандыга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Калькутта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Красноярск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Куала-Лумпур" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Кучинг" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Кувейт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Аомынь (Макао)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Магадан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Макассар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Манила" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Маскат" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Никосия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Новокузнецк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Новосибирск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Омск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Уральск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Пномпень" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Понтианак" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Пхеньян" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Катар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Костанай" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Кзыл-Орда" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Эр-Рияд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Сахалин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Самарканд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Сеул" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Шанхай" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Сингапур" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Среднеколымск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Тайбэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Ташкент" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Тбилиси" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Тегеран" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Тель-Авив" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Тхимпху" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Токио" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Томск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Улан-Батор" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Урумчи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Усть-Нера" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Вьентьян" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Владивосток" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Якутск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Янгон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Екатеринбург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Ереван" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Азорские острова" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Бермуды" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Канары" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Кабо-Верде" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Фарерские острова" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Ян-Майен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Мадейра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Рейкьявик" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Южная Георгия" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Остров Святой Елены" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Стенли" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Аделаида" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Брисбен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Брокен-Хилл" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Канберра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Керри" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Дарвин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Юкла" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Хобарт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Линдеман" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Лорд-Хау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Мельбурн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Перт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Сидней" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Янковинна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Амстердам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Андорра" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Астрахань" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Афины" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Белфаст" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Белград" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Берлин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Братислава" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Брюссель" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Бухарест" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Будапешт" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Бюзинген" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Кишинёв" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Копенгаген" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Дублин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Гибралтар" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Гернси" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Хельсинки" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Остров Мэн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Джерси" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Калининград" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Киров" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Киев" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Лиссабон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Любляна" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Лондон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Люксембург" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Мадрид" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Мальта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Мариехамн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Минск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Монако" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Москва" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Осло" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Париж" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Подгорица" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Прага" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Рига" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Рим" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Самара" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "Сан-Марино" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Сараево" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Саратов" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Симферополь" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Скопье" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "София" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Стокгольм" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Таллин" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Тирана" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Тирасполь" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ульяновск" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Вадуц" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Ватикан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Вена" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Вильнюс" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Волгоград" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Варшава" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Загреб" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Цюрих" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Антананариву" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Чагос" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Остров Рождества" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Кокосовые острова" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Коморские острова" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Кергелен" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Маэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Мальдивы" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Маврикий" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Майотта" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Реюньон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Апиа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Окленд" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Бугенвиль" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Чатем" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Чуук" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Остров Пасхи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Эфате" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Факаофо" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Фиджи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Фунафути" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Галапагосские острова" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Остров Гамбье" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Гуадалканал" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Гуам" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Гонолулу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Джонстон" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Киритимати" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Кусаие" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Кваджалейн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Маджуро" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Маркизские острова" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Мидуэй" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Науру" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Ниуэ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Норфолк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Нумеа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Паго-Паго" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Палау" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Питкэрн" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Понпеи" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Порт-Морсби" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Раротонга" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Сайпан" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Самоа" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Таити" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Тарава" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Тонгатапу" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Уэйк" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Уоллис" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Яп" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/sk.po b/debian/po/sk.po new file mode 100644 index 0000000..63a960e --- /dev/null +++ b/debian/po/sk.po @@ -0,0 +1,3780 @@ +# Slovak translation of tzdata debconf template. +# Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the tzdata package. +# Ivan Masár , 2009, 2011, 2012. +# +# source: +# verified at geodesy.gov.sk +# town names from sk.wikipedia.org +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:14+0100\n" +"Last-Translator: Ivan Masár \n" +"Language-Team: Slovak \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktída" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktída" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Ázia" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantický oceán" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Austrália" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Európa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indický oceán" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Tichomorie" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "ďalšie" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Geografická oblasť:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Prosím, vyberte geografickú oblasť, kde žijete. Následné konfiguračné otázky " +"zúžia výber a zobrazia vám iba zoznam miest reprezentujúcich časové pásma v " +"ktorých sa nachádzajú." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Akkra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alžír" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Káhira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Konakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salám" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Džibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El-Aaiún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Chartúm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadišo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Svätý Tomáš" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Časové pásmo:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Prosím, vyberte mesto alebo oblasť zodpovedajúce vášmu časovému pásmu." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaína" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentína/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentína/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentína/Córdoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentína/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentína/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentína/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentína/Río Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Argentína/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentína/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentína/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentína/Tucumán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentína/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahía de Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Kajmanie ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Kostarika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "Salvádor" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamajka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Prince's" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexiko" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Severná Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Severná Dakota/Center" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Severná Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Pôrto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Portoriko" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Saint-Barthélemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St. John" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Svätý Krištof" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Svätá Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St. Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Svätý Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumont d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Ammán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrajn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Bejrút" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Biškek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunej" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Čunking" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Kolombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damask" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dháka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dušanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Charbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Hočiminovo Mesto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hongkong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jeruzalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kábul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karáči" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kašgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Káthmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kalkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuvajt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Maskat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nikózia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuzneck" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Pénh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pchjongjang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Rijád" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Soul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Šanghaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Tchaj-pej" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taškent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulanbátar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumči" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientian" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Jekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Jerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azory" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermudy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanárske ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Kapverdy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faerské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavík" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Južná Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Svätá Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Ostrov lorda Howa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atény" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belehrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlín" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brusel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukurešť" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapešť" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Kišiňov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kodaň" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltár" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kyjev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisabon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ľubľana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londýn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paríž" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rím" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Maríno" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Štokholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viedeň" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varšava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Záhreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zürich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Čagoské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Vianočný ostrov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Kokosové ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Komorské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kergueleny" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldivy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Maurícius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Réunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chathamské ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Veľkonočný ostrov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Éfaté" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fidži" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapágy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambierove ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kusaie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Markézy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairnove ostrovy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/sq.po b/debian/po/sq.po new file mode 100644 index 0000000..95f743c --- /dev/null +++ b/debian/po/sq.po @@ -0,0 +1,3793 @@ +# translation of sq_tzdata.po to Albanian +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/sq.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Albanian messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# +# Elian Myftiu , 2007. +msgid "" +msgstr "" +"Project-Id-Version: sq_tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:14+0100\n" +"Last-Translator: Elian Myftiu \n" +"Language-Team: Albanian >\n" +"Language: sq\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrikë" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerikë" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktidë" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Azi" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australi" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europë" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indian" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Paqësor" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Zona Gjeografike:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +#, fuzzy +#| msgid "" +#| "Please select the geographic area you live in. Subsequent configuration " +#| "questions will narrow this down by presenting a list of cities, " +#| "representing the time zones in which they are located." +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Të lutem zgjidh krahinën gjeografike ku jeton. Pyetje të tjera konfigurimi " +"do të shfaqen duke prezantuar një listë qytetesh, që përfaqsojnë zonat " +"kohore në të cilat ato gjenden." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Algjer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Zona kohore:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +#, fuzzy +#| msgid "Please select the time zone corresponding to your location." +msgid "Please select the city or region corresponding to your time zone." +msgstr "Të lutem zgjidh zonën kohore që i përket vendndodhjes tënde." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argjentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argjentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argjentina/Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argjentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argjentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argjentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argjentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argjentina/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argjentina/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argjentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "North Dakota/Center" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "North Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cape Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athens" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisbonë" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskë" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/sv.po b/debian/po/sv.po new file mode 100644 index 0000000..09821be --- /dev/null +++ b/debian/po/sv.po @@ -0,0 +1,3794 @@ +# Swedish translation of tzdata. +# Copyright: This file is in the public domain. +# This file is distributed under the same license as the tzdata package. +# +# Christer Andersson , 2008. +# Martin Bagge , 2008, 2011, 2013, 2021, 2023 +# Luna Jernberg , 2023. +msgid "" +msgstr "" +"Project-Id-Version: sv\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-10-26 22:34+0200\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktis" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Norra Ishavet" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asien" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlanten" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australien" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indiska Oceanen" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Stilla Havet" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Geografiskt område:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Välj det geografiska område du bor i. Följande konfigurationsfrågor kommer " +"att begränsa detta genom att presentera en lista med städer, som " +"representerar de tidszoner i vilka de är placerade." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es-Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "Al-Ayun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Tidszon:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Välj den stad eller region som motsvarar din tidszon." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaína" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Buenos Aires (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Catamarca (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Córdoba (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Jujuy (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "La Rioja (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Mendoza (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Río Gallegos (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Salta (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "San Juan (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "San Luis (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Tucumán (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Ushuaia (Argentina)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Caymanöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juárez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Kreston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthåb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havanna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indianapolis (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Knox (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Marengo (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Petersburg (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Tell City (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Vevay (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Vincennes (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Winamac (Indiana)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Louisville (Kentucky)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Monticello (Kentucky)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlán" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Fernando de Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Beulah (North Dakota)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Central (North Dakota)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "New Salem (North Dakota)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa Isabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Saint-Barthélemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Saint John's" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Saint Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Saint Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Saint Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Saint Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Jungfruöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "Dumount d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +# Kommentar: Verkar även förekomma med stavningen Aktau. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtöbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Asjchabad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyraw" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bisjkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Tjita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Tjojbalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damaskus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dacca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dusjanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Famagusta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "Hebron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh-staden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hongkong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Chovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamtjatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Khandyga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Calcutta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muskat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Ural" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Qostanaj" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +# Kommentar: Ibland används äldre stavningen Söul. UD använder Seoul. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tasjkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +# Kommentar: "Ulan Bator" är en äldre stavning av Ulaanbataar. +# Jag har dock valt att använda den eftersom UD gör det. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulan Bator" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Ürümqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangoon" + +# Namnet "Sverdlovsk" användes fram till Sovjetunionens fall. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Jekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Jerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azorerna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanarieöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Kap Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Färöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Sydgeorgien" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Sankta Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howeön" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrachan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Aten" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bryssel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Köpenhamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsingfors" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Rom" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ulyanovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikanstaten" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Wien" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warszawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zürich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagosöarna" + +# Kommentar: "Julön" används både för Christmas Island och Kiritimati +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas Island" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocosöarna" + +# Kommentar: Stavning med både K och C förekommer på svenska. K förefaller +# dock vanligare, och används av UD. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Komorerna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelenöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldiverna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Réunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chathamöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Påskön" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Éfaté" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagosöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambieröarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston Island" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +# Kommentar: Julön används både för Christmas Island och Kiritimati +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesasöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midwayöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue Island" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk Island" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairnöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +# Kommentar: Tongatapu är en ö i Tongatapugruppen (Tonga) +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +# Kommentar: Själva Wakeatollen är obebodd. Wakeöarna är samlingsnamnet +# för ögruppen. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wakeöarna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallisön" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" +"Ange din tidszon. I kontrast till moderna konventioner anges POSIX-" +"kompatibla zoner med positiva värden väster om Greenwich och negativa värden " +"öster om Greenwich (ex. Etc/GMT+6 avser sex timmar väster om Greenwich, vad " +"som allmänt kallas UTC-6)." diff --git a/debian/po/templates.pot b/debian/po/templates.pot new file mode 100644 index 0000000..4b7d282 --- /dev/null +++ b/debian/po/templates.pot @@ -0,0 +1,3774 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the tzdata package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/th.po b/debian/po/th.po new file mode 100644 index 0000000..2fe1c37 --- /dev/null +++ b/debian/po/th.po @@ -0,0 +1,3776 @@ +# Thai translation of tzdata. +# Copyright (C) 2006-2012 Software in the Public Interest, Inc. +# This file is distributed under the same license as tzdata. +# +# Theppitak Karoonboonyanan , 2006-2012. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:14+0100\n" +"Last-Translator: Theppitak Karoonboonyanan \n" +"Language-Team: Thai \n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "แอฟริกา" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "อเมริกา" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "แอนตาร์กติกา" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "อาร์กติก" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "เอเชีย" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "แอตแลนติก" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "ออสเตรเลีย" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "ยุโรป" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "มหาสมุทรอินเดีย" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "แปซิฟิก" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "อื่นๆ" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "พื้นที่ภูมิศาสตร์" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"โปรดระบุพื้นที่ภูมิศาสตร์ที่คุณอยู่ คำถามถัดไปจะลดขอบเขตลงอีก " +"โดยแสดงรายการชื่อเมืองที่เป็นตัวแทนเขตเวลาต่างๆ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "อาบิดจัน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "อักกรา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "แอดดิสอาบาบา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "แอลเจียร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "แอสมารา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "บามาโก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "บังกี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "บันจูล" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "บิสเซา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "บราซซาวิล" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "บูจุมบูรา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "ไคโร" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "คาซาบลังกา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "เซวตา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "โกนากรี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "ดาการ์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "ดาร์-เอส-ซาลาม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "จิบูตี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "ฟรีทาวน์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "กาโบโรเน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "ฮาราเร" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "โจฮันเนสเบิร์ก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "กัมปาลา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "คาร์ทูม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "คิกาลี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "กินชาซา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "ลากอส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "ลีเบรอวิล" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "โลเม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "ลูอันดา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "ลูบูมบาชี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "ลูซากา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "มาลาโบ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "มาปูโต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "มาเซรู" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "อัมบาบาเน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "โมกาดิชู" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "มันโรเวีย" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "ไนโรบี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "เอ็นจาเมนา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "นีอาเม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "นูแอกชอต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "วากาดูกู" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "ปอร์โต-โนโว" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "เซาตูเม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "ตริโปลี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "ตูนิส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "วินด์ฮุก" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "เขตเวลา:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "โปรดระบุเมืองหรือภูมิภาคที่ตรงกับเขตเวลาของคุณ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "แองเคอเรจ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "แองกวิลลา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "แอนติกา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "อาร์เจนตินา/บัวโนสไอเรส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "อาร์เจนตินา/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "อาร์เจนตินา/Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "อาร์เจนตินา/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "อาร์เจนตินา/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "อาร์เจนตินา/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "อาร์เจนตินา/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "อาร์เจนตินา/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "อาร์เจนตินา/ซานฮวน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "อาร์เจนตินา/ซานลุยส์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "อาร์เจนตินา/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "อาร์เจนตินา/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "อารูบา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "อะซุนซิออง" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "แอตกา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "บาเยีย" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "บาร์เบโดส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "เบเลง" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "เบลีซ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "บัววีชตา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "โบโกตา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "บอยซี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "อ่าวเคมบริดจ์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "กัมปูกรันดี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "การากัส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "กาแยน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "เคย์แมน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "ชิคาโก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "ชีวาวา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "คอรัลฮาร์เบอร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "คอสตาริกา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "กุยาบา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "คิวราเซา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "ดอว์สัน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "ดอว์สันครีก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "เดนเวอร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "ดีทรอยต์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "โดมินิกา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "เอดมันตัน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "เอลซัลวาดอร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "ฟอร์ตาเลซา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "กอตฮอบ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "กูสเบย์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "แกรนด์เติร์ก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "เกรเนดา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "กวาเดอลูป" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "กัวเตมาลา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "กายอานา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "แฮลิแฟกซ์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "ฮาวานา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "เอร์โมซีโย" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "อินดีแอนา/อินเดียแนโพลิส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "อินดีแอนา/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "อินดีแอนา/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "อินดีแอนา/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "อินดีแอนา/เทลล์ซิตี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "อินดีแอนา/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "อินดีแอนา/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "อินดีแอนา/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "อีกวาลิต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "จาเมกา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "จูโน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "เคนทักกี/ลุยส์วิลล์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "เคนทักกี/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "ลาปาซ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "ลิมา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "ลอสแองเจลีส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "มาเซโอ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "มานากัว" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "มาเนาส์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "มาร์ตินีก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "มีนอมินี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "เมรีดา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "เม็กซิโกซิตี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "มีเกอลง" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "มอนเตร์เรย์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "มอนเตวิเดโอ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "มอนทรีออล" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "มอนต์เซอร์รัต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "แนสซอ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "นิวยอร์ก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "โนม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "นอร์ทดาโคตา/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "นอร์ทดาโคตา/เซนเตอร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "นอร์ทดาโคตา/นิวเซเลม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "ปานามา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "ปารามาริโบ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "ฟินิกซ์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "ปอร์โตแปรงซ์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "พอร์ต-ออฟ-สเปน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "ปอร์ตูอาเกร" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "ปอร์ตูเวลโย" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "เปอร์โตริโก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "เรซีเฟ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "ริไจนา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "รีโอบรังโก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "ซันติอาโก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "ซันโตโดมิงโก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "เซาเปาลู" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "เซนต์จอห์นส์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "เซนต์คิตส์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "เซนต์ลูเซีย" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "เซนต์โทมัส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "เซนต์วินเซนต์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "สวิฟต์เคอร์เรนต์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "เตกูซิกัลปา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "ธันเดอร์เบย์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "โทรอนโต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "แวนคูเวอร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "เวอร์จิน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "ไวต์ฮอร์ส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "วินนิเพก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "แยคุแทต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "เยลโลว์ไนฟ์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "เคซีย์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "เดวิส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "พาล์เมอร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "วอสต็อก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "ลองเยียร์เบียน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "อัลมาตี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "อัมมาน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "อะนาดีร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "อาชกาบัต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "แบกแดด" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "บาห์เรน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "บากู" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "กรุงเทพฯ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "เบรุต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "บิชเคก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "บรูไน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "ฉงชิ่ง" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "โคลัมโบ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "ดามัสกัส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "ธากา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "ดิลี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "ดูไบ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "ดูชานเบ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "กาซา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "ฮาร์บิน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "โฮจิมินห์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "ฮ่องกง" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "อิสตันบูล" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "จาการ์ตา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "เยรูซาเลม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "คาบูล" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "การาจี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "กาฐมาณฑุ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "โกลกาตา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "กัวลาลัมเปอร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "กูชิง" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "คูเวต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "มาเก๊า" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "มากาดาน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "มะกัสซาร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "มะนิลา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "มัสกัต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "นิโคเซีย" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "โนโวสิเบียรสก์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "พนมเปญ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "เปียงยาง" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "กาตาร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "ริยาด" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "โซล" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "ช่างไห่ (เซี่ยงไฮ้)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "สิงคโปร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "ไทเป" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "ทาชเคนต์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "ทบิลิซี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "เตหะราน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "เทลอาวีฟ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "ทิมพู" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "โตเกียว" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "อูลานบาตอร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "อุรุมชี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "เวียงจันทน์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "วลาดิวอสต็อก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "ยาคุตสค์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "ย่างกุ้ง" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "เยเรวาน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "เบอร์มิวดา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "คะเนรี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "เคปเวิร์ด" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "แฟโร" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "ยานไมเอน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "มาเดรา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "เรคยาวิก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "เซาท์จอร์เจีย" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "เซนต์เฮเลนา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "สแตนลีย์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "แอดิเลด" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "บริสเบน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "โบรเคนฮิลล์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "แคนเบอร์รา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "ดาร์วิน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "โฮบาร์ต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "เมลเบิร์น" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "เพิร์ท" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "ซิดนีย์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "อัมสเตอร์ดัม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "อันดอร์รา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "เอเธนส์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "เบลฟัสต์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "เบลเกรด" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "เบอร์ลิน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "บราติสลาวา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "บรัสเซลส์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "บูคาเรสต์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "บูดาเปสต์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "คีชีเนา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "โคเปนเฮเกน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "ดับลิน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "ยิบรอลตาร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "เกิร์นซีย์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "เฮลซิงกิ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "เกาะแมน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "เจอร์ซีย์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "เคียฟ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "ลิสบอน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "ลูบลิยานา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "ลอนดอน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "ลักเซมเบิร์ก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "มาดริด" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "มอลตา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "มินสก์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "โมนาโก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "มอสโก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "ออสโล" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "ปารีส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "พอดกอรีตซา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "ปราก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "รีกา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "โรม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "ซานมารีโน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "ซาราเยโว" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "สโกเปีย" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "โซเฟีย" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "สตอกโฮล์ม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "ทาลลินน์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "วาดุซ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "วาติกัน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "เวียนนา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "วิลนีอุส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "วอร์ซอ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "ซาเกร็บ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "ซูริก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "อันตานานาริโว" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "คริสต์มาส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "โคโคส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "คอโมโรส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "มัลดีฟส์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "มอริเชียส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "มายอต" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "เรอูนียง" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "อาปีอา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "โอ๊คแลนด์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "แชตแธม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "ชุก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "อีสเทอร์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "ฟิจิ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "ฟูนะฟูตี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "กาลาปากอส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "กวม" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "โฮโนลูลู" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "จอห์นสตัน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "คอสไร" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "มาจูโร" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "มิดเวย์" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "นาอูรู" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "นีอูเอ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "นอร์ฟอล์ก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "นูเมอา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "ปาโกปาโก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "ปาเลา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "พิตแคร์น" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "โปนเป" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "พอร์ตมอร์สบี" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "ไซปัน" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "ซามัว" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "ตาฮิติ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "ตาระวา" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "เวก" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "วาลลิส" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "ยาป" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/tr.po b/debian/po/tr.po new file mode 100644 index 0000000..ec98135 --- /dev/null +++ b/debian/po/tr.po @@ -0,0 +1,3784 @@ +# Turkish debconf translation of tzdata. +# This file is distributed under the same license as the tzdata package. +# Mert Dirik , 2008. +# Hace Ibrahim OZBAL , 2021. +# Atila KOÇ , 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2023-05-28 17:47+0300\n" +"Last-Translator: Atila KOÇ \n" +"Language-Team: Debian L10n Turkish \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktika" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Kuzey Kutbu" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asya" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Avustralya" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Avrupa" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Hindistan" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pasifik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Diğer" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Coğrafi bölge:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Lütfen yaşadığınız coğrafi bölgeyi seçin. Sonraki yapılandırma soruları, " +"bulundukları saat dilimlerini de içeren bir şehir listesi sunarak bu " +"seçiminizi daraltacak." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Cezayir" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazavil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Kahire" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Kazablanka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Septe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Konakri" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Darüsselam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Cibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gabaron" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "Juba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Hartum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinşasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbasi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadişu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Trablusgarp" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Saat dilimi:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +msgid "Please select the city or region corresponding to your time zone." +msgstr "Lütfen saat diliminize karşılık gelen şehir ya da bölgeyi seçin." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Arjantin/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Arjantin/Katamarka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Arjantin/Kordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Arjantin/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Arjantin/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Arjantin/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Arjantin/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Arjantin/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Arjantin/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Arjantin/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Arjantin/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Arjantin/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "Bahia Banderas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Koyu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Karakas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Şikago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "Ciudad Juarez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Limanı" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Kosta Rika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "Kreston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "Fort Nelson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Koyu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadelup" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamaika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Montiselo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "Kralendijk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "Lower Princes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "Matamoros" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "Metlakatla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Mikuelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Monserat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "Kuzey Dakota/Beulah" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Kuzey Dakota/Merkez" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Kuzey Dakota/Yeni Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "Ojinaga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Akre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Riko" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "Punta Arenas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "Santa İsabel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "Sitka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "Sen Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "Sen Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "Sen Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "Sen Lusia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "Sen Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "Sen Vinsent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "Macquarie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "Troll" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almatı" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aktobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Aşkabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Bağdat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahreyn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Bakü" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "Barnaul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beyrut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bişkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Bruney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "Çita" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Kolombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Şam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dakka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Duşanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "Gazimağusa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gazze" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "El Halil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Şi Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "İstanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Cakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Kudüs" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamçatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karaçi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kaşgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "Kandiga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kalküta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuveyt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Makao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Maskat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Lefkoşa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "Novokuznetsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Ural" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "Kostanay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Kızılorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Semerkant" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Şangay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "Srednekolymsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Taşkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tiflis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Tahran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "Tomsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulan Batur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "Ust-Nera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Yangon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Erivan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azorlar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanarya" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Yeşilburun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeyra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "Güney Gürcistan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "Sen Helen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Kanbera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eukla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sidney" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yankovina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "Astrahan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Atina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brüksel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bükreş" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapeşte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "Büsingen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Kişinev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kopenhag" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Cebelitarık" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Man Adası" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "Kirov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lizbon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "Londra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Lüksemburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moskova" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Saraybosna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "Saratov" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Akmescit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Üsküp" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofya" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tiran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "Ulyanovsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatikan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Viyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Varşova" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zürih" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Komoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldivler" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "Bougainville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Paskalya" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "Kanton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Valais" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" +"Lütfen saat diliminizi seçin. Güncel yaklaşımların tersine, bu POSIX uyumlu " +"dilimler Greenwich'in batısına düşen dilimler için artan ve doğusuna düşen " +"dilimler için eksilen değerler kullanırlar (örneğin, 'Etc/GMT+6' " +"Greenwich'in altı saat batısına işaret eder ve genellikle 'UTC-6' olarak " +"adlandırılır)." diff --git a/debian/po/vi.po b/debian/po/vi.po new file mode 100644 index 0000000..fbfd6a4 --- /dev/null +++ b/debian/po/vi.po @@ -0,0 +1,3793 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/vi.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Vietnamese translation for Debian Installer Level 1. +# Copyright © 2008 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# Jean Christophe André +# Vũ Quang Trung +# Trịnh Minh Thành +# Clytie Siddall , 2005-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2008d-1\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:14+0100\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b3\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Châu Phi" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Mỹ" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Nam Cực" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Bắc Cực" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Châu Á" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Đại Tây Dương" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Úc" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Châu Âu" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Ấn Độ Dương" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Thái Bình Dương" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "v.v." + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Vùng địa lý:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +#, fuzzy +#| msgid "" +#| "Please select the geographic area you live in. Subsequent configuration " +#| "questions will narrow this down by presenting a list of cities, " +#| "representing the time zones in which they are located." +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Hãy chọn vùng địa lý trong đó bạn ở. Các câu hỏi cấu hình sau sẽ tập trung " +"về chỗ bạn, bằng cách cung cấp danh sách thành phố, mỗi điều đại diện múi " +"giờ chứa nó." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "An-giê-ri" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bi-xau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Cai-rô" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Múi giờ :" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +#, fuzzy +#| msgid "Please select the time zone corresponding to your location." +msgid "Please select the city or region corresponding to your time zone." +msgstr "Hãy chọn múi giờ đại diện với chỗ bạn." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Ă-gienh-ti-nạ/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Ă-gienh-ti-nạ/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Ă-gienh-ti-nạ/Cordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Ă-gienh-ti-nạ/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Ă-gienh-ti-nạ/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Ă-gienh-ti-nạ/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Ă-gienh-ti-nạ/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Ă-gienh-ti-nạ/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Ă-gienh-ti-nạ/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Ă-gienh-ti-nạ/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Ă-gienh-ti-nạ/Ushuala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Gia-mê-ca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "North Dakota/Center" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "North Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Hồ Chí Minh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Xin-ga-po" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Tai-pei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Be-mu-đa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Cape Verde" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide (Nam)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane (Bắc Đông)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill (ở sâu trong)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra (thủ đô)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin (Bắc)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart (Đảo hướng Nam Đông)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman (Các đảo nghỉ Bắc Đông)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Lord Howe Island (Đảo hướng Đông)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne (Nam Đông)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth (Tây)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney (Đông)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Athens" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscow" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "Chatham Islands" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Easter Island" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Phi-gi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Quần đảo Marquesas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "Quần Đảo Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa (Quần đảo trong Thái Bình Dương)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti (Quần đảo Society)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa (Quần đảo Gilbert)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "Đảo Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/po/wo.po b/debian/po/wo.po new file mode 100644 index 0000000..3bc2829 --- /dev/null +++ b/debian/po/wo.po @@ -0,0 +1,3787 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/wo.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of wo.po to Wolof +# +# +# Mouhamadou Mamoune Mbacke , 2005, 2006, 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: wo\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2023-08-07 14:48+0200\n" +"PO-Revision-Date: 2013-12-24 23:14+0100\n" +"Last-Translator: Mouhamadou Mamoune Mbacke \n" +"Language-Team: Wolof \n" +"Language: wo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Africa" +msgstr "Afrik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "America" +msgstr "Amerik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Antarctica" +msgstr "Antarktik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Arctic" +msgstr "Arktik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Asia" +msgstr "Asi" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Atlantic" +msgstr "Atlantik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Australia" +msgstr "Australi" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Europe" +msgstr "Óróop" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Indian" +msgstr "Indien" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Pacific" +msgstr "Pasifik" + +#. Type: select +#. Choices +#. Note to translators: +#. - This is a continent or ocean (except for "Etc") +#. - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +#: ../tzdata.templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +msgid "Geographic area:" +msgstr "Goxu geograafi:" + +#. Type: select +#. Description +#: ../tzdata.templates:1002 +#, fuzzy +#| msgid "" +#| "Please select the geographic area you live in. Subsequent configuration " +#| "questions will narrow this down by presenting a list of cities, " +#| "representing the time zones in which they are located." +msgid "" +"Please select the geographic area in which you live. Subsequent " +"configuration questions will narrow this down by presenting a list of " +"cities, representing the time zones in which they are located." +msgstr "" +"Tannal goxu geograafi bi nga dëkke. Laaj yu komfiguraasioŋ yiy dikk, dina la " +"wan ab list bu ay dëkk, benn bu nekk di teewal ab goxu waxtu yi ñu nekk." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Abidjan" +msgstr "Abijaan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Algiers" +msgstr "Aljer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bangui" +msgstr "Baŋgi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Cairo" +msgstr "Keer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Casablanca" +msgstr "Kaasablaŋka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ceuta" +msgstr "Ceuta et Melilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Conakry" +msgstr "Konaakiri" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dakar" +msgstr "Dakaar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Djibouti" +msgstr "Jibuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Douala" +msgstr "Duwaala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Juba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Khartoum" +msgstr "Xartuum" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa (Sowwu)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi (Peeŋku)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ndjamena" +msgstr "Njamena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Niamey" +msgstr "Ñaame" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Nouakchott" +msgstr "Nuwaksoot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Ouagadougou" +msgstr "Wagadugu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Timbuktu" +msgstr "Tumbuktu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Tunis" +msgstr "Toonus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 ../tzdata.templates:12001 +msgid "Time zone:" +msgstr "Goxu waxtu:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../tzdata.templates:2002 ../tzdata.templates:3002 ../tzdata.templates:4002 +#: ../tzdata.templates:5002 ../tzdata.templates:6002 ../tzdata.templates:7002 +#: ../tzdata.templates:8002 ../tzdata.templates:9002 ../tzdata.templates:10002 +#: ../tzdata.templates:11002 +#, fuzzy +#| msgid "Please select the time zone corresponding to your location." +msgid "Please select the city or region corresponding to your time zone." +msgstr "Tannal goxu waxtu bi dëppóo ak barab bi nga nekk." + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Arsantiin/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Catamarca" +msgstr "Arsantiin/Catamarca" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Cordoba" +msgstr "Arsantiin/Kordoba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Jujuy" +msgstr "Arsantiin/Jujuy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Arsantiin/La Rioja" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Mendoza" +msgstr "Arsantiin/Mendoza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Arsantiin/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Salta" +msgstr "Arsantiin/Salta" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Juan" +msgstr "Arsantiin/San Juan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/San_Luis" +msgstr "Arsantiin/San Luis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Tucuman" +msgstr "Arsantiin/Tucuman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Arsantiin/Ushuaia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bahia_Banderas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cancun" +msgstr "Kankun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Caracas" +msgstr "Karakas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cayman" +msgstr "Kayman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chicago" +msgstr "Cikaago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ciudad_Juarez" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Creston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn (côte Est - Nord de Scoresbysund)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Dominica" +msgstr "Dominika" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fort_Nelson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Godthab" +msgstr "Godthab (cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guayaquil" +msgstr "Guyaquil (cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Havana" +msgstr "Habaana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knoks" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Jamaica" +msgstr "Jamayka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Kralendijk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Lower_Princes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Martinique" +msgstr "Martinik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Matamoros" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Metlakatla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Noronha" +msgstr "Noronha (îles de l'Atlantique)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Beulah" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota Noor/Digg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota Noor/New Salem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Nuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Ojinaga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Punta_Arenas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santa_Isabel" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santiago" +msgstr "Santiago (cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund - Ittoqqortoormiit" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Sitka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thule" +msgstr "Thule - Pituffik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Casey" +msgstr "Baas Casey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Davis" +msgstr "Baas Davis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "DumontDUrville" +msgstr "BaasDumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Macquarie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Mawson" +msgstr "Baas Mawson" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "McMurdo" +msgstr "Baas McMurdo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Palmer" +msgstr "Baas Palmer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Rothera" +msgstr "Baas Rothera" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Syowa" +msgstr "Baas Syowa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Troll" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:4001 +msgid "Vostok" +msgstr "Baas Vostok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:5001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Almaty" +msgstr "Almaty (cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Anadyr" +msgstr "Moscou +10 (Mer de Béring)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Atyrau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baghdad" +msgstr "Baxdaad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bangkok" +msgstr "Baŋkok" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Barnaul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Beirut" +msgstr "Bayruut" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chita" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Colombo" +msgstr "Kolombo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Damascus" +msgstr "Damasq" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dubai" +msgstr "Dubay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Famagusta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hebron" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ho_Chi_Minh" +msgstr "Ho Ci Min" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hong_Kong" +msgstr "Hoŋ Koŋ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Irkutsk" +msgstr "Moscou +05 (Lac Baïkal)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Istanbul" +msgstr "Istambul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jakarta" +msgstr "Jakarta (Java ak Sumatra)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jayapura" +msgstr "Jayapura (Irian Jaya ak Moluques)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Jerusalem" +msgstr "Yerusalem" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kamchatka" +msgstr "Moscou +09 (Kamtchatka)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Khandyga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Krasnoyarsk" +msgstr "Moscou +04 (Fleuve Ienisseï)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Kuwait" +msgstr "Kuwet" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Macau" +msgstr "Makaaw" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Magadan" +msgstr "Moscou +08 (Magadan)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Makassar" +msgstr "Macasar (Borneo E/S - Célèbes - Bali - Nusa Tengarra - Timor ouest)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Muscat" +msgstr "Masqat" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 ../tzdata.templates:9001 +msgid "Nicosia" +msgstr "Nikoosi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novokuznetsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Novosibirsk" +msgstr "Moscou +03 (Novosibirsk)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Omsk" +msgstr "Moscou +03 (Sibérie de l'Ouest)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Oral" +msgstr "Oural (Kazakhstan Sowwu)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Phnom_Penh" +msgstr "Penoom Pen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pontianak" +msgstr "Pontianak (Bornéo Sowwu ak diggba)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Pyongyang" +msgstr "Pyoŋyaŋ" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qostanay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Qyzylorda" +msgstr "Qyzylorda (Kyzylorda - Kzyl-Orda)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Riyadh" +msgstr "Riyaad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Sakhalin" +msgstr "Moscou +07 (Île Sakhaline)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Seoul" +msgstr "Sewul" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Shanghai" +msgstr "Shaŋhaay" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Singapore" +msgstr "Siŋgapoor" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Srednekolymsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Taipei" +msgstr "Taaypeey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tehran" +msgstr "Tehraan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tokyo" +msgstr "Tookyoo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Tomsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ulaanbaatar" +msgstr "Oulan-Bator (cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Ust-Nera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Vladivostok" +msgstr "Moscou +07 (Fleuve Amour)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yakutsk" +msgstr "Moscou +06 (Fleuve Lena)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yangon" +msgstr "Raŋguun" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yekaterinburg" +msgstr "Moscou +02 (Oural)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:6001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Azores" +msgstr "Asoor" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Bermuda" +msgstr "Bermuuda" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Canary" +msgstr "Kanari" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Cape_Verde" +msgstr "Kap Weer" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Reykjavik" +msgstr "Rekyaavik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:7001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Adelaide" +msgstr "Adelaide (Australie du Sud)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Brisbane" +msgstr "Brisbane (Queensland - cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Broken_Hill" +msgstr "Broken Hill (Nouvelles-Galles du Sud - Yancowinna)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Darwin" +msgstr "Darwin (territoire du Nord)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Hobart" +msgstr "Hobart (Tasmanie)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lindeman" +msgstr "Lindeman (Queensland - îles Holiday)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Lord_Howe" +msgstr "Île Lord Howe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Melbourne" +msgstr "Melbourne (Victoria)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Perth" +msgstr "Perth (Australie de l'Ouest)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Sydney" +msgstr "Sydney (Nouvelles-Galles du Sud - cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:8001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Amsterdam" +msgstr "Amsterdaam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Astrakhan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Athens" +msgstr "Ateen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Belgrade" +msgstr "Belgraad" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Berlin" +msgstr "Berliin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Brussels" +msgstr "Bruuksel" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Busingen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Copenhagen" +msgstr "Kopenhaagen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kaliningrad" +msgstr "Moscou -01 (Kaliningrad)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kirov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Kyiv" +msgstr "Kiyeef" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Lisbon" +msgstr "Lisbonne (cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ljubljana" +msgstr "Liyubliyaana" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Luxembourg" +msgstr "Luksembuur" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Madrid" +msgstr "Madrid (cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Malta" +msgstr "Malt" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Monaco" +msgstr "Monaako" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Moscow" +msgstr "Moscou (Russie de l'Ouest)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Paris" +msgstr "Pari" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Podgorica" +msgstr "Podgoritsa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Prague" +msgstr "Praag" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Rome" +msgstr "Room" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Samara" +msgstr "Moscou +01 (Mer Caspienne)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sarajevo" +msgstr "Sarayeefo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Saratov" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Skopje" +msgstr "Skopiye" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Stockholm" +msgstr "Stokholm" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Ulyanovsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vienna" +msgstr "Vieen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Warsaw" +msgstr "Warsowi" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:9001 +msgid "Zurich" +msgstr "Zurik" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Comoro" +msgstr "Komoor" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Maldives" +msgstr "Maldiif" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mauritius" +msgstr "Mooris" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Mayotte" +msgstr "Mayot" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Auckland" +msgstr "Auckland (cas général)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Bougainville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chatham" +msgstr "îles Chatham" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Chuuk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Easter" +msgstr "Île de Pâques" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Galapagos" +msgstr "Îles Galapagos" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Gambier" +msgstr "Îles Gambier" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Johnston" +msgstr "Atoll Johnston" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kanton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (îles Line)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Marquesas" +msgstr "Îles Marquises" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Midway" +msgstr "îles Midway" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Noumea" +msgstr "Numea" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Pohnpei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tahiti" +msgstr "Tahiti (îles de la Société)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tarawa" +msgstr "Tarawa (îles Gilbert)" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wake" +msgstr "île Wake" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: This is a city name. +#. Do not translate underscores. You can use spaces instead. +#: ../tzdata.templates:11001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../tzdata.templates:12001 +msgid "" +"Please select your time zone. Contrary to modern conventions, these POSIX-" +"compatible zones use positive values to refer to zones west of Greenwich and " +"negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 " +"hours west of Greenwich, commonly called 'UTC-6')." +msgstr "" diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..793422d --- /dev/null +++ b/debian/rules @@ -0,0 +1,48 @@ +#!/usr/bin/make -f + +export LC_ALL=C + +TZGEN := $(CURDIR)/tzgen + +%: + dh $@ + +override_dh_auto_build-indep: + # Generate a tzdata.zi file + $(MAKE) AWK=gawk BACKWARD="backward" PACKRATDATA=backzone PACKRATLIST=zone.tab VERSION_DEPS= tzdata.zi + + # Generate the leapseconds file + $(MAKE) AWK=gawk PACKRATDATA=backzone PACKRATLIST=zone.tab leapseconds + + # Build the timezone data + /usr/sbin/zic -d $(TZGEN) -L /dev/null tzdata.zi ; \ + /usr/sbin/zic -d $(TZGEN)/right -L leapseconds tzdata.zi ; \ + + # Replace hardlinks by symlinks + grep '^L ' $(CURDIR)/tzdata.zi | while read L target name ; do \ + ln -srf $(TZGEN)/$$target $(TZGEN)/$$name ; \ + ln -srf $(TZGEN)/right/$$target $(TZGEN)/right/$$name ; \ + done + + # Generate a posixrules file + ln -s America/New_York $(TZGEN)/posixrules + + debian/generate_debconf_templates -d "$(TZGEN)" > debian/tzdata.templates + debconf-updatepo + +# The upstream tests are related to the sources. Just skip it. +override_dh_auto_test: + debian/test_timezone_conversions -z "$(TZGEN)" + PYTHONTZPATH="$(TZGEN)" debian/tests/python + debian/check_translations debian/po/*.po + +override_dh_auto_install: + mkdir -p debian/tmp/usr/share/zoneinfo + cp -r tzgen/* debian/tmp/usr/share/zoneinfo + +override_dh_auto_clean: + -rm -rf $(TZGEN) + dh_auto_clean + +override_dh_installchangelogs: + dh_installchangelogs NEWS diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/test_timezone_conversions b/debian/test_timezone_conversions new file mode 100755 index 0000000..768e6fd --- /dev/null +++ b/debian/test_timezone_conversions @@ -0,0 +1,213 @@ +#!/usr/bin/python3 + +# Author: Benjamin Drung + +"""Check convert_timezone from tzdata.config for consistency.""" + +import argparse +import logging +import pathlib +import re +import subprocess +import sys +import typing +import zoneinfo + +import debian.deb822 + +LOG_FORMAT = "%(levelname)s: %(message)s" +# Special timezones that should not be selectable in debconf +SPECIAL = {"Factory", "localtime"} +# Not selectable timezones that are not mentioned in the backward file. +# See also https://launchpad.net/bugs/2030684 +EXCLUDE_UNSELECTABLE = { + "CET", + "CST6CDT", + "EET", + "EST", + "EST5EDT", + "GMT", + "HST", + "MET", + "MST", + "MST7MDT", + "PST8PDT", + "UTC", + "WET", +} + + +class ConvertTimezone: + """Wrap convert_timezone from tzdata.config.""" + + def __init__(self, tzdata_config: pathlib.Path): + self.tzdata_config = tzdata_config + content = tzdata_config.read_text(encoding="utf-8") + match = re.search(r"convert_timezone\(\).*\n}", content, flags=re.DOTALL) + assert match, f"convert_timezone function not found in {tzdata_config}" + self.convert_timezone = match.group(0) + + def __call__(self, timezone: str) -> str: + shell_script = f"{self.convert_timezone}\nconvert_timezone '{timezone}'\n" + shell = subprocess.run( + ["/bin/sh", "-c", shell_script], + capture_output=True, + check=True, + encoding="utf-8", + ) + return shell.stdout.strip() + + def filter_converted_timezones(self, timezones: set[str]) -> set[str]: + """Return set of timezones that will be converted by convert_timezone.""" + converted = set() + for timezone in timezones: + if self(timezone) != timezone: + converted.add(timezone) + return converted + + def filter_unconverted_timezones(self, timezones: set[str]) -> set[str]: + """Return set of timezones that will not be converted by convert_timezone.""" + return timezones - self.filter_converted_timezones(timezones) + + def get_targets(self) -> set[str]: + """Return set of conversion targets.""" + targets = set(re.findall('echo "([^"$]+)"', self.convert_timezone)) + logging.getLogger(__name__).info( + "Available conversion targets in %s: %i", self.tzdata_config, len(targets) + ) + return targets + + +def get_available_timezones(directory: typing.Optional[pathlib.Path]) -> set[str]: + """Return a set of available timezones in the directory. + + If directory is not set, use the sytem's default. + """ + logger = logging.getLogger(__name__) + if directory: + zoneinfo.reset_tzpath(to=[directory.absolute()]) + available = set(zoneinfo.available_timezones()) + if not available: + logger.error("Found no timezones in %s.", directory) + sys.exit(1) + logger.info("Available timezones in %s: %i", directory or "system", len(available)) + return available + + +def get_debconf_choices(template_filename: pathlib.Path) -> set[str]: + """Extract the timezone choices from the debconf template.""" + logger = logging.getLogger(__name__) + debconf_choices = set() + with template_filename.open(encoding="utf-8") as template_file: + for paragraph in debian.deb822.Deb822.iter_paragraphs(template_file): + area_match = re.match("tzdata/Zones/(.*)", paragraph["Template"]) + if not area_match: + continue + area = area_match.group(1) + choices = paragraph.get("Choices", paragraph.get("__Choices", "")) + debconf_choices.update([f"{area}/{c}" for c in choices.split(", ")]) + if not debconf_choices: + logger.error("Found no selectable timezones in %s.", template_filename) + sys.exit(1) + logger.info( + "Selectable timezones in %s: %i", template_filename, len(debconf_choices) + ) + return debconf_choices + + +def existing_dir_path(string: str) -> pathlib.Path: + """Convert string to existing dir path or raise ArgumentTypeError.""" + path = pathlib.Path(string) + if not path.is_dir(): + raise argparse.ArgumentTypeError(f"Directory {string} does not exist") + return path + + +def parse_args() -> argparse.Namespace: + """Parse command line arguments and return namespace.""" + parser = argparse.ArgumentParser() + parser.add_argument( + "-z", + "--zoneinfo-directory", + type=existing_dir_path, + help="Directory containing the generated zoneinfo files (default: system)", + ) + parser.add_argument( + "-d", + "--debian-directory", + default=pathlib.Path("debian"), + type=existing_dir_path, + help="Path to debian directory containing tzdata.config" + " and tzdata.templates (default: %(default)s)", + ) + parser.add_argument( + "--all-selectable", + action="store_true", + help="Require all available timezones to be selectable in debconf", + ) + return parser.parse_args() + + +def main() -> int: + """Check convert_timezone from tzdata.config for consistency.""" + args = parse_args() + logging.basicConfig(format=LOG_FORMAT, level=logging.INFO) + logger = logging.getLogger(__name__) + + selectable = get_debconf_choices(args.debian_directory / "tzdata.templates") + available = get_available_timezones(args.zoneinfo_directory) + convert_timezone = ConvertTimezone(args.debian_directory / "tzdata.config") + conversion_targets = convert_timezone.get_targets() + failures = 0 + + converted = convert_timezone.filter_converted_timezones(selectable) + if converted: + logger.error( + "Following %i timezones can be selected, but will be converted:\n%s", + len(converted), + "\n".join(sorted(converted)), + ) + failures += 1 + + unselectable = available - selectable - SPECIAL - EXCLUDE_UNSELECTABLE + if args.all_selectable and unselectable: + logger.error( + "Following %i timezones cannot be selected, but are available:\n%s", + len(unselectable), + "\n".join(sorted(unselectable)), + ) + failures += 1 + + missing = convert_timezone.filter_unconverted_timezones(unselectable) + if missing: + logger.error( + "Following %i timezones cannot be selected, but are not converted:\n%s", + len(missing), + "\n".join(sorted(missing)), + ) + failures += 1 + + targets = conversion_targets - available + if targets: + logger.error( + "Following %i timezones are conversion targets, but are not available:\n%s", + len(targets), + "\n".join(sorted(targets)), + ) + failures += 1 + + targets = conversion_targets - selectable + if targets: + logger.error( + "Following %i timezones are conversion targets," + " but are not selectable:\n%s", + len(targets), + "\n".join(sorted(targets)), + ) + failures += 1 + + return failures + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..e3bde44 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,22 @@ +Tests: debconf +Depends: python3, tzdata +Restrictions: allow-stderr needs-root + +Tests: python +Depends: python3 (>= 3.9), tzdata, tzdata-legacy +Restrictions: allow-stderr + +Test-command: NO_LEGACY_TIMEZONES=1 debian/tests/python +Depends: python3 (>= 3.9), tzdata +Restrictions: allow-stderr +Features: test-name=python_no_legacy + +Test-command: debian/test_timezone_conversions -d /var/lib/dpkg/info/ +Depends: python3, python3-debian, tzdata, tzdata-legacy +Restrictions: allow-stderr superficial +Features: test-name=test_timezone_conversions + +Test-command: debian/test_timezone_conversions -d /var/lib/dpkg/info/ --all-selectable +Depends: python3, python3-debian, tzdata +Restrictions: allow-stderr superficial +Features: test-name=test_timezone_conversions_no_legacy diff --git a/debian/tests/debconf b/debian/tests/debconf new file mode 100755 index 0000000..6daac04 --- /dev/null +++ b/debian/tests/debconf @@ -0,0 +1,189 @@ +#!/usr/bin/python3 + +# Author: Benjamin Drung + +"""Test debconf configuration.""" + +import contextlib +import os +import pathlib +import re +import subprocess +import sys +import typing +import unittest + + +class TestDebconf(unittest.TestCase): + """Test debconf configuration.""" + + etc_localtime = pathlib.Path("/etc/localtime") + etc_timezone = pathlib.Path("/etc/timezone") + + def setUp(self) -> None: + self.orig_timezone = self._get_timezone() + with contextlib.suppress(FileNotFoundError): + self.etc_timezone.unlink() + + def tearDown(self) -> None: + self._set_timezone(self.orig_timezone) + + @staticmethod + def _call_debconf_set_selections(selections: str) -> None: + subprocess.run( + ["debconf-set-selections"], check=True, encoding="utf-8", input=selections + ) + + @staticmethod + def _call_dpkg_reconfigure() -> None: + subprocess.run( + ["dpkg-reconfigure", "--frontend", "noninteractive", "tzdata"], check=True + ) + + @staticmethod + def _get_debconf_selections() -> dict[str, str]: + debconf_show = subprocess.run( + ["debconf-show", "tzdata"], capture_output=True, check=True, text=True + ) + debconf_re = re.compile("^[ *] ([^:]+): *(.*)$", flags=re.MULTILINE) + return dict(debconf_re.findall(debconf_show.stdout)) + + def _get_selection(self) -> str: + selections = self._get_debconf_selections() + area = selections["tzdata/Areas"] + zone = selections[f"tzdata/Zones/{area}"] + return f"{area}/{zone}" + + def _get_timezone(self) -> str: + absolute_path = self.etc_localtime.parent / self.etc_localtime.readlink() + timezone = pathlib.Path(os.path.normpath(absolute_path)) + return str(timezone.relative_to("/usr/share/zoneinfo")) + + def _set_timezone(self, timezone: typing.Union[pathlib.Path, str]) -> None: + with contextlib.suppress(FileNotFoundError): + self.etc_localtime.unlink() + if isinstance(timezone, str): + target = pathlib.Path("/usr/share/zoneinfo") / timezone + else: + target = timezone + self.etc_localtime.symlink_to(target) + + @staticmethod + def _reset_debconf() -> None: + subprocess.run( + ["debconf-communicate", "tzdata"], + check=True, + encoding="utf-8", + env={"DEBIAN_FRONTEND": "noninteractive"}, + input="RESET tzdata/Areas\nRESET tzdata/Zones/Etc\n", + stdout=subprocess.DEVNULL, + ) + + def test_broken_symlink(self) -> None: + """Test pointing /etc/localtime to an invalid location.""" + self._set_timezone(pathlib.Path("/bin/sh")) + self._reset_debconf() + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Etc/UTC") + self.assertEqual(self._get_selection(), "Etc/UTC") + + def test_broken_symlink_but_debconf_preseed(self) -> None: + """Test broken /etc/localtime but existing debconf answers.""" + self._set_timezone(pathlib.Path("/bin/sh")) + self._call_debconf_set_selections( + "tzdata tzdata/Areas select Pacific\n" + "tzdata tzdata/Zones/Pacific select Yap\n" + ) + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Pacific/Yap") + self.assertEqual(self._get_selection(), "Pacific/Yap") + + def test_etc_localtime_precedes_debconf_preseed(self) -> None: + """Test dpkg-reconfigure uses /etc/localtime over preseed.""" + self._set_timezone("Asia/Jerusalem") + self._call_debconf_set_selections( + "tzdata tzdata/Areas select Australia\n" + "tzdata tzdata/Zones/Australia select Sydney\n" + ) + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Asia/Jerusalem") + self.assertEqual(self._get_selection(), "Asia/Jerusalem") + + def test_default_to_utc(self) -> None: + """Test dpkg-reconfigure defaults to Etc/UTC.""" + self.etc_localtime.unlink() + self._reset_debconf() + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Etc/UTC") + self.assertEqual(self._get_selection(), "Etc/UTC") + + def test_reconfigure_creates_etc_timezone(self) -> None: + """Test dpkg-reconfigure does create /etc/timezone.""" + self._set_timezone("America/New_York") + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "America/New_York") + self.assertTrue(self.etc_timezone.exists()) + self.assertEqual(self._get_selection(), "America/New_York") + + def test_reconfigure_updates_etc_timezone(self) -> None: + """Test dpkg-reconfigure updates existing /etc/timezone.""" + self._set_timezone("Europe/Oslo") + self.etc_timezone.write_bytes(b"") + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Europe/Oslo") + self.assertEqual(self.etc_timezone.read_text(encoding="utf-8"), "Europe/Oslo\n") + self.assertEqual(self._get_selection(), "Europe/Oslo") + + def test_reconfigure_fallback_to_etc_timezone(self) -> None: + """Test dpkg-reconfigure reads /etc/timezone for missing /etc/localtime.""" + self.etc_localtime.unlink() + self.etc_timezone.write_text("Europe/Kiev\n", encoding="utf-8") + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Europe/Kyiv") + self.assertEqual(self.etc_timezone.read_text(encoding="utf-8"), "Europe/Kyiv\n") + self.assertEqual(self._get_selection(), "Europe/Kyiv") + + def test_reconfigure_symlinked_timezone(self) -> None: + """Test dpkg-reconfigure for symlinked timezone.""" + self._set_timezone("Arctic/Longyearbyen") + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Arctic/Longyearbyen") + self.assertEqual(self._get_selection(), "Arctic/Longyearbyen") + + def test_relative_symlink(self) -> None: + """Test relative symlink /etc/localtime.""" + timezone = pathlib.Path("../usr/share/zoneinfo/Europe/Berlin") + self._set_timezone(timezone) + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Europe/Berlin") + self.assertEqual(self.etc_localtime.readlink(), timezone) + self.assertEqual(self._get_selection(), "Europe/Berlin") + + def test_update_obsolete_timezone(self) -> None: + """Test updating obsolete timezone to current one.""" + self._set_timezone("Mideast/Riyadh88") + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Asia/Riyadh") + self.assertEqual(self._get_selection(), "Asia/Riyadh") + + def test_preesed(self) -> None: + """Test preseeding answers with non-existing /etc/localtime.""" + self.etc_localtime.unlink() + self._call_debconf_set_selections( + "tzdata tzdata/Areas select Europe\n" + "tzdata tzdata/Zones/Europe select Berlin\n" + ) + self._call_dpkg_reconfigure() + self.assertEqual(self._get_timezone(), "Europe/Berlin") + self.assertEqual(self._get_selection(), "Europe/Berlin") + + +def main() -> None: + """Run unit tests in verbose mode.""" + argv = sys.argv.copy() + argv.insert(1, "-v") + unittest.main(argv=argv) + + +if __name__ == "__main__": + main() diff --git a/debian/tests/python b/debian/tests/python new file mode 100755 index 0000000..25044a9 --- /dev/null +++ b/debian/tests/python @@ -0,0 +1,179 @@ +#!/usr/bin/python3 + +# Author: Benjamin Drung + +"""Test timezones using Python's zoneinfo module.""" + +import datetime +import os +import pathlib +import re +import sys +import typing +import unittest +import zoneinfo + +ROOT_DIR = pathlib.Path(__file__).parent.parent.parent +HAS_LEGACY_TIMEZONES = "NO_LEGACY_TIMEZONES" not in os.environ + + +def read_backwards_links(backwards_file: pathlib.Path) -> dict[str, str]: + """Read backwards compatibility links from the upstream backwards file.""" + backwards_links = {} + for line in backwards_file.read_text(encoding="utf-8").splitlines(): + match = re.match(r"^Link\t(?P\S+)\t+(?P\S+)", line) + if not match: + continue + backwards_links[match.group("link_name")] = match.group("target") + return backwards_links + + +class TestZoneinfo(unittest.TestCase): + """Test timezones using Python's zoneinfo module.""" + + def _hours(self, delta: typing.Optional[datetime.timedelta]) -> int: + assert delta is not None + total_seconds = int(delta.total_seconds()) + self.assertEqual(total_seconds % 3600, 0) + return total_seconds // 3600 + + def test_available_timezones_count(self) -> None: + """Test available_timezones() count to be reasonable.""" + zones = len(zoneinfo.available_timezones()) + expected_zones = 485 + if HAS_LEGACY_TIMEZONES: + expected_zones = 597 + self.assertGreaterEqual(zones, expected_zones, "less zones than 2023c-8") + self.assertLess( + zones, round(expected_zones * 1.1), ">10% more zones than 2023c-8" + ) + + def test_daylight_saving_transition(self) -> None: + """Test daylight saving time transition from Python documentation.""" + tzinfo = zoneinfo.ZoneInfo("America/Los_Angeles") + date = datetime.datetime(2020, 10, 31, 12, tzinfo=tzinfo) + self.assertEqual(date.tzname(), "PDT") + next_day = date + datetime.timedelta(days=1) + self.assertEqual(next_day.tzname(), "PST") + + def _assert_equal_zones_at_date( + self, + date: datetime.datetime, + timezone1: zoneinfo.ZoneInfo, + timezone2: zoneinfo.ZoneInfo, + ) -> None: + date1 = date.replace(tzinfo=timezone1) + date2 = date.replace(tzinfo=timezone2) + self.assertEqual(date1 - date2, datetime.timedelta(seconds=0)) + self.assertEqual(date1.tzname(), date2.tzname()) + + def _assert_equal_zones( + self, timezone1: zoneinfo.ZoneInfo, timezone2: zoneinfo.ZoneInfo + ) -> None: + """Test timezones to be heuristically equal regardless of the name.""" + october_2020 = datetime.datetime(2020, 10, 31, 12) + self._assert_equal_zones_at_date(october_2020, timezone1, timezone2) + july_2021 = datetime.datetime(2021, 7, 3, 12) + self._assert_equal_zones_at_date(july_2021, timezone1, timezone2) + + @unittest.skipIf(os.environ.get("PYTHONTZPATH"), "requires installed tzdata") + def test_localtime(self) -> None: + """Test 'localtime' timezone.""" + localtime = pathlib.Path("/etc/localtime") + zone = str(localtime.resolve().relative_to("/usr/share/zoneinfo")) + tzinfo = zoneinfo.ZoneInfo("localtime") + self._assert_equal_zones(tzinfo, zoneinfo.ZoneInfo(zone)) + + def _test_timezone(self, zone: str) -> None: + """Test zone to load, have a name, and have a reasonable offset.""" + tzinfo = zoneinfo.ZoneInfo(zone) + self.assertEqual(str(tzinfo), zone) + date = datetime.datetime(2020, 10, 31, 12, tzinfo=tzinfo) + + tzname = date.tzname() + assert tzname is not None + self.assertGreaterEqual(len(tzname), 3, tzname) + self.assertLessEqual(len(tzname), 5, tzname) + + utc_offset = date.utcoffset() + assert utc_offset is not None + self.assertEqual(int(utc_offset.total_seconds()) % 900, 0) + self.assertLessEqual(utc_offset, datetime.timedelta(hours=14)) + + def test_pre_1970_timestamps(self) -> None: + """Test pre-1970 timestamps of Berlin and Oslo being different.""" + berlin = zoneinfo.ZoneInfo("Europe/Berlin") + date = datetime.datetime(1960, 7, 1, tzinfo=berlin) + self.assertEqual(self._hours(date.utcoffset()), 1) + oslo = zoneinfo.ZoneInfo("Europe/Oslo") + self.assertEqual(self._hours(date.replace(tzinfo=oslo).utcoffset()), 2) + + def test_post_1970_symlinks_consistency(self) -> None: + """Test that post-1970 symlinks are consistent with pre-1970 timezones. + + Building tzdata with PACKRATDATA=backzone will result in separate + time zones for time zones that differ only before 1970. These time + zones should behave identical after 1970. Building tzdata without + PACKRATDATA=backzone will result in one of the time zones become a + symlink to the other time zone. + """ + links = read_backwards_links(ROOT_DIR / "backward") + for link_name, target in links.items(): + with self.subTest(f"{link_name} -> {target}"): + try: + tz_link = zoneinfo.ZoneInfo(link_name) + except zoneinfo.ZoneInfoNotFoundError: + if not HAS_LEGACY_TIMEZONES: + continue + raise + tz_target = zoneinfo.ZoneInfo(target) + now = datetime.datetime.now() + self._assert_equal_zones_at_date(now, tz_link, tz_target) + future = now + datetime.timedelta(days=30 * 6) + self._assert_equal_zones_at_date(future, tz_link, tz_target) + + def test_timezones(self) -> None: + """Test all zones to load, have a name, and have a reasonable offset.""" + for zone in zoneinfo.available_timezones(): + with self.subTest(zone=zone): + self._test_timezone(zone) + + def test_2022g(self) -> None: + """Test new zone America/Ciudad_Juarez from 2022g release.""" + tzinfo = zoneinfo.ZoneInfo("America/Ciudad_Juarez") + date = datetime.datetime(2022, 12, 1, tzinfo=tzinfo) + self.assertEqual(self._hours(date.utcoffset()), -7) + + def test_2023a(self) -> None: + """Test Egypt uses DST again from 2023a release.""" + tzinfo = zoneinfo.ZoneInfo("Africa/Cairo") + date = datetime.datetime(2023, 4, 28, 12, 0, tzinfo=tzinfo) + self.assertEqual(self._hours(date.utcoffset()), 3) + + def test_2023c(self) -> None: + """Test Lebanon's reverted DST delay from 2023c release.""" + tzinfo = zoneinfo.ZoneInfo("Asia/Beirut") + date = datetime.datetime(2023, 4, 2, tzinfo=tzinfo) + self.assertEqual(self._hours(date.utcoffset()), 3) + + def test_2023d(self) -> None: + """Test 2023d release: Vostok being on +05 from 2023-12-18 on.""" + tzinfo = zoneinfo.ZoneInfo("Antarctica/Vostok") + date = datetime.datetime(2023, 12, 19, tzinfo=tzinfo) + self.assertEqual(self._hours(date.utcoffset()), 5) + + def test_2024a(self) -> None: + """Test 2024a release: Kazakhstan being on +05 from 2024-03-01 on.""" + tzinfo = zoneinfo.ZoneInfo("Asia/Almaty") + date = datetime.datetime(2024, 3, 2, tzinfo=tzinfo) + self.assertEqual(self._hours(date.utcoffset()), 5) + +def main() -> None: + """Run unit tests in verbose mode.""" + argv = sys.argv.copy() + argv.insert(1, "-v") + unittest.main(argv=argv) + + +if __name__ == "__main__": + main() diff --git a/debian/tzdata-legacy.install b/debian/tzdata-legacy.install new file mode 100644 index 0000000..91fccf0 --- /dev/null +++ b/debian/tzdata-legacy.install @@ -0,0 +1,77 @@ +usr/share/zoneinfo/Africa/Asmera +usr/share/zoneinfo/America/Argentina/ComodRivadavia +usr/share/zoneinfo/America/Buenos_Aires +usr/share/zoneinfo/America/Catamarca +usr/share/zoneinfo/America/Cordoba +usr/share/zoneinfo/America/Fort_Wayne +usr/share/zoneinfo/America/Indianapolis +usr/share/zoneinfo/America/Jujuy +usr/share/zoneinfo/America/Knox_IN +usr/share/zoneinfo/America/Louisville +usr/share/zoneinfo/America/Mendoza +usr/share/zoneinfo/America/Rosario +usr/share/zoneinfo/Antarctica/South_Pole +usr/share/zoneinfo/Asia/Ashkhabad +usr/share/zoneinfo/Asia/Calcutta +usr/share/zoneinfo/Asia/Chungking +usr/share/zoneinfo/Asia/Dacca +usr/share/zoneinfo/Asia/Katmandu +usr/share/zoneinfo/Asia/Macao +usr/share/zoneinfo/Asia/Rangoon +usr/share/zoneinfo/Asia/Saigon +usr/share/zoneinfo/Asia/Thimbu +usr/share/zoneinfo/Asia/Ujung_Pandang +usr/share/zoneinfo/Asia/Ulan_Bator +usr/share/zoneinfo/Atlantic/Faeroe +usr/share/zoneinfo/Australia/ACT +usr/share/zoneinfo/Australia/LHI +usr/share/zoneinfo/Australia/NSW +usr/share/zoneinfo/Australia/North +usr/share/zoneinfo/Australia/Queensland +usr/share/zoneinfo/Australia/South +usr/share/zoneinfo/Australia/Tasmania +usr/share/zoneinfo/Australia/Victoria +usr/share/zoneinfo/Australia/West +usr/share/zoneinfo/Brazil +usr/share/zoneinfo/Canada +usr/share/zoneinfo/Chile +usr/share/zoneinfo/Cuba +usr/share/zoneinfo/Egypt +usr/share/zoneinfo/Eire +usr/share/zoneinfo/Europe/Kiev +usr/share/zoneinfo/Europe/Uzhgorod +usr/share/zoneinfo/Europe/Zaporozhye +usr/share/zoneinfo/GB +usr/share/zoneinfo/GB-Eire +usr/share/zoneinfo/GMT+0 +usr/share/zoneinfo/GMT-0 +usr/share/zoneinfo/GMT0 +usr/share/zoneinfo/Greenwich +usr/share/zoneinfo/Hongkong +usr/share/zoneinfo/Iceland +usr/share/zoneinfo/Iran +usr/share/zoneinfo/Israel +usr/share/zoneinfo/Jamaica +usr/share/zoneinfo/Japan +usr/share/zoneinfo/Kwajalein +usr/share/zoneinfo/Libya +usr/share/zoneinfo/Mexico +usr/share/zoneinfo/NZ +usr/share/zoneinfo/NZ-CHAT +usr/share/zoneinfo/Navajo +usr/share/zoneinfo/PRC +usr/share/zoneinfo/Pacific/Enderbury +usr/share/zoneinfo/Pacific/Ponape +usr/share/zoneinfo/Pacific/Truk +usr/share/zoneinfo/Poland +usr/share/zoneinfo/Portugal +usr/share/zoneinfo/ROC +usr/share/zoneinfo/ROK +usr/share/zoneinfo/Singapore +usr/share/zoneinfo/Turkey +usr/share/zoneinfo/UCT +usr/share/zoneinfo/US +usr/share/zoneinfo/Universal +usr/share/zoneinfo/W-SU +usr/share/zoneinfo/Zulu +usr/share/zoneinfo/right diff --git a/debian/tzdata.config b/debian/tzdata.config new file mode 100644 index 0000000..494e725 --- /dev/null +++ b/debian/tzdata.config @@ -0,0 +1,401 @@ +#! /bin/sh +set -e + +. /usr/share/debconf/confmodule +db_version 2.0 +db_capb backup + +convert_timezone() +{ + case "$1" in + right/* | posix/*) + convert_timezone "${1#*/}" + ;; + "Africa/Asmera") + echo "Africa/Asmara" + ;; + "America/Buenos_Aires") + echo "America/Argentina/Buenos_Aires" + ;; + "America/Argentina/ComodRivadavia" | "America/Catamarca") + echo "America/Argentina/Catamarca" + ;; + "America/Cordoba" | "America/Rosario") + echo "America/Argentina/Cordoba" + ;; + "America/Fort_Wayne" | "America/Indianapolis" | "EST" | "SystemV/EST5" | "US/East-Indiana" | "US/Indiana-Starke") + echo "America/Indiana/Indianapolis" + ;; + "America/Jujuy") + echo "America/Argentina/Jujuy" + ;; + "America/Knox_IN") + echo "America/Indiana/Knox" + ;; + "America/Louisville") + echo "America/Kentucky/Louisville" + ;; + "America/Mendoza") + echo "America/Argentina/Mendoza" + ;; + "Antarctica/South_Pole") + echo "Antarctica/McMurdo" + ;; + "Asia/Ashkhabad") + echo "Asia/Ashgabat" + ;; + "Asia/Calcutta") + echo "Asia/Kolkata" + ;; + "Asia/Chungking") + echo "Asia/Chongqing" + ;; + "Asia/Dacca") + echo "Asia/Dhaka" + ;; + "Asia/Katmandu") + echo "Asia/Kathmandu" + ;; + "Asia/Macao") + echo "Asia/Macau" + ;; + "Asia/Rangoon") + echo "Asia/Yangon" + ;; + "Asia/Riyadh87" | "Asia/Riyadh88" | "Asia/Riyadh89" | "Mideast/Riyadh87" | "Mideast/Riyadh88" | "Mideast/Riyadh89") + echo "Asia/Riyadh" + ;; + "Asia/Saigon") + echo "Asia/Ho_Chi_Minh" + ;; + "Asia/Thimbu") + echo "Asia/Thimphu" + ;; + "Asia/Ujung_Pandang") + echo "Asia/Makassar" + ;; + "Asia/Ulan_Bator") + echo "Asia/Ulaanbaatar" + ;; + "Atlantic/Faeroe") + echo "Atlantic/Faroe" + ;; + "Australia/ACT" | "Australia/NSW") + echo "Australia/Sydney" + ;; + "Australia/LHI") + echo "Australia/Lord_Howe" + ;; + "Australia/North") + echo "Australia/Darwin" + ;; + "Australia/Queensland") + echo "Australia/Brisbane" + ;; + "Australia/South") + echo "Australia/Adelaide" + ;; + "Australia/Tasmania") + echo "Australia/Hobart" + ;; + "Australia/Victoria") + echo "Australia/Melbourne" + ;; + "Australia/West") + echo "Australia/Perth" + ;; + "Brazil/Acre") + echo "America/Rio_Branco" + ;; + "Brazil/DeNoronha") + echo "America/Noronha" + ;; + "Brazil/East") + echo "America/Sao_Paulo" + ;; + "Brazil/West") + echo "America/Manaus" + ;; + "Canada/Atlantic" | "SystemV/AST4ADT") + echo "America/Halifax" + ;; + "Canada/Central") + echo "America/Winnipeg" + ;; + "Canada/Eastern") + echo "America/Toronto" + ;; + "Canada/East-Saskatchewan" | "Canada/Saskatchewan" | "SystemV/CST6") + echo "America/Regina" + ;; + "Canada/Mountain") + echo "America/Edmonton" + ;; + "Canada/Newfoundland") + echo "America/St_Johns" + ;; + "Canada/Pacific") + echo "America/Vancouver" + ;; + "Canada/Yukon") + echo "America/Whitehorse" + ;; + "CET" | "MET") + echo "Europe/Paris" + ;; + "Chile/Continental") + echo "America/Santiago" + ;; + "Chile/EasterIsland") + echo "Pacific/Easter" + ;; + "CST6CDT" | "SystemV/CST6CDT" | "US/Central") + echo "America/Chicago" + ;; + "Cuba") + echo "America/Havana" + ;; + "EET") + echo "Europe/Helsinki" + ;; + "Egypt") + echo "Africa/Cairo" + ;; + "Eire") + echo "Europe/Dublin" + ;; + "EST5EDT" | "SystemV/EST5EDT" | "US/Eastern") + echo "America/New_York" + ;; + "Europe/Kiev") + echo "Europe/Kyiv" + ;; + "Europe/Uzhgorod") + echo "Europe/Kyiv" + ;; + "Europe/Zaporozhye") + echo "Europe/Kyiv" + ;; + "GB" | "GB-Eire") + echo "Europe/London" + ;; + "GMT") + echo "Etc/GMT" + ;; + "GMT0") + echo "Etc/GMT0" + ;; + "GMT-0") + echo "Etc/GMT-0" + ;; + "GMT+0") + echo "Etc/GMT+0" + ;; + "Greenwich") + echo "Etc/Greenwich" + ;; + "Hongkong") + echo "Asia/Hong_Kong" + ;; + "HST" | "SystemV/HST10" | "US/Hawaii") + echo "Pacific/Honolulu" + ;; + "Iceland") + echo "Atlantic/Reykjavik" + ;; + "Iran") + echo "Asia/Tehran" + ;; + "Israel") + echo "Asia/Tel_Aviv" + ;; + "Jamaica") + echo "America/Jamaica" + ;; + "Japan") + echo "Asia/Tokyo" + ;; + "Kwajalein") + echo "Pacific/Kwajalein" + ;; + "Libya") + echo "Africa/Tripoli" + ;; + "Mexico/BajaNorte") + echo "America/Tijuana" + ;; + "Mexico/BajaSur") + echo "America/Mazatlan" + ;; + "Mexico/General") + echo "America/Mexico_City" + ;; + "MST" | "SystemV/MST7" | "US/Arizona") + echo "America/Phoenix" + ;; + "MST7MDT" | "Navajo" | "SystemV/MST7MDT" | "US/Mountain") + echo "America/Denver" + ;; + "NZ") + echo "Pacific/Auckland" + ;; + "Pacific/Enderbury") + echo "Pacific/Kanton" + ;; + "Pacific/Ponape") + echo "Pacific/Pohnpei" + ;; + "Pacific/Truk") + echo "Pacific/Chuuk" + ;; + "NZ-CHAT") + echo "Pacific/Chatham" + ;; + "Poland") + echo "Europe/Warsaw" + ;; + "Portugal" | "WET") + echo "Europe/Lisbon" + ;; + "PRC") + echo "Asia/Shanghai" + ;; + "PST8PDT" | "SystemV/PST8PDT" | "US/Pacific") + echo "America/Los_Angeles" + ;; + "ROC") + echo "Asia/Taipei" + ;; + "ROK") + echo "Asia/Seoul" + ;; + "Singapore") + echo "Asia/Singapore" + ;; + "SystemV/AST4") + echo "America/Puerto_Rico" + ;; + "SystemV/PST8") + echo "Pacific/Pitcairn" + ;; + "SystemV/YST9") + echo "Pacific/Gambier" + ;; + "SystemV/YST9YDT" | "US/Alaska") + echo "America/Anchorage" + ;; + "Turkey") + echo "Europe/Istanbul" + ;; + "UCT") + echo "Etc/UCT" + ;; + "Universal" | "UTC" | "Zulu") + echo "Etc/UTC" + ;; + "US/Aleutian") + echo "America/Adak" + ;; + "US/Michigan") + echo "America/Detroit" + ;; + "US/Samoa") + echo "Pacific/Pago_Pago" + ;; + "W-SU") + echo "Europe/Moscow" + ;; + *) + echo "$1" + ;; + esac +} + +# Read timezone from /etc/localtime if it is a link +if [ -L "$DPKG_ROOT/etc/localtime" ] ; then + TIMEZONE="$(readlink "$DPKG_ROOT/etc/localtime")" + TIMEZONE="$(cd "$DPKG_ROOT/etc" && realpath -m -s "$TIMEZONE")" + TIMEZONE="${TIMEZONE#/usr/share/zoneinfo/}" +# Fall back to /etc/timezone if present +elif [ -e "$DPKG_ROOT/etc/timezone" ]; then + TIMEZONE="$(head -n 1 "$DPKG_ROOT/etc/timezone")" + TIMEZONE="${TIMEZONE%% *}" + TIMEZONE="${TIMEZONE##/}" + TIMEZONE="${TIMEZONE%%/}" +fi + +TIMEZONE="$(convert_timezone "$TIMEZONE")" + +if [ -f "$DPKG_ROOT/usr/share/zoneinfo/$TIMEZONE" ] ; then + AREA="${TIMEZONE%%/*}" + ZONE="${TIMEZONE#*/}" + + # Don't ask the user, except if he/she explicitely asked that + if [ -z "$DEBCONF_RECONFIGURE" ] ; then + db_fset tzdata/Areas seen true + db_fset "tzdata/Zones/$AREA" seen true + fi +# The timezone has never been configured or is falsely configured +else + RET="" + db_fget tzdata/Areas seen || RET=false + if [ "$RET" = true ] ; then + db_get tzdata/Areas + AREA=$RET + else + AREA="Etc" + fi + + RET="" + db_fget "tzdata/Zones/$AREA" seen || RET=false + if [ "$RET" = true ] ; then + db_get "tzdata/Zones/$AREA" + ZONE=$RET + else + ZONE="UTC" + fi + + db_fset tzdata/Areas seen false + db_fset "tzdata/Zones/$AREA" seen false +fi + +# Initializes debconf default values from the ones found in +# configuration files +db_set tzdata/Areas "$AREA" +db_set "tzdata/Zones/$AREA" "$ZONE" + +STATE=1 +while [ "$STATE" -ge 0 ]; do + case "$STATE" in + 0) + # The user has cancel the timezone change, reset the debconf + # values to the initial one. + db_set tzdata/Areas "$AREA" + db_set "tzdata/Zones/$AREA" "$ZONE" + break + ;; + 1) + # Ask the user of the Area + db_input high tzdata/Areas || true + ;; + 2) + # Ask the user of the Zone + db_get tzdata/Areas || RET=Etc + db_input high tzdata/Zones/$RET || true + ;; + *) + break + ;; + esac + # shellcheck disable=SC2119 + if db_go; then + STATE=$((STATE + 1)) + else + STATE=$((STATE - 1)) + fi +done + +#DEBHELPER# + + +exit 0 diff --git a/debian/tzdata.install b/debian/tzdata.install new file mode 100644 index 0000000..f6d471f --- /dev/null +++ b/debian/tzdata.install @@ -0,0 +1,461 @@ +iso3166.tab usr/share/zoneinfo/ +leap-seconds.list usr/share/zoneinfo/ +leapseconds usr/share/zoneinfo/ +tzdata.zi usr/share/zoneinfo/ +usr/share/zoneinfo/Africa/Abidjan +usr/share/zoneinfo/Africa/Accra +usr/share/zoneinfo/Africa/Addis_Ababa +usr/share/zoneinfo/Africa/Algiers +usr/share/zoneinfo/Africa/Asmara +usr/share/zoneinfo/Africa/Bamako +usr/share/zoneinfo/Africa/Bangui +usr/share/zoneinfo/Africa/Banjul +usr/share/zoneinfo/Africa/Bissau +usr/share/zoneinfo/Africa/Blantyre +usr/share/zoneinfo/Africa/Brazzaville +usr/share/zoneinfo/Africa/Bujumbura +usr/share/zoneinfo/Africa/Cairo +usr/share/zoneinfo/Africa/Casablanca +usr/share/zoneinfo/Africa/Ceuta +usr/share/zoneinfo/Africa/Conakry +usr/share/zoneinfo/Africa/Dakar +usr/share/zoneinfo/Africa/Dar_es_Salaam +usr/share/zoneinfo/Africa/Djibouti +usr/share/zoneinfo/Africa/Douala +usr/share/zoneinfo/Africa/El_Aaiun +usr/share/zoneinfo/Africa/Freetown +usr/share/zoneinfo/Africa/Gaborone +usr/share/zoneinfo/Africa/Harare +usr/share/zoneinfo/Africa/Johannesburg +usr/share/zoneinfo/Africa/Juba +usr/share/zoneinfo/Africa/Kampala +usr/share/zoneinfo/Africa/Khartoum +usr/share/zoneinfo/Africa/Kigali +usr/share/zoneinfo/Africa/Kinshasa +usr/share/zoneinfo/Africa/Lagos +usr/share/zoneinfo/Africa/Libreville +usr/share/zoneinfo/Africa/Lome +usr/share/zoneinfo/Africa/Luanda +usr/share/zoneinfo/Africa/Lubumbashi +usr/share/zoneinfo/Africa/Lusaka +usr/share/zoneinfo/Africa/Malabo +usr/share/zoneinfo/Africa/Maputo +usr/share/zoneinfo/Africa/Maseru +usr/share/zoneinfo/Africa/Mbabane +usr/share/zoneinfo/Africa/Mogadishu +usr/share/zoneinfo/Africa/Monrovia +usr/share/zoneinfo/Africa/Nairobi +usr/share/zoneinfo/Africa/Ndjamena +usr/share/zoneinfo/Africa/Niamey +usr/share/zoneinfo/Africa/Nouakchott +usr/share/zoneinfo/Africa/Ouagadougou +usr/share/zoneinfo/Africa/Porto-Novo +usr/share/zoneinfo/Africa/Sao_Tome +usr/share/zoneinfo/Africa/Timbuktu +usr/share/zoneinfo/Africa/Tripoli +usr/share/zoneinfo/Africa/Tunis +usr/share/zoneinfo/Africa/Windhoek +usr/share/zoneinfo/America/Adak +usr/share/zoneinfo/America/Anchorage +usr/share/zoneinfo/America/Anguilla +usr/share/zoneinfo/America/Antigua +usr/share/zoneinfo/America/Araguaina +usr/share/zoneinfo/America/Argentina/Buenos_Aires +usr/share/zoneinfo/America/Argentina/Catamarca +usr/share/zoneinfo/America/Argentina/Cordoba +usr/share/zoneinfo/America/Argentina/Jujuy +usr/share/zoneinfo/America/Argentina/La_Rioja +usr/share/zoneinfo/America/Argentina/Mendoza +usr/share/zoneinfo/America/Argentina/Rio_Gallegos +usr/share/zoneinfo/America/Argentina/Salta +usr/share/zoneinfo/America/Argentina/San_Juan +usr/share/zoneinfo/America/Argentina/San_Luis +usr/share/zoneinfo/America/Argentina/Tucuman +usr/share/zoneinfo/America/Argentina/Ushuaia +usr/share/zoneinfo/America/Aruba +usr/share/zoneinfo/America/Asuncion +usr/share/zoneinfo/America/Atikokan +usr/share/zoneinfo/America/Atka +usr/share/zoneinfo/America/Bahia +usr/share/zoneinfo/America/Bahia_Banderas +usr/share/zoneinfo/America/Barbados +usr/share/zoneinfo/America/Belem +usr/share/zoneinfo/America/Belize +usr/share/zoneinfo/America/Blanc-Sablon +usr/share/zoneinfo/America/Boa_Vista +usr/share/zoneinfo/America/Bogota +usr/share/zoneinfo/America/Boise +usr/share/zoneinfo/America/Cambridge_Bay +usr/share/zoneinfo/America/Campo_Grande +usr/share/zoneinfo/America/Cancun +usr/share/zoneinfo/America/Caracas +usr/share/zoneinfo/America/Cayenne +usr/share/zoneinfo/America/Cayman +usr/share/zoneinfo/America/Chicago +usr/share/zoneinfo/America/Chihuahua +usr/share/zoneinfo/America/Ciudad_Juarez +usr/share/zoneinfo/America/Coral_Harbour +usr/share/zoneinfo/America/Costa_Rica +usr/share/zoneinfo/America/Creston +usr/share/zoneinfo/America/Cuiaba +usr/share/zoneinfo/America/Curacao +usr/share/zoneinfo/America/Danmarkshavn +usr/share/zoneinfo/America/Dawson +usr/share/zoneinfo/America/Dawson_Creek +usr/share/zoneinfo/America/Denver +usr/share/zoneinfo/America/Detroit +usr/share/zoneinfo/America/Dominica +usr/share/zoneinfo/America/Edmonton +usr/share/zoneinfo/America/Eirunepe +usr/share/zoneinfo/America/El_Salvador +usr/share/zoneinfo/America/Ensenada +usr/share/zoneinfo/America/Fort_Nelson +usr/share/zoneinfo/America/Fortaleza +usr/share/zoneinfo/America/Glace_Bay +usr/share/zoneinfo/America/Godthab +usr/share/zoneinfo/America/Goose_Bay +usr/share/zoneinfo/America/Grand_Turk +usr/share/zoneinfo/America/Grenada +usr/share/zoneinfo/America/Guadeloupe +usr/share/zoneinfo/America/Guatemala +usr/share/zoneinfo/America/Guayaquil +usr/share/zoneinfo/America/Guyana +usr/share/zoneinfo/America/Halifax +usr/share/zoneinfo/America/Havana +usr/share/zoneinfo/America/Hermosillo +usr/share/zoneinfo/America/Indiana/Indianapolis +usr/share/zoneinfo/America/Indiana/Knox +usr/share/zoneinfo/America/Indiana/Marengo +usr/share/zoneinfo/America/Indiana/Petersburg +usr/share/zoneinfo/America/Indiana/Tell_City +usr/share/zoneinfo/America/Indiana/Vevay +usr/share/zoneinfo/America/Indiana/Vincennes +usr/share/zoneinfo/America/Indiana/Winamac +usr/share/zoneinfo/America/Inuvik +usr/share/zoneinfo/America/Iqaluit +usr/share/zoneinfo/America/Jamaica +usr/share/zoneinfo/America/Juneau +usr/share/zoneinfo/America/Kentucky/Louisville +usr/share/zoneinfo/America/Kentucky/Monticello +usr/share/zoneinfo/America/Kralendijk +usr/share/zoneinfo/America/La_Paz +usr/share/zoneinfo/America/Lima +usr/share/zoneinfo/America/Los_Angeles +usr/share/zoneinfo/America/Lower_Princes +usr/share/zoneinfo/America/Maceio +usr/share/zoneinfo/America/Managua +usr/share/zoneinfo/America/Manaus +usr/share/zoneinfo/America/Marigot +usr/share/zoneinfo/America/Martinique +usr/share/zoneinfo/America/Matamoros +usr/share/zoneinfo/America/Mazatlan +usr/share/zoneinfo/America/Menominee +usr/share/zoneinfo/America/Merida +usr/share/zoneinfo/America/Metlakatla +usr/share/zoneinfo/America/Mexico_City +usr/share/zoneinfo/America/Miquelon +usr/share/zoneinfo/America/Moncton +usr/share/zoneinfo/America/Monterrey +usr/share/zoneinfo/America/Montevideo +usr/share/zoneinfo/America/Montreal +usr/share/zoneinfo/America/Montserrat +usr/share/zoneinfo/America/Nassau +usr/share/zoneinfo/America/New_York +usr/share/zoneinfo/America/Nipigon +usr/share/zoneinfo/America/Nome +usr/share/zoneinfo/America/Noronha +usr/share/zoneinfo/America/North_Dakota/Beulah +usr/share/zoneinfo/America/North_Dakota/Center +usr/share/zoneinfo/America/North_Dakota/New_Salem +usr/share/zoneinfo/America/Nuuk +usr/share/zoneinfo/America/Ojinaga +usr/share/zoneinfo/America/Panama +usr/share/zoneinfo/America/Pangnirtung +usr/share/zoneinfo/America/Paramaribo +usr/share/zoneinfo/America/Phoenix +usr/share/zoneinfo/America/Port-au-Prince +usr/share/zoneinfo/America/Port_of_Spain +usr/share/zoneinfo/America/Porto_Acre +usr/share/zoneinfo/America/Porto_Velho +usr/share/zoneinfo/America/Puerto_Rico +usr/share/zoneinfo/America/Punta_Arenas +usr/share/zoneinfo/America/Rainy_River +usr/share/zoneinfo/America/Rankin_Inlet +usr/share/zoneinfo/America/Recife +usr/share/zoneinfo/America/Regina +usr/share/zoneinfo/America/Resolute +usr/share/zoneinfo/America/Rio_Branco +usr/share/zoneinfo/America/Santa_Isabel +usr/share/zoneinfo/America/Santarem +usr/share/zoneinfo/America/Santiago +usr/share/zoneinfo/America/Santo_Domingo +usr/share/zoneinfo/America/Sao_Paulo +usr/share/zoneinfo/America/Scoresbysund +usr/share/zoneinfo/America/Shiprock +usr/share/zoneinfo/America/Sitka +usr/share/zoneinfo/America/St_Barthelemy +usr/share/zoneinfo/America/St_Johns +usr/share/zoneinfo/America/St_Kitts +usr/share/zoneinfo/America/St_Lucia +usr/share/zoneinfo/America/St_Thomas +usr/share/zoneinfo/America/St_Vincent +usr/share/zoneinfo/America/Swift_Current +usr/share/zoneinfo/America/Tegucigalpa +usr/share/zoneinfo/America/Thule +usr/share/zoneinfo/America/Thunder_Bay +usr/share/zoneinfo/America/Tijuana +usr/share/zoneinfo/America/Toronto +usr/share/zoneinfo/America/Tortola +usr/share/zoneinfo/America/Vancouver +usr/share/zoneinfo/America/Virgin +usr/share/zoneinfo/America/Whitehorse +usr/share/zoneinfo/America/Winnipeg +usr/share/zoneinfo/America/Yakutat +usr/share/zoneinfo/America/Yellowknife +usr/share/zoneinfo/Antarctica/Casey +usr/share/zoneinfo/Antarctica/Davis +usr/share/zoneinfo/Antarctica/DumontDUrville +usr/share/zoneinfo/Antarctica/Macquarie +usr/share/zoneinfo/Antarctica/Mawson +usr/share/zoneinfo/Antarctica/McMurdo +usr/share/zoneinfo/Antarctica/Palmer +usr/share/zoneinfo/Antarctica/Rothera +usr/share/zoneinfo/Antarctica/Syowa +usr/share/zoneinfo/Antarctica/Troll +usr/share/zoneinfo/Antarctica/Vostok +usr/share/zoneinfo/Arctic/Longyearbyen +usr/share/zoneinfo/Asia/Aden +usr/share/zoneinfo/Asia/Almaty +usr/share/zoneinfo/Asia/Amman +usr/share/zoneinfo/Asia/Anadyr +usr/share/zoneinfo/Asia/Aqtau +usr/share/zoneinfo/Asia/Aqtobe +usr/share/zoneinfo/Asia/Ashgabat +usr/share/zoneinfo/Asia/Atyrau +usr/share/zoneinfo/Asia/Baghdad +usr/share/zoneinfo/Asia/Bahrain +usr/share/zoneinfo/Asia/Baku +usr/share/zoneinfo/Asia/Bangkok +usr/share/zoneinfo/Asia/Barnaul +usr/share/zoneinfo/Asia/Beirut +usr/share/zoneinfo/Asia/Bishkek +usr/share/zoneinfo/Asia/Brunei +usr/share/zoneinfo/Asia/Chita +usr/share/zoneinfo/Asia/Choibalsan +usr/share/zoneinfo/Asia/Chongqing +usr/share/zoneinfo/Asia/Colombo +usr/share/zoneinfo/Asia/Damascus +usr/share/zoneinfo/Asia/Dhaka +usr/share/zoneinfo/Asia/Dili +usr/share/zoneinfo/Asia/Dubai +usr/share/zoneinfo/Asia/Dushanbe +usr/share/zoneinfo/Asia/Famagusta +usr/share/zoneinfo/Asia/Gaza +usr/share/zoneinfo/Asia/Harbin +usr/share/zoneinfo/Asia/Hebron +usr/share/zoneinfo/Asia/Ho_Chi_Minh +usr/share/zoneinfo/Asia/Hong_Kong +usr/share/zoneinfo/Asia/Hovd +usr/share/zoneinfo/Asia/Irkutsk +usr/share/zoneinfo/Asia/Istanbul +usr/share/zoneinfo/Asia/Jakarta +usr/share/zoneinfo/Asia/Jayapura +usr/share/zoneinfo/Asia/Jerusalem +usr/share/zoneinfo/Asia/Kabul +usr/share/zoneinfo/Asia/Kamchatka +usr/share/zoneinfo/Asia/Karachi +usr/share/zoneinfo/Asia/Kashgar +usr/share/zoneinfo/Asia/Kathmandu +usr/share/zoneinfo/Asia/Khandyga +usr/share/zoneinfo/Asia/Kolkata +usr/share/zoneinfo/Asia/Krasnoyarsk +usr/share/zoneinfo/Asia/Kuala_Lumpur +usr/share/zoneinfo/Asia/Kuching +usr/share/zoneinfo/Asia/Kuwait +usr/share/zoneinfo/Asia/Macau +usr/share/zoneinfo/Asia/Magadan +usr/share/zoneinfo/Asia/Makassar +usr/share/zoneinfo/Asia/Manila +usr/share/zoneinfo/Asia/Muscat +usr/share/zoneinfo/Asia/Nicosia +usr/share/zoneinfo/Asia/Novokuznetsk +usr/share/zoneinfo/Asia/Novosibirsk +usr/share/zoneinfo/Asia/Omsk +usr/share/zoneinfo/Asia/Oral +usr/share/zoneinfo/Asia/Phnom_Penh +usr/share/zoneinfo/Asia/Pontianak +usr/share/zoneinfo/Asia/Pyongyang +usr/share/zoneinfo/Asia/Qatar +usr/share/zoneinfo/Asia/Qostanay +usr/share/zoneinfo/Asia/Qyzylorda +usr/share/zoneinfo/Asia/Riyadh +usr/share/zoneinfo/Asia/Sakhalin +usr/share/zoneinfo/Asia/Samarkand +usr/share/zoneinfo/Asia/Seoul +usr/share/zoneinfo/Asia/Shanghai +usr/share/zoneinfo/Asia/Singapore +usr/share/zoneinfo/Asia/Srednekolymsk +usr/share/zoneinfo/Asia/Taipei +usr/share/zoneinfo/Asia/Tashkent +usr/share/zoneinfo/Asia/Tbilisi +usr/share/zoneinfo/Asia/Tehran +usr/share/zoneinfo/Asia/Tel_Aviv +usr/share/zoneinfo/Asia/Thimphu +usr/share/zoneinfo/Asia/Tokyo +usr/share/zoneinfo/Asia/Tomsk +usr/share/zoneinfo/Asia/Ulaanbaatar +usr/share/zoneinfo/Asia/Urumqi +usr/share/zoneinfo/Asia/Ust-Nera +usr/share/zoneinfo/Asia/Vientiane +usr/share/zoneinfo/Asia/Vladivostok +usr/share/zoneinfo/Asia/Yakutsk +usr/share/zoneinfo/Asia/Yangon +usr/share/zoneinfo/Asia/Yekaterinburg +usr/share/zoneinfo/Asia/Yerevan +usr/share/zoneinfo/Atlantic/Azores +usr/share/zoneinfo/Atlantic/Bermuda +usr/share/zoneinfo/Atlantic/Canary +usr/share/zoneinfo/Atlantic/Cape_Verde +usr/share/zoneinfo/Atlantic/Faroe +usr/share/zoneinfo/Atlantic/Jan_Mayen +usr/share/zoneinfo/Atlantic/Madeira +usr/share/zoneinfo/Atlantic/Reykjavik +usr/share/zoneinfo/Atlantic/South_Georgia +usr/share/zoneinfo/Atlantic/St_Helena +usr/share/zoneinfo/Atlantic/Stanley +usr/share/zoneinfo/Australia/Adelaide +usr/share/zoneinfo/Australia/Brisbane +usr/share/zoneinfo/Australia/Broken_Hill +usr/share/zoneinfo/Australia/Canberra +usr/share/zoneinfo/Australia/Currie +usr/share/zoneinfo/Australia/Darwin +usr/share/zoneinfo/Australia/Eucla +usr/share/zoneinfo/Australia/Hobart +usr/share/zoneinfo/Australia/Lindeman +usr/share/zoneinfo/Australia/Lord_Howe +usr/share/zoneinfo/Australia/Melbourne +usr/share/zoneinfo/Australia/Perth +usr/share/zoneinfo/Australia/Sydney +usr/share/zoneinfo/Australia/Yancowinna +usr/share/zoneinfo/CET +usr/share/zoneinfo/CST6CDT +usr/share/zoneinfo/EET +usr/share/zoneinfo/EST +usr/share/zoneinfo/EST5EDT +usr/share/zoneinfo/Etc +usr/share/zoneinfo/Europe/Amsterdam +usr/share/zoneinfo/Europe/Andorra +usr/share/zoneinfo/Europe/Astrakhan +usr/share/zoneinfo/Europe/Athens +usr/share/zoneinfo/Europe/Belfast +usr/share/zoneinfo/Europe/Belgrade +usr/share/zoneinfo/Europe/Berlin +usr/share/zoneinfo/Europe/Bratislava +usr/share/zoneinfo/Europe/Brussels +usr/share/zoneinfo/Europe/Bucharest +usr/share/zoneinfo/Europe/Budapest +usr/share/zoneinfo/Europe/Busingen +usr/share/zoneinfo/Europe/Chisinau +usr/share/zoneinfo/Europe/Copenhagen +usr/share/zoneinfo/Europe/Dublin +usr/share/zoneinfo/Europe/Gibraltar +usr/share/zoneinfo/Europe/Guernsey +usr/share/zoneinfo/Europe/Helsinki +usr/share/zoneinfo/Europe/Isle_of_Man +usr/share/zoneinfo/Europe/Istanbul +usr/share/zoneinfo/Europe/Jersey +usr/share/zoneinfo/Europe/Kaliningrad +usr/share/zoneinfo/Europe/Kirov +usr/share/zoneinfo/Europe/Kyiv +usr/share/zoneinfo/Europe/Lisbon +usr/share/zoneinfo/Europe/Ljubljana +usr/share/zoneinfo/Europe/London +usr/share/zoneinfo/Europe/Luxembourg +usr/share/zoneinfo/Europe/Madrid +usr/share/zoneinfo/Europe/Malta +usr/share/zoneinfo/Europe/Mariehamn +usr/share/zoneinfo/Europe/Minsk +usr/share/zoneinfo/Europe/Monaco +usr/share/zoneinfo/Europe/Moscow +usr/share/zoneinfo/Europe/Nicosia +usr/share/zoneinfo/Europe/Oslo +usr/share/zoneinfo/Europe/Paris +usr/share/zoneinfo/Europe/Podgorica +usr/share/zoneinfo/Europe/Prague +usr/share/zoneinfo/Europe/Riga +usr/share/zoneinfo/Europe/Rome +usr/share/zoneinfo/Europe/Samara +usr/share/zoneinfo/Europe/San_Marino +usr/share/zoneinfo/Europe/Sarajevo +usr/share/zoneinfo/Europe/Saratov +usr/share/zoneinfo/Europe/Simferopol +usr/share/zoneinfo/Europe/Skopje +usr/share/zoneinfo/Europe/Sofia +usr/share/zoneinfo/Europe/Stockholm +usr/share/zoneinfo/Europe/Tallinn +usr/share/zoneinfo/Europe/Tirane +usr/share/zoneinfo/Europe/Tiraspol +usr/share/zoneinfo/Europe/Ulyanovsk +usr/share/zoneinfo/Europe/Vaduz +usr/share/zoneinfo/Europe/Vatican +usr/share/zoneinfo/Europe/Vienna +usr/share/zoneinfo/Europe/Vilnius +usr/share/zoneinfo/Europe/Volgograd +usr/share/zoneinfo/Europe/Warsaw +usr/share/zoneinfo/Europe/Zagreb +usr/share/zoneinfo/Europe/Zurich +usr/share/zoneinfo/Factory +usr/share/zoneinfo/GMT +usr/share/zoneinfo/HST +usr/share/zoneinfo/Indian +usr/share/zoneinfo/MET +usr/share/zoneinfo/MST +usr/share/zoneinfo/MST7MDT +usr/share/zoneinfo/PST8PDT +usr/share/zoneinfo/Pacific/Apia +usr/share/zoneinfo/Pacific/Auckland +usr/share/zoneinfo/Pacific/Bougainville +usr/share/zoneinfo/Pacific/Chatham +usr/share/zoneinfo/Pacific/Chuuk +usr/share/zoneinfo/Pacific/Easter +usr/share/zoneinfo/Pacific/Efate +usr/share/zoneinfo/Pacific/Fakaofo +usr/share/zoneinfo/Pacific/Fiji +usr/share/zoneinfo/Pacific/Funafuti +usr/share/zoneinfo/Pacific/Galapagos +usr/share/zoneinfo/Pacific/Gambier +usr/share/zoneinfo/Pacific/Guadalcanal +usr/share/zoneinfo/Pacific/Guam +usr/share/zoneinfo/Pacific/Honolulu +usr/share/zoneinfo/Pacific/Johnston +usr/share/zoneinfo/Pacific/Kanton +usr/share/zoneinfo/Pacific/Kiritimati +usr/share/zoneinfo/Pacific/Kosrae +usr/share/zoneinfo/Pacific/Kwajalein +usr/share/zoneinfo/Pacific/Majuro +usr/share/zoneinfo/Pacific/Marquesas +usr/share/zoneinfo/Pacific/Midway +usr/share/zoneinfo/Pacific/Nauru +usr/share/zoneinfo/Pacific/Niue +usr/share/zoneinfo/Pacific/Norfolk +usr/share/zoneinfo/Pacific/Noumea +usr/share/zoneinfo/Pacific/Pago_Pago +usr/share/zoneinfo/Pacific/Palau +usr/share/zoneinfo/Pacific/Pitcairn +usr/share/zoneinfo/Pacific/Pohnpei +usr/share/zoneinfo/Pacific/Port_Moresby +usr/share/zoneinfo/Pacific/Rarotonga +usr/share/zoneinfo/Pacific/Saipan +usr/share/zoneinfo/Pacific/Samoa +usr/share/zoneinfo/Pacific/Tahiti +usr/share/zoneinfo/Pacific/Tarawa +usr/share/zoneinfo/Pacific/Tongatapu +usr/share/zoneinfo/Pacific/Wake +usr/share/zoneinfo/Pacific/Wallis +usr/share/zoneinfo/Pacific/Yap +usr/share/zoneinfo/UTC +usr/share/zoneinfo/WET +usr/share/zoneinfo/posixrules +zone.tab usr/share/zoneinfo/ +zone1970.tab usr/share/zoneinfo/ +zonenow.tab usr/share/zoneinfo/ diff --git a/debian/tzdata.links b/debian/tzdata.links new file mode 100644 index 0000000..e65878f --- /dev/null +++ b/debian/tzdata.links @@ -0,0 +1 @@ +etc/localtime usr/share/zoneinfo/localtime diff --git a/debian/tzdata.lintian-overrides b/debian/tzdata.lintian-overrides new file mode 100644 index 0000000..007f099 --- /dev/null +++ b/debian/tzdata.lintian-overrides @@ -0,0 +1,12 @@ +# Variable tzdata/Zones/$AREA used +unused-debconf-template tzdata/Zones/Africa * +unused-debconf-template tzdata/Zones/America * +unused-debconf-template tzdata/Zones/Antarctica * +unused-debconf-template tzdata/Zones/Arctic * +unused-debconf-template tzdata/Zones/Asia * +unused-debconf-template tzdata/Zones/Atlantic * +unused-debconf-template tzdata/Zones/Australia * +unused-debconf-template tzdata/Zones/Etc * +unused-debconf-template tzdata/Zones/Europe * +unused-debconf-template tzdata/Zones/Indian * +unused-debconf-template tzdata/Zones/Pacific * diff --git a/debian/tzdata.postinst b/debian/tzdata.postinst new file mode 100644 index 0000000..239377b --- /dev/null +++ b/debian/tzdata.postinst @@ -0,0 +1,55 @@ +#! /bin/sh +set -e + +LC_ALL=C +LANG=C +unset TZ +umask 022 + +get_timezone() { + if ! [ -L "$DPKG_ROOT/etc/localtime" ] ; then + return + fi + timezone="$(readlink "$DPKG_ROOT/etc/localtime")" + timezone="$(cd "$DPKG_ROOT/etc" && realpath -m -s "$timezone")" + echo "${timezone#/usr/share/zoneinfo/}" +} + +. /usr/share/debconf/confmodule +db_version 2.0 + +if [ "$1" = configure ]; then + # Get the values from debconf + AREA=Etc + ZONE=UTC + db_get tzdata/Areas && AREA="$RET" + db_get "tzdata/Zones/$AREA" && ZONE="$RET" + TIMEZONE="$AREA/$ZONE" + db_stop + + # Update the time zone + if test "$(get_timezone)" != "$TIMEZONE"; then + ln -nsf "/usr/share/zoneinfo/$TIMEZONE" "$DPKG_ROOT/etc/localtime.dpkg-new" && \ + mv -f "$DPKG_ROOT/etc/localtime.dpkg-new" "$DPKG_ROOT/etc/localtime" + which restorecon >/dev/null 2>&1 && restorecon "$DPKG_ROOT/etc/localtime" + fi + echo "$TIMEZONE" > "$DPKG_ROOT/etc/timezone" + which restorecon >/dev/null 2>&1 && restorecon "$DPKG_ROOT/etc/timezone" + + echo + echo "Current default time zone: '$TIMEZONE'" + + # Show the new setting to the user + UTdate=$(LC_ALL=C TZ=UTC0 date) + TZdate=$(unset TZ ; LANG=C date -d "$UTdate") + echo "Local time is now: $TZdate." + echo "Universal Time is now: $UTdate." + if [ -z "$DEBCONF_RECONFIGURE" ] ; then + echo "Run 'dpkg-reconfigure tzdata' if you wish to change it." + fi + echo +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/tzdata.postrm b/debian/tzdata.postrm new file mode 100644 index 0000000..0c04f71 --- /dev/null +++ b/debian/tzdata.postrm @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +# Remove /etc/localtime on purge +if [ "$1" = "purge" ]; then + rm -f /etc/localtime /etc/timezone +fi + +#DEBHELPER# diff --git a/debian/tzdata.templates b/debian/tzdata.templates new file mode 100644 index 0000000..159c050 --- /dev/null +++ b/debian/tzdata.templates @@ -0,0 +1,111 @@ +# This file was generated by debian/generate_debconf_templates +# +Template: tzdata/Areas +Type: select +# Note to translators: +# - This is a continent or ocean (except for "Etc") +# - "Etc" will present users with a list of "GMT+xx" or "GMT-xx" timezones +__Choices: Africa, America, Antarctica, Arctic, Asia, Atlantic, Australia, Europe, Indian, Pacific, Etc +_Description: Geographic area: + Please select the geographic area in which you live. Subsequent + configuration questions will narrow this down by presenting a list of + cities, representing the time zones in which they are located. + +Template: tzdata/Zones/Africa +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Abidjan, Accra, Addis_Ababa, Algiers, Asmara, Bamako, Bangui, Banjul, Bissau, Blantyre, Brazzaville, Bujumbura, Cairo, Casablanca, Ceuta, Conakry, Dakar, Dar_es_Salaam, Djibouti, Douala, El_Aaiun, Freetown, Gaborone, Harare, Johannesburg, Juba, Kampala, Khartoum, Kigali, Kinshasa, Lagos, Libreville, Lome, Luanda, Lubumbashi, Lusaka, Malabo, Maputo, Maseru, Mbabane, Mogadishu, Monrovia, Nairobi, Ndjamena, Niamey, Nouakchott, Ouagadougou, Porto-Novo, Sao_Tome, Timbuktu, Tripoli, Tunis, Windhoek +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/America +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Adak, Anchorage, Anguilla, Antigua, Araguaina, Argentina/Buenos_Aires, Argentina/Catamarca, Argentina/Cordoba, Argentina/Jujuy, Argentina/La_Rioja, Argentina/Mendoza, Argentina/Rio_Gallegos, Argentina/Salta, Argentina/San_Juan, Argentina/San_Luis, Argentina/Tucuman, Argentina/Ushuaia, Aruba, Asuncion, Atikokan, Atka, Bahia, Bahia_Banderas, Barbados, Belem, Belize, Blanc-Sablon, Boa_Vista, Bogota, Boise, Cambridge_Bay, Campo_Grande, Cancun, Caracas, Cayenne, Cayman, Chicago, Chihuahua, Ciudad_Juarez, Coral_Harbour, Costa_Rica, Creston, Cuiaba, Curacao, Danmarkshavn, Dawson, Dawson_Creek, Denver, Detroit, Dominica, Edmonton, Eirunepe, El_Salvador, Ensenada, Fort_Nelson, Fortaleza, Glace_Bay, Godthab, Goose_Bay, Grand_Turk, Grenada, Guadeloupe, Guatemala, Guayaquil, Guyana, Halifax, Havana, Hermosillo, Indiana/Indianapolis, Indiana/Knox, Indiana/Marengo, Indiana/Petersburg, Indiana/Tell_City, Indiana/Vevay, Indiana/Vincennes, Indiana/Winamac, Inuvik, Iqaluit, Jamaica, Juneau, Kentucky/Louisville, Kentucky/Monticello, Kralendijk, La_Paz, Lima, Los_Angeles, Lower_Princes, Maceio, Managua, Manaus, Marigot, Martinique, Matamoros, Mazatlan, Menominee, Merida, Metlakatla, Mexico_City, Miquelon, Moncton, Monterrey, Montevideo, Montreal, Montserrat, Nassau, New_York, Nipigon, Nome, Noronha, North_Dakota/Beulah, North_Dakota/Center, North_Dakota/New_Salem, Nuuk, Ojinaga, Panama, Pangnirtung, Paramaribo, Phoenix, Port-au-Prince, Port_of_Spain, Porto_Acre, Porto_Velho, Puerto_Rico, Punta_Arenas, Rainy_River, Rankin_Inlet, Recife, Regina, Resolute, Rio_Branco, Santa_Isabel, Santarem, Santiago, Santo_Domingo, Sao_Paulo, Scoresbysund, Shiprock, Sitka, St_Barthelemy, St_Johns, St_Kitts, St_Lucia, St_Thomas, St_Vincent, Swift_Current, Tegucigalpa, Thule, Thunder_Bay, Tijuana, Toronto, Tortola, Vancouver, Virgin, Whitehorse, Winnipeg, Yakutat, Yellowknife +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/Antarctica +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Casey, Davis, DumontDUrville, Macquarie, Mawson, McMurdo, Palmer, Rothera, Syowa, Troll, Vostok +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/Arctic +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Longyearbyen +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/Asia +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Aden, Almaty, Amman, Anadyr, Aqtau, Aqtobe, Ashgabat, Atyrau, Baghdad, Bahrain, Baku, Bangkok, Barnaul, Beirut, Bishkek, Brunei, Chita, Choibalsan, Chongqing, Colombo, Damascus, Dhaka, Dili, Dubai, Dushanbe, Famagusta, Gaza, Harbin, Hebron, Ho_Chi_Minh, Hong_Kong, Hovd, Irkutsk, Istanbul, Jakarta, Jayapura, Jerusalem, Kabul, Kamchatka, Karachi, Kashgar, Kathmandu, Khandyga, Kolkata, Krasnoyarsk, Kuala_Lumpur, Kuching, Kuwait, Macau, Magadan, Makassar, Manila, Muscat, Nicosia, Novokuznetsk, Novosibirsk, Omsk, Oral, Phnom_Penh, Pontianak, Pyongyang, Qatar, Qostanay, Qyzylorda, Riyadh, Sakhalin, Samarkand, Seoul, Shanghai, Singapore, Srednekolymsk, Taipei, Tashkent, Tbilisi, Tehran, Tel_Aviv, Thimphu, Tokyo, Tomsk, Ulaanbaatar, Urumqi, Ust-Nera, Vientiane, Vladivostok, Yakutsk, Yangon, Yekaterinburg, Yerevan +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/Atlantic +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Azores, Bermuda, Canary, Cape_Verde, Faroe, Jan_Mayen, Madeira, Reykjavik, South_Georgia, St_Helena, Stanley +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/Australia +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Adelaide, Brisbane, Broken_Hill, Canberra, Currie, Darwin, Eucla, Hobart, Lindeman, Lord_Howe, Melbourne, Perth, Sydney, Yancowinna +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/Europe +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Amsterdam, Andorra, Astrakhan, Athens, Belfast, Belgrade, Berlin, Bratislava, Brussels, Bucharest, Budapest, Busingen, Chisinau, Copenhagen, Dublin, Gibraltar, Guernsey, Helsinki, Isle_of_Man, Istanbul, Jersey, Kaliningrad, Kirov, Kyiv, Lisbon, Ljubljana, London, Luxembourg, Madrid, Malta, Mariehamn, Minsk, Monaco, Moscow, Nicosia, Oslo, Paris, Podgorica, Prague, Riga, Rome, Samara, San_Marino, Sarajevo, Saratov, Simferopol, Skopje, Sofia, Stockholm, Tallinn, Tirane, Tiraspol, Ulyanovsk, Vaduz, Vatican, Vienna, Vilnius, Volgograd, Warsaw, Zagreb, Zurich +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/Indian +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Antananarivo, Chagos, Christmas, Cocos, Comoro, Kerguelen, Mahe, Maldives, Mauritius, Mayotte, Reunion +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/Pacific +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +__Choices: Apia, Auckland, Bougainville, Chatham, Chuuk, Easter, Efate, Fakaofo, Fiji, Funafuti, Galapagos, Gambier, Guadalcanal, Guam, Honolulu, Johnston, Kanton, Kiritimati, Kosrae, Kwajalein, Majuro, Marquesas, Midway, Nauru, Niue, Norfolk, Noumea, Pago_Pago, Palau, Pitcairn, Pohnpei, Port_Moresby, Rarotonga, Saipan, Samoa, Tahiti, Tarawa, Tongatapu, Wake, Wallis, Yap +_Description: Time zone: + Please select the city or region corresponding to your time zone. + +Template: tzdata/Zones/Etc +Type: select +# Translators: This is a city name. +# Do not translate underscores. You can use spaces instead. +#flag:partial +Choices: GMT, GMT0, GMT+0, GMT+1, GMT+2, GMT+3, GMT+4, GMT+5, GMT+6, GMT+7, GMT+8, GMT+9, GMT+10, GMT+11, GMT+12, GMT-0, GMT-1, GMT-2, GMT-3, GMT-4, GMT-5, GMT-6, GMT-7, GMT-8, GMT-9, GMT-10, GMT-11, GMT-12, GMT-13, GMT-14, Greenwich, UCT, UTC, Universal, Zulu +_Description: Time zone: + Please select your time zone. Contrary to modern conventions, these POSIX-compatible zones use positive values to refer to zones west of Greenwich and negative values for those east of Greenwich (e.g., 'Etc/GMT+6' refers to 6 hours west of Greenwich, commonly called 'UTC-6'). diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..56107e4 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,3 @@ +Bug-Submit: tz@iana.org +Repository: https://github.com/eggert/tz.git +Repository-Browse: https://github.com/eggert/tz diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..644ef66 --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,52 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQINBEyAcmQBEADAAyH2xoTu7ppG5D3a8FMZEon74dCvc4+q1XA2J2tBy2pwaTqf +hpxxdGA9Jj50UJ3PD4bSUEgN8tLZ0san47l5XTAFLi2456ciSl5m8sKaHlGdt9Xm +AAtmXqeZVIYX/UFS96fDzf4xhEmm/y7LbYEPQdUdxu47xA5KhTYp5bltF3WYDz1Y +gd7gx07Auwp7iw7eNvnoDTAlKAl8KYDZzbDNCQGEbpY3efZIvPdeI+FWQN4W+kgh +y+P6au6PrIIhYraeua7XDdb2LS1en3SsmE3QjqfRqI/A2ue8JMwsvXe/WK38Ezs6 +x74iTaqI3AFH6ilAhDqpMnd/msSESNFt76DiO1ZKQMr9amVPknjfPmJISqdhgB1D +lEdw34sROf6V8mZw0xfqT6PKE46LcFefzs0kbg4GORf8vjG2Sf1tk5eU8MBiyN/b +Z03bKNjNYMpODDQQwuP84kYLkX2wBxxMAhBxwbDVZudzxDZJ1C2VXujCOJVxq2kl +jBM9ETYuUGqd75AW2LXrLw6+MuIsHFAYAgRr7+KcwDgBAfwhPBYX34nSSiHlmLC+ +KaHLeCLF5ZI2vKm3HEeCTtlOg7xZEONgwzL+fdKo+D6SoC8RRxJKs8a3sVfI4t6C +nrQzvJbBn6gxdgCu5i29J1QCYrCYvql2UyFPAK+do99/1jOXT4m2836j1wARAQAB +tCBQYXVsIEVnZ2VydCA8ZWdnZXJ0QGNzLnVjbGEuZWR1PokCVQQTAQgAPwIbAwYL +CQgHAwIGFQgCCQoLBBYCAwECHgECF4AWIQR+N5Kp2Kz31jO8FYjtl+kOYqp+NAUC +YTAc/AUJHhWsGAAKCRDtl+kOYqp+NBKwD/9Qise9/wZsD8Nyl+ADOCIAFZY5qlSl +/5SyCjJIRc6cx/Z0fm4yJVH2Tf3GlSBk1uW24z8+mB2ZxFQUGjio/2iDndSqxYR4 +qvPGudo4RGvdvhw6LLqTdRsAY4947xLpNUO6gDtZsRpn4isn+ViX85XfGJrIFjBm +zj70eMxEZZrz1IMfUB5I/2oNGDsXDZlCUU30RFMYChGA1ofpIHWdAs+lW2jVBfeE +Lbi2su+oUpqrx83u0eJQg3RY3jmPjw8snHS4ieXpvS0e89qziBlNCqS59qJHaf4G +XCjz+o5gap2e0NEeQYqcyCqAfqjI78KEpVJNQx5D/zSOvnNs6KuzWD7No4nb5A3p +A6KA1JAwJW0H3F2+RhTEg+kFxpcCen0jjuFBnE3TfO3RSpSGqZN0j4AkuR6h/+I7 +uUfaQAAope4mso/9VBEElaHYTQmA/m4/AXb2Kt/qkt6QgUIyJtSKcMCVTbfL6iIj +rzu4EzkjtZJkbAfvU8lpkUsWX2Qwo25MwyxyzsHMUq9ccIRPEiI0hVu7jeFAql6c +ql/3KUWvSr8QCyn7KWhfxyzy6j0+2xtQ29LHAOhboawJJoZd+PtintzHSSZ6G+8T +Xn3EbjmHHlXWWfnvWyaJCuJzf1PybRgNYqL6EXCHRHCIb4S9Av8sJpJzZiskG1v5 +WUkv79aHb1ol17kCDQRMgHJkARAApoXrvxP3DIfjCNOtXU/PdwMShKdX/RlSs5Pf +unV1wbKP8herXHrvQdFVqECaTSxmlhzbk8X0PkY9gcVaU2O49T3qsOd1cHeF52YF +GEt0LhsBeMjgNX5uZ1V76r8gyeVlFpWWb0SIwJUBHrDXexF67upeRb2vdHBjYDNe +ySn+0B7gFEqvVmZu+LadudDp6kQLjatFvHQHUSGNshBnkkcaTbiI9Pst0GCc2aiz +nBiPPA2WQxAPlPRh3OGTsn5THADmbjqY6FEMLasVX8DSCblMvLwNeO/8SxziBidh +qLpJCqdQRWHku5XxgIkGeKOz5OLDvXHWJyafrEYjjkS6Ak6B5z6svKliClWnjHQc +jlPzyoFFgKTEfcqDxCj4RY0D0DgtFD0NfyeOidrSB/SzTe2hwryQE3rpSiqo+0cG +dzh4yAHKYJ+UrXZ4p93ZhjGfKD1xlrNYDlWyW9PGmbvqFuDmiIAQf9WD/wzEfICc ++F+uDDI+uYkRxUFp92ykmdhDEFg1yjYsU8iGU69aHyvhq36z4zctvbqhRNzOWB1b +VJ/dIMDvsExGcXQVDIT7sDNXv0wE3jKSKpp7NDG1oXUXL+2+SF99Kjy753AbQSAm +H617fyBNwhJWvQYg+mUvPpiGOtses9EXUI3lS4v0MEaPG43flEs1UR+1rpFQWVHo +1y1OO+sAEQEAAYkCPAQYAQgAJgIbDBYhBH43kqnYrPfWM7wViO2X6Q5iqn40BQJh +MB1RBQkeFaxtAAoJEO2X6Q5iqn40d5QP/iRm1LyrCKbMdqgP9ShOcPH7UfFEr4SY +2TDdQgE4L+QItP16RNgTxAkxaBxK95I0nletr03inRKwsb0dIw/BH2LXbG2DjI6y +KJK6UThVhWWBXYuGjSv2i6bVIzHLRY3IOQF+8dyVJ+voeaOtxdV1lYR1ke/Dv6pF +qUGGNBsSVu/2R03uCffTA9OsRzbuV5mJrFgxVFmBAguLN/cT5Ffh77x3LsA61Ro3 +hIX4399GFFBQ3h4RfMA1nNWiU0KjNy/GtW0amxn26zhqQvy0W0hEJRA6ts+e/4ZH +wcX3U7NTnPTckbCyy71d7U8/AVHkoy7EB8ROcDbJHTJcKlG9f6eYlPZ2aYVqBd9n +1Yj4NYT1zobrQjvHQRCUAx0naKscN2es9x/rWvg4BnnBcXRaT2a8Wy3pKzLGD61d +stvUM7tnyvdBxHk7aLlbdsfZP+flP2tbHkFNZWH5myPElPMcQGFYyi9to+4YZU28 +G3rnzxmKFWkYAEMaxPZPunOZnOBHURFhgk/qs6GYSTPvg0u/kd1JV2yOKHb8+SB/ +Dpk/gx9KybTUC3TtbW1b2X94ErB8LCmpMi26a3ZvyxrE5DJx2GdUoj2QkKTSFQV7 +MOo1tJ9vwtSfHnpT/+E6yKtzCLl9CNiVjd57puN1BhWCVvLwfAzUC2UvpPYh8u3m +aJaMAC6BgK78 +=tMLq +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..4f07fd1 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +opts=pgpsigurlmangle=s/$/.asc/ https://data.iana.org/time-zones/releases/tzdata(\d+\w)\.tar\.gz -- cgit v1.2.3