--- tzdata-2009b.orig/debian/rules +++ tzdata-2009b/debian/rules @@ -0,0 +1,147 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export LC_ALL=C + +TZGEN := $(CURDIR)/tzgen +TZSOURCE := $(CURDIR)/tzsource +TIMEZONES := africa \ + antarctica \ + asia \ + australasia \ + europe \ + northamerica \ + southamerica \ + etcetera \ + factory \ + solar87 \ + solar88 \ + solar89 \ + backward \ + systemv + +TEMPLATES_FILE := $(CURDIR)/debian/templates +TEMPLATES_AREAS := Africa \ + America \ + Antarctica \ + Australia \ + Arctic \ + Asia \ + Atlantic \ + Canada \ + Europe \ + Indian \ + Pacific \ + SystemV \ + Etc + +QUILT := quilt --quiltrc ../debian/patches/quiltrc + +build: build-stamp +build-stamp: + dh_testdir + + # Unpack the sources + mkdir $(TZSOURCE) + for x in $$(ls tzdata*.tar.gz); do \ + tar -xzvC $(TZSOURCE) -f $${x} ;\ + done + + # Apply patches + @cd $(TZSOURCE); \ + if $(QUILT) next >/dev/null 2>&1; then \ + echo -n "Applying patches..."; \ + if $(QUILT) push -a -v > $(CURDIR)/patch-log 2>&1; then \ + echo "successful."; \ + else \ + echo "failed! (check $(CURDIR)/patch-log for details)"; \ + exit 1; \ + fi; \ + else \ + echo "No patches to apply"; \ + fi + + # Build + for zone in $(TIMEZONES); do \ + /usr/sbin/zic -d $(TZGEN) -L /dev/null -y $(TZSOURCE)/yearistype.sh $(TZSOURCE)/$${zone} ; \ + /usr/sbin/zic -d $(TZGEN)/posix -L /dev/null -y $(TZSOURCE)/yearistype.sh $(TZSOURCE)/$${zone} ; \ + /usr/sbin/zic -d $(TZGEN)/right -L $(TZSOURCE)/leapseconds -y $(TZGEN)/yearistype.sh $(TZSOURCE)/$${zone} ; \ + done + + # Generate a posixrules file + /usr/sbin/zic -d $(TZGEN) -p America/New_York + + # Generate the templates file + ( echo "Template: tzdata/Areas" ; \ + echo "Type: select" ; \ + echo "# Note to translators:" ; \ + echo "# - \"Etc\" will present users with a list" ; \ + echo "# of \"GMT+xx\" or \"GMT-xx\" timezones" ; \ + echo "# - SystemV will give the choice between zone named as per SystemV conventions:" ; \ + echo "# EST5, MST7, etc." ; \ + echo -n "__Choices: " ; \ + echo "$(TEMPLATES_AREAS)" | sed -e 's# #, #g' -e 's#, $$##' ; \ + echo "_Description: Geographic area:" ; \ + echo " Please select the geographic area you live in. Subsequent" ; \ + echo " configuration questions will narrow this down by presenting a list of" ; \ + echo " cities, representing the time zones in which they are located." ; \ + echo ; \ + for i in $(TEMPLATES_AREAS) ; do \ + echo "Template: tzdata/Zones/$$i" ; \ + echo "Type: select" ; \ + if [ "$$i" = "Etc" ] || [ "$$i" = "SystemV" ] ; then \ + echo -n "Choices: " ; \ + else \ + echo -n "__Choices: " ; \ + fi ; \ + cd $(CURDIR)/tzgen/$$i ; \ + find . -maxdepth 2 -type f | sed -e 's#^\./##' | \ + egrep -v '^(Ashkhabad|Chungking|Dacca|Macao|Thimbu|Ulan_Bator|Faeroe|ACT|LHI|NSW|North|Queensland|South|Tasmania|Victoria|West|Argentina/ComodRivadavia|Buenos_Aires|Catamarca|Cordoba|Jujuy|Mendoza|Rosario|Louisville|Fort_Wayne|Indianapolis|Knox_IN|East-Indiana|East-Starke|Asmera|South_Pole)$$' | \ + sort -n | tr '\n' ',' | sed -e 's#,#, #g' -e 's#, $$#\n#' ; \ + echo "_Description: Time zone:" ; \ + echo " Please select the time zone corresponding to your location." ; \ + echo ; \ + done ) > $(TEMPLATES_FILE) + debconf-updatepo + + touch $@ + +clean: + dh_testdir + dh_testroot + -rm -rf $(TZSOURCE) $(TZGEN) .pc + rm -f build-stamp + rm -f patch-log + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + # Do nothing + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdebconf + dh_installdirs + dh_install + dh_installchangelogs + dh_link + dh_installdocs + dh_installinfo + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- tzdata-2009b.orig/debian/changelog +++ tzdata-2009b/debian/changelog @@ -0,0 +1,456 @@ +tzdata (2009b-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * New timezone data 2009b: (LP: #329978) + - New time zone Asia/Kathmandu (spelling correction to Asia/Katmandu), + backwards compat link provided + - Fix historical Swiss DST rules + - Fix DST rules for Cuba from a few years ago + - Add DST rules for Resolute + - Include Argentina DST zone split (which was already provided as a patch + to our 2008h packages) + * Drop argentina-no-dst.diff, included upstream. + + -- Martin Pitt Tue, 24 Feb 2009 14:32:47 +0000 + +tzdata (2008h-0ubuntu0.7.10.1) gutsy-proposed; urgency=low + + * Add argentina-no-dst.diff: Some Argentinian provinces do not have daylight + saving this year. Thanks to Mariano Absatz for the patch! (Slightly + simplified by upstream, will go into 2008i soon). (LP: #278419) + + -- Martin Pitt Tue, 21 Oct 2008 12:07:32 +0200 + +tzdata (2008h-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * New tzdata 2008h: (LP: #284648) + - DST rule change for Syria. + - Minor DST correction for Mauritius. + - No time zone changes. + + -- Martin Pitt Thu, 16 Oct 2008 23:15:10 +0200 + +tzdata (2008g-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * New tzdata 2008g: + - Updates DST rules for Argentinia (LP: #278419). + - Other DST rule updates. + - No time zone changes. + + -- Martin Pitt Tue, 07 Oct 2008 11:49:06 +0200 + +tzdata (2008e-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * New tzdata 2008e: (LP: #248487) + - Yet another DST rule update for Mauritius. + - Some more historical corrections. + + -- Martin Pitt Thu, 31 Jul 2008 08:44:54 +0200 + +tzdata (2008d-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * New tzdata 2008d: (LP: #248487) + - DST rule update for Mauritius. + - Timezone realignment in Brazil: Split-out time zone America/Santarem. + - Various historical corrections. + + -- Martin Pitt Mon, 28 Jul 2008 10:57:56 +0200 + +tzdata (2008c-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * Update to tzdata 2008c: + - Update DST rules for Morocco, Mongol, and Pakistan. + - No change of timezones. + - LP: #237023 + + -- Martin Pitt Tue, 03 Jun 2008 13:05:58 +0200 + +tzdata (2008a-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * Replace tzdata2007k.tar.gz with new version tzdata2008a: + - Fixes Chile DST properly, our patch switched it on a day too early. + - Drop debian/patches/chile-dst2008.patch. + - LP: #198129 + + -- Martin Pitt Wed, 12 Mar 2008 10:06:17 +0100 + +tzdata (2007k-0ubuntu0.7.10.1) gutsy-proposed; urgency=low + + * Add debian/patches/chile-dst2008.patch: Update DST rules for Chile to + incorporate short-term DST change for 2008 (delayed for three weeks from + March 08 to March 29). (LP: #198129) + + -- Martin Pitt Thu, 06 Mar 2008 09:57:19 +0000 + +tzdata (2007k-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * Replace tzdata2007j.tar.gz with new version tzdata2007k: + - Updates DST rules for Argentina. (LP: #178924) + + -- Martin Pitt Tue, 01 Jan 2008 14:00:20 +0100 + +tzdata (2007j-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * Replace tzdata2007h.tar.gz with new version tzdata2007i: + - Updates DST rules for Venezuela. + - Split America/Guadeloupe into America/St_Barthelemy and America/Marigot, + provide backwards compatibility links. + - (LP: #163794) + * debian/config: Do not try to detect a modified /etc/localtime. This is + doomed to fail, since the original time zone files in /usr *will* change + with upstream versions, and thus time zones end up as "user defined" which + is not true. Change inspired by Debian's 2007f-12 version. (LP: #116193) + * debian/{rules,config}: Handle three-level timezones (including + Argentina) in debconf selection, as well as converting Argentine + compatibility zones to their three-level counterparts. (Debian #426914, + followup fix for LP #116193). Change backported from Debian's 2007f-5 + version, together with the fix in 2007f-8. + + -- Martin Pitt Tue, 04 Dec 2007 19:32:04 +0100 + +tzdata (2007i-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * Replace tzdata2007h.tar.gz with new version tzdata2007i: + - Updates DST rules for Syria and Cuba. + - (LP: #163794) + + -- Martin Pitt Mon, 19 Nov 2007 13:42:12 +0100 + +tzdata (2007h-0ubuntu0.7.10) gutsy-proposed; urgency=low + + * Replace tzdata2007f.tar.gz with new version tzdata2007h: + - Update some DST rules. (LP: #152113) + - Add America/Indiana/Tell_City. + - No removals/renames/merges/splits. + * Rebuilding this with the current belocs-locales-bin and zic will also fix + the hardlink/symlink mess which led to broken Feisty->Gutsy updates. + (LP: #116193) + + -- Martin Pitt Wed, 17 Oct 2007 14:07:04 +0200 + +tzdata (2007f-3ubuntu1) gutsy; urgency=low + + * Merge from debian unstable, remaining changes: + - Add replaces: on locales, where tzdata was kept in Dapper (must be kept + until the next LTS release). + + -- Andrew Mitchell Tue, 22 May 2007 11:24:18 +1200 + +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: #425134. + * 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-6ubuntu1) gutsy; urgency=low + + * Merge with Debian unstable; remaining changes: + - Add replaces: on locales, where tzdata was kept in Dapper (must be kept + until the next LTS release). + + -- Andrew Mitchell Fri, 27 Apr 2007 23:24:34 +1200 + +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-3ubuntu2) gutsy; urgency=low + + * debian/config: Do not show debconf questions if we configure the package + during an upgrade. Solution taken from Debian's svn head. (LP: #108995) + + -- Martin Pitt Tue, 24 Apr 2007 10:19:28 +0200 + +tzdata (2007e-3ubuntu1) gutsy; urgency=low + + * Merge with Debian unstable; remaining changes: + - Add replaces: on locales, where tzdata was kept in Dapper (must be kept + until the next LTS release). + + -- Matthias Klose Fri, 20 Apr 2007 11:07:19 +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 (2007b-0ubuntu1) feisty; urgency=low + + * New upstream release: Just fixes a leap second. (LP: #85394) + * debian/control: Updated Maintainer field. + + -- Martin Pitt Thu, 15 Feb 2007 19:23:43 +0100 + +tzdata (2007a-3ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - Add replaces: on locales, where tzdata was kept in Dapper (must be kept + until the next LTS release). + + -- Martin Pitt Mon, 5 Feb 2007 16:11:36 +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-1ubuntu1) feisty; urgency=low + + * Merge from Debian unstable; single Ubuntu change: + - Add replaces: on locales, where tzdata was kept in Dapper (must be kept + until the next LTS release). + + -- Martin Pitt Wed, 29 Nov 2006 14:02:52 +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-1ubuntu1) feisty; urgency=low + + * Merge from Debian unstable; single Ubuntu change: + - Add replaces: on locales, where tzdata was kept in Dapper (must be kept + until the next LTS release). + + -- Martin Pitt Fri, 3 Nov 2006 09:05:50 +0100 + +tzdata (2006n-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + + -- Aurelien Jarno Sat, 21 Oct 2006 22:51:50 +0200 + +tzdata (2006m-1ubuntu1) edgy; urgency=low + + * Merge from debian unstable; single Ubuntu change: + - Add replaces: on locales, where tzdata was kept in Dapper (must be kept + until the next LTS release). + + -- Martin Pitt Tue, 10 Oct 2006 12:17:41 +0200 + +tzdata (2006m-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + + -- Aurelien Jarno Sun, 8 Oct 2006 19:39:42 +0200 + +tzdata (2006l-1ubuntu1) edgy; urgency=low + + * Merge from debian unstable; single Ubuntu change: + - Add replaces: on locales, where tzdata was kept in Dapper. + + -- Martin Pitt Fri, 22 Sep 2006 09:56:14 +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-2ubuntu1) edgy; urgency=low + + * Add replaces: on locales, where tzdata was kept in Dapper. + This needs to be kept until the next LTS release. + + -- Jeff Bailey Wed, 21 Jun 2006 15:56:51 -0400 + +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 + --- tzdata-2009b.orig/debian/watch +++ tzdata-2009b/debian/watch @@ -0,0 +1,4 @@ +version=3 +ftp://elsie.nci.nih.gov/pub/tzdata(\w+)\.tar\.gz \ + debian uupdate + --- tzdata-2009b.orig/debian/postinst +++ tzdata-2009b/debian/postinst @@ -0,0 +1,48 @@ +#! /bin/sh +set -e + +LC_ALL=C +LANG=C +unset TZ +umask 022 + +. /usr/share/debconf/confmodule +db_version 2.0 + +if [ "$1" = configure ]; then + # If the user prefers to manage the timezone by itself, let him doing that. + if grep -q "^User defined$" /etc/timezone 2>/dev/null ; then + db_stop + echo + echo "User defined timezone, leaving /etc/localtime unchanged." + else + + # Get the values from debconf + AREA=Etc + ZONE=UTC + db_get tzdata/Areas && AREA="$RET" + db_get tzdata/Zones/$AREA && ZONE="$RET" + db_stop + + # Update the timezone + echo $AREA/$ZONE > /etc/timezone + rm -f /etc/localtime && \ + cp -f /usr/share/zoneinfo/$AREA/$ZONE /etc/localtime + + echo + echo "Current default timezone: '$AREA/$ZONE'" + fi + + # Show the new setting to the user + TZBase=$(LC_ALL=C TZ=UTC0 date) + UTdate=$(LC_ALL=C TZ=UTC0 date -d "$TZBase") + TZdate=$(unset TZ ; LANG=C date -d "$TZBase") + echo "Local time is now: $TZdate." + echo "Universal Time is now: $UTdate." + echo "Run 'dpkg-reconfigure tzdata' if you wish to change it." + echo +fi + +#DEBHELPER# + +exit 0 --- tzdata-2009b.orig/debian/po/cs.po +++ tzdata-2009b/debian/po/cs.po @@ -0,0 +1,2811 @@ +# 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: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-04 07:56+0200\n" +"PO-Revision-Date: 2007-05-19 13:27+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Antarctica" +msgstr "Antarktida" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Australia" +msgstr "Austrálie" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Arctic" +msgstr "Arktida" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Asia" +msgstr "Asie" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Atlantic" +msgstr "Atlantik" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Canada" +msgstr "Kanada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Europe" +msgstr "Evropa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Indian" +msgstr "Indický oceán" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Pacific" +msgstr "Pacifik" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Etc" +msgstr "Jiná" + +#. Type: select +#. Description +#: ../templates:2002 +msgid "Geographic area:" +msgstr "Geografická oblast:" + +#. Type: select +#. Description +#: ../templates:2002 +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." +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 +#: ../templates:3001 +msgid "Abidjan" +msgstr "Abidžan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Accra" +msgstr "Akkra" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Algiers" +msgstr "Alžír" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cairo" +msgstr "Káhira" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dar_es_Salaam" +msgstr "Dar es-Salaam" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Khartoum" +msgstr "Chartům" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mogadishu" +msgstr "Mogadišu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto-Novo" +msgstr "Porto Novo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tripoli" +msgstr "Tripolis" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#: ../templates:3001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +msgid "Please select the time zone corresponding to your location." +msgstr "Zvolte prosím časové pásmo odpovídající vašemu umístění." + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Buenos_Aires" +msgstr "Buenos Aires" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayman" +msgstr "Kajmanské ostrovy" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cordoba" +msgstr "Cordoba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Costa_Rica" +msgstr "Kostarika" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fort_Wayne" +msgstr "Fort Wayne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jamaica" +msgstr "Jamajka" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Knox_IN" +msgstr "Knox IN" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Martinique" +msgstr "Martinik" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port-au-Prince" +msgstr "Port=au-Prince" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Puerto_Rico" +msgstr "Portotiko" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Johns" +msgstr "St John's" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Kitts" +msgstr "Svatý Krištof" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Lucia" +msgstr "Svatá Lucie" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Thomas" +msgstr "Svatý Tomáš" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Vincent" +msgstr "Svatý Vincent" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Casey" +msgstr "stanice Casey" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Davis" +msgstr "stanice Davis" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "DumontDUrville" +msgstr "stanice Dumont-d'Urville" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Mawson" +msgstr "stanice Mawson" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "McMurdo" +msgstr "stanice McMurdo" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Palmer" +msgstr "stanice Palmer" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Rothera" +msgstr "stanice Rothera" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South_Pole" +msgstr "Jižní pól" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Syowa" +msgstr "stanice Syowa" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Vostok" +msgstr "stanice Vostok" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "ACT" +msgstr "ACT" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "LHI" +msgstr "LHI" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lord_Howe" +msgstr "Ostrov lorda Howea" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "NSW" +msgstr "NSW" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "North" +msgstr "Sever" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Queensland" +msgstr "Queensland" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "South" +msgstr "Jih" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Tasmania" +msgstr "Tasmánie" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Victoria" +msgstr "Victoria" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "West" +msgstr "Západ" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashgabat" +msgstr "Ašchabad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashkhabad" +msgstr "Ašchabad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baghdad" +msgstr "Bagdád" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bahrain" +msgstr "Bahrajn" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Beirut" +msgstr "Bejrůt" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bishkek" +msgstr "Biškek" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Brunei" +msgstr "Brunej" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Calcutta" +msgstr "Kalkata" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chongqing" +msgstr "Čchung-čching" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chungking" +msgstr "Čchung-čching" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Colombo" +msgstr "Kolombo" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dacca" +msgstr "Dháka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Damascus" +msgstr "Damašek" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dhaka" +msgstr "Dháka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dubai" +msgstr "Dubaj" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dushanbe" +msgstr "Dušanbe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jerusalem" +msgstr "Jeruzalém" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kabul" +msgstr "Kábul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Karachi" +msgstr "Karáčí" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kashgar" +msgstr "Kašgar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Katmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuching" +msgstr "Kučing" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuwait" +msgstr "Kuvajt" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macao" +msgstr "Macao" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Muscat" +msgstr "Maskat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Nicosia" +msgstr "Nikósie" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pyongyang" +msgstr "Pchongjang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Rangoon" +msgstr "Rangún" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh" +msgstr "Rijád" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh87" +msgstr "Rijád87" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh88" +msgstr "Rijád88" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh89" +msgstr "Rijád89" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Saigon" +msgstr "Saigon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Seoul" +msgstr "Soul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Shanghai" +msgstr "Šanghaj" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Taipei" +msgstr "Tchaj-pej" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tashkent" +msgstr "Taškent" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimbu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulan_Bator" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Urumqi" +msgstr "Urumči" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yekaterinburg" +msgstr "Jekatěrinburg" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yerevan" +msgstr "Jerevan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Azores" +msgstr "Azory" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Bermuda" +msgstr "Bermudy" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Canary" +msgstr "Kanárské ostrovy" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Cape_Verde" +msgstr "Kapverdy" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faeroe" +msgstr "Faerské ostrovy" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faroe" +msgstr "Faerské ostrovy" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Reykjavik" +msgstr "Rejkjavík" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "South_Georgia" +msgstr "Jižní Georgie" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "St_Helena" +msgstr "Svatá Helena" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Central" +msgstr "Centrální" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "East-Saskatchewan" +msgstr "Východní Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Eastern" +msgstr "Východní" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mountain" +msgstr "Horské" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Newfoundland" +msgstr "Newfoundland" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Amsterdam" +msgstr "Amsterodam" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Athens" +msgstr "Athény" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belgrade" +msgstr "Bělehrad" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Berlin" +msgstr "Berlín" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Brussels" +msgstr "Brusel" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bucharest" +msgstr "Bukurešť" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Budapest" +msgstr "Budapešť" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chisinau" +msgstr "Kišiněv" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Copenhagen" +msgstr "Kodaň" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Helsinki" +msgstr "Helsinky" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Isle_of_Man" +msgstr "Ostrov Man" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kiev" +msgstr "Kijev" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Lisbon" +msgstr "Lisabon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Ljubljana" +msgstr "Lublaň" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "London" +msgstr "Londýn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Luxembourg" +msgstr "Lucemburk" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Paris" +msgstr "Paříž" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Rome" +msgstr "Řím" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sofia" +msgstr "Sofie" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tallinn" +msgstr "Talin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Uzhgorod" +msgstr "Užhorod" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vatican" +msgstr "Vatikán" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vienna" +msgstr "Vídeň" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Warsaw" +msgstr "Varšava" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zagreb" +msgstr "Záhřeb" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zaporozhye" +msgstr "Zaporož'je" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zurich" +msgstr "Curych" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chagos" +msgstr "Čagoské ostrovy" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Christmas" +msgstr "Vánoční ostrov" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Cocos" +msgstr "Kokosové ostrovy" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Comoro" +msgstr "Komory" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kerguelen" +msgstr "Kergueleny" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Maldives" +msgstr "Maldivy" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Chatham" +msgstr "Chathamské ostrovy" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Easter" +msgstr "Velikonoční ostrov" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Enderbury" +msgstr "Enderbury (Phoenixovy ostrovy)" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fiji" +msgstr "Fidži" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Galapagos" +msgstr "Galapágy" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Gambier" +msgstr "Gambierovy ostrovy" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Johnston" +msgstr "Atol Johnston" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kiritimati" +msgstr "Kiritimati (Vánoční ostrov)" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kwajalein" +msgstr "Atol Kwajalein" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Marquesas" +msgstr "Markézy" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Midway" +msgstr "Midwayské ostrovy" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pitcairn" +msgstr "Pitcairnovy ostrovy" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tarawa" +msgstr "Tarawa (Gilbertovy ostrovy)" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wake" +msgstr "Ostrov Wake" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wallis" +msgstr "Ostrov Walis" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009b.orig/debian/po/gu.po +++ tzdata-2009b/debian/po/gu.po @@ -0,0 +1,3121 @@ +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: d-i\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-04 07:56+0200\n" +"PO-Revision-Date: 2006-07-10 15:53+0530\n" +"Last-Translator: Kartik Mistry \n" +"Language-Team: Gujarati \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Africa" +msgstr "આફ્રિકા" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "America" +msgstr "અમેરિકા" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Antarctica" +msgstr "એન્ટાર્ટિકા" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Australia" +msgstr "ઓસ્ટ્રેલિયા" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Arctic" +msgstr "આર્કટિક" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Asia" +msgstr "એશિયા" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Atlantic" +msgstr "એટલાન્ટિક" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Canada" +msgstr "કેનેડા" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Europe" +msgstr "યુરોપ" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Indian" +msgstr "ભારતીય" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Pacific" +msgstr "પેસેફિક" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "SystemV" +msgstr "સિસ્ટમV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Etc" +msgstr "વગેરે" + +#. Type: select +#. Description +#: ../templates:2002 +msgid "Geographic area:" +msgstr "ભૌગોલિક વિસ્તાર:" + +#. Type: select +#. Description +#: ../templates:2002 +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." +msgstr "" +"મહેરબાની કરી તમે રહેતા હોવ તે ભૌગોલિક વિસ્તાર પસંદ કરો. આગળનાં રુપરેખાંકન " +"પ્રશ્નો આને શહેરોની યાદી બતાવીને, તમે જે જગ્યાએ છો તેનો સમય વિસ્તાર બતાવીને " +"ટૂંકું બનાવશે." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Abidjan" +msgstr "અબિદજાન" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Accra" +msgstr "અક્કારા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Addis_Ababa" +msgstr "એડિસ_અબાબા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Algiers" +msgstr "અલ્જીઅર્સ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmara" +msgstr "અસ્મેરા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmera" +msgstr "અલ્મેરા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bamako" +msgstr "બામાકો" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bangui" +msgstr "બાન્ગુઇ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Banjul" +msgstr "બાન્જુલ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bissau" +msgstr "બિસ્સાઉ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blantyre" +msgstr "બ્લાન્ટાયર" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Brazzaville" +msgstr "બ્રાઝ્ઝવિલ્લે" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bujumbura" +msgstr "બુજુમ્બુરા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cairo" +msgstr "કૈરો" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Casablanca" +msgstr "કાસાબ્લાન્કા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ceuta" +msgstr "સેયુટા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Conakry" +msgstr "કોનાર્કી" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dakar" +msgstr "ડકાર" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dar_es_Salaam" +msgstr "દાર_ઇ_સલામ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Djibouti" +msgstr "જીબુટી" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Douala" +msgstr "ડોઉલા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Aaiun" +msgstr "અલ_આઇયુન" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Freetown" +msgstr "ફ્રીટાઉન" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Gaborone" +msgstr "ગાબારોન" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Harare" +msgstr "હરારે" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Johannesburg" +msgstr "જોહન્નિસબર્ગ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kampala" +msgstr "કમ્પાલા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Khartoum" +msgstr "ખાર્ટુમ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kigali" +msgstr "કિગાલિ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kinshasa" +msgstr "કિન્સાસા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lagos" +msgstr "લાગોસ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Libreville" +msgstr "લિબ્રેવિલ્લે" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lome" +msgstr "લોમ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Luanda" +msgstr "લાઉન્ડા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lubumbashi" +msgstr "લુબુમ્બાશી" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lusaka" +msgstr "લુકાસા" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Malabo" +msgstr "માલાબો" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maputo" +msgstr "માપુટો" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maseru" +msgstr "માસેરુ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mbabane" +msgstr "મબાબાને" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mogadishu" +msgstr "મોગાદિશુ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monrovia" +msgstr "મોન્રોવિઆ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nairobi" +msgstr "નૈરોબી" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ndjamena" +msgstr "નડજામેના" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Niamey" +msgstr "નૈઆમે" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nouakchott" +msgstr "નોઉક્ચોટ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ouagadougou" +msgstr "ઓગાડોઉગોઉ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto-Novo" +msgstr "પોર્ટો-નોવો" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Tome" +msgstr "સાઓ_ટોમ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Timbuktu" +msgstr "ટીમ્બકટુ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tripoli" +msgstr "ટ્રીપોલી" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tunis" +msgstr "ટ્યુનિસ" + +#. Type: select +#. Choices +#: ../templates:3001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +msgid "Please select the time zone corresponding to your location." +msgstr "મહેરબાની કરી તમારા સ્થળને અનુરુપ સમય વિસ્તાર પસંદ કરો." + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Adak" +msgstr "અડાક" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anchorage" +msgstr "એન્ચોરાગે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anguilla" +msgstr "એનગુલ્લા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Antigua" +msgstr "એન્ટિગુઆ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Araguaina" +msgstr "આરાગુએના" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Aruba" +msgstr "અરુબા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Asuncion" +msgstr "અસુન્કિઓન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atikokan" +msgstr "અટિકોકાન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atka" +msgstr "અટ્કા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bahia" +msgstr "બાહીઆ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Barbados" +msgstr "બાર્બાડોસ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belem" +msgstr "બેલેમ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belize" +msgstr "બેલિઝે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Blanc-Sablon" +msgstr "બ્લાન્ક-સેબ્લોન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boa_Vista" +msgstr "બોઆ_વિસ્ટા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bogota" +msgstr "બોગોટા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boise" +msgstr "બોઇસે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Buenos_Aires" +msgstr "બુએનાસ_એરિસ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cambridge_Bay" +msgstr "કેન્બ્રિજ_બે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Campo_Grande" +msgstr "કામ્પો_ગ્રાન્ડે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cancun" +msgstr "કાન્કુન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Caracas" +msgstr "કારાકાસ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Catamarca" +msgstr "કાટામાર્કા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayenne" +msgstr "સાયેને" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayman" +msgstr "કેયમેન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chicago" +msgstr "શિકાગો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chihuahua" +msgstr "ચિહુઆહુઆ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Coral_Harbour" +msgstr "કોરલ_હાર્બર" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cordoba" +msgstr "કોર્ડોબા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Costa_Rica" +msgstr "કોસ્ટા_રીકા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cuiaba" +msgstr "ક્યુબા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Curacao" +msgstr "કુરાકાઓ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Danmarkshavn" +msgstr "ડેન્માર્કશોન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson" +msgstr "ડાઉસન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson_Creek" +msgstr "ડાઉસન_ખાડી" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Denver" +msgstr "ડેન્વર" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Detroit" +msgstr "ડેટ્રોઇટ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dominica" +msgstr "ડોમિનિકા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Edmonton" +msgstr "એડમોન્ટોન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Eirunepe" +msgstr "ઇરુનેપે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "El_Salvador" +msgstr "અલ_સાલ્વાડોર" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Ensenada" +msgstr "એન્સેનાડા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fort_Wayne" +msgstr "ફોર્ટ_વાયેન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fortaleza" +msgstr "ફોર્ટાલેઝા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Glace_Bay" +msgstr "ગ્લેસ_બે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Godthab" +msgstr "ગોડથાબ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Goose_Bay" +msgstr "ગૂસ_અખાત" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grand_Turk" +msgstr "ગ્રાન્ડ_તુર્ક" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grenada" +msgstr "ગ્રેનેડા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guadeloupe" +msgstr "ગ્યુડેલોપ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guatemala" +msgstr "ગ્વાટેમાલા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guayaquil" +msgstr "ગ્યુઆકીલ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guyana" +msgstr "ગુઆના" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Halifax" +msgstr "હાલિફેક્સ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Havana" +msgstr "હવાના" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Hermosillo" +msgstr "હેર્મોસિલ્લો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Indianapolis" +msgstr "ઇન્ડિયાનાપોલિસ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Inuvik" +msgstr "ઇનુવિક" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Iqaluit" +msgstr "ઇકાલુઇટ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jamaica" +msgstr "જમૈકા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jujuy" +msgstr "જુજુય" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Juneau" +msgstr "જુનેયુ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Knox_IN" +msgstr "ક્નોક્સ_ઇન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "La_Paz" +msgstr "લા_પાઝ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Lima" +msgstr "લિમા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Los_Angeles" +msgstr "લોસ_એન્જેલસ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Louisville" +msgstr "લુઇસવિલે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Maceio" +msgstr "મેસીઓ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Managua" +msgstr "માનાગુઆ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Manaus" +msgstr "માનુસ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Martinique" +msgstr "માર્ટિનિક" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mazatlan" +msgstr "મઝાટલાન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mendoza" +msgstr "મેન્ડુઝા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Menominee" +msgstr "મેનોમિની" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Merida" +msgstr "મેરિડા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mexico_City" +msgstr "મેક્સિકો_શહેર" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Miquelon" +msgstr "મિક્લોન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Moncton" +msgstr "મોન્કટોન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Monterrey" +msgstr "મોન્ટેર્રે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montevideo" +msgstr "મોન્ટવિડીઓ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montreal" +msgstr "મોન્ટ્રિઅલ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montserrat" +msgstr "મોન્ટસેર્રાટ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nassau" +msgstr "નાસાઉ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "New_York" +msgstr "ન્યુ_યોર્ક" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nipigon" +msgstr "નિપિગોન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nome" +msgstr "નોમ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Noronha" +msgstr "નોરોન્હા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Panama" +msgstr "પનામા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Pangnirtung" +msgstr "પાન્ગનિર્તુગ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Paramaribo" +msgstr "પારામારિબો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Phoenix" +msgstr "ફિનિક્સ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port-au-Prince" +msgstr "પોર્ટ-અ-પ્રિન્સ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port_of_Spain" +msgstr "પોર્ટ_ઓફ_સ્પેન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Acre" +msgstr "પોર્ટો_એકર" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Velho" +msgstr "પોર્ટો_વેલ્હો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Puerto_Rico" +msgstr "પુએર્તો_રિકો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rainy_River" +msgstr "રેઇની_નદી" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rankin_Inlet" +msgstr "રાન્કિન_ઇન્લેટ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Recife" +msgstr "રેસિફે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Regina" +msgstr "રેગિના" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Resolute" +msgstr "રેસોલુટ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rio_Branco" +msgstr "રીઓ_બ્રાન્કો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rosario" +msgstr "રોસાર્રિઓ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santiago" +msgstr "સાન્તિઆગો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santo_Domingo" +msgstr "સાન્ટો_ડોમિન્ગો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Sao_Paulo" +msgstr "સાઓ_પાઉલો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Scoresbysund" +msgstr "સ્કોરબાયસન્ડ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Shiprock" +msgstr "શિપરોક" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Johns" +msgstr "સેન્ટ_જોહ્ન્સ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Kitts" +msgstr "સેન્ટ_કિટ્ટસ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Lucia" +msgstr "સેન્ટ_લુસિઆ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Thomas" +msgstr "સેન્ટ_થોમસ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Vincent" +msgstr "સેન્ટ_વિન્સેન્ટ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Swift_Current" +msgstr "સ્વિફ્ટ_પ્રવાહ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tegucigalpa" +msgstr "ટેગુસિગાલ્પા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thule" +msgstr "થુલે" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thunder_Bay" +msgstr "થન્ડર_અખાત" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tijuana" +msgstr "ટિજુઆના" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Toronto" +msgstr "ટોર્નેડો" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tortola" +msgstr "ટોર્ટોલા" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vancouver" +msgstr "વાનકુવર" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Virgin" +msgstr "વર્જીન" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Whitehorse" +msgstr "વ્હાઇટહોર્સ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Winnipeg" +msgstr "વિનિપેગ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yakutat" +msgstr "યાકુટાક" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yellowknife" +msgstr "યેલોનાઇફ" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Casey" +msgstr "કેસે" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Davis" +msgstr "ડેવીસ" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "DumontDUrville" +msgstr "ડુમોન્ટડુર્વિલે" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Mawson" +msgstr "માઉસેન" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "McMurdo" +msgstr "મેકમુરડો" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Palmer" +msgstr "પાલ્મેર" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Rothera" +msgstr "રોથેરા" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South_Pole" +msgstr "દક્ષિણ_ધ્રુવ" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Syowa" +msgstr "સયોવા" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Vostok" +msgstr "વોસ્તોક" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "ACT" +msgstr "ACT" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Adelaide" +msgstr "એડેલેઇડ" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Brisbane" +msgstr "બ્રિસબેન" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Broken_Hill" +msgstr "બ્રોકન_હિલ" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Canberra" +msgstr "કેનબેરા" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Currie" +msgstr "કુરી" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Darwin" +msgstr "ડાર્વિન" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Eucla" +msgstr "ઇયુક્લા" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Hobart" +msgstr "હોબાર્ટ" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "LHI" +msgstr "LHI" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lindeman" +msgstr "લિન્ડેમેન" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lord_Howe" +msgstr "લોર્ડ_હોવે" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Melbourne" +msgstr "મેલબોર્ન" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "NSW" +msgstr "NSW" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "North" +msgstr "ઉત્તર" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Perth" +msgstr "પર્થ" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Queensland" +msgstr "ક્વીન્સલેન્ડ" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "South" +msgstr "દક્ષિણ" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Sydney" +msgstr "સિડની" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Tasmania" +msgstr "તાસ્માનિયા" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Victoria" +msgstr "વિક્ટોરિયા" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "West" +msgstr "પશ્ચિમ" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Yancowinna" +msgstr "યાન્કોવિન્ના" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Longyearbyen" +msgstr "લોન્ગયરબયેન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aden" +msgstr "એડન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Almaty" +msgstr "અલ્માતી" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Amman" +msgstr "અમ્માન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Anadyr" +msgstr "એનાડીર" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtau" +msgstr "એક્ટાવુ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtobe" +msgstr "એક્ટોબે" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashgabat" +msgstr "અશ્ગાબાત" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashkhabad" +msgstr "અશ્ખાબાદ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baghdad" +msgstr "બગદાદ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bahrain" +msgstr "બાહેરિન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baku" +msgstr "બાકુ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bangkok" +msgstr "બેંગકોક" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Beirut" +msgstr "બૈરુત" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bishkek" +msgstr "બિશ્કેક" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Brunei" +msgstr "બ્રુનેઇ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Calcutta" +msgstr "કોલકાતા" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Choibalsan" +msgstr "ચોઇબાલ્સાન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chongqing" +msgstr "ચોંગકિંગ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chungking" +msgstr "ચુંગકિંગ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Colombo" +msgstr "કોલંબો" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dacca" +msgstr "દાક્કા" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Damascus" +msgstr "દમાસ્કસ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dhaka" +msgstr "ઢાકા" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dili" +msgstr "દિલ્હી" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dubai" +msgstr "દુબઇ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dushanbe" +msgstr "દુશાન્બે" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Gaza" +msgstr "ગાઝા" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Harbin" +msgstr "હાર્બિન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hong_Kong" +msgstr "હોંગ_કોંગ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hovd" +msgstr "હોવડ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Irkutsk" +msgstr "ઈર્કુત્સક" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Istanbul" +msgstr "ઇન્તંબુલ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jakarta" +msgstr "જાકાર્તા" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jayapura" +msgstr "જયાપુરા" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jerusalem" +msgstr "જેરુસલેમ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kabul" +msgstr "કાબુલ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kamchatka" +msgstr "કામચાટ્કા" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Karachi" +msgstr "કરાચી" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kashgar" +msgstr "કાશ્ગર" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Katmandu" +msgstr "કાટમંડુ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Krasnoyarsk" +msgstr "ક્રાસનોયાર્સ્ક" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuala_Lumpur" +msgstr "કુઆલા_લમ્પુર" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuching" +msgstr "કુચિંગ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuwait" +msgstr "કુવૈત" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macao" +msgstr "મકાઉ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macau" +msgstr "મકાઉ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Magadan" +msgstr "મગાદાન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Makassar" +msgstr "માકાસ્સાર" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Manila" +msgstr "મનિલા" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Muscat" +msgstr "મસ્કત" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Nicosia" +msgstr "નિકોસિઆ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Novosibirsk" +msgstr "નોવોસીબિર્સ્ક" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Omsk" +msgstr "ઓમસ્ક" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Oral" +msgstr "ઓરલ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Phnom_Penh" +msgstr "ફનોમ_પેહ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pontianak" +msgstr "પોન્તીઆનાક" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pyongyang" +msgstr "ફનોન્ગયાંગ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qatar" +msgstr "કતાર" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qyzylorda" +msgstr "કવીઝીલોર્ડા" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Rangoon" +msgstr "રંગૂન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh" +msgstr "રીયાધ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh87" +msgstr "રીયાધ ૮૭" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh88" +msgstr "રીયાધ ૮૮" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh89" +msgstr "રીયાધ ૮૯" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Saigon" +msgstr "સાઇગોન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Sakhalin" +msgstr "સખાલિન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Samarkand" +msgstr "સમરકંદ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Seoul" +msgstr "સિઓલ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Shanghai" +msgstr "શાન્ઘાઇ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Singapore" +msgstr "સિંગાપોર" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Taipei" +msgstr "તાઇપેઇ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tashkent" +msgstr "તાશ્કંદ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tbilisi" +msgstr "ત્બિલિસિ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tehran" +msgstr "તેહરાન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tel_Aviv" +msgstr "તેલ_અવિવ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimbu" +msgstr "થિમ્બુ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimphu" +msgstr "થિમ્ફુ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tokyo" +msgstr "ટોક્યો" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ujung_Pandang" +msgstr "ઉઝુન્ગ_પાન્ડાન્ગ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulaanbaatar" +msgstr "ઉલનબટોર" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulan_Bator" +msgstr "ઉલન_બટોર" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Urumqi" +msgstr "ઉરુમ્કી" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vientiane" +msgstr "વિયેતિન" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vladivostok" +msgstr "વ્લાડીવોસ્ટોક" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yakutsk" +msgstr "યાકુત્સક" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yekaterinburg" +msgstr "યેકાતીરાનબર્ગ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yerevan" +msgstr "યેરેવાન" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Azores" +msgstr "અઝોરેસ" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Bermuda" +msgstr "બર્મુડા" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Canary" +msgstr "કેનેરી" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Cape_Verde" +msgstr "કેપ_વર્દે" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faeroe" +msgstr "ફાએરો" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faroe" +msgstr "ફેરો" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Jan_Mayen" +msgstr "જાન_માયેન" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Madeira" +msgstr "મેડેઇરા" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Reykjavik" +msgstr "રીકજાવિક" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "South_Georgia" +msgstr "દક્ષિણ_જર્યોજીઆ" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "St_Helena" +msgstr "સેન્ટ_હેલેના" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Stanley" +msgstr "સ્ટેન્લી" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Central" +msgstr "કેન્દ્રીય" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "East-Saskatchewan" +msgstr "પૂર્વ-સાસ્કાચેવાન" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Eastern" +msgstr "પૂર્વીય" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mountain" +msgstr "માઉન્ટેન" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Newfoundland" +msgstr "ન્યુફાઉન્ડલેન્ડ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Saskatchewan" +msgstr "સાસ્કાચેવાન" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Yukon" +msgstr "યુકોન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Amsterdam" +msgstr "આમસ્ટરડેમ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Andorra" +msgstr "એન્ડોરા" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Athens" +msgstr "એથેન્સ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belfast" +msgstr "બેલફાસ્ટ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belgrade" +msgstr "બેલગ્રેડ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Berlin" +msgstr "બર્લિન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bratislava" +msgstr "બ્રાટિસ્લાવા" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Brussels" +msgstr "બ્રસેલ્સ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bucharest" +msgstr "બુખારેસ્ટ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Budapest" +msgstr "બુડાપેસ્ટ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chisinau" +msgstr "ચિસિનાઉ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Copenhagen" +msgstr "કોપનહેગન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Dublin" +msgstr "ડબ્લિન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Gibraltar" +msgstr "જીબ્રાલ્ટર" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Guernsey" +msgstr "ગુર્નસે" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Helsinki" +msgstr "હેલસિન્કી" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Isle_of_Man" +msgstr "આઇસ્લે_ઓફ_મેન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Jersey" +msgstr "જર્સી" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kaliningrad" +msgstr "કાલિનિનગ્રાડ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kiev" +msgstr "કિવ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Lisbon" +msgstr "લિસ્બન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Ljubljana" +msgstr "લજુબ્લજાના" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "London" +msgstr "લંડન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Luxembourg" +msgstr "લક્ઝમબર્ગ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Madrid" +msgstr "મેડ્રીડ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Malta" +msgstr "માલ્ટા" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mariehamn" +msgstr "મેરીહામ્ન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Minsk" +msgstr "મિન્સ્ક" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Monaco" +msgstr "મોનેકો" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Moscow" +msgstr "મોસ્કો" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Oslo" +msgstr "ઓસ્લો" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Paris" +msgstr "પેરિસ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Podgorica" +msgstr "પોડગોરિકા" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Prague" +msgstr "પ્રાગ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Riga" +msgstr "રિગા" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Rome" +msgstr "રોમ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Samara" +msgstr "સમારા" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "San_Marino" +msgstr "સાન_મરિનો" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sarajevo" +msgstr "સારાજેવો" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Simferopol" +msgstr "સિમફેરોપોલ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Skopje" +msgstr "સ્કોપ્જે" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sofia" +msgstr "સોફિઆ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Stockholm" +msgstr "સ્ટોકહોમ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tallinn" +msgstr "તાલિન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tirane" +msgstr "તિરાને" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tiraspol" +msgstr "તિરાસ્પોલ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Uzhgorod" +msgstr "ઉઝગોરોડ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vaduz" +msgstr "વાડુઝ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vatican" +msgstr "વેટિકન" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vienna" +msgstr "વિએના" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vilnius" +msgstr "વિલ્નિઅસ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Volgograd" +msgstr "વોલ્ગોગ્રાડ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Warsaw" +msgstr "વોર્સો" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zagreb" +msgstr "ઝાગ્રેબ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zaporozhye" +msgstr "ઝાપારોઝયે" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zurich" +msgstr "ઝ્યુરિચ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Antananarivo" +msgstr "એન્ટાનાનારીવો" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chagos" +msgstr "ચાગોસ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Christmas" +msgstr "ક્રિસમસ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Cocos" +msgstr "કોકોસ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Comoro" +msgstr "કોમોરો" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kerguelen" +msgstr "કેર્ગુએલેન" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mahe" +msgstr "માહે" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Maldives" +msgstr "માલદિવ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mauritius" +msgstr "મોરિશિઅસ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mayotte" +msgstr "માયોટ્ટે" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Reunion" +msgstr "રીયુનિયન" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Apia" +msgstr "અપિઆ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Auckland" +msgstr "ઓકલેન્ડ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Chatham" +msgstr "ચેથામ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Easter" +msgstr "ઇસ્ટર" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Efate" +msgstr "ઇફાટે" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Enderbury" +msgstr "એન્ડરબરી" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fakaofo" +msgstr "ફાકાઓફો" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fiji" +msgstr "ફિજી" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Funafuti" +msgstr "ફુનાફુટી" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Galapagos" +msgstr "ગાલાપાગોસ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Gambier" +msgstr "ગામ્બેઇર" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guadalcanal" +msgstr "ગુઆડાલ્કેનાલ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guam" +msgstr "ગુઆમ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Honolulu" +msgstr "હોનોલુલુ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Johnston" +msgstr "જોહ્નસ્ટન" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kiritimati" +msgstr "કીરીમાતી" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kosrae" +msgstr "કોસ્રે" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kwajalein" +msgstr "ક્વાજાલેઇન" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Majuro" +msgstr "માજુરો" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Marquesas" +msgstr "માર્કેસસ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Midway" +msgstr "મિડવે" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Nauru" +msgstr "નાઉરુ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Niue" +msgstr "નિયુ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Norfolk" +msgstr "નોર્ફોક" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Noumea" +msgstr "નાઉમે" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pago_Pago" +msgstr "પાગો_પાગો" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Palau" +msgstr "પાલુઆ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pitcairn" +msgstr "પિટકેર્ન" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Ponape" +msgstr "પોનાપે" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Port_Moresby" +msgstr "પોર્ટ_મોર્સબે" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Rarotonga" +msgstr "રારોટોન્ગા" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Saipan" +msgstr "સાઇપાન" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Samoa" +msgstr "સમોઆ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tahiti" +msgstr "તાહિતિ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tarawa" +msgstr "તારાવા" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tongatapu" +msgstr "ટોન્ગાટાપુ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Truk" +msgstr "ટ્રૂક" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wake" +msgstr "વેક" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wallis" +msgstr "વાલ્લિસ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Yap" +msgstr "યેપ" + +#~ msgid "Choose language" +#~ msgstr "ભાષા પસંદ કરો/Choose language" + +#~ msgid "Storing language..." +#~ msgstr "ભાષાનો સંગ્રહ કરે છે..." + +#~ msgid "United States[ default country ]" +#~ msgstr "India" + +#~ msgid "other" +#~ msgstr "બીજા" + +#~ msgid "US" +#~ msgstr "IN" + +#~ msgid "Choose a country, territory or area:" +#~ msgstr "દેશ, વિભાગ અથવા વિસ્તાર પસંદ કરો:" + +#~ msgid "" +#~ "Based on your language, you are probably located in one of these " +#~ "countries or regions." +#~ msgstr "" +#~ "તમારી ભાષા પરથી, તમે કદાચ નીચેનાં દેશો અથવા વિસ્તારોમાંથી એકમાં સ્થાયી થયેલ હશો." + +#~ msgid "Choose a locale:" +#~ msgstr "લૉકેલ પસંદ કરો:" + +#~ msgid "" +#~ "Based on your language and country choices, the following locale " +#~ "parameters are supported." +#~ msgstr "તમારી ભાષા અને દેશની પસંદગીઓ પરથી, નીચેનાં લોકેલ વિકલ્પો ડેબિયનમાં આધારિત છે." + +#~ msgid "Choose other locales to be supported:" +#~ msgstr "આધાર આપવાની હોય તેવી લૉકેલ્સ પસંદ કરો:" + +#~ msgid "You may choose additional locales to be installed from this list." +#~ msgstr "તમે આ યાદીમાંથી વધારાની લોકેલ પસંદ કરી શકો છો." + +#~ msgid "-- North America --" +#~ msgstr "-- ઉત્તર અમેરિકા --" + +#~ msgid "-- Central America --" +#~ msgstr "-- મધ્ય અમેરિકા --" + +#~ msgid "-- South America --" +#~ msgstr "-- દક્ષિણ અમેરિકા --" + +#~ msgid "-- Caribbean --" +#~ msgstr "-- કેરેબિયન --" + +#~ msgid "-- Europe --" +#~ msgstr "-- યુરોપ --" + +#~ msgid "-- Asia --" +#~ msgstr "-- એશિયા --" + +#~ msgid "-- Africa --" +#~ msgstr "-- આફ્રિકા --" + +#~ msgid "-- Indian Ocean --" +#~ msgstr "-- હિંદી સમુદ્ર --" + +#~ msgid "-- Oceania --" +#~ msgstr "-- ઓશેનિયા --" + +#~ msgid "-- Antarctica --" +#~ msgstr "-- એન્ટાકર્ટિકા --" + +#~ msgid "-- other --" +#~ msgstr "-- બીજા --" + +#~ msgid "" +#~ "Antarctica/McMurdo, Antarctica/South_Pole, Antarctica/Rothera, Antarctica/" +#~ "Palmer, Antarctica/Mawson, Antarctica/Davis, Antarctica/Casey, Antarctica/" +#~ "Vostok, Antarctica/DumontDUrville, Antarctica/Syowa" +#~ msgstr "" +#~ "Antarctica/મેકમુરડો, Antarctica/દક્ષિણ_ધ્રુવ, Antarctica/રોથેરા, Antarctica/" +#~ "પાલ્મેર, Antarctica/માઉસેન, Antarctica/ડેવીસ, Antarctica/કેસે, Antarctica/" +#~ "વોસ્તોક, Antarctica/ડુમોન્ટડુર્વિલે, Antarctica/સયોવા" + +#~ msgid "" +#~ "Australia/Lord_Howe, Australia/Hobart, Australia/Melbourne, Australia/" +#~ "Sydney, Australia/Broken_Hill, Australia/Brisbane, Australia/Lindeman, " +#~ "Australia/Adelaide, Australia/Darwin, Australia/Perth" +#~ msgstr "" +#~ "Australia/લોર્ડ_હોવે, Australia/હોબાર્ટ, Australia/મેલબોર્ન, Australia/સિડની, " +#~ "Australia/બ્રોકન_હિલ, Australia/બ્રિસબેન, Australia/લિન્ડેમેન, Australia/એડેલેઇડ, " +#~ "Australia/ડાર્વિન, Australia/પર્થ" + +#~ msgid "" +#~ "America/Noronha, America/Belem, America/Fortaleza, America/Recife, " +#~ "America/Araguaina, America/Maceio, America/Bahia, America/Sao_Paulo, " +#~ "America/Campo_Grande, America/Cuiaba, America/Porto_Velho, America/" +#~ "Boa_Vista, America/Manaus, America/Eirunepe, America/Rio_Branco" +#~ msgstr "" +#~ "America/નોરોન્હા, America/બેલેમ, America/ફોર્ટાલેઝા, America/રેસિફે, America/" +#~ "આરાગુએના, America/મેસીઓ, America/બાહીઆ, America/સાઓ_પાઉલો, America/" +#~ "કોમ્પો_ગ્રાન્ડે, America/ક્યુબા, America/પોર્ટો_વેલ્હો, America/બોઆ_વિસ્ટા, America/" +#~ "માનુસ, America/ઇરુનેપે, America/રીઓ_બ્રાન્કો" + +#~ msgid "" +#~ "Canada/Newfoundland, Canada/Atlantic, Canada/Eastern, Canada/Central, " +#~ "Canada/East-Saskatchewan, Canada/Saskatchewan, Canada/Mountain, Canada/" +#~ "Pacific, Canada/Yukon" +#~ msgstr "" +#~ "Canada/ન્યુફાઉન્ડલેન્ડ, Canada/અટલાન્ટિક, Canada/પૂર્વીય, Canada/કેન્દ્રીય, Canada/" +#~ "પૂર્વ-સાસ્કાચેવાન, Canada/સાસ્કાચેવાન, Canada/માઉન્ટેન, Canada/પેસેફિક, Canada/યુકોન" + +#~ msgid "Africa/Kinshasa, Africa/Lubumbashi" +#~ msgstr "Africa/કિન્સાસા, Africa/લુબુમ્બાશી" + +#~ msgid "America/Santiago, Pacific/Easter" +#~ msgstr "America/સાન્તિઆગો, Pacific/ઇસ્ટર" + +#~ msgid "America/Guayaquil, Pacific/Galapagos" +#~ msgstr "America/ગ્યુઆકીલ, Pacific/ગાલાપાગોસ" + +#~ msgid "Europe/Madrid, Africa/Ceuta, Atlantic/Canary" +#~ msgstr "Europe/મેડ્રીડ, Africa/સેયુટા, Atlantic/કેનેરી" + +#~ msgid "Pacific/Yap, Pacific/Truk, Pacific/Ponape, Pacific/Kosrae" +#~ msgstr "Pacific/યેપ, Pacific/ટ્રૂક, Pacific/પોનાપે, Pacific/કોસ્રે" + +#~ msgid "" +#~ "America/Godthab, America/Danmarkshavn, America/Scoresbysund, America/Thule" +#~ msgstr "America/ગોડથાબ, America/ડેન્માર્કશોન, America/સ્કોરબાયસન્ડ, America/થુલે" + +#~ msgid "Asia/Jakarta, Asia/Pontianak, Asia/Makassar, Asia/Jayapura" +#~ msgstr "Asia/જાકાર્તા, Asia/પોન્તીઆનાક, Asia/માકાસ્સાર, Asia/જયાપુરા" + +#~ msgid "Pacific/Tarawa, Pacific/Enderbury, Pacific/Kiritimati" +#~ msgstr "Pacific/તારાવા, Pacific/એન્ડરબરી, Pacific/કીરીમાતી" + +#~ msgid "Asia/Almaty, Asia/Qyzylorda, Asia/Aqtobe, Asia/Aqtau, Asia/Oral" +#~ msgstr "Asia/અલ્માતી, Asia/કવીઝીલોર્ડા, Asia/એક્ટોબે, Asia/એક્ટાવુ, Asia/ઓરલ" + +#~ msgid "Asia/Ulaanbaatar, Asia/Hovd, Asia/Choibalsan" +#~ msgstr "Asia/ઉલનબટોર, Asia/હોવડ, Asia/ચોઇબાલ્સાન" + +#~ msgid "Select a city in your time zone:" +#~ msgstr "તમારા સમય વિસ્તારમાંનું શહેર પસંદ કરો:" + +#~ msgid "Mexico/General, Mexico/BajaSur, Mexico/BajaNorte" +#~ msgstr "Mexico/સામાન્ય, Mexico/બાજાસુર, Mexico/બાજાનોર્ટે" + +#~ msgid "Pacific/Auckland, Pacific/Chatham" +#~ msgstr "Pacific/ઓકલેન્ડ, Pacific/ચેથામ" + +#~ msgid "Pacific/Tahiti, Pacific/Marquesas, Pacific/Gambier" +#~ msgstr "Pacific/તાહિતી, Pacific/માર્કેસસ, Pacific/ગામ્બેઇર" + +#~ msgid "Europe/Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgstr "Europe/લિસ્બન, Atlantic/મેડીઇરા, Atlantic/એઝોરેસ" + +#~ msgid "" +#~ "Europe/Kaliningrad, Europe/Moscow, Europe/Samara, Asia/Yekaterinburg, " +#~ "Asia/Omsk, Asia/Novosibirsk, Asia/Krasnoyarsk, Asia/Irkutsk, Asia/" +#~ "Yakutsk, Asia/Vladivostok, Asia/Sakhalin, Asia/Magadan, Asia/Kamchatka, " +#~ "Asia/Anadyr" +#~ msgstr "" +#~ "Europe/ક્લાલીનગ્રાડ, Europe/મોસ્કો, Europe/સમારા, Asia/યેકાતીરાનબર્ગ, Asia/" +#~ "ઓમસ્ક, Asia/નોવોસીબિર્સ્ક, Asia/ક્રાસનોયાર્સ્ક, Asia/ઈર્કુત્સક, Asia/યાકુત્સક, Asia/" +#~ "વ્લાડીવોસ્ટોક, Asia/સખાલિન, Asia/મગાદાન, Asia/કામચાટ્કા, Asia/એનાડીર" + +#~ msgid "Pacific/Johnston, Pacific/Midway, Pacific/Wake" +#~ msgstr "Pacific/જોહ્નસ્ટન, Pacific/મિડવે, Pacific/વેક" + +#~ msgid "Select a location in your time zone:" +#~ msgstr "તમારા સમય વિસ્તારમાંનું સ્થળ પસંદ કરો:" + +#~ msgid "" +#~ "US/Eastern, US/Central, US/Mountain, US/Pacific, US/Alaska, US/Hawaii, US/" +#~ "Arizona, US/East-Indiana, US/Samoa" +#~ msgstr "" +#~ "US/પૂર્વીય, US/કેન્દ્રીય, US/માઉન્ટેન, US/પેસેફિક, US/અલાસ્કા, US/હવાઇ, US/એરિઝોના, " +#~ "US/પૂર્વ-ઇન્ડિયાના, US/સમોઆ" + +#~ msgid "Select your time zone:" +#~ msgstr "તમારો સમય વિસ્તાર પસંદ કરો:" + +#, fuzzy +#~ msgid "Configure the time zone" +#~ msgstr "સમય વિસ્તાર રૂપરેખાંકિત કરો" + +#, fuzzy +#~ msgid "Saving the time zone..." +#~ msgstr "સમય વિસ્તાર સંગ્રહ કરે છે..." + +#~ msgid "Selected time zone" +#~ msgstr "પસંદ કરેલ સમય વિસ્તાર" + +#~ msgid "Based on your country, your time zone is ${ZONE}." +#~ msgstr "તમારા દેશ પરથી, તમારો સમય વિસ્તાર ${ZONE} છે." + +#~ msgid "" +#~ "McMurdo, South_Pole, Rothera, Palmer, Mawson, Davis, Casey, Vostok, " +#~ "DumontDUrville, Syowa" +#~ msgstr "" +#~ "મેકમુરડો, દક્ષિણ_ધ્રુવ, રોથેરા, પાલ્મેર, માઉસેન, ડેવીસ, કેસે, વોસ્તોક, ડુમોન્ટડુર્વિલે, " +#~ "સયોવા" + +#~ msgid "" +#~ "Lord_Howe, Hobart, Melbourne, Sydney, Broken_Hill, Brisbane, Lindeman, " +#~ "Adelaide, Darwin, Perth" +#~ msgstr "" +#~ "લોર્ડ_હોવે, હોબાર્ટ, મેલબોર્ન, સિડની, બ્રોકન_હિલ, બ્રિસબેન, લિન્ડેમેન, એડેલેઇડ, " +#~ "ડાર્વિન, પર્થ" + +#~ msgid "" +#~ "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao_Paulo, " +#~ "Campo_Grande, Cuiaba, Porto_Velho, Boa_Vista, Manaus, Eirunepe, Rio_Branco" +#~ msgstr "" +#~ "નોરોન્હા, બેલેમ, ફોર્ટાલેઝા, રેસિફે, આરાગુએના, મેસીઓ, બાહીઆ, સાઓ_પાઉલો, " +#~ "કોમ્પો_ગ્રાન્ડે, ક્યુબા, પોર્ટો_વેલ્હો, બોઆ_વિસ્ટા, માનુસ, ઇરુનેપે, રીઓ_બ્રાન્કો" + +#~ msgid "" +#~ "Newfoundland, Atlantic, Eastern, Central, East-Saskatchewan, " +#~ "Saskatchewan, Mountain, Pacific, Yukon" +#~ msgstr "" +#~ "ન્યુફાઉન્ડલેન્ડ, અટલાન્ટિક, પૂર્વીય, કેન્દ્રીય, પૂર્વ-સાસ્કાચેવાન, સાસ્કાચેવાન, માઉન્ટેન, " +#~ "પેસેફિક, યુકોન" + +#~ msgid "Kinshasa, Lubumbashi" +#~ msgstr "કિન્સાસા, લુબુમ્બાશી" + +#~ msgid "Santiago, Easter" +#~ msgstr "સાન્તિઆગો, ઇસ્ટર" + +#~ msgid "Guayaquil, Galapagos" +#~ msgstr "ગ્યુઆકીલ, ગાલાપાગોસ" + +#~ msgid "Madrid, Ceuta, Atlantic/Canary" +#~ msgstr "મેડ્રીડ, સેયુટા, Atlantic/કેનેરી" + +#~ msgid "Yap, Truk, Ponape, Kosrae" +#~ msgstr "યેપ, ટ્રૂક, પોનાપે, કોસ્રે" + +#~ msgid "Godthab, Danmarkshavn, Scoresbysund, Thule" +#~ msgstr "ગોડથાબ, ડેન્માર્કશોન, સ્કોરબાયસન્ડ, થુલે" + +#~ msgid "Jakarta, Pontianak, Makassar, Jayapura" +#~ msgstr "જાકાર્તા, પોન્તીઆનાક, માકાસ્સાર, જયાપુરા" + +#~ msgid "Tarawa, Enderbury, Kiritimati" +#~ msgstr "તારાવા, એન્ડરબરી, કીરીમાતી" + +#~ msgid "Almaty, Qyzylorda, Aqtobe, Aqtau, Oral" +#~ msgstr "અલ્માતી, કવીઝીલોર્ડા, એક્ટોબે, એક્ટાવુ, ઓરલ" + +#~ msgid "Ulaanbaatar, Hovd, Choibalsan" +#~ msgstr "ઉલનબટોર, હોવડ, ચોઇબાલ્સાન" + +#~ msgid "Auckland, Chatham" +#~ msgstr "ઓકલેન્ડ, ચેથામ" + +#~ msgid "Tahiti, Marquesas, Gambier" +#~ msgstr "તાહિતી, માર્કેસસ, ગામ્બેઇર" + +#~ msgid "Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgstr "લિસ્બન, Atlantic/મેડીઇરા, Atlantic/એઝોરેસ" + +#~ msgid "" +#~ "Kaliningrad, Moscow, Samara, Yekaterinburg, Omsk, Novosibirsk, " +#~ "Krasnoyarsk, Irkutsk, Yakutsk, Vladivostok, Sakhalin, Magadan, Kamchatka, " +#~ "Anadyr" +#~ msgstr "" +#~ "ક્લાલીનગ્રાડ, મોસ્કો, સમારા, યેકાતીરાનબર્ગ, ઓમસ્ક, નોવોસીબિર્સ્ક, ક્રાસનોયાર્સ્ક, " +#~ "ઈર્કુત્સક, યાકુત્સક, વ્લાડીવોસ્ટોક, સખાલિન, મગાદાન, કામચાટ્કા, એનાડીર" + +#~ msgid "Johnston, Midway, Wake" +#~ msgstr "જોહ્નસ્ટન, મિડવે, વેક" + +#~ msgid "" +#~ "Eastern, Central, Mountain, Pacific, Alaska, Hawaii, Arizona, East-" +#~ "Indiana, Samoa" +#~ msgstr "" +#~ "પૂર્વીય, કેન્દ્રીય, માઉન્ટેન, પેસેફિક, અલાસ્કા, હવાઇ, એરિઝોના, પૂર્વ-ઇન્ડિયાના, સમોઆ" + +#~ msgid "Configure time zone" +#~ msgstr "સમય વિસ્તાર રૂપરેખાંકિત કરો" + +#~ msgid "Saving time zone..." +#~ msgstr "સમય વિસ્તાર સંગ્રહ કરે છે..." + +#~ msgid "Atlantic/Canary" +#~ msgstr "Atlantic/કેનેરી" + +#~ msgid "Mexico/General" +#~ msgstr "Mexico/સામાન્ય" + +#~ msgid "Mexico/BajaSur" +#~ msgstr "Mexico/બાજાસુર" + +#~ msgid "Mexico/BajaNorte" +#~ msgstr "Mexico/બાજાનોર્ટે" + +#~ msgid "Atlantic/Madeira" +#~ msgstr "Atlantic/મેડીઇરા" + +#~ msgid "Atlantic/Azores" +#~ msgstr "Atlantic/એઝોરેસ" + +#~ msgid "Hawaii" +#~ msgstr "હવાઇ" --- tzdata-2009b.orig/debian/po/POTFILES.in +++ tzdata-2009b/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates --- tzdata-2009b.orig/debian/po/eu.po +++ tzdata-2009b/debian/po/eu.po @@ -0,0 +1,2834 @@ +# translation of eu.po to Euskara +# 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. +# Inaki Larranaga Murgoitio 2005 +# +# Piarres Beobide , 2004, 2005, 2006, 2007. +msgid "" +msgstr "" +"Project-Id-Version: eu\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-04 07:56+0200\n" +"PO-Revision-Date: 2007-05-18 11:03+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \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: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Antarctica" +msgstr "Antartikoa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Arctic" +msgstr "Artikoa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 +#: ../templates:10001 +msgid "Atlantic" +msgstr "Atlantikoa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Canada" +msgstr "Kanada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Indian" +msgstr "India" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 +#: ../templates:10001 +msgid "Pacific" +msgstr "Pazifikoa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Etc" +msgstr "Etab" + +#. Type: select +#. Description +#: ../templates:2002 +msgid "Geographic area:" +msgstr "Eremu geografikoa" + +#. Type: select +#. Description +#: ../templates:2002 +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." +msgstr "Mesedez hautatu bizi zaren eremu geografikoa. Hurrengo konfigurazio galderek aukera hau zehaztuko dute kokaturik zauden eremuko hiri zerrenda bat aurkeztuaz." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Addis_Ababa" +msgstr "Addis_Abeba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bangui" +msgstr "Bangi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ceuta" +msgstr "Zeuta" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Conakry" +msgstr "Konakry" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Djibouti" +msgstr "Djibuti" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Niamey" +msgstr "Niamei" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#: ../templates:3001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 +#: ../templates:4002 +#: ../templates:5002 +#: ../templates:6002 +#: ../templates:7002 +#: ../templates:8002 +#: ../templates:9002 +#: ../templates:10002 +#: ../templates:11002 +#: ../templates:12002 +#: ../templates:13002 +#: ../templates:14001 +#: ../templates:15001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 +#: ../templates:4002 +#: ../templates:5002 +#: ../templates:6002 +#: ../templates:7002 +#: ../templates:8002 +#: ../templates:9002 +#: ../templates:10002 +#: ../templates:11002 +#: ../templates:12002 +#: ../templates:13002 +#: ../templates:14001 +#: ../templates:15001 +msgid "Please select the time zone corresponding to your location." +msgstr "Mesedez hautatu zure kokapenari dagokion ordu zonaldea." + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Buenos_Aires" +msgstr "Buenos_Aires" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayman" +msgstr "Kaiman" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Coral_Harbour" +msgstr "Salliit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cordoba" +msgstr "Cordoba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cuiaba" +msgstr "Amerika/Cuiaba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fort_Wayne" +msgstr "Fort_Wayne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fortaleza" +msgstr "Amerika/Fortaleza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Godthab" +msgstr "Amerika/Godthab" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guayaquil" +msgstr "Amerika/Guayaquil" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Knox_IN" +msgstr "Knox_IN" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Manaus" +msgstr "Manao" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Martinique" +msgstr "Martinika" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mexico_City" +msgstr "Mexico_Hiria" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rio_Branco" +msgstr "Amerika/Rio_Branco" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South_Pole" +msgstr "Hego_Poloa" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "ACT" +msgstr "ACT" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "LHI" +msgstr "LHI" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "NSW" +msgstr "NSW" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "North" +msgstr "Ipar" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Queensland" +msgstr "Queensland" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "South" +msgstr "Hegoa" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Tasmania" +msgstr "Tasmania" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Victoria" +msgstr "Victoria" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "West" +msgstr "Mendebaldea" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashkhabad" +msgstr "Ashkhabad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Calcutta" +msgstr "Kalk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chungking" +msgstr "Chungking" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dacca" +msgstr "Dacca" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 +#: ../templates:11001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Katmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macao" +msgstr "Macao" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 +#: ../templates:11001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Saigon" +msgstr "Saigon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimbu" +msgstr "Thimbu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulan_Bator" +msgstr "Ulan_Bator" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Canary" +msgstr "Kanariak" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faeroe" +msgstr "Faeroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "South_Georgia" +msgstr "Hego_Georgia" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Central" +msgstr "Erdialdea" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "East-Saskatchewan" +msgstr "Ekialdeko-Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Eastern" +msgstr "Ekialdea" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mountain" +msgstr "Mendia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Newfoundland" +msgstr "Newfoundland" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Brussels" +msgstr "Bruselas" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Copenhagen" +msgstr "Kopenhage" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Isle_of_Man" +msgstr "Man_Uhartea" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Madrid" +msgstr "Madril" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Moscow" +msgstr "Moscu" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Rome" +msgstr "Erroma" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Stockholm" +msgstr "Stokolmo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vatican" +msgstr "Vaticanoa" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Maldives" +msgstr "Maldivak" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mauritius" +msgstr "Maurizio" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Easter" +msgstr "Ekialdea" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fiji" +msgstr "Fidji" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Galapagos" +msgstr "Galapagoak" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Yap" +msgstr "Yap" + --- tzdata-2009b.orig/debian/po/templates.pot +++ tzdata-2009b/debian/po/templates.pot @@ -0,0 +1,3101 @@ +# 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. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: 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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "" + +#. Type: select +#. Description +#: ../templates:1002 +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." +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Abidjan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Yap" +msgstr "" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "" +"Please select the geographic area in which you live, then you will be shown " +"a list of cities which represent the time zone in which they are located." +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "ACT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "LHI" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "NSW" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "North" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Queensland" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Tasmania" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Victoria" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "West" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashkhabad" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chungking" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dacca" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macao" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimbu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulan_Bator" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faeroe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "AST4" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "AST4ADT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "CST6" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "CST6CDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "EST5" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "EST5EDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "HST10" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "MST7" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "MST7MDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "PST8" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "PST8PDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "YST9" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "YST9YDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+0" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+1" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+10" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+11" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+12" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+2" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+3" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+4" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+5" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+6" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+7" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+8" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+9" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-0" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-1" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-10" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-11" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-12" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-13" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-14" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-2" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-3" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-4" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-5" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-6" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-7" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-8" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-9" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT0" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "Greenwich" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "UCT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "UTC" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "Universal" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "Zulu" +msgstr "" --- tzdata-2009b.orig/debian/po/pt.po +++ tzdata-2009b/debian/po/pt.po @@ -0,0 +1,2713 @@ +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2007e-6\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: 2007-05-01 23:04+0100\n" +"Last-Translator: Ricardo Silva \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: Plural-Forms: nplurals=2; plural=n>1;\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "África" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "América" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "Antárctida" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "Austrália" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "Árctico" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "Ásia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "Atlântico" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "Canadá" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "Índico" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "Pacífico" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Área geográfica:" + +#. Type: select +#. Description +#: ../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." +msgstr "" +"Por favor escolha a área geográfica onde vive, depois ser-lhe-á mostrada uma " +"lista de cidades que representam o fuso horário em que se encontra." + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abijão" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "Acra" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Adis_Abeba" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "Argel" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "Conacri" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "Dacar" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiún" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Joanesburgo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "Campala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "Cartum" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Quinxassa" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaca" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadíscio" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monróvia" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Uagadugo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "São_Tome" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "Trípoli" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunes" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "Por favor escolha o fuso horário do sítio onde se encontra." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "Ilhas Anguillas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "Antígua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaína" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "Assunção" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "Baía" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "Buenos_Aires" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Baía_de_Cambridge" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "Caiena" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "Caimão" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "Córdoba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepé" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "Forte_Wayne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Baía_Glace" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Baía_de_Goose" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guaiaquil" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "Guiana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "Knox_IN" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "Manágua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazátlan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Cidade_do_México" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrei" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "Nova_Iorque" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Porto_da_Espanha" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Porto_Rico" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Santa_Lúcia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "Pólo_Sul" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtöbe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdade" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "Barein" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "Banguecoque" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirute" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "Calcutá" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "Díli" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "Istambul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jacarta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalém" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "Cabul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "Carachi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "Catmandu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "Macassar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscate" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "Nicósia" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "Quatar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riade" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riade87" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riade88" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riade89" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "Saigão" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sacalina" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarcanda" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "Xangai" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapura" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipé" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "Teerão" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tóquio" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vienciana" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Ecaterimburgo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "Açores" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermudas" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "Canárias" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cabo_Verde" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reiquejavique" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Geórgia_do_Sul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "Santa_Helena" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "Central" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "Saskatchewan-do-Este" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "Este" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "Montanha" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "Newfoundland" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "Amsterdão" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "Berlim" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "Bratislávia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "Bruxelas" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "Bucareste" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "Budapeste" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "Copenhaga" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "Helsínquia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "Ilha_de_Man" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "Kaliningrado" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "Mónaco" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "Moscovo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "Estocolmo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "Vaticano" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "Varsóvia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "Zurique" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "Ilha_Natal" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "Maldivas" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "Maurício" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "Ilha_Reunião" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "Ilha_da_Páscoa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "Galápagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "Porto_Moresby" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009b.orig/debian/po/ru.po +++ tzdata-2009b/debian/po/ru.po @@ -0,0 +1,2713 @@ +# translation of tzdata_2007e-6_debconf-ru.po to Russian +# Yuri Kozlov , 2007. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +msgid "" +msgstr "" +"Project-Id-Version: 2007e-6\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: 2007-04-29 21:28+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \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: KBabel 1.11.4\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "Африка" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "Америка" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "Антарктида" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "Австралия" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "Арктика" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "Азия" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "Атлантика" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "Канада" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "Европа" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "Индийский регион" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "Тихоокеанский регион" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "В соотвествии с SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "Другой" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Географический район:" + +#. Type: select +#. Description +#: ../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." +msgstr "" +"Выберите географический район в котором вы живёте, затем вам предложат " +"список городов, которые расположены в этом часовом поясе." + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Abidjan" +msgstr "Абиджан" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "Аккра" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Аддис-Абеба" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "Алжир" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "Асмара" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "Асмэра" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "Бамако" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "Банги" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "Банжул" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "Бисау" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "Блантайр" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Браззавиль" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Бужумбура" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "Каир" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "Касабланка" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "Сеута" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "Конакри" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "Дакар" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Дар-эс-Салам" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "Джибути" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "Дуала" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "Эль-Айюн" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "Фритаун" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "Габороне" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "Хараре" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Йоханнесбург" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "Кампала" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "Хартум" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "Кигали" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Киншаса" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "Лагос" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "Либревиль" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "Ломе" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "Луанда" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Лубумбаши" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "Лусака" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "Малабо" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "Мапуту" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "Масеру" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "Мбабане" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Могадишу" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "Монровия" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "Найроби" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Нджамена" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "Ниамей" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Нуакшот" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Уагадугу" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Порто-Ново" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Сан-Томе" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Тимбукту" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "Триполи" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "Тунис" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "Выберите часовой пояс в том месте, где вы сейчас находитесь." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "Адак" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "Анкоридж" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "Ангилья" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "Антигуа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "Арагайна" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "Аруба" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "Асунсьон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "Атикокан" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "Атка" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "Баия" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "Барбадос" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "Белем" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "Белиз" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Бланк-Саблон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Боа-Виста" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "Богота" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "Бойси" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "Буэнос-Айрес" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Кеймбридж-Бей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Кампу-Гранде" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "Канкун" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "Каракас" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "Катамарка" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "Кайенна" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "Кайман" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "Чикаго" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Чиуауа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Корал-Харбор" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "Кордоба" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Коста-Рика" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Куяба" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "Кюрасао" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Данмаркшавн" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "Доусон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Доусон-Крик" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "Денвер" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "Детройт" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "Доминика" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "Эдмонтон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Эйрунепе" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "Эль-Сальвадор" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "Энсенада" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "Форт-Уэйн" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Форталеза" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Глейс-Бей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "Готхоб" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Гус-Бей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Гранд-Турк" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "Гренада" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Гваделупа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "Гватемала" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Гуаякиль" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "Гайана" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "Галифакс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "Гавана" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Эрмосильо" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "Индианаполис" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "Инувик" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Икалуит" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "Ямайка" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "Жужуй" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "Джуно" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "Нокс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "Ла-Пас" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "Лима" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Лос-Анджелес" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "Луисвилль" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "Масейо" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "Манагуа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "Манаус" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "Мартиника" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Мазатлан" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "Мендоса" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "Меномини" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "Мерида" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Мехико" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "Микелон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "Монктон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "Монтеррей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "Монтевидео" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "Монреаль" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "Монтсеррат" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "Нассау" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "Нью-Йорк" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "Нипигон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "Ном" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "Норона" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "Панама" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Пангниртунг" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Парамарибо" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "Феникс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Порт-о-Пренс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Порт-оф-Спейн" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Порту-Акре" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Порту-Велью" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Пуэрто-Рико" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Рэйни-Ривер" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Рэнкин-Инлет" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "Рефиси" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "Регина" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "Резолют" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Риу-Бранку" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "Росарио" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "Сантьяго" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Санто-Доминго" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Сан-Паулу" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Скорсбисунн" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "Шипрок" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "Сент-Джонс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Сент-Китс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Сент-Люсия" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Сент-Томас" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Сент-Винсент" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Свифт-Карент" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Тегусигальпа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "Туле" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Тандер-Бей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "Тихуана" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "Торонто" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "Тортола" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "Ванкувер" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "Вирджиния" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Уайтхорс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Виннипег" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "Якутат" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Еллоунайф" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "Кейси" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "Дэвис" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Дюмонд-Дюрвиль" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "Мейсон" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "Марк-Мердо" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "Палмер" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "Ротера" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "Южный полюс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "Сева" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "Восток" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "Аделаида" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "Брисбен" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Брокен-Хилл" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "Канберра" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "Керри" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "Дарвин" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "Юкла" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "Хобарт" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "Линдеман" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Лорд-Хау" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "Мельбурн" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "Перт" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "Сидней" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Янковинна" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Лонгийир" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "Аден" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "Алма-Ата" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "Амман" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "Анадырь" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "Актау" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Актюбинск" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ашхабад" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "Багдад" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "Бахрейн" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "Баку" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "Бангкок" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "Бейрут" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "Бишкек" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "Бруней" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "Калькутта" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Чойбалсан" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "Чунцин" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "Коломбо" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "Дамаск" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "Дакка" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "Дили" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "Дубай" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Душанбе" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "Газа" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "Харбин" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Гонконг" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "Ховд" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Иркутск" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "Стамбул" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "Джакарта" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "Джаяпура" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Иерусалим" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "Кабул" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Камчатка" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "Карачи" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "Кашгар" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "Катманду" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Красноярск" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Куала-Лумпур" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "Кучинг" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "Кувейт" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "Макау" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "Магадан" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "Макассар" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "Манила" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "Маскат" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "Никосия" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Новосибирск" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "Омск" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "Уральск" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Пномпень" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "Понтианак" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Пхеньян" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "Катар" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Кзыл-Орда" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "Янгон" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "Эр-Рияд" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Эр-Рияд87" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Эр-Рияд88" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Эр-Рияд89" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "Хошимин" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Сахалин" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "Самарканд" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "Сеул" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "Шанхай" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "Сингапур" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "Тайбэй" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "Ташкент" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Тбилиси" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "Тегеран" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Тель-Авив" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "Тхимпху" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "Токио" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Уюнг-Панданг" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Улаанбаатар" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "Урумчи" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "Вьентьян" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Владивосток" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Якутск" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Екатеринбург" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "Ереван" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "Азорские острова" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "Бермуды" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "Канары" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Кабо-Верде" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "Фарерские острова" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Ян-Майен" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "Мадейра" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Рейкьявик" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Южная Георгия" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "Остров Святой Елены" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "Стенли" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "Централ" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "Ист-Саскачеван" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "Истерн" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "Маунтин" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "Ньюфаундленд" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "Саскачеван" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "Юкон" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "Амстердам" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "Андорра" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "Афины" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "Белфаст" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "Белград" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "Берлин" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "Братислава" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "Брюссель" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "Бухарест" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "Будапешт" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "Кишинёв" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "Копенгаген" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "Дублин" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "Гибралтар" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "Гернси" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "Хельсинки" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "Остров Мэн" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "Джерси" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "Калининград" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "Киев" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "Лиссабон" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "Любляна" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "Лондон" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "Люксембург" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "Мадрид" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "Мальта" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "Мариехамн" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "Минск" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "Монако" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "Москва" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "Осло" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "Париж" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "Подгорица" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "Прага" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "Рига" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "Рим" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "Самара" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "Сан-Марино" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "Сараево" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "Симферополь" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "Скопье" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "София" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "Стокгольм" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "Таллин" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "Тирана" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "Тирасполь" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "Ужгород" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "Вадуц" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "Ватикан" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "Вена" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "Вильнюс" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "Волгоград" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "Варшава" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "Загреб" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "Запорожье" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "Цурих" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "Антананариву" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "Чагос" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "Крисмас" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "Кокосовые острова" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "Коморские острова" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "Кергелен" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "Маэ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "Мальдивы" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "Маврикий" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "Майотта" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "Реюньон" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "Апиа" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "Окленд" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "Чатем" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "Остров Пасхи" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "Эфате" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "Эндербери" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "Факаофо" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "Фиджи" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "Фунафути" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "Галапагосские острова" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "Остров Гамбье" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "Гуадалканал" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "Гуам" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "Гонолулу" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "Джонстон" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "Киритимати" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "Косрэй" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "Кваджелейн" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "Маджуро" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "Маркизские острова" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "Мидуэй" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "Науру" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "Ниуэ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "Норфолк" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "Нумеа" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "Паго-Паго" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "Палау" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "Питкэрн" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "Понпеи" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "Порт-Морсби" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "Раротонга" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "Сайпан" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "Самоа" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "Таити" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "Тарава" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "Тонгатапу" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "Трук" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "Вейк" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "Уоллис" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Yap" +msgstr "Яп" --- tzdata-2009b.orig/debian/po/id.po +++ tzdata-2009b/debian/po/id.po @@ -0,0 +1,3072 @@ +# 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: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-04 07:56+0200\n" +"PO-Revision-Date: 2007-05-11 20:33+0700\n" +"Last-Translator: Arief S Fitrianto \n" +"Language-Team: Debian Indonesia Team \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Antarctica" +msgstr "Antartika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Arctic" +msgstr "Arktik" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 +#: ../templates:10001 +msgid "Atlantic" +msgstr "Atlantik" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Canada" +msgstr "Kanada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Europe" +msgstr "Eropa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Indian" +msgstr "India" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 +#: ../templates:10001 +msgid "Pacific" +msgstr "Pasifik" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "SystemV" +msgstr "Sistem V" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Etc" +msgstr "ETC" + +#. Type: select +#. Description +#: ../templates:2002 +msgid "Geographic area:" +msgstr "Area Geografis:" + +#. Type: select +#. Description +#: ../templates:2002 +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." +msgstr "Silakan pilih area 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 +#: ../templates:3001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Algiers" +msgstr "Algeria" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bamako" +msgstr "Barnako" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bissau" +msgstr "Bisau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Brazzaville" +msgstr "Brazzavila" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dar_es_Salaam" +msgstr "Darus Salam" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Aaiun" +msgstr "Al-Aaiun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Gaborone" +msgstr "Gaborona" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Johannesburg" +msgstr "Johannerburg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Khartoum" +msgstr "Khartum" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Libreville" +msgstr "Libravila" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lome" +msgstr "Loma" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nouakchott" +msgstr "Nouakchot" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto-Novo" +msgstr "Porto Novo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Tome" +msgstr "Sao Toma" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tunis" +msgstr "Tunisia" + +#. Type: select +#. Choices +#: ../templates:3001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 +#: ../templates:4002 +#: ../templates:5002 +#: ../templates:6002 +#: ../templates:7002 +#: ../templates:8002 +#: ../templates:9002 +#: ../templates:10002 +#: ../templates:11002 +#: ../templates:12002 +#: ../templates:13002 +#: ../templates:14001 +#: ../templates:15001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 +#: ../templates:4002 +#: ../templates:5002 +#: ../templates:6002 +#: ../templates:7002 +#: ../templates:8002 +#: ../templates:9002 +#: ../templates:10002 +#: ../templates:11002 +#: ../templates:12002 +#: ../templates:13002 +#: ../templates:14001 +#: ../templates:15001 +msgid "Please select the time zone corresponding to your location." +msgstr "Silakan pilih daerah waktu yang bersesuaian dengan tempat Anda." + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anchorage" +msgstr "Anchoraga" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Blanc-Sablon" +msgstr "Blanc Sablon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Buenos_Aires" +msgstr "Buenos Aires" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cambridge_Bay" +msgstr "Pantai Cambridge" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Caracas" +msgstr "Karakas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Catamarca" +msgstr "Katamarka" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chihuahua" +msgstr "Cihuahua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cordoba" +msgstr "Cordoba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "El_Salvador" +msgstr "El Savador" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fort_Wayne" +msgstr "Fort-Wayne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Glace_Bay" +msgstr "Pantai Glace" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Goose_Bay" +msgstr "Pantai Goose" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guadeloupe" +msgstr "Guadaloupe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Hermosillo" +msgstr "Hermisilo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Knox_IN" +msgstr "Knox_IN" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Martinique" +msgstr "Martinik" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nome" +msgstr "Noma" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port_of_Spain" +msgstr "Pelabuhan Spanyol" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Johns" +msgstr "Saint John" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Kitts" +msgstr "Saint Kitt" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Lucia" +msgstr "Saint Lucia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Thomas" +msgstr "Saint Thomas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Vincent" +msgstr "Saint Vincent" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Swift_Current" +msgstr "Swift-Current" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thunder_Bay" +msgstr "Pantai Thunder" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tortola" +msgstr "Tortoka" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South_Pole" +msgstr "Kutub Selatan" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "ACT" +msgstr "ACT" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Canberra" +msgstr "Canbera" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "LHI" +msgstr "LHI" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lord_Howe" +msgstr "Pulau Lord Howe" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "NSW" +msgstr "NSW" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "North" +msgstr "Utara" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Queensland" +msgstr "Queensland" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "South" +msgstr "Selatan" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Tasmania" +msgstr "Tasmania" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Victoria" +msgstr "Victoria" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "West" +msgstr "Barat" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Yancowinna" +msgstr "Yancowina" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Anadyr" +msgstr "Moscow+10 - Laut Bering" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashkhabad" +msgstr "Ashkhabad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bishkek" +msgstr "Bishek" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Calcutta" +msgstr "Calcutta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chungking" +msgstr "Chungking" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dacca" +msgstr "Daka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Damascus" +msgstr "Damaskus" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hong_Kong" +msgstr "Hongkong" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Irkutsk" +msgstr "Moscow+05 - Danau Baikal" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 +#: ../templates:11001 +msgid "Istanbul" +msgstr "Istambul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kamchatka" +msgstr "Moscow+09 - Kamchatka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Katmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Krasnoyarsk" +msgstr "Moscow+04 - Sungai Yenisei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macao" +msgstr "Makao" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macau" +msgstr "Makau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Magadan" +msgstr "Moscow+08 - Magadan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 +#: ../templates:11001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Novosibirsk" +msgstr "Moscow+03 - Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Omsk" +msgstr "Moscow+03 - Siberia Barat" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Saigon" +msgstr "Saigon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Sakhalin" +msgstr "Moscow+07 - Kep. Sakhalin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Samarkand" +msgstr "Samarkandi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Singapore" +msgstr "Singapura" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimbu" +msgstr "Thimbu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ujung_Pandang" +msgstr "Makasar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulan_Bator" +msgstr "Ulan Bator" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vladivostok" +msgstr "Moscow+07 - Sungai Amur" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yakutsk" +msgstr "Moscow+06 - Sungai Lena" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yekaterinburg" +msgstr "Moscow+02 - Urals" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Canary" +msgstr "Kanari" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Cape_Verde" +msgstr "Teluk Verde" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faeroe" +msgstr "Faeroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "South_Georgia" +msgstr "Georgia Selatan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "St_Helena" +msgstr "Saint Helena" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Central" +msgstr "Tengah" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "East-Saskatchewan" +msgstr "Saskatchewan Timur" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Eastern" +msgstr "Timur" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mountain" +msgstr "Pegunungan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Newfoundland" +msgstr "Newfoundland" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Athens" +msgstr "Athena" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belfast" +msgstr "Belfas" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Brussels" +msgstr "Brussel" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bucharest" +msgstr "Buchares" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Budapest" +msgstr "Budapes" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Gibraltar" +msgstr "Jabaltar" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kaliningrad" +msgstr "Moscow-01 - Kaliningrad" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mariehamn" +msgstr "Marieham" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Moscow" +msgstr "Moscow+00 - Russia Barat" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Samara" +msgstr "Moscow+01 - Laut Kaspia" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Simferopol" +msgstr "Simferepol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tallinn" +msgstr "Talin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Warsaw" +msgstr "Warsawa" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Chatham" +msgstr "Kepulauan Chatham" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Easter" +msgstr "Pulau Easter" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Enderbury" +msgstr "Enderbury (Kep. Phoenix)" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Gambier" +msgstr "Kep. Gambier" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Johnston" +msgstr "Atol Johnston" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kiritimati" +msgstr "Kiritimati (Kep. Line)" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Marquesas" +msgstr "Kep. Marquesas" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Midway" +msgstr "Kep. Midway Islands" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tahiti" +msgstr "Tahiti (Kep. Society)" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tarawa" +msgstr "Tarawa (Kep. Gilbert)" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wake" +msgstr "Pulau Wake" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Choose language" +#~ msgstr "Pilih bahasa/Choose language" +#~ msgid "Storing language..." +#~ msgstr "Menyimpan bahasa..." +#~ msgid "United States[ default country ]" +#~ msgstr "Indonesia" +#~ msgid "other" +#~ msgstr "lainnya" +#~ msgid "US" +#~ msgstr "ID" +#~ msgid "Choose a country, territory or area:" +#~ msgstr "Pilih suatu negara, teritorial atau daerah:" +#~ msgid "" +#~ "Based on your language, you are probably located in one of these " +#~ "countries or regions." +#~ msgstr "" +#~ "Berdasarkan bahasa Anda, mungkin Anda berada di negara atau wilayah " +#~ "berikut." +#~ msgid "Choose a locale:" +#~ msgstr "Pilih bahasa lokal:" +#~ msgid "" +#~ "Based on your language and country choices, the following locale " +#~ "parameters are supported." +#~ msgstr "" +#~ "Berdasarkan pilihan bahasa dan negara Anda, parameter lokal berikut ini " +#~ "telah didukung." +#~ msgid "Choose other locales to be supported:" +#~ msgstr "Pilih bahasa lain yang ingin dipakai:" +#~ msgid "You may choose additional locales to be installed from this list." +#~ msgstr "" +#~ "Anda dapat memilih bahasa tambahan untuk diinstal dari daftar berikut." +#~ msgid "-- North America --" +#~ msgstr "-- Amerika Utara --" +#~ msgid "-- Central America --" +#~ msgstr "-- Amerika Tengah --" +#~ msgid "-- South America --" +#~ msgstr "-- Amerika Selatan --" +#~ msgid "-- Caribbean --" +#~ msgstr "-- Karibia --" +#~ msgid "-- Europe --" +#~ msgstr "-- Eropa --" +#~ msgid "-- Asia --" +#~ msgstr "-- Asia --" +#~ msgid "-- Africa --" +#~ msgstr "-- Afrika --" +#~ msgid "-- Indian Ocean --" +#~ msgstr "-- Samudera Indonesia --" +#~ msgid "-- Oceania --" +#~ msgstr "-- Oseania --" +#~ msgid "-- Antarctica --" +#~ msgstr "-- Antartika --" +#~ msgid "-- other --" +#~ msgstr "-- lainnya --" +#~ msgid "" +#~ "Antarctica/McMurdo, Antarctica/South_Pole, Antarctica/Rothera, Antarctica/" +#~ "Palmer, Antarctica/Mawson, Antarctica/Davis, Antarctica/Casey, Antarctica/" +#~ "Vostok, Antarctica/DumontDUrville, Antarctica/Syowa" +#~ msgstr "" +#~ "McMurdo, Kutub Selatan, Rothera, Palmer, Mawson, Davis, Casey, Vostok, " +#~ "Dumont-d'Urville, Syowa" +#~ msgid "" +#~ "Australia/Lord_Howe, Australia/Hobart, Australia/Melbourne, Australia/" +#~ "Sydney, Australia/Broken_Hill, Australia/Brisbane, Australia/Lindeman, " +#~ "Australia/Adelaide, Australia/Darwin, Australia/Perth" +#~ msgstr "" +#~ "Pulau Lord Howe, Hobart, Melbourne, Sydney, Broken Hill, Brisbane, " +#~ "Lindeman, Adelaide, Darwin, Perth" +#~ msgid "" +#~ "America/Noronha, America/Belem, America/Fortaleza, America/Recife, " +#~ "America/Araguaina, America/Maceio, America/Bahia, America/Sao_Paulo, " +#~ "America/Campo_Grande, America/Cuiaba, America/Porto_Velho, America/" +#~ "Boa_Vista, America/Manaus, America/Eirunepe, America/Rio_Branco" +#~ msgstr "" +#~ "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao Paulo, " +#~ "Campo Grande, Cuiaba, Porto Velho, Boa Vista, Manaus, Eirunepe, Rio Branco" +#~ msgid "" +#~ "Canada/Newfoundland, Canada/Atlantic, Canada/Eastern, Canada/Central, " +#~ "Canada/East-Saskatchewan, Canada/Saskatchewan, Canada/Mountain, Canada/" +#~ "Pacific, Canada/Yukon" +#~ msgstr "" +#~ "Newfoundland, Atlantik, Timur, Tengah, Saskatchewan Timur, Saskatchewan, " +#~ "Pegunungan, Pasifik, Yukon" +#~ msgid "Africa/Kinshasa, Africa/Lubumbashi" +#~ msgstr "Kinshasa, Lubumbashi" +#~ msgid "America/Santiago, Pacific/Easter" +#~ msgstr "Santiago, Pulau Easter" +#~ msgid "America/Guayaquil, Pacific/Galapagos" +#~ msgstr "Guayaquil, Galapagos" +#~ msgid "Europe/Madrid, Africa/Ceuta, Atlantic/Canary" +#~ msgstr "Madrid, Ceuta, Kepulauan Canary" +#~ msgid "Pacific/Yap, Pacific/Truk, Pacific/Ponape, Pacific/Kosrae" +#~ msgstr "Yap, Truk, Ponape, Kosrae" +#~ msgid "" +#~ "America/Godthab, America/Danmarkshavn, America/Scoresbysund, America/Thule" +#~ msgstr "Godthab, Danmarkshavn, Scoresbysund, Thule" +#~ msgid "Asia/Jakarta, Asia/Pontianak, Asia/Makassar, Asia/Jayapura" +#~ msgstr "Jakarta, Pontianak, Makassar, Jayapura" +#~ msgid "Pacific/Tarawa, Pacific/Enderbury, Pacific/Kiritimati" +#~ msgstr "" +#~ "Tarawa (Kep. Gilbert), Enderbury (Kep. Phoenix), Kiritimati (Kep. Line)" +#~ msgid "Asia/Almaty, Asia/Qyzylorda, Asia/Aqtobe, Asia/Aqtau, Asia/Oral" +#~ msgstr "Almaty, Qyzylorda, Aqtobe, Atyrau, Oral" +#~ msgid "Asia/Ulaanbaatar, Asia/Hovd, Asia/Choibalsan" +#~ msgstr "Ulaanbaatar, Hovd, Choibalsan" +#~ msgid "Select a city in your time zone:" +#~ msgstr "Pilih kota dalam zona waktu anda:" +#~ msgid "Mexico/General, Mexico/BajaSur, Mexico/BajaNorte" +#~ msgstr "Tengah, Pegunungan, Pasifik" +#~ msgid "Pacific/Auckland, Pacific/Chatham" +#~ msgstr "Auckland, Kepulauan Chatham" +#~ msgid "Pacific/Tahiti, Pacific/Marquesas, Pacific/Gambier" +#~ msgstr "Tahiti (Kep. Society), Kep. Marquesas, Kep. Gambier" +#~ msgid "Europe/Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgstr "Lisbon, Kep. Madeira, Azores" +#~ msgid "" +#~ "Europe/Kaliningrad, Europe/Moscow, Europe/Samara, Asia/Yekaterinburg, " +#~ "Asia/Omsk, Asia/Novosibirsk, Asia/Krasnoyarsk, Asia/Irkutsk, Asia/" +#~ "Yakutsk, Asia/Vladivostok, Asia/Sakhalin, Asia/Magadan, Asia/Kamchatka, " +#~ "Asia/Anadyr" +#~ msgstr "" +#~ "Moscow-01 - Kaliningrad, Moscow+00 - Russia Barat, Moscow+01 - Laut " +#~ "Kaspia, Moscow+02 - Urals, Moscow+03 - Siberia Barat, Moscow+03 - " +#~ "Novosibirsk, Moscow+04 - Sungai Yenisei, Moscow+05 - Danau Baikal, Moscow" +#~ "+06 - Sungai Lena, Moscow+07 - Sungai Amur, Moscow+07 - Kep. Sakhalin, " +#~ "Moscow+08 - Magadan, Moscow+09 - Kamchatka, Moscow+10 - Laut Bering" +#~ msgid "Pacific/Johnston, Pacific/Midway, Pacific/Wake" +#~ msgstr "Atol Johnston, Kep. Midway Islands, Pulau Wake" +#~ msgid "Select a location in your time zone:" +#~ msgstr "Pilih lokasi dalam zona waktu anda:" +#~ msgid "" +#~ "US/Eastern, US/Central, US/Mountain, US/Pacific, US/Alaska, US/Hawaii, US/" +#~ "Arizona, US/East-Indiana, US/Samoa" +#~ msgstr "" +#~ "Timur, Tengah, Pegunungan, Pasifik, Alaska, Hawaii, Arizona, Indiana " +#~ "Timur, Samoa" +#~ msgid "Select your time zone:" +#~ msgstr "Pilih zona waktu Anda:" + +#, fuzzy +#~ msgid "Configure the time zone" +#~ msgstr "Mengonfigurasi zona waktu" + +#, fuzzy +#~ msgid "Saving the time zone..." +#~ msgstr "Menyimpan zona waktu..." +#~ msgid "Selected time zone" +#~ msgstr "Zona waktu terpilih" +#~ msgid "Based on your country, your time zone is ${ZONE}." +#~ msgstr "Berdasarkan negara, zona waktu anda adalah ${ZONE}." +#~ msgid "" +#~ "McMurdo, South_Pole, Rothera, Palmer, Mawson, Davis, Casey, Vostok, " +#~ "DumontDUrville, Syowa" +#~ msgstr "" +#~ "McMurdo, Kutub Selatan, Rothera, Palmer, Mawson, Davis, Casey, Vostok, " +#~ "Dumont-d'Urville, Syowa" +#~ msgid "" +#~ "Lord_Howe, Hobart, Melbourne, Sydney, Broken_Hill, Brisbane, Lindeman, " +#~ "Adelaide, Darwin, Perth" +#~ msgstr "" +#~ "Pulau Lord Howe, Hobart, Melbourne, Sydney, Broken Hill, Brisbane, " +#~ "Lindeman, Adelaide, Darwin, Perth" +#~ msgid "" +#~ "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao_Paulo, " +#~ "Campo_Grande, Cuiaba, Porto_Velho, Boa_Vista, Manaus, Eirunepe, Rio_Branco" +#~ msgstr "" +#~ "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao Paulo, " +#~ "Campo Grande, Cuiaba, Porto Velho, Boa Vista, Manaus, Eirunepe, Rio Branco" +#~ msgid "" +#~ "Newfoundland, Atlantic, Eastern, Central, East-Saskatchewan, " +#~ "Saskatchewan, Mountain, Pacific, Yukon" +#~ msgstr "" +#~ "Newfoundland, Atlantik, Timur, Tengah, Saskatchewan Timur, Saskatchewan, " +#~ "Pegunungan, Pasifik, Yukon" +#~ msgid "Kinshasa, Lubumbashi" +#~ msgstr "Kinshasa, Lubumbashi" +#~ msgid "Santiago, Easter" +#~ msgstr "Santiago, Pulau Easter" +#~ msgid "Guayaquil, Galapagos" +#~ msgstr "Guayaquil, Galapagos" +#~ msgid "Madrid, Ceuta, Atlantic/Canary" +#~ msgstr "Madrid, Ceuta, Kepulauan Canary" +#~ msgid "Yap, Truk, Ponape, Kosrae" +#~ msgstr "Yap, Truk, Ponape, Kosrae" +#~ msgid "Godthab, Danmarkshavn, Scoresbysund, Thule" +#~ msgstr "Godthab, Danmarkshavn, Scoresbysund, Thule" +#~ msgid "Jakarta, Pontianak, Makassar, Jayapura" +#~ msgstr "Jakarta, Pontianak, Makassar, Jayapura" +#~ msgid "Tarawa, Enderbury, Kiritimati" +#~ msgstr "" +#~ "Tarawa (Kep. Gilbert), Enderbury (Kep. Phoenix), Kiritimati (Kep. Line)" +#~ msgid "Almaty, Qyzylorda, Aqtobe, Aqtau, Oral" +#~ msgstr "Almaty, Qyzylorda, Aqtobe, Atyrau, Oral" +#~ msgid "Ulaanbaatar, Hovd, Choibalsan" +#~ msgstr "Ulaanbaatar, Hovd, Choibalsan" +#~ msgid "Auckland, Chatham" +#~ msgstr "Auckland, Kepulauan Chatham" +#~ msgid "Tahiti, Marquesas, Gambier" +#~ msgstr "Tahiti (Kep. Society), Kep. Marquesas, Kep. Gambier" +#~ msgid "Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgstr "Lisbon, Kep. Madeira, Azores" +#~ msgid "" +#~ "Kaliningrad, Moscow, Samara, Yekaterinburg, Omsk, Novosibirsk, " +#~ "Krasnoyarsk, Irkutsk, Yakutsk, Vladivostok, Sakhalin, Magadan, Kamchatka, " +#~ "Anadyr" +#~ msgstr "" +#~ "Moscow-01 - Kaliningrad, Moscow+00 - Russia Barat, Moscow+01 - Laut " +#~ "Kaspia, Moscow+02 - Urals, Moscow+03 - Siberia Barat, Moscow+03 - " +#~ "Novosibirsk, Moscow+04 - Sungai Yenisei, Moscow+05 - Danau Baikal, Moscow" +#~ "+06 - Sungai Lena, Moscow+07 - Sungai Amur, Moscow+07 - Kep. Sakhalin, " +#~ "Moscow+08 - Magadan, Moscow+09 - Kamchatka, Moscow+10 - Laut Bering" +#~ msgid "Johnston, Midway, Wake" +#~ msgstr "Atol Johnston, Kep. Midway Islands, Pulau Wake" +#~ msgid "" +#~ "Eastern, Central, Mountain, Pacific, Alaska, Hawaii, Arizona, East-" +#~ "Indiana, Samoa" +#~ msgstr "" +#~ "Timur, Tengah, Pegunungan, Pasifik, Alaska, Hawaii, Arizona, Indiana " +#~ "Timur, Samoa" +#~ msgid "Configure time zone" +#~ msgstr "Mengonfigurasi zona waktu" +#~ msgid "Saving time zone..." +#~ msgstr "Menyimpan zona waktu..." +#~ msgid "Atlantic/Canary" +#~ msgstr "Kepulauan Canary" +#~ msgid "Mexico/General" +#~ msgstr "Tengah" +#~ msgid "Mexico/BajaSur" +#~ msgstr "Pegunungan" +#~ msgid "Mexico/BajaNorte" +#~ msgstr "Pasifik" +#~ msgid "Atlantic/Madeira" +#~ msgstr "Kep. Madeira" +#~ msgid "Atlantic/Azores" +#~ msgstr "Azores" +#~ msgid "Hawaii" +#~ msgstr "Hawaii" --- tzdata-2009b.orig/debian/po/hr.po +++ tzdata-2009b/debian/po/hr.po @@ -0,0 +1,2717 @@ +# 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: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: 2007-05-06 00:45+0200\n" +"Last-Translator: Josip Rodin \n" +"Language-Team: Croatian \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "Antarktika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "Australija" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "Arktik" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "Azija" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "Atlantic" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "Kanada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "Indijski" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "Pacific" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "Itd" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Geografsko područje:" + +#. Type: select +#. Description +#: ../templates:1002 +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." +msgstr "" +"Molim odaberite geografsko područje gdje vi ĚŞivite. Daljnja pitanja će " +"suziti odabir tako ĹĄto ćete dobiti popis gradova koji predstavljaju " +"vremenske zone u kojima se oni nalaze." + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "AlĚŞir" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ougadougou" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "Molim odaberite vremensku zonu koja odgovara vaĹĄoj lokaciji." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "Buenos_Aires" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "Cordoba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Kostarika" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "Fort_Wayne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "Gvatemala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamajka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "Knox_IN" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Portoriko" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "South_Pole" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "Aman" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "AĹĄgabat" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "BiĹĄkek" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "Kalkuta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "Damask" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "DuĹĄanbe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jeruzalem" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuvajt" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "Rijad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Rijad87" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Rijad88" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Rijad89" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "Saigon" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sahalin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "Ě angaj" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "TaĹĄkent" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Ekaterinburg" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "Azori" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "Kanarski_otoci" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Zelenortski_otoci" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "Farski_otoci" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "South_Georgia" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "Central" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "East-Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "Eastern" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "Mountain" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "Newfoundland" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "Atena" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "Beograd" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "Bruxelles" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "BukureĹĄt" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "BudimpeĹĄta" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "KiĹĄinjev" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "Kopenhagen" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "Kalinjingrad" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "Kijev" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "Lisabon" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "Luksemburg" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "Pariz" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "Rim" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "Sofija" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "UĹžhorod" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "Vatikan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "Beč" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "VarĹĄava" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "ZaporoĹžje" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "ZĂźrich" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "Maldivi" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "Mauricijus" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Yap" +msgstr "Yap" + --- tzdata-2009b.orig/debian/po/en.po +++ tzdata-2009b/debian/po/en.po @@ -0,0 +1,3106 @@ +# 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. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "Africa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "America" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "Antarctica" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "Arctic Ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "Atlantic Ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "Canada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "Europe" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "Indian Ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "Pacific Ocean" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "System V timezones" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "None of the above" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Geographic area:" + +#. Type: select +#. Description +#: ../templates:1002 +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." +msgstr "" +"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." + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "Please select the time zone corresponding to your location." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "Buenos Aires" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "Cordoba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "Fort Wayne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "Knox IN" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "South Pole" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "Calcutta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "Saigon" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "South_Georgia" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "Central" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "East-Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "Eastern" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "Mountain" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "Newfoundland" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "Athens" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "Moscow" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "" +"Please select the geographic area in which you live, then you will be shown " +"a list of cities which represent the time zone in which they are located." +msgstr "" +"Please select the geographic area in which you live, then you will be shown " +"a list of cities which represent the time zone in which they are located." + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "ACT" +msgstr "ACT" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "LHI" +msgstr "LHI" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "NSW" +msgstr "NSW" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "North" +msgstr "North" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Queensland" +msgstr "Queensland" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South" +msgstr "South" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Tasmania" +msgstr "Tasmania" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Victoria" +msgstr "Victoria" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "West" +msgstr "West" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashkhabad" +msgstr "Ashkhabad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chungking" +msgstr "Chungking" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dacca" +msgstr "Dacca" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macao" +msgstr "Macao" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimbu" +msgstr "Thimbu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulan_Bator" +msgstr "Ulan Bator" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faeroe" +msgstr "Faeroe" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "AST4" +msgstr "AST4" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "AST4ADT" +msgstr "AST4ADT" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "CST6" +msgstr "CST6" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "CST6CDT" +msgstr "CST6CDT" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "EST5" +msgstr "EST5" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "EST5EDT" +msgstr "EST5EDT" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "HST10" +msgstr "HST10" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "MST7" +msgstr "MST7" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "MST7MDT" +msgstr "MST7MDT" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "PST8" +msgstr "PST8" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "PST8PDT" +msgstr "PST8PDT" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "YST9" +msgstr "YST9" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "YST9YDT" +msgstr "YST9YDT" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT" +msgstr "GMT" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+0" +msgstr "GMT+0" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+1" +msgstr "GMT+1" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+10" +msgstr "GMT+10" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+11" +msgstr "GMT+11" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+12" +msgstr "GMT+12" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+2" +msgstr "GMT+2" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+3" +msgstr "GMT+3" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+4" +msgstr "GMT+4" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+5" +msgstr "GMT+5" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+6" +msgstr "GMT+6" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+7" +msgstr "GMT+7" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+8" +msgstr "GMT+8" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+9" +msgstr "GMT+9" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-0" +msgstr "GMT-0" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-1" +msgstr "GMT-1" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-10" +msgstr "GMT-10" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-11" +msgstr "GMT-11" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-12" +msgstr "GMT-12" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-13" +msgstr "GMT-13" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-14" +msgstr "GMT-14" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-2" +msgstr "GMT-2" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-3" +msgstr "GMT-3" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-4" +msgstr "GMT-4" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-5" +msgstr "GMT-5" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-6" +msgstr "GMT-6" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-7" +msgstr "GMT-7" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-8" +msgstr "GMT-8" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-9" +msgstr "GMT-9" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT0" +msgstr "GMT0" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "Greenwich" +msgstr "Greenwich" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "UCT" +msgstr "UCT" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "UTC" +msgstr "UTC" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "Universal" +msgstr "Universal" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "Zulu" +msgstr "Zulu" --- tzdata-2009b.orig/debian/po/be.po +++ tzdata-2009b/debian/po/be.po @@ -0,0 +1,2820 @@ +# translation of be.po to Belarusian +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/be.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of be-20061017-cristian-in.po to Belarusian +# +# 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. +# +# +msgid "" +msgstr "" +"Project-Id-Version: be\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-04 07:56+0200\n" +"PO-Revision-Date: 2007-05-17 12:19+0300\n" +"Last-Translator: Paul Petruk \n" +"Language-Team: Belarusian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Africa" +msgstr "Афрыка" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "America" +msgstr "Амерыка" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Antarctica" +msgstr "Антарктыда" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Australia" +msgstr "Аўстралія" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Arctic" +msgstr "Арктыка" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Asia" +msgstr "Азія" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Atlantic" +msgstr "Атлантыка" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Canada" +msgstr "Канада" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Europe" +msgstr "Еўропа" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Indian" +msgstr "Індыйскі акіян" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Pacific" +msgstr "Ціхі акіян" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../templates:2002 +msgid "Geographic area:" +msgstr "Геаграфічная зона" + +#. Type: select +#. Description +#: ../templates:2002 +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." +msgstr "Выберыце геаграфічную зону, у якой вы жывеце. Наступныя пытанні канфігуравання прадаставяць спіс гарадоў і і часавых зон, у якіх яны размешчаны." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Abidjan" +msgstr "Абіджан" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Accra" +msgstr "Акра" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Addis_Ababa" +msgstr "Адыс-Абэба" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Algiers" +msgstr "Алжыр" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmara" +msgstr "Самара" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmera" +msgstr "Асмэра" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bamako" +msgstr "Бамака" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bangui" +msgstr "Бангуі" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Banjul" +msgstr "Банджул" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bissau" +msgstr "Бісаў" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blantyre" +msgstr "Блантыр" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Brazzaville" +msgstr "Бразавіль" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bujumbura" +msgstr "Бужумбура" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cairo" +msgstr "Каір" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Casablanca" +msgstr "Касабланка" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ceuta" +msgstr "Кеута" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Conakry" +msgstr "Канакры" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dakar" +msgstr "Дакар" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dar_es_Salaam" +msgstr "Дар-эс-Салаам" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Djibouti" +msgstr "Джыбуці" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Douala" +msgstr "Дуала" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Aaiun" +msgstr "Эль-Эўн" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Freetown" +msgstr "Фрытаўн" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Gaborone" +msgstr "Габаронэ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Harare" +msgstr "Харарэ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Johannesburg" +msgstr "Яганэсбург" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kampala" +msgstr "Кампала" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Khartoum" +msgstr "Хартум" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kigali" +msgstr "Кігалі" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kinshasa" +msgstr "Кіншаса" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lagos" +msgstr "Лагос" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Libreville" +msgstr "Лібрэвіль" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lome" +msgstr "Лом" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Luanda" +msgstr "Луанда" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lubumbashi" +msgstr "Лубумбаші" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lusaka" +msgstr "Лусака" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Malabo" +msgstr "Малаба" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maputo" +msgstr "Мапута" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maseru" +msgstr "Масэру" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mbabane" +msgstr "Мбабанэ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mogadishu" +msgstr "Магадышу" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monrovia" +msgstr "Манровія" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nairobi" +msgstr "Найробі" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ndjamena" +msgstr "Нджамэна" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Niamey" +msgstr "Ніямэй" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nouakchott" +msgstr "Нуакшот" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ouagadougou" +msgstr "Уагадугу" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto-Novo" +msgstr "Порта-Нова" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Tome" +msgstr "Сан-Томэ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Timbuktu" +msgstr "Тымбукту" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tripoli" +msgstr "Трыпалі" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tunis" +msgstr "Туніс" + +#. Type: select +#. Choices +#: ../templates:3001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +msgid "Please select the time zone corresponding to your location." +msgstr "Выберыце часавы пояс адпаведна вашаму знаходжанню." + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Adak" +msgstr "Адак" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anchorage" +msgstr "Анхорадж" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anguilla" +msgstr "Ангілья" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Antigua" +msgstr "Антыгуа" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Araguaina" +msgstr "Арагвайна" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Aruba" +msgstr "Аруба" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Asuncion" +msgstr "Асунсьён" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atikokan" +msgstr "Атыкакан" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atka" +msgstr "Атка" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bahia" +msgstr "Багія" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Barbados" +msgstr "Барбадос" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belem" +msgstr "Бэлем" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belize" +msgstr "Беліз" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Blanc-Sablon" +msgstr "Бланк-Саблон" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boa_Vista" +msgstr "Бона-Віста" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bogota" +msgstr "Багота" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boise" +msgstr "Буас" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Buenos_Aires" +msgstr "Буэнас-Айрас" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cambridge_Bay" +msgstr "Кэмбрыдж-Бэй" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Campo_Grande" +msgstr "Кампа-Гранда" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cancun" +msgstr "Канкун" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Caracas" +msgstr "Каракас" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Catamarca" +msgstr "Катамарка" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayenne" +msgstr "Каен" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayman" +msgstr "Кайман" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chicago" +msgstr "Чыкага" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chihuahua" +msgstr "Чыхуахуа" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Coral_Harbour" +msgstr "Корал-Харбар" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cordoba" +msgstr "Кардоба" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Costa_Rica" +msgstr "Коста-Рыка" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cuiaba" +msgstr "Куяба" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Curacao" +msgstr "Куракаа" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Danmarkshavn" +msgstr "Данмаркшван" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson" +msgstr "Доўсан" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson_Creek" +msgstr "Доўсан-Крык" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Denver" +msgstr "Дэнвер" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Detroit" +msgstr "Дэтройт" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dominica" +msgstr "Дамініка" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Edmonton" +msgstr "Эдмантан" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Eirunepe" +msgstr "Эйрунэп" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "El_Salvador" +msgstr "Эль-Сальвадор" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Ensenada" +msgstr "Энсенада" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fort_Wayne" +msgstr "Форт-Вэйн" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fortaleza" +msgstr "Фарталеза" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Glace_Bay" +msgstr "Глэйс-Бэй" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Godthab" +msgstr "Готаб" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Goose_Bay" +msgstr "Гус-Бэй" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grand_Turk" +msgstr "Гранд-Турк" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grenada" +msgstr "Гранада" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guadeloupe" +msgstr "Гвадалупа" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guatemala" +msgstr "Гватамала" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guayaquil" +msgstr "Гваякіль" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guyana" +msgstr "Гаяна" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Halifax" +msgstr "Халіфакс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Havana" +msgstr "Гавана" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Hermosillo" +msgstr "Гермосіла" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Indianapolis" +msgstr "Індыянапаліс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Inuvik" +msgstr "Інувік" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Iqaluit" +msgstr "Ікалют" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jamaica" +msgstr "Ямайка" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jujuy" +msgstr "Джуджуй" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Juneau" +msgstr "Жунё" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Knox_IN" +msgstr "Кнокс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "La_Paz" +msgstr "Ла-Пас" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Lima" +msgstr "Ліма" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Los_Angeles" +msgstr "Лос-Анджалес" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Louisville" +msgstr "Луізвіль" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Maceio" +msgstr "Макеё" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Managua" +msgstr "Манагуа" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Manaus" +msgstr "Манаўс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Martinique" +msgstr "Мартынік" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mazatlan" +msgstr "Мазатлан" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mendoza" +msgstr "Мэндоза" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Menominee" +msgstr "Мэнамінэ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Merida" +msgstr "Мэрыда" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mexico_City" +msgstr "Мэхіка" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Miquelon" +msgstr "Мікелён" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Moncton" +msgstr "Монктан" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Monterrey" +msgstr "Мантарэй" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montevideo" +msgstr "Мантэвідэа" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montreal" +msgstr "Манрэаль" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montserrat" +msgstr "Мансэрат" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nassau" +msgstr "Насаў" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "New_York" +msgstr "Нью-Ёрк" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nipigon" +msgstr "Ніпігон" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nome" +msgstr "Ном" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Noronha" +msgstr "Наронга" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Panama" +msgstr "Панама" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Pangnirtung" +msgstr "Пангніртунг" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Paramaribo" +msgstr "Парамарыба" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Phoenix" +msgstr "Фенікс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port-au-Prince" +msgstr "Порт-а-Прынс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port_of_Spain" +msgstr "Порт-а-Спэйн" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Acre" +msgstr "Порт-Акрэ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Velho" +msgstr "Порта-Вэльга" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Puerto_Rico" +msgstr "Пуэрта-Рыка" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rainy_River" +msgstr "Рэйні-Рывар" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rankin_Inlet" +msgstr "Ранкін-Інлет" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Recife" +msgstr "Рэсіф" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Regina" +msgstr "Рэгіна" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Resolute" +msgstr "Рэзалют" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rio_Branco" +msgstr "Рыё-Бранка" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rosario" +msgstr "Разарыё" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santiago" +msgstr "Санцьяга" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santo_Domingo" +msgstr "Санта-Дамінга" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Sao_Paulo" +msgstr "Сан-Паўла" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Scoresbysund" +msgstr "Скорзбізунд" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Shiprock" +msgstr "Шыпрок" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Johns" +msgstr "Сэнт-Джонс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Kitts" +msgstr "Сэнт-Кітц" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Lucia" +msgstr "Сэнт-Люсія" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Thomas" +msgstr "Сэнт-Томас" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Vincent" +msgstr "Сэнт-Вінсэнт" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Swift_Current" +msgstr "Свіфт-Карант" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tegucigalpa" +msgstr "Тэгусыгальпа" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thule" +msgstr "Туль" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thunder_Bay" +msgstr "Зандар-Бэй" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tijuana" +msgstr "Тыджвана" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Toronto" +msgstr "Таронта" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tortola" +msgstr "Тартола" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vancouver" +msgstr "Ванкувэр" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Virgin" +msgstr "Вірджын" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Whitehorse" +msgstr "Уайтхорс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Winnipeg" +msgstr "Вініпэг" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yakutat" +msgstr "Якутат" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yellowknife" +msgstr "Елаўнайф" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Casey" +msgstr "Кэйсі" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Davis" +msgstr "Дэвіс" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "DumontDUrville" +msgstr "Дзюмонт-д-Урвіль" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Mawson" +msgstr "Моўсан" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "McMurdo" +msgstr "Мак-Мурда" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Palmer" +msgstr "Палмэр" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Rothera" +msgstr "Ратэра" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South_Pole" +msgstr "Паўднёвы полюс" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Syowa" +msgstr "Сыёва" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Vostok" +msgstr "Васток" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "ACT" +msgstr "ACT" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Adelaide" +msgstr "Адэлаіда" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Brisbane" +msgstr "Брызбан" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Broken_Hill" +msgstr "Броўкэн-Хіл" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Canberra" +msgstr "Канберра" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Currie" +msgstr "Кур'е" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Darwin" +msgstr "Дарвін" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Eucla" +msgstr "Эўкла" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Hobart" +msgstr "Хобарт" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "LHI" +msgstr "LHI" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lindeman" +msgstr "Ліндаман" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lord_Howe" +msgstr "Лорд-Хоў" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Melbourne" +msgstr "Мэльбурн" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "NSW" +msgstr "NSW" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "North" +msgstr "Поўнач" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Perth" +msgstr "Пэрт" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Queensland" +msgstr "Квінслэнд" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "South" +msgstr "Поўдзень" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Sydney" +msgstr "Сіднэй" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Tasmania" +msgstr "Тасманія" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Victoria" +msgstr "Вікторыя" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "West" +msgstr "Захад" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Yancowinna" +msgstr "Янкавіна" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Longyearbyen" +msgstr "Лонг'ерб'ен" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aden" +msgstr "Адан" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Almaty" +msgstr "Алматы" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Amman" +msgstr "Аман" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Anadyr" +msgstr "Анадыр" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtau" +msgstr "Актаў" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtobe" +msgstr "Актоб" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashgabat" +msgstr "Ашгабат" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashkhabad" +msgstr "Ашхабад" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baghdad" +msgstr "Багдад" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bahrain" +msgstr "Бахрэйн" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baku" +msgstr "Баку" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bangkok" +msgstr "Банкок" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Beirut" +msgstr "Бэйрут" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bishkek" +msgstr "Бішкек" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Brunei" +msgstr "Бруней" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Calcutta" +msgstr "Калькута" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Choibalsan" +msgstr "Чойбалсан" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chongqing" +msgstr "Чонкінг" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chungking" +msgstr "Чункінг" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Colombo" +msgstr "Каломба" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dacca" +msgstr "Дакка" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Damascus" +msgstr "Дамаск" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dhaka" +msgstr "Дака" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dili" +msgstr "Дылі" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dubai" +msgstr "Дубай" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dushanbe" +msgstr "Душанбэ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Gaza" +msgstr "Газа" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Harbin" +msgstr "Харбін" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hong_Kong" +msgstr "Ганконг" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hovd" +msgstr "Хоўд" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Irkutsk" +msgstr "Іркуцк" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Istanbul" +msgstr "Стамбул" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jakarta" +msgstr "Джакарта" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jayapura" +msgstr "Джаяпура" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jerusalem" +msgstr "Ерусалім" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kabul" +msgstr "Кабул" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kamchatka" +msgstr "Камчатка" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Karachi" +msgstr "Карачы" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kashgar" +msgstr "Кашгар" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Katmandu" +msgstr "Катманду" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Krasnoyarsk" +msgstr "Краснаярск" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuala_Lumpur" +msgstr "Куала-Лумпур" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuching" +msgstr "Кучынг" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuwait" +msgstr "Кувэйт" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macao" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macau" +msgstr "Макаў" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Magadan" +msgstr "Магадан" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Makassar" +msgstr "Макасар" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Manila" +msgstr "Маніла" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Muscat" +msgstr "Мускат" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Nicosia" +msgstr "Нікосія" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Novosibirsk" +msgstr "Новасібірск" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Omsk" +msgstr "Омск" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Oral" +msgstr "Арал" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Phnom_Penh" +msgstr "Пном-Пэнь" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pontianak" +msgstr "Пантыянак" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pyongyang" +msgstr "Пхеньян" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qatar" +msgstr "Катар" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qyzylorda" +msgstr "Кызыларда" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Rangoon" +msgstr "Рангун" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh" +msgstr "Рыяд" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh87" +msgstr "Рыяд87" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh88" +msgstr "Рыяд88" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh89" +msgstr "Рыяд89" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Saigon" +msgstr "Сайгон" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Sakhalin" +msgstr "Сахалін" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Samarkand" +msgstr "Самарканд" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Seoul" +msgstr "Сеул" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Shanghai" +msgstr "Шанхай" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Singapore" +msgstr "Сінгапур" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Taipei" +msgstr "Тайпэй" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tashkent" +msgstr "Ташкент" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tbilisi" +msgstr "Тбілісі" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tehran" +msgstr "Тэгеран" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tel_Aviv" +msgstr "Тэль-Авіў" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimbu" +msgstr "Тымбу" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimphu" +msgstr "Тымпху" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tokyo" +msgstr "Токіё" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ujung_Pandang" +msgstr "Уюнг-Панданг" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulaanbaatar" +msgstr "Улан-Батар" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulan_Bator" +msgstr "Улан-Батар" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Urumqi" +msgstr "Урумкі" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vientiane" +msgstr "В'ент'ян" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vladivostok" +msgstr "Уладзівасток" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yakutsk" +msgstr "Якуцк" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yekaterinburg" +msgstr "Екацерынбург" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yerevan" +msgstr "Ераван" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Azores" +msgstr "Азоры" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Bermuda" +msgstr "Бермуды" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Canary" +msgstr "Канары" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Cape_Verde" +msgstr "Капа-Вэрда" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faeroe" +msgstr "Фароэ" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faroe" +msgstr "Фароэ" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Jan_Mayen" +msgstr "Ян-Маен" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Madeira" +msgstr "Мадэра" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Reykjavik" +msgstr "Рэйк'явік" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "South_Georgia" +msgstr "Паўднёвая Джорджыя" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "St_Helena" +msgstr "Востраў Св. Алены" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Stanley" +msgstr "Стэнлі" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Central" +msgstr "Цэнтральны" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "East-Saskatchewan" +msgstr "Усх. Саскачаван" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Eastern" +msgstr "Усходні" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mountain" +msgstr "Маўнтэйн" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Newfoundland" +msgstr "Нью-Фаўндлэнд" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Saskatchewan" +msgstr "Саскачаван" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Yukon" +msgstr "Юкон" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Amsterdam" +msgstr "Амстэрдам" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Andorra" +msgstr "Андора" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Athens" +msgstr "Афіны" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belfast" +msgstr "Белфаст" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belgrade" +msgstr "Белград" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Berlin" +msgstr "Берлін" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bratislava" +msgstr "Братыслава" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Brussels" +msgstr "Брусель" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bucharest" +msgstr "Бухарэст" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Budapest" +msgstr "Будапешт" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chisinau" +msgstr "Чысінаў" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Copenhagen" +msgstr "Капенгаген" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Dublin" +msgstr "Дублін" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Gibraltar" +msgstr "Гібралтар" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Guernsey" +msgstr "Джэрнсі" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Helsinki" +msgstr "Хельсінкі" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Isle_of_Man" +msgstr "Востраў Мэн" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Jersey" +msgstr "Джэрсі" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kaliningrad" +msgstr "Калінінград" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kiev" +msgstr "Кіеў" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Lisbon" +msgstr "Лісабон" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Ljubljana" +msgstr "Любляна" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "London" +msgstr "Лондан" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Luxembourg" +msgstr "Люксембург" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Madrid" +msgstr "Мадрыд" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Malta" +msgstr "Мальта" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mariehamn" +msgstr "Мэрыхамн" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Minsk" +msgstr "Мінск" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Monaco" +msgstr "Манака" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Moscow" +msgstr "Масква" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Oslo" +msgstr "Осла" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Paris" +msgstr "Парыж" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Podgorica" +msgstr "Падгорыца" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Prague" +msgstr "Прага" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Riga" +msgstr "Рыга" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Rome" +msgstr "Рым" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Samara" +msgstr "Самара" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "San_Marino" +msgstr "Сан-Марына" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sarajevo" +msgstr "Сараева" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Simferopol" +msgstr "Сімферопаль" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Skopje" +msgstr "Скоп'е" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sofia" +msgstr "Сафія" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Stockholm" +msgstr "Стакгольм" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tallinn" +msgstr "Талін" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tirane" +msgstr "Тырана" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tiraspol" +msgstr "Тыраспаль" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Uzhgorod" +msgstr "Вужгарад" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vaduz" +msgstr "Вадуц" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vatican" +msgstr "Ватыкан" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vienna" +msgstr "Вена" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vilnius" +msgstr "Вільня" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Volgograd" +msgstr "Валгаград" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Warsaw" +msgstr "Варшава" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zagreb" +msgstr "Заграб" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zaporozhye" +msgstr "Запарожжа" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zurich" +msgstr "Цюрых" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Antananarivo" +msgstr "Антананарыву" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chagos" +msgstr "Чагас" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Christmas" +msgstr "Востраў Раства" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Cocos" +msgstr "Какосавыя астравы" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Comoro" +msgstr "Каморы" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kerguelen" +msgstr "Кэргелен" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mahe" +msgstr "Магэ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Maldives" +msgstr "Мальдывы" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mauritius" +msgstr "Маўрыцы" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mayotte" +msgstr "Маёт" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Reunion" +msgstr "Рэюньён" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Apia" +msgstr "Апія" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Auckland" +msgstr "Оўклэнд" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Chatham" +msgstr "Чатам" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Easter" +msgstr "Востраў Пасхі" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Efate" +msgstr "Эфат" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Enderbury" +msgstr "Эндарбары" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fakaofo" +msgstr "Факаёфа" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fiji" +msgstr "Фіджы" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Funafuti" +msgstr "Фунафуці" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Galapagos" +msgstr "Галапагос" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Gambier" +msgstr "Гамбер" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guadalcanal" +msgstr "Гуядалканал" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guam" +msgstr "Гуям" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Honolulu" +msgstr "Ганалулу" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Johnston" +msgstr "Джонстан" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kiritimati" +msgstr "Кірытымаці" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kosrae" +msgstr "Косра" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kwajalein" +msgstr "Кваялэйн" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Majuro" +msgstr "Маджура" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Marquesas" +msgstr "Маркізы" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Midway" +msgstr "Мідвэй" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Nauru" +msgstr "Наўру" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Niue" +msgstr "Ніў" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Norfolk" +msgstr "Норфалк" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Noumea" +msgstr "Нумэя" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pago_Pago" +msgstr "Пага-Пага" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Palau" +msgstr "Палаў" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pitcairn" +msgstr "Піткэрн" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Ponape" +msgstr "Панап" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Port_Moresby" +msgstr "Порт-Морзбі" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Rarotonga" +msgstr "Раратонга" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Saipan" +msgstr "Сайпан" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tahiti" +msgstr "Таіці" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tarawa" +msgstr "Тарава" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tongatapu" +msgstr "Тангатапу" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Truk" +msgstr "Трук" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wake" +msgstr "Ўэйк" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wallis" +msgstr "Ўэліс" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Yap" +msgstr "Яп" + --- tzdata-2009b.orig/debian/po/hu.po +++ tzdata-2009b/debian/po/hu.po @@ -0,0 +1,2719 @@ +# 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 +# +msgid "" +msgstr "" +"Project-Id-Version: debian-installer\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: 2007-05-06 07:56+0100\n" +"Last-Translator: SZERVÁC Attila \n" +"Language-Team: Debian L10n Hungarian \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "Déli-sark" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "Ausztrália" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "Északi-sark" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "Ázsia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "Atlanti" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "Kanada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "Európa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "Indiai" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "Csendes-óceáni" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "Egyebek" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Földrajzi terület:" + +#. Type: select +#. Description +#: ../templates:1002 +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." +msgstr "" +"Válaszd ki a földrajzi területet, ahol élsz. A következő kérdések " +"pontosítják ezt városok neveivel, melyek azon időzónákat képviselik, " +"melyekben vannak." + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "Aszmara" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairó" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "Dzsibuti" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinsasza" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbasi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "Maszeru" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Kagadugu" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunisz" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "Kérlek, válaszd ki a helyzetednek megfelelő időzónát:" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "Boáz" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "Buenos_Aires" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "Katamarka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Csihuahua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "Cordoba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "Fort_Wayne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "Havanna" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "Knox_IN" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "Manausz" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlán" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexikóváros" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "Déli Sark" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "Vosztok" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Törött Domb" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe-sziget" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "Almati" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "Moszkva+10 - Bering-tenger" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "Akutau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Akutobe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Asgabat" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "Bejrút" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "Kalkutta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Csoibalszán" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "Csongqing" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "Damaszkusz" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "Daka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dusanbe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "Gáza" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Moszkva+05 - Bajkál" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "Isztambul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "Dzsakarta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "Dzsajapura" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jeruzsálem" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Moszkva+09 - Kamcsatka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "Karacsi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Moszkva+04 - Jenyiszej" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "Makaó" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "Moszkva+08 - Magadán" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "Makasszár" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Moszkva+03 - Novoszibirszk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "Moszkva+03 - nyugat-Szibéria" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Kizilorda" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "Rijád" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Rijád87" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Rijád88" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Rijád89" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "Saigon" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Moszkva+07 - Szahalin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "Szamarkand" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "Szöul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "Sanghaj" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "Szingapúr" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "Tajpej" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "Taskent" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbiliszi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokió" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulánbátor" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumki" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Moszkva+07 - Amur" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Moszkva+06 - Léna" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Moszkva+02 - Urál" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "Jereván" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "Azori-szigetek" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Dél_Georgia" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "Közép" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "Kelet Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "Keleti" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "Hegyi" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "Újfundland" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "Amszterdam" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "Athén" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "Belgrád" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "Pozsony" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "Brüsszel" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "Kisinyov" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "Koppenhága" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "Gibraltár" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "Man-sziget" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "Moszkva-01 - Kalinyingrád" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "Kijev" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "Lisszabon" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "Málta" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "Minszk" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "Moszkva+00 - nyugat-Oroszország" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "Párizs" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "Prága" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "Róma" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "Moszkva+01 - Kaszpi-tenger" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "Szarajevó" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "Szimferopol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "Szkopje" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "Szófia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "Uzsgorod" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "Vatikán" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "Bécs" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "Volgográd" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "Varsó" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "Zágráb" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "Zürich" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "Maldív-szigetek" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "Chatham-szigetek" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "Húsvét-szigetek" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "Enderbury (Főnix-szigetek)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "Fidzsi" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "Galápagos-szigetek" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "Gambier-szigetek" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "Johnston Atoll" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "Kiritimati (Line-szigetek)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "Marquesas-szigetek" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "Midway-szigetek" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "Szamoa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "Tarawa (Gilbert-szigetek)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "Wake sziget" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Yap" +msgstr "Yap" + --- tzdata-2009b.orig/debian/po/sq.po +++ tzdata-2009b/debian/po/sq.po @@ -0,0 +1,2814 @@ +# 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: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-04 07:56+0200\n" +"PO-Revision-Date: 2007-05-19 18:35+0200\n" +"Last-Translator: Elian Myftiu \n" +"Language-Team: Albanian >\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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Africa" +msgstr "Afrikë" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "America" +msgstr "Amerikë" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Antarctica" +msgstr "Antarktidë" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Australia" +msgstr "Australi" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Arctic" +msgstr "Arktik" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Asia" +msgstr "Azi" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Atlantic" +msgstr "Atlantik" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Canada" +msgstr "Kanada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Europe" +msgstr "Europë" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Indian" +msgstr "Indian" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Pacific" +msgstr "Paqësor" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Etc" +msgstr "Etj" + +#. Type: select +#. Description +#: ../templates:2002 +msgid "Geographic area:" +msgstr "Zona Gjeografike:" + +#. Type: select +#. Description +#: ../templates:2002 +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." +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 +#: ../templates:3001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Algiers" +msgstr "Algjer" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#: ../templates:3001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +msgid "Please select the time zone corresponding to your location." +msgstr "Të lutem zgjidh zonën kohore që i përket vendndodhjes tënde." + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Buenos_Aires" +msgstr "Buenos_Aires" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cordoba" +msgstr "Cordoba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fort_Wayne" +msgstr "Fort_Wayne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Knox_IN" +msgstr "Knox_IN" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South_Pole" +msgstr "Poli_Jugut" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "ACT" +msgstr "ACT" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "LHI" +msgstr "LHI" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "NSW" +msgstr "NSW" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "North" +msgstr "North" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Queensland" +msgstr "Queensland" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "South" +msgstr "Jug" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Tasmania" +msgstr "Tasmania" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Victoria" +msgstr "Victoria" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "West" +msgstr "West" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashkhabad" +msgstr "Ashkhabad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Calcutta" +msgstr "Calcutta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chungking" +msgstr "Chungking" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dacca" +msgstr "Dacca" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Katmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macao" +msgstr "Macao" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Saigon" +msgstr "Saigon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimbu" +msgstr "Thimbu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulan_Bator" +msgstr "Ulan_Bator" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faeroe" +msgstr "Faeroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "South_Georgia" +msgstr "South_Georgia" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Central" +msgstr "Qëndror" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "East-Saskatchewan" +msgstr "East-Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Eastern" +msgstr "Lindor" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mountain" +msgstr "Mal" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Newfoundland" +msgstr "Newfoundland" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Athens" +msgstr "Athens" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Lisbon" +msgstr "Lisbonë" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Moscow" +msgstr "Moskë" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Yap" +msgstr "Yap" + --- tzdata-2009b.orig/debian/po/th.po +++ tzdata-2009b/debian/po/th.po @@ -0,0 +1,3116 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/th.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Thai translation of debian-installer. +# Copyright (C) 2006 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: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-04 07:56+0200\n" +"PO-Revision-Date: 2007-05-06 21:43+0700\n" +"Last-Translator: Theppitak Karoonboonyanan \n" +"Language-Team: Thai \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Africa" +msgstr "แอฟริกา" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "America" +msgstr "อเมริกา" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Antarctica" +msgstr "แอนตาร์กติกา" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Australia" +msgstr "ออสเตรเลีย" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Arctic" +msgstr "อาร์กติก" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Asia" +msgstr "เอเชีย" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Atlantic" +msgstr "แอตแลนติก" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Canada" +msgstr "แคนาดา" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Europe" +msgstr "ยุโรป" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Indian" +msgstr "มหาสมุทรอินเดีย" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 ../templates:10001 +msgid "Pacific" +msgstr "แปซิฟิก" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Etc" +msgstr "อื่น ๆ" + +#. Type: select +#. Description +#: ../templates:2002 +msgid "Geographic area:" +msgstr "พื้นที่ภูมิศาสตร์" + +#. Type: select +#. Description +#: ../templates:2002 +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." +msgstr "" +"โปรดระบุพื้นที่ภูมิศาสตร์ที่คุณอยู่ คำถามถัดไปจะลดขอบเขตลงอีก " +"โดยแสดงรายการชื่อเมืองที่เป็นตัวแทนเขตเวลาต่าง ๆ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Abidjan" +msgstr "อาบิดจัน" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Accra" +msgstr "อักกรา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Addis_Ababa" +msgstr "แอดดิสอาบาบา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Algiers" +msgstr "แอลเจียร์" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmara" +msgstr "แอสมารา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmera" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bamako" +msgstr "บามาโก" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bangui" +msgstr "บังกี" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Banjul" +msgstr "บันจูล" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bissau" +msgstr "บิสเซา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blantyre" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Brazzaville" +msgstr "บราซซาวิล" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bujumbura" +msgstr "บูจุมบูรา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cairo" +msgstr "ไคโร" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Casablanca" +msgstr "คาซาบลังกา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ceuta" +msgstr "เซวตา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Conakry" +msgstr "โกนากรี" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dakar" +msgstr "ดาการ์" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dar_es_Salaam" +msgstr "ดาร์-เอส-ซาลาม" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Djibouti" +msgstr "จิบูตี" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Douala" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Aaiun" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Freetown" +msgstr "ฟรีทาวน์" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Gaborone" +msgstr "กาโบโรเน" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Harare" +msgstr "ฮาราเร" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Johannesburg" +msgstr "โจฮันเนสเบิร์ก" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kampala" +msgstr "กัมปาลา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Khartoum" +msgstr "คาร์ทูม" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kigali" +msgstr "คิกาลี" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kinshasa" +msgstr "กินชาซา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lagos" +msgstr "ลากอส" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Libreville" +msgstr "ลีเบรอวิล" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lome" +msgstr "โลเม" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Luanda" +msgstr "ลูอันดา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lubumbashi" +msgstr "ลูบูมบาชี" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lusaka" +msgstr "ลูซากา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Malabo" +msgstr "มาลาโบ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maputo" +msgstr "มาปูโต" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maseru" +msgstr "มาเซรู" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mbabane" +msgstr "อัมบาบาเน" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mogadishu" +msgstr "โมกาดิชู" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monrovia" +msgstr "มันโรเวีย" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nairobi" +msgstr "ไนโรบี" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ndjamena" +msgstr "เอ็นจาเมนา" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Niamey" +msgstr "นีอาเม" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nouakchott" +msgstr "นูแอกชอต" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ouagadougou" +msgstr "วากาดูกู" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto-Novo" +msgstr "ปอร์โต-โนโว" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Tome" +msgstr "เซาตูเม" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Timbuktu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tripoli" +msgstr "ตริโปลี" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tunis" +msgstr "ตูนิส" + +#. Type: select +#. Choices +#: ../templates:3001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 ../templates:4002 ../templates:5002 ../templates:6002 +#: ../templates:7002 ../templates:8002 ../templates:9002 ../templates:10002 +#: ../templates:11002 ../templates:12002 ../templates:13002 ../templates:14001 +#: ../templates:15001 +msgid "Please select the time zone corresponding to your location." +msgstr "โปรดระบุเขตเวลาที่ตรงกับตำแหน่งที่คุณอยู่" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Adak" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anchorage" +msgstr "แองเคอเรจ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anguilla" +msgstr "แองกวิลลา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Antigua" +msgstr "แอนติกา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Araguaina" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Aruba" +msgstr "อารูบา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Asuncion" +msgstr "อะซุนซิออง" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atikokan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atka" +msgstr "แอตกา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bahia" +msgstr "บาเยีย" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Barbados" +msgstr "บาร์เบโดส" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belem" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belize" +msgstr "เบลีซ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Blanc-Sablon" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boa_Vista" +msgstr "บัววีชตา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bogota" +msgstr "โบโกตา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boise" +msgstr "บอยซี" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Buenos_Aires" +msgstr "บัวโนสไอเรส" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cambridge_Bay" +msgstr "อ่าวเคมบริดจ์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Campo_Grande" +msgstr "กัมปูกรันดี" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cancun" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Caracas" +msgstr "การากัส" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Catamarca" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayenne" +msgstr "กาแยน" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayman" +msgstr "เคย์แมน" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chicago" +msgstr "ชิคาโก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chihuahua" +msgstr "ชีวาวา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Coral_Harbour" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cordoba" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Costa_Rica" +msgstr "คอสตาริกา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cuiaba" +msgstr "กุยาบา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Curacao" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Danmarkshavn" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson" +msgstr "ดอว์สัน" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson_Creek" +msgstr "ดอว์สันครีก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Denver" +msgstr "เดนเวอร์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Detroit" +msgstr "ดีทรอยต์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dominica" +msgstr "โดมินิกา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Edmonton" +msgstr "เอดมันตัน" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Eirunepe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "El_Salvador" +msgstr "เอลซัลวาดอร์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Ensenada" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fort_Wayne" +msgstr "ฟอร์์ตเวย์น" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fortaleza" +msgstr "ฟอร์ตาเลซา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Glace_Bay" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Godthab" +msgstr "กอตฮอบ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Goose_Bay" +msgstr "กูสเบย์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grand_Turk" +msgstr "แกรนด์เติร์ก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grenada" +msgstr "เกรเนดา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guadeloupe" +msgstr "กวาเดอลูป" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guatemala" +msgstr "กัวเตมาลา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guayaquil" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guyana" +msgstr "กายอานา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Halifax" +msgstr "แฮลิแฟกซ์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Havana" +msgstr "ฮาวานา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Hermosillo" +msgstr "เอร์โมซีโย" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Indianapolis" +msgstr "อินเดียแนโพลิส" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Inuvik" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Iqaluit" +msgstr "อีกวาลิต" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jamaica" +msgstr "จาเมกา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jujuy" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Juneau" +msgstr "จูโน" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Knox_IN" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "La_Paz" +msgstr "ลาปาซ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Lima" +msgstr "ลิมา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Los_Angeles" +msgstr "ลอสแองเจลีส" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Louisville" +msgstr "ลุยส์วิลล์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Maceio" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Managua" +msgstr "มานากัว" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Manaus" +msgstr "มาเนาส์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Martinique" +msgstr "มาร์ตินีก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mazatlan" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mendoza" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Menominee" +msgstr "มีนอมินี" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Merida" +msgstr "เมรีดา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mexico_City" +msgstr "เม็กซิโกซิตี" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Miquelon" +msgstr "มีเกอลง" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Moncton" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Monterrey" +msgstr "มอนเตร์เรย์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montevideo" +msgstr "มอนเตวิเดโอ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montreal" +msgstr "มอนทรีออล" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montserrat" +msgstr "มอนต์เซอร์รัต" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nassau" +msgstr "แนสซอ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "New_York" +msgstr "นิวยอร์ก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nipigon" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nome" +msgstr "โนม" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Noronha" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Panama" +msgstr "ปานามา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Pangnirtung" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Paramaribo" +msgstr "ปารามาริโบ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Phoenix" +msgstr "ฟินิกซ์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port-au-Prince" +msgstr "ปอร์โตแปรงซ์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port_of_Spain" +msgstr "พอร์ต-ออฟ-สเปน" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Acre" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Velho" +msgstr "ปอร์ตูเวลโย" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Puerto_Rico" +msgstr "เปอร์โตริโก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rainy_River" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rankin_Inlet" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Recife" +msgstr "เรซีเฟ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Regina" +msgstr "ริไจนา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Resolute" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rio_Branco" +msgstr "รีโอบรังโก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rosario" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santiago" +msgstr "ซันติอาโก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santo_Domingo" +msgstr "ซันโตโดมิงโก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Sao_Paulo" +msgstr "เซาเปาลู" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Scoresbysund" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Shiprock" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Johns" +msgstr "เซนต์จอห์นส์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Kitts" +msgstr "เซนต์คิตส์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Lucia" +msgstr "เซนต์ลูเซีย" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Thomas" +msgstr "เซนต์โทมัส" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Vincent" +msgstr "เซนต์วินเซนต์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Swift_Current" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tegucigalpa" +msgstr "เตกูซิกัลปา" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thule" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thunder_Bay" +msgstr "ธันเดอร์เบย์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tijuana" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Toronto" +msgstr "โทรอนโต" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tortola" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vancouver" +msgstr "แวนคูเวอร์" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Virgin" +msgstr "เวอร์จิน" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Whitehorse" +msgstr "ไวต์ฮอร์ส" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Winnipeg" +msgstr "วินนิเพก" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yakutat" +msgstr "แยคุแทต" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yellowknife" +msgstr "เยลโลว์ไนฟ์" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Casey" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Davis" +msgstr "เดวิส" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "DumontDUrville" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Mawson" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "McMurdo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Palmer" +msgstr "พาล์เมอร์" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Rothera" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South_Pole" +msgstr "ขั้วโลกใต้" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Syowa" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Vostok" +msgstr "วอสต็อก" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "ACT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Adelaide" +msgstr "แอดิเลด" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Brisbane" +msgstr "บริสเบน" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Broken_Hill" +msgstr "โบรเคนฮิลล์" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Canberra" +msgstr "แคนเบอร์รา" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Currie" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Darwin" +msgstr "ดาร์วิน" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Eucla" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Hobart" +msgstr "โฮบาร์ต" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "LHI" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lindeman" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lord_Howe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Melbourne" +msgstr "เมลเบิร์น" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "NSW" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "North" +msgstr "เหนือ" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Perth" +msgstr "เพิร์ท" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Queensland" +msgstr "ควีนส์แลนด์" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "South" +msgstr "ใต้" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Sydney" +msgstr "ซิดนีย์" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Tasmania" +msgstr "แทสเมเนีย" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Victoria" +msgstr "วิกตอเรีย" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "West" +msgstr "ตะวันตก" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Yancowinna" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Longyearbyen" +msgstr "ลองเยียร์เบียน" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aden" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Almaty" +msgstr "อัลมาตี" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Amman" +msgstr "อัมมาน" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Anadyr" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashgabat" +msgstr "อาชกาบัต" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashkhabad" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baghdad" +msgstr "แบกแดด" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bahrain" +msgstr "บาห์เรน" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baku" +msgstr "บากู" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bangkok" +msgstr "กรุงเทพฯ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Beirut" +msgstr "เบรุต" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bishkek" +msgstr "บิชเคก" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Brunei" +msgstr "บรูไน" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Calcutta" +msgstr "กัลกัตตา" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chongqing" +msgstr "ฉงชิ่ง" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chungking" +msgstr "จุงกิง" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Colombo" +msgstr "โคลัมโบ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dacca" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Damascus" +msgstr "ดามัสกัส" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dhaka" +msgstr "ธากา" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dili" +msgstr "ดิลี" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dubai" +msgstr "ดูไบ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dushanbe" +msgstr "ดูชานเบ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Gaza" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Harbin" +msgstr "ฮาร์บิน" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hong_Kong" +msgstr "ฮ่องกง" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hovd" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Irkutsk" +msgstr "" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Istanbul" +msgstr "อิสตันบูล" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jakarta" +msgstr "จาการ์ตา" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jayapura" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jerusalem" +msgstr "เยรูซาเลม" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kabul" +msgstr "คาบูล" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kamchatka" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Karachi" +msgstr "การาจี" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kashgar" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Katmandu" +msgstr "กาฐมาณฑุ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Krasnoyarsk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuala_Lumpur" +msgstr "กัวลาลัมเปอร์" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuching" +msgstr "กูชิง" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuwait" +msgstr "คูเวต" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macao" +msgstr "มาเก๊า" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macau" +msgstr "มาเก๊า" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Magadan" +msgstr "มากาดาน" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Makassar" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Manila" +msgstr "มะนิลา" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Muscat" +msgstr "มัสกัต" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 ../templates:11001 +msgid "Nicosia" +msgstr "นิโคเซีย" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Novosibirsk" +msgstr "โนโวสิเบียรสก์" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Omsk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Oral" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Phnom_Penh" +msgstr "พนมเปญ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pontianak" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pyongyang" +msgstr "เปียงยาง" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qatar" +msgstr "กาตาร์" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qyzylorda" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Rangoon" +msgstr "ย่างกุ้ง" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh" +msgstr "ริยาด" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh87" +msgstr "ริยาด87" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh88" +msgstr "ริยาด88" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh89" +msgstr "ริยาด89" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Saigon" +msgstr "ไซ่ง่อน" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Sakhalin" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Samarkand" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Seoul" +msgstr "โซล" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Shanghai" +msgstr "ช่างไห่" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Singapore" +msgstr "สิงคโปร์" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Taipei" +msgstr "ไทเป" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tashkent" +msgstr "ทาชเคนต์" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tbilisi" +msgstr "ทบิลิซี" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tehran" +msgstr "เตหะราน" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tel_Aviv" +msgstr "เทลอาวีฟ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimbu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimphu" +msgstr "ทิมพู" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tokyo" +msgstr "โตเกียว" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ujung_Pandang" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulaanbaatar" +msgstr "อูลานบาตอร์" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulan_Bator" +msgstr "อูลานบาตอร์" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Urumqi" +msgstr "อุรุมชี" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vientiane" +msgstr "เวียงจันทน์" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vladivostok" +msgstr "วลาดิวอสต็อก" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yakutsk" +msgstr "ยาคุตสค์" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yekaterinburg" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yerevan" +msgstr "เยเรวาน" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Azores" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Bermuda" +msgstr "เบอร์มิวดา" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Canary" +msgstr "คะเนรี" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Cape_Verde" +msgstr "เคปเวิร์ด" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faeroe" +msgstr "แฟโร" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faroe" +msgstr "แฟโร" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Jan_Mayen" +msgstr "ยานไมเอน" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Madeira" +msgstr "มาเดรา" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Reykjavik" +msgstr "เรคยาวิก" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "South_Georgia" +msgstr "เซาท์จอร์เจีย" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "St_Helena" +msgstr "เซนต์เฮเลนา" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Stanley" +msgstr "สแตนลีย์" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Central" +msgstr "ภาคกลาง" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "East-Saskatchewan" +msgstr "ซัสแคตเชวันตะวันออก" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Eastern" +msgstr "ภาคตะวันออก" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mountain" +msgstr "เทือกเขา" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Newfoundland" +msgstr "นิวฟันด์แลนด์" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Saskatchewan" +msgstr "ซัสแคตเชวัน" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Yukon" +msgstr "ยูคอน" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Amsterdam" +msgstr "อัมสเตอร์ดัม" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Andorra" +msgstr "อันดอร์รา" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Athens" +msgstr "เอเธนส์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belfast" +msgstr "เบลฟัสต์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belgrade" +msgstr "เบลเกรด" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Berlin" +msgstr "เบอร์ลิน" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bratislava" +msgstr "บราติสลาวา" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Brussels" +msgstr "บรัสเซลส์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bucharest" +msgstr "บูคาเรสต์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Budapest" +msgstr "บูดาเปสต์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chisinau" +msgstr "คีชีเนา" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Copenhagen" +msgstr "โคเปนเฮเกน" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Dublin" +msgstr "ดับลิน" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Gibraltar" +msgstr "ยิบรอลตาร์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Guernsey" +msgstr "เกิร์นซีย์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Helsinki" +msgstr "เฮลซิงกิ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Isle_of_Man" +msgstr "เกาะแมน" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Jersey" +msgstr "เจอร์ซีย์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kaliningrad" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kiev" +msgstr "เคียฟ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Lisbon" +msgstr "ลิสบอน" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Ljubljana" +msgstr "ลูบลิยานา" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "London" +msgstr "ลอนดอน" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Luxembourg" +msgstr "ลักเซมเบิร์ก" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Madrid" +msgstr "มาดริด" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Malta" +msgstr "มอลตา" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mariehamn" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Minsk" +msgstr "มินสก์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Monaco" +msgstr "โมนาโก" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Moscow" +msgstr "มอสโก" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Oslo" +msgstr "ออสโล" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Paris" +msgstr "ปารีส" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Podgorica" +msgstr "พอดกอรีตซา" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Prague" +msgstr "ปราก" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Riga" +msgstr "รีกา" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Rome" +msgstr "โรม" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Samara" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "San_Marino" +msgstr "ซานมารีโน" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sarajevo" +msgstr "ซาราเยโว" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Simferopol" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Skopje" +msgstr "สโกเปีย" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sofia" +msgstr "โซเฟีย" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Stockholm" +msgstr "สตอกโฮล์ม" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tallinn" +msgstr "ทาลลินน์" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tirane" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tiraspol" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Uzhgorod" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vaduz" +msgstr "วาดุซ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vatican" +msgstr "วาติกัน" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vienna" +msgstr "เวียนนา" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vilnius" +msgstr "วิลนีอุส" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Volgograd" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Warsaw" +msgstr "วอร์ซอ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zagreb" +msgstr "ซาเกร็บ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zaporozhye" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zurich" +msgstr "ซูริก" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Antananarivo" +msgstr "อันตานานาริโว" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chagos" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Christmas" +msgstr "คริสต์มาส" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Cocos" +msgstr "โคโคส" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Comoro" +msgstr "คอโมโรส" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kerguelen" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mahe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Maldives" +msgstr "มัลดีฟส์" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mauritius" +msgstr "มอริเชียส" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mayotte" +msgstr "มายอต" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Reunion" +msgstr "เรอูนียง" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Apia" +msgstr "อาปีอา" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Auckland" +msgstr "โอ๊คแลนด์" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Chatham" +msgstr "แชตแธม" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Easter" +msgstr "อีสเทอร์" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Efate" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Enderbury" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fakaofo" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fiji" +msgstr "ฟิจิ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Funafuti" +msgstr "ฟูนะฟูตี" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Galapagos" +msgstr "กาลาปากอส" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Gambier" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guadalcanal" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guam" +msgstr "กวม" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Honolulu" +msgstr "โฮโนลูลู" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Johnston" +msgstr "จอห์นสตัน" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kiritimati" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kosrae" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kwajalein" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Majuro" +msgstr "มาจูโร" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Marquesas" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Midway" +msgstr "มิดเวย์" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Nauru" +msgstr "นาอูรู" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Niue" +msgstr "นีอูเอ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Norfolk" +msgstr "นอร์ฟอล์ก" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Noumea" +msgstr "นูเมอา" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pago_Pago" +msgstr "ปาโกปาโก" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Palau" +msgstr "ปาเลา" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pitcairn" +msgstr "พิตแคร์น" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Ponape" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Port_Moresby" +msgstr "พอร์ตมอร์สบี" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Rarotonga" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Saipan" +msgstr "ไซปัน" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Samoa" +msgstr "ซามัว" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tahiti" +msgstr "ตาฮิติ" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tarawa" +msgstr "ตาระวา" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tongatapu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Truk" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wake" +msgstr "เวก" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wallis" +msgstr "วาลลิส" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Yap" +msgstr "" + +#~ msgid "Choose language" +#~ msgstr "เลือกภาษา/Choose language" + +#~ msgid "Storing language..." +#~ msgstr "กำลังเติมภาษา..." + +#~ msgid "United States[ default country ]" +#~ msgstr "Thailand" + +#~ msgid "other" +#~ msgstr "อื่นๆ" + +#~ msgid "US" +#~ msgstr "TH" + +#~ msgid "Choose a country, territory or area:" +#~ msgstr "เลือกประเทศ ดินแดน หรือเขตการปกครอง:" + +#~ msgid "" +#~ "Based on your language, you are probably located in one of these " +#~ "countries or regions." +#~ msgstr "จากภาษาของคุณ คุณอาจอยู่ในประเทศหรือเขตแดนแห่งใดแห่งหนึ่งในรายการนี้" + +#~ msgid "Choose a locale:" +#~ msgstr "เลือกโลแคล:" + +#~ msgid "" +#~ "Based on your language and country choices, the following locale " +#~ "parameters are supported." +#~ msgstr "จากภาษาและประเทศที่คุณเลือก มีพารามิเตอร์สำหรับโลแคลที่สนับสนุนดังต่อไปนี้" + +#~ msgid "Choose other locales to be supported:" +#~ msgstr "เลือกโลแคลอื่นที่จะสนับสนุน:" + +#~ msgid "You may choose additional locales to be installed from this list." +#~ msgstr "คุณอาจเลือกโลแคลที่จะติดตั้งเพิ่มเติมจากรายการนี้" + +#~ msgid "-- North America --" +#~ msgstr "-- อเมริกาเหนือ --" + +#~ msgid "-- Central America --" +#~ msgstr "-- อเมริกากลาง --" + +#~ msgid "-- South America --" +#~ msgstr "-- อเมริกาใต้ --" + +#~ msgid "-- Caribbean --" +#~ msgstr "-- แคริบเบียน --" + +#~ msgid "-- Europe --" +#~ msgstr "-- ยุโรป --" + +#~ msgid "-- Asia --" +#~ msgstr "-- เอเชีย --" + +#~ msgid "-- Africa --" +#~ msgstr "-- แอฟริกา --" + +#~ msgid "-- Indian Ocean --" +#~ msgstr "-- มหาสมุทรอินเดีย --" + +#~ msgid "-- Oceania --" +#~ msgstr "-- โอเชียเนีย --" + +#~ msgid "-- Antarctica --" +#~ msgstr "-- แอนตาร์กติกา --" + +#~ msgid "-- other --" +#~ msgstr "-- อื่นๆ --" + +#~ msgid "" +#~ "Antarctica/McMurdo, Antarctica/South_Pole, Antarctica/Rothera, Antarctica/" +#~ "Palmer, Antarctica/Mawson, Antarctica/Davis, Antarctica/Casey, Antarctica/" +#~ "Vostok, Antarctica/DumontDUrville, Antarctica/Syowa" +#~ msgstr "" +#~ "McMurdo, ขั้วโลกใต้, Rothera, Palmer, Mawson, Davis, Casey, วอสต็อก, Dumont-" +#~ "d'Urville, Syowa" + +#~ msgid "" +#~ "Australia/Lord_Howe, Australia/Hobart, Australia/Melbourne, Australia/" +#~ "Sydney, Australia/Broken_Hill, Australia/Brisbane, Australia/Lindeman, " +#~ "Australia/Adelaide, Australia/Darwin, Australia/Perth" +#~ msgstr "" +#~ "เกาะ Lord Howe, โฮบาร์ต, เมลเบิร์น, ซิดนีย์, โบรเคนฮิลล์, บริสเบน, Lindeman, " +#~ "แอดิเลด, ดาร์วิน, เพิร์ท" + +#~ msgid "" +#~ "America/Noronha, America/Belem, America/Fortaleza, America/Recife, " +#~ "America/Araguaina, America/Maceio, America/Bahia, America/Sao_Paulo, " +#~ "America/Campo_Grande, America/Cuiaba, America/Porto_Velho, America/" +#~ "Boa_Vista, America/Manaus, America/Eirunepe, America/Rio_Branco" +#~ msgstr "" +#~ "Noronha, Belem, ฟอร์ตาเลซา, เรซีเฟ, Araguaina, Maceio, บาเยีย, เซาเปาลู, " +#~ "กัมปูกรันดี, กุยาบา, ปอร์ตูเวลโย, บัววีชตา, มาเนาส์, Eirunepe, รีโอบลังโก" + +#~ msgid "" +#~ "Canada/Newfoundland, Canada/Atlantic, Canada/Eastern, Canada/Central, " +#~ "Canada/East-Saskatchewan, Canada/Saskatchewan, Canada/Mountain, Canada/" +#~ "Pacific, Canada/Yukon" +#~ msgstr "" +#~ "นิวฟันด์แลนด์, แอตแลนติก, ภาคตะวันออก, ภาคกลาง, ซัสแคตเชวันตะวันออก, ซัสแคตเชวัน, " +#~ "เทือกเขา, แปซิฟิก, ยูคอน" + +#~ msgid "Africa/Kinshasa, Africa/Lubumbashi" +#~ msgstr "กินชาซา, ลูบูมบาชี" + +#~ msgid "America/Santiago, Pacific/Easter" +#~ msgstr "ซันติอาโก, เกาะอีสเทอร์" + +#~ msgid "America/Guayaquil, Pacific/Galapagos" +#~ msgstr "Guayaquil, Galapagos" + +#~ msgid "Europe/Madrid, Africa/Ceuta, Atlantic/Canary" +#~ msgstr "มาดริด, เซวตา, หมู่เกาะคะเนรี" + +#~ msgid "Pacific/Yap, Pacific/Truk, Pacific/Ponape, Pacific/Kosrae" +#~ msgstr "Yap, Truk, Ponape, Kosrae" + +#~ msgid "" +#~ "America/Godthab, America/Danmarkshavn, America/Scoresbysund, America/Thule" +#~ msgstr "Godthab, Danmarkshavn, Scoresbysund, Thule" + +#~ msgid "Asia/Jakarta, Asia/Pontianak, Asia/Makassar, Asia/Jayapura" +#~ msgstr "จาการ์ตา, Pontianak, Makassar, Jayapura" + +#~ msgid "Pacific/Tarawa, Pacific/Enderbury, Pacific/Kiritimati" +#~ msgstr "" +#~ "ตาระวา (หมู่เกาะกิลเบิร์ต), Enderbury (หมู่เกาะฟินิกซ์), Kiritimati (Line Islands)" + +#~ msgid "Asia/Almaty, Asia/Qyzylorda, Asia/Aqtobe, Asia/Aqtau, Asia/Oral" +#~ msgstr "Almaty, Qyzylorda, Aqtobe, Aqtau, Oral" + +#~ msgid "Asia/Ulaanbaatar, Asia/Hovd, Asia/Choibalsan" +#~ msgstr "อูลานบาตอร์, Hovd, Choibalsan" + +#~ msgid "Select a city in your time zone:" +#~ msgstr "เลือกเมืองในเขตเวลาของคุณ:" + +#~ msgid "Mexico/General, Mexico/BajaSur, Mexico/BajaNorte" +#~ msgstr "ภาคกลาง, เทือกเขา, แปซิฟิก" + +#~ msgid "Pacific/Auckland, Pacific/Chatham" +#~ msgstr "โอ๊คแลนด์, หมู่เกาะแชตแธม" + +#~ msgid "Pacific/Tahiti, Pacific/Marquesas, Pacific/Gambier" +#~ msgstr "ตาฮิติ (Soceity Islands), Marquesas Islands, Gambier Islands" + +#~ msgid "Europe/Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgstr "ลิสบอน, หมู่เกาะมาเดรา, Azores" + +#~ msgid "" +#~ "Europe/Kaliningrad, Europe/Moscow, Europe/Samara, Asia/Yekaterinburg, " +#~ "Asia/Omsk, Asia/Novosibirsk, Asia/Krasnoyarsk, Asia/Irkutsk, Asia/" +#~ "Yakutsk, Asia/Vladivostok, Asia/Sakhalin, Asia/Magadan, Asia/Kamchatka, " +#~ "Asia/Anadyr" +#~ msgstr "" +#~ "มอสโก-01 - Kaliningrad, มอสโก+00 - รัสเซียตะวันตก, มอสโก+01 - " +#~ "ทะเลสาบแคสเปียน, มอสโก+02 - เทือกเขายูราล, มอสโก+03 - ไซบีเรียตะวันตก, มอสโก+03 " +#~ "- โนโวสิเบียรสก์, มอสโก+04 - แม่น้ำ Yenisei, มอสโก+05 - ทะเลสาบ Baikal, มอสโก" +#~ "+06 - แม่น้ำ Lena, มอสโก+07 - แม่น้ำ Amur, มอสโก+07 - เกาะ Sakhalin, มอสโก+08 " +#~ "- มากาดาน, มอสโก+09 - Kamchatka, มอสโก+10 - ทะเล Bering" + +#~ msgid "Pacific/Johnston, Pacific/Midway, Pacific/Wake" +#~ msgstr "จอห์นสตันอะทอลล์, หมู่เกาะมิดเวย์, เกาะเวก" + +#~ msgid "Select a location in your time zone:" +#~ msgstr "เลือกตำแหน่งที่ตั้งในเขตเวลาของคุณ:" + +#~ msgid "" +#~ "US/Eastern, US/Central, US/Mountain, US/Pacific, US/Alaska, US/Hawaii, US/" +#~ "Arizona, US/East-Indiana, US/Samoa" +#~ msgstr "" +#~ "ภาคตะวันออก, ภาคกลาง, เทือกเขา, แปซิฟิก, อะแลสกา, ฮาวาย, แอริโซนา, " +#~ "อินดีแอนาตะวันออก, ซามัว" + +#~ msgid "Select your time zone:" +#~ msgstr "เลือกเขตเวลาของคุณ:" + +#~ msgid "Configure the time zone" +#~ msgstr "ตั้งค่าเขตเวลา" + +#~ msgid "Saving the time zone..." +#~ msgstr "กำลังบันทึกเขตเวลา..." + +#~ msgid "Selected time zone" +#~ msgstr "เขตเวลาที่เลือก" + +#~ msgid "Based on your country, your time zone is ${ZONE}." +#~ msgstr "จากประเทศของคุณ เขตเวลาของคุณคือ ${ZONE}" + +#~ msgid "" +#~ "McMurdo, South_Pole, Rothera, Palmer, Mawson, Davis, Casey, Vostok, " +#~ "DumontDUrville, Syowa" +#~ msgstr "" +#~ "McMurdo, ขั้วโลกใต้, Rothera, Palmer, Mawson, Davis, Casey, วอสต็อก, Dumont-" +#~ "d'Urville, Syowa" + +#~ msgid "" +#~ "Lord_Howe, Hobart, Melbourne, Sydney, Broken_Hill, Brisbane, Lindeman, " +#~ "Adelaide, Darwin, Perth" +#~ msgstr "" +#~ "เกาะ Lord Howe, โฮบาร์ต, เมลเบิร์น, ซิดนีย์, โบรเคนฮิลล์, บริสเบน, Lindeman, " +#~ "แอดิเลด, ดาร์วิน, เพิร์ท" + +#~ msgid "" +#~ "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao_Paulo, " +#~ "Campo_Grande, Cuiaba, Porto_Velho, Boa_Vista, Manaus, Eirunepe, Rio_Branco" +#~ msgstr "" +#~ "Noronha, Belem, ฟอร์ตาเลซา, เรซีเฟ, Araguaina, Maceio, บาเยีย, เซาเปาลู, " +#~ "กัมปูกรันดี, กุยาบา, ปอร์ตูเวลโย, บัววีชตา, มาเนาส์, Eirunepe, รีโอบลังโก" + +#~ msgid "" +#~ "Newfoundland, Atlantic, Eastern, Central, East-Saskatchewan, " +#~ "Saskatchewan, Mountain, Pacific, Yukon" +#~ msgstr "" +#~ "นิวฟันด์แลนด์, แอตแลนติก, ภาคตะวันออก, ภาคกลาง, ซัสแคตเชวันตะวันออก, ซัสแคตเชวัน, " +#~ "เทือกเขา, แปซิฟิก, ยูคอน" + +#~ msgid "Kinshasa, Lubumbashi" +#~ msgstr "กินชาซา, ลูบูมบาชี" + +#~ msgid "Santiago, Easter" +#~ msgstr "ซันติอาโก, เกาะอีสเทอร์" + +#~ msgid "Guayaquil, Galapagos" +#~ msgstr "Guayaquil, Galapagos" + +#~ msgid "Madrid, Ceuta, Atlantic/Canary" +#~ msgstr "มาดริด, เซวตา, หมู่เกาะคะเนรี" + +#~ msgid "Yap, Truk, Ponape, Kosrae" +#~ msgstr "Yap, Truk, Ponape, Kosrae" + +#~ msgid "Godthab, Danmarkshavn, Scoresbysund, Thule" +#~ msgstr "Godthab, Danmarkshavn, Scoresbysund, Thule" + +#~ msgid "Jakarta, Pontianak, Makassar, Jayapura" +#~ msgstr "จาการ์ตา, Pontianak, Makassar, Jayapura" + +#~ msgid "Tarawa, Enderbury, Kiritimati" +#~ msgstr "" +#~ "ตาระวา (หมู่เกาะกิลเบิร์ต), Enderbury (หมู่เกาะฟินิกซ์), Kiritimati (Line Islands)" + +#~ msgid "Almaty, Qyzylorda, Aqtobe, Aqtau, Oral" +#~ msgstr "Almaty, Qyzylorda, Aqtobe, Aqtau, Oral" + +#~ msgid "Ulaanbaatar, Hovd, Choibalsan" +#~ msgstr "อูลานบาตอร์, Hovd, Choibalsan" + +#~ msgid "Auckland, Chatham" +#~ msgstr "โอ๊คแลนด์, หมู่เกาะแชตแธม" + +#~ msgid "Tahiti, Marquesas, Gambier" +#~ msgstr "ตาฮิติ (Soceity Islands), Marquesas Islands, Gambier Islands" + +#~ msgid "Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgstr "ลิสบอน, หมู่เกาะมาเดรา, Azores" + +#~ msgid "" +#~ "Kaliningrad, Moscow, Samara, Yekaterinburg, Omsk, Novosibirsk, " +#~ "Krasnoyarsk, Irkutsk, Yakutsk, Vladivostok, Sakhalin, Magadan, Kamchatka, " +#~ "Anadyr" +#~ msgstr "" +#~ "มอสโก-01 - Kaliningrad, มอสโก+00 - รัสเซียตะวันตก, มอสโก+01 - " +#~ "ทะเลสาบแคสเปียน, มอสโก+02 - เทือกเขายูราล, มอสโก+03 - ไซบีเรียตะวันตก, มอสโก+03 " +#~ "- โนโวสิเบียรสก์, มอสโก+04 - แม่น้ำ Yenisei, มอสโก+05 - ทะเลสาบ Baikal, มอสโก" +#~ "+06 - แม่น้ำ Lena, มอสโก+07 - แม่น้ำ Amur, มอสโก+07 - เกาะ Sakhalin, มอสโก+08 " +#~ "- มากาดาน, มอสโก+09 - Kamchatka, มอสโก+10 - ทะเล Bering" + +#~ msgid "Johnston, Midway, Wake" +#~ msgstr "จอห์นสตันอะทอลล์, หมู่เกาะมิดเวย์, เกาะเวก" + +#~ msgid "" +#~ "Eastern, Central, Mountain, Pacific, Alaska, Hawaii, Arizona, East-" +#~ "Indiana, Samoa" +#~ msgstr "" +#~ "ภาคตะวันออก, ภาคกลาง, เทือกเขา, แปซิฟิก, อะแลสกา, ฮาวาย, แอริโซนา, " +#~ "อินดีแอนาตะวันออก, ซามัว" + +#~ msgid "Configure time zone" +#~ msgstr "ตั้งค่าเขตเวลา" + +#~ msgid "Saving time zone..." +#~ msgstr "กำลังบันทึกเขตเวลา..." + +#~ msgid "Atlantic/Canary" +#~ msgstr "หมู่เกาะคะเนรี" + +#~ msgid "Mexico/General" +#~ msgstr "ภาคกลาง" + +#~ msgid "Mexico/BajaSur" +#~ msgstr "เทือกเขา" + +#~ msgid "Mexico/BajaNorte" +#~ msgstr "แปซิฟิก" + +#~ msgid "Atlantic/Madeira" +#~ msgstr "หมู่เกาะมาเดรา" + +#~ msgid "Atlantic/Azores" +#~ msgstr "Azores" + +#~ msgid "Hawaii" +#~ msgstr "ฮาวาย" --- tzdata-2009b.orig/debian/po/ja.po +++ tzdata-2009b/debian/po/ja.po @@ -0,0 +1,2714 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/ja.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Japanese 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: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: 2007-05-06 14:56+0900\n" +"Last-Translator: Kenshi Muto \n" +"Language-Team: Debian L10n Japanese \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "アフリカ" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "アメリカ" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "南極大陸" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "オーストラリア" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "北極" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "アジア" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "大西洋側" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "カナダ" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "ヨーロッパ" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "インド地方" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "太平洋側" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "その他" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "地理的領域:" + +#. Type: select +#. Description +#: ../templates:1002 +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." +msgstr "" +"あなたの居住する地理的領域を選んでください。続く設定質問で、位置する時間帯を" +"表現する都市名のリストが表示されるので、これをより狭めていくことができます。" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Abidjan" +msgstr "アビジャン" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "アクラ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "アディスアベバ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "アルジェー" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "アスマラ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "アスメラ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "バマコ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "バンギ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "バンジュル" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "ビサウ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "ブランタイア" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "ブラザヴィル" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "ブジュンブラ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "カイロ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "カサブランカ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "セウタ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "コナクリ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "ダカール" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "ダルエスサラーム" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "ジブチ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "ドゥアーラ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "エルアイウン" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "フリータウン" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "ハボローネ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "ハラレ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "ヨハネスバーグ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "カンパラ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "ハルツーム" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "キガリ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "キンシャサ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "ラゴス" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "リーブルヴィル" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "ロメ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "ルアンダ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "ルブンバシ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "ルサカ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "マラボ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "マプート" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "マセル" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "ムババネ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "モガディシュ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "モンロヴィア" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "ナイロビ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "ウンジャメナ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "ニアメ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "ヌアクショット" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "ワガドゥーグ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "ポルトノヴォ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "サオトメ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "ティンブクトゥ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "トリポリ" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "チュニス" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "あなたの居住地に一致する時間帯を選択してください。" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "エイダック" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "アンカレジ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "アングイラ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "アンティグア" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "アラグアイナ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "アルバ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "アスンシオン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "アティコカン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "アトカ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "バイア" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "バルバドス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "ベレン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "ベリーズ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "ブランサブロン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "ボアヴィスタ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "ボゴタ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "ボイシ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "ブエノスアイレス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "ケンブリッジ湾" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "カンポグランデ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "カンクン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "カラカス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "カタマルカ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "カイエンヌ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "ケイマン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "シカゴ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "チワワ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "コーラルハーバー" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "コルドバ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "コスタリカ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "クヤバ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "キュラソー" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "ドーソン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "ドーソン運河" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "デンヴァー" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "デトロイト" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "ドミニカ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "エドモントン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "エルサルバドル" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "エンセナダ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "フォートウェイン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "フォルタレザ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "グラッセ湾" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "グース湾" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "グランドターク" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "グレナダ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "グアドループ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "グアテマラ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "グアヤキル" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "ガイアナ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "ハリファックス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "ハバナ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "エルモシヨ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "インディアナポリス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "ジャマイカ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "フフイ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "ジュノー" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "ノックス IN" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "ラパス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "リマ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "ロサンゼルス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "ルーイヴィル" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "マセイオ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "マナグア" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "マナウス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "マルティニク" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "マサトラン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "メンドサ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "メノミニー" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "メリダ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "メキシコシティ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "ミクロン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "マンクトン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "モンテレー" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "モンテビデオ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "モントリオール" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "モントセラト" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "ナッソー" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "ニューヨーク" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "ニピゴン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "ノーム" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "パナマ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "パラマリボ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "フェニックス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "ポルトアクレ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "ポルトヴェリエ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "プエルトリコ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "レイニーリバー" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "レシフェ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "レジャイナ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "リオブランコ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "ロサリオ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "サンチアゴ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "セントドミニゴ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "サンパウロ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "シップロック" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "セントジョーンズ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "セントキッツ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "セントルチア" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "セントトーマス" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "セントビンセント" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "スイフトカレント" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "テグシガルパ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "テューレ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "サンダー湾" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "ティフアナ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "トロント" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "トルトラ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "バンクーバー" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "バージン" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "ホワイトホース" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "ウィニペグ" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "イエローナイフ" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "ケーシー" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "デーヴィス" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "デュモンデュルヴィル" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "モーソン" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "パーマー" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "南極点" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "昭和" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "ヴォストーク" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "アデレード" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "ブリスベーン" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "ブロークンヒル" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "キャンベラ" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "カリー" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "ダーウィン" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "ホーバート" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Load Howe島" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "メルボルン" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "パース" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "シドニー" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "ロングイールビュアン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "アデン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "アルマトゥイ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "アンマン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "アナディル" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "バグダード" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "バーレーン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "バクー" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "バンコク" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "ベイルート" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "ビシュケク" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "ブルネイ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "コルコタ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "チョイバルサン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "重慶" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "コロンボ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "ダマスカス" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "ダッカ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "ディリ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "ドバイ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "ドゥシャンベ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "ガザ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "ハルビン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "香港" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "イルクーツク" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "イスタンブール" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "ジャカルタ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "ジャヤプラ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "エルサレム" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "カブール" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "カムチャッカ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "カラチ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "カシュガル" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "カトマンズ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "クラスノヤルスク" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "クアラルンプール" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "クチン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "クウェート" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "マカオ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "マガダン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "マカッサル" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "マニラ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "マスカット" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "ニコシア" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "ノヴォシビルスク" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "オムスク" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "ウラル" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "ブノンペン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "ポンティアナク" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "平壌" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "カタール" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "ラングーン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "リヤド" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "リヤド87" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "リヤド88" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "リヤド89" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "サイゴン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "サハリン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "サマルカンド" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "ソウル" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "上海" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "シンガポール" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "台北" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "タシケント" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "トビリシ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "テヘラン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "テルアビブ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "ティンプー" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "東京" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "ウランバートル" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "ウルムチ" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "ヴィエンチャン" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "ウラジオストック" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "ヤクーツク" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "エレヴァン" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "アゾレス" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "バーミューダ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "カナリヤ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "ケープヴェルデ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "ヤンマイエン" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "マデイラ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "レイキャヴィク" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "サウスジョージア" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "セントヘレナ" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "スタンリー" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "中央部" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "東サスカチュワン" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "東部" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "山岳部" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "ニューファンドランド" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "サスカチュワン" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "ユーコン" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "アムステルダム" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "アンドラ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "アセンズ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "ベルファスト" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "ベオグラード" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "ベルリン" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "ブラチスラヴァ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "ブリュッセル" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "ブカレスト" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "ブダペスト" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "キシニョフ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "コペンハーゲン" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "ダブリン" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "ジブラルタル" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "ガーンジー" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "ヘルシンキ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "マン島" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "ジャージー" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "カリーニングラード" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "キエフ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "リスボン" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "リュブリャーナ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "ロンドン" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "ルクセンブルグ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "マドリード" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "マルタ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "マリーハムン" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "ミンスク" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "モナコ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "モスクワ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "オスロ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "パリ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "ポドゴリツァ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "プラハ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "リガ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "ローマ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "サマーラ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "サンマリノ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "サラエヴォ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "シムフェロポリ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "スコピエ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "ソフィア" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "ストックホルム" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "タリン" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "ティラナ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "ティラスポリ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "ファドーツ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "バチカン" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "ヴィエナ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "ヴィリニュス" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "ヴォルゴグラード" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "ワルシャワ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "ザグレブ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "ザポロージェ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "チューリヒ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "アンタナナリヴォ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "チャゴス" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "クリスマス" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "ココス" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "コモロ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "ケルゲレン" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "マエ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "モルジヴ" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "モーリシャス" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "マヨット" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "レユニオン" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "アピア" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "オークランド" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "チャタム島" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "イースター島" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "エファーテ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "エンダーベリー" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "フィジー" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "フナフティ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "ガラパゴス" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "ガンビア" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "ガダルカナル" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "グアム" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "ホノルル" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "ジョンストン" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "キリティマティ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "コスラエ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "クアジャリン" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "マジュロ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "ミッドウェー" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "ナウル" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "ニウエ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "ノーフォーク" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "ヌーメア" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "パゴパゴ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "パラオ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "ポナペ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "ポルトモーズビー" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "ラロトンガ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "サイパン" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "サモア" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "タヒチ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "タラワ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "トンガタプ" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "トラック" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "ウェーク" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "ヴァリス" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Yap" +msgstr "ヤップ" --- tzdata-2009b.orig/debian/po/fr.po +++ tzdata-2009b/debian/po/fr.po @@ -0,0 +1,3112 @@ +# 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. +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: 2007-05-08 09:20+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "Afrique" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "Amérique" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "Antarctique" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "Australie" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "Arctique" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "Asie" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "Atlantique" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "Canada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "Europe" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "Océan Indien" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "Pacifique" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "Système V" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "Autre" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Lieu géographique :" + +#. Type: select +#. Description +#: ../templates:1002 +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." +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 +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "Le Caire" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta et Melilla" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesbourg" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadiscio" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao-Tomé" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Tombouctou" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "" +"Veuillez choisir le fuseau horaire correspondant à votre emplacement " +"géographique." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "La Barbade" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "Buenos Aires" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "Îles Caïman" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "Córdoba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "Détroit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominique" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "Fort Wayne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenade" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "La Havane" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaïque" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "Knox (Indiana)" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "Montréal" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port d'Espagne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Porto-Rico" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Saint-Domingue" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "Saint-Johns" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Saint-Kitts" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Sainte-Lucie" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Saint-Thomas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Saint-Vincent" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "Thulé" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "Vierges (îles)" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "Base Casey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "Base Davis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Base Dumont-d'Urville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "Base Mawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "Base McMurdo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "Base Palmer" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "Base Rothera" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "Base Scott-Admundsen" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "Base Syowa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "Base Vostok" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaïde" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Île Lord Howe" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "Alma-Ata" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashkhabad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahreïn" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "Bakou" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "Beyrouth" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "Bruneï" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "Calcutta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "Damas" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubaï" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Douchanbé" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong-Kong" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkoutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "Djakarta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jérusalem" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "Kaboul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamtchatka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "Katmandou" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoïarsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "Koweït" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "Macasar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "Manille" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "Nicosie" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "Oural" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom enh" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Kzyl-Orda" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyad 87" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyad 88" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyad 89" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "Saïgon" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhaline" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarcande" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "Séoul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghaï" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapour" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tachkent" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilissi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "Téhéran" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel-Aviv" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "Timphu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakoutsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Ekaterinenbourg" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "Açores" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermudes" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "Canaries" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cap-Vert" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "Madère" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Géorgie du Sud" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "Sainte-Hélène" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "Centre" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "Saskatchewan de l'Est" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "Est" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "Rocheuses" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "Terre-Neuve" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "Andorre" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "Athènes" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "Bruxelles" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "Bucarest" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "Copenhague" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "Guernesey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "Île de Man" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "Lisbonne" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "Malte" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "Moscou" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "Saint-Marin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "Tallin" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "Oujhorod" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "Vienne" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "Varsovie" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "Zaporijia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "Tananarive" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "Christmas (île)" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "Cocos (îles)" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "Comores" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "Île Maurice" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "Réunion" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "îles Chatham" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "Île de Pâques" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "Enderbury (îles Phoenix)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "Fidji" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "Îles Galapagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "Îles Gambier" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "Kiritimati (îles Line)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "Îles Marquises" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "îles Midway" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "Port-Moresby" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "Tarawa (îles Gilbert)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "Wake (île)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Yap" +msgstr "Yap" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "" +"Please select the geographic area in which you live, then you will be shown " +"a list of cities which represent the time zone in which they are located." +msgstr "" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "ACT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "LHI" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "NSW" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "North" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Queensland" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Tasmania" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Victoria" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "West" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashkhabad" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chungking" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dacca" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macao" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimbu" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulan_Bator" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faeroe" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "AST4" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "AST4ADT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "CST6" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "CST6CDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "EST5" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "EST5EDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "HST10" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "MST7" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "MST7MDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "PST8" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "PST8PDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "YST9" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "YST9YDT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+0" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+1" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+10" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+11" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+12" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+2" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+3" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+4" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+5" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+6" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+7" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+8" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT+9" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-0" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-1" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-10" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-11" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-12" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-13" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-14" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-2" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-3" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-4" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-5" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-6" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-7" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-8" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT-9" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "GMT0" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "Greenwich" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "UCT" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "UTC" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "Universal" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:14001 +msgid "Zulu" +msgstr "" --- tzdata-2009b.orig/debian/po/ku.po +++ tzdata-2009b/debian/po/ku.po @@ -0,0 +1,3066 @@ +# 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î +msgid "" +msgstr "" +"Project-Id-Version: debian-installer\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-04 07:56+0200\n" +"PO-Revision-Date: 2007-05-08 13:46+0200\n" +"Last-Translator: Amed Çeko Jiyan \n" +"Language-Team: Kurdish \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" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Africa" +msgstr "Afrîka" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "America" +msgstr "Amerîka" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Antarctica" +msgstr "Antartîka" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Australia" +msgstr "Awistralya" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Arctic" +msgstr "Arktîk" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Asia" +msgstr "Asya" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 +#: ../templates:10001 +msgid "Atlantic" +msgstr "Atlantîk" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Canada" +msgstr "Kanada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Europe" +msgstr "Ewropa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Indian" +msgstr "Hindistan" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 +#: ../templates:10001 +msgid "Pacific" +msgstr "Pasîfîk" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "SystemV" +msgstr "PergalV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Etc" +msgstr "Wekî din" + +#. Type: select +#. Description +#: ../templates:2002 +msgid "Geographic area:" +msgstr "Qada cografîk" + +#. Type: select +#. Description +#: ../templates:2002 +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." +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 +#: ../templates:3001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cairo" +msgstr "Kahîre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Casablanca" +msgstr "Kazablanka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Conakry" +msgstr "Konakry" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dar_es_Salaam" +msgstr "Dar-ul Selam" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nairobi" +msgstr "Nayrobî" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#: ../templates:3001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 +#: ../templates:4002 +#: ../templates:5002 +#: ../templates:6002 +#: ../templates:7002 +#: ../templates:8002 +#: ../templates:9002 +#: ../templates:10002 +#: ../templates:11002 +#: ../templates:12002 +#: ../templates:13002 +#: ../templates:14001 +#: ../templates:15001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 +#: ../templates:4002 +#: ../templates:5002 +#: ../templates:6002 +#: ../templates:7002 +#: ../templates:8002 +#: ../templates:9002 +#: ../templates:10002 +#: ../templates:11002 +#: ../templates:12002 +#: ../templates:13002 +#: ../templates:14001 +#: ../templates:15001 +msgid "Please select the time zone corresponding to your location." +msgstr "Ji kerema xwe re herêma xwe ya saetê hilbijêre." + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Buenos_Aires" +msgstr "Buenos_Aires" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cordoba" +msgstr "Cordoba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dominica" +msgstr "Dominîk" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fort_Wayne" +msgstr "Fort_Wayne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Knox_IN" +msgstr "Knox_IN" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South_Pole" +msgstr "South_Pole" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "ACT" +msgstr "ACT" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "LHI" +msgstr "LHI" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "NSW" +msgstr "NSW" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "North" +msgstr "Bakur" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Queensland" +msgstr "Queensland" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "South" +msgstr "Başur" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Tasmania" +msgstr "Tasmania" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Victoria" +msgstr "Victoria" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "West" +msgstr "Rojava" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashkhabad" +msgstr "Aşqabad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baghdad" +msgstr "Bexda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bahrain" +msgstr "Behreyn" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Beirut" +msgstr "Beyrût" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bishkek" +msgstr "Bîşkek" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Calcutta" +msgstr "Calcutta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chungking" +msgstr "Chungking" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dacca" +msgstr "Dacca" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dushanbe" +msgstr "Dûşanbe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Gaza" +msgstr "Xaza" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 +#: ../templates:11001 +msgid "Istanbul" +msgstr "Stenbol" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jerusalem" +msgstr "Darûselam" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kabul" +msgstr "Kabîl" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Karachi" +msgstr "Karaçî" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kashgar" +msgstr "Kaşgar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Katmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuching" +msgstr "Kuçîng" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuwait" +msgstr "Kuweyt" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macao" +msgstr "Macao" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 +#: ../templates:11001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh" +msgstr "Riyad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh87" +msgstr "Riyad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh88" +msgstr "Riyad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh89" +msgstr "Riyad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Saigon" +msgstr "Saigon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Samarkand" +msgstr "Semerqand" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Seoul" +msgstr "Seûl" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Shanghai" +msgstr "Şangay" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Singapore" +msgstr "Sîngapûr" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tashkent" +msgstr "Taşkent" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tbilisi" +msgstr "Tiblîs" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimbu" +msgstr "Thimbu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulan_Bator" +msgstr "Ulan_Bator" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yerevan" +msgstr "Êrîvan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faeroe" +msgstr "Faeroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "South_Georgia" +msgstr "South_Georgia" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Central" +msgstr "Navendî" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "East-Saskatchewan" +msgstr "East-Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Eastern" +msgstr "Rojhilatî" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mountain" +msgstr "Mountain" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Newfoundland" +msgstr "Newfoundland" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Athens" +msgstr "Atena" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Budapest" +msgstr "Budapeşte" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Copenhagen" +msgstr "Kopengahen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kiev" +msgstr "Kiyev" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Luxembourg" +msgstr "Luksembûrg" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Moscow" +msgstr "Moskow" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Paris" +msgstr "Parîs" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sofia" +msgstr "Sofya" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vienna" +msgstr "Viyena" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zurich" +msgstr "Zurîx" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fiji" +msgstr "Fîjî" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Choose language" +#~ msgstr "Ziman hilbijêre/Choose language" +#~ msgid "Storing language..." +#~ msgstr "Ziman tê tomar kirin..." +#~ msgid "United States[ default country ]" +#~ msgstr "Turkey" +#~ msgid "other" +#~ msgstr "wekî din" +#~ msgid "US" +#~ msgstr "TR" +#~ msgid "Choose a country, territory or area:" +#~ msgstr "Welat, eyalet an herêmê hilbijêre:" +#~ msgid "" +#~ "Based on your language, you are probably located in one of these " +#~ "countries or regions." +#~ msgstr "Li gorî zimanê te, dibe ku di yek ji van welat an heremên de yî." +#~ msgid "Choose a locale:" +#~ msgstr "Herêmekê hilbijêre:" +#~ msgid "" +#~ "Based on your language and country choices, the following locale " +#~ "parameters are supported." +#~ msgstr "" +#~ "Li gorî daxwazên te yên ziman û welatî, desteka ji bo van parametreyên " +#~ "heremî heye." +#~ msgid "Choose other locales to be supported:" +#~ msgstr "Herêmên din ku piştgirtiya wan hebe hilbijêre:" +#~ msgid "You may choose additional locales to be installed from this list." +#~ msgstr "" +#~ "Tu dikarî herêmên pêvekî ji bo bên saz kirin ji vê lîsteyê hilbijêrî." +#~ msgid "-- North America --" +#~ msgstr "-- Emerîkaya Bakur --" +#~ msgid "-- Central America --" +#~ msgstr "-- Emerîkaya Navîn --" +#~ msgid "-- South America --" +#~ msgstr "-- Emerîkaya Başûr --" +#~ msgid "-- Caribbean --" +#~ msgstr "--Karayîp --" +#~ msgid "-- Europe --" +#~ msgstr "-- Ewropa --" +#~ msgid "-- Asia --" +#~ msgstr "-- Asya --" +#~ msgid "-- Africa --" +#~ msgstr "-- Efrîka --" +#~ msgid "-- Indian Ocean --" +#~ msgstr "-- Okyanûsa Hindê --" +#~ msgid "-- Oceania --" +#~ msgstr "-- Okyanûsya --" +#~ msgid "-- Antarctica --" +#~ msgstr "-- Antarktîka --" +#~ msgid "-- other --" +#~ msgstr "-- wekî din --" +#~ msgid "" +#~ "Antarctica/McMurdo, Antarctica/South_Pole, Antarctica/Rothera, Antarctica/" +#~ "Palmer, Antarctica/Mawson, Antarctica/Davis, Antarctica/Casey, Antarctica/" +#~ "Vostok, Antarctica/DumontDUrville, Antarctica/Syowa" +#~ msgstr "" +#~ "Antarctica/McMurdo, Antarctica/South_Pole, Antarctica/Rothera, Antarctica/" +#~ "Palmer, Antarctica/Mawson, Antarctica/Davis, Antarctica/Casey, Antarctica/" +#~ "Vostok, Antarctica/DumontDUrville, Antarctica/Syowa" +#~ msgid "" +#~ "Australia/Lord_Howe, Australia/Hobart, Australia/Melbourne, Australia/" +#~ "Sydney, Australia/Broken_Hill, Australia/Brisbane, Australia/Lindeman, " +#~ "Australia/Adelaide, Australia/Darwin, Australia/Perth" +#~ msgstr "" +#~ "Australia/Lord_Howe, Australia/Hobart, Australia/Melbourne, Australia/" +#~ "Sydney, Australia/Broken_Hill, Australia/Brisbane, Australia/Lindeman, " +#~ "Australia/Adelaide, Australia/Darwin, Australia/Perth" +#~ msgid "" +#~ "America/Noronha, America/Belem, America/Fortaleza, America/Recife, " +#~ "America/Araguaina, America/Maceio, America/Bahia, America/Sao_Paulo, " +#~ "America/Campo_Grande, America/Cuiaba, America/Porto_Velho, America/" +#~ "Boa_Vista, America/Manaus, America/Eirunepe, America/Rio_Branco" +#~ msgstr "" +#~ "America/Noronha, America/Belem, America/Fortaleza, America/Recife, " +#~ "America/Araguaina, America/Maceio, America/Bahia, America/Sao_Paulo, " +#~ "America/Campo_Grande, America/Cuiaba, America/Porto_Velho, America/" +#~ "Boa_Vista, America/Manaus, America/Eirunepe, America/Rio_Branco" +#~ msgid "" +#~ "Canada/Newfoundland, Canada/Atlantic, Canada/Eastern, Canada/Central, " +#~ "Canada/East-Saskatchewan, Canada/Saskatchewan, Canada/Mountain, Canada/" +#~ "Pacific, Canada/Yukon" +#~ msgstr "" +#~ "Canada/Newfoundland, Canada/Atlantic, Canada/Eastern, Canada/Central, " +#~ "Canada/East-Saskatchewan, Canada/Saskatchewan, Canada/Mountain, Canada/" +#~ "Pacific, Canada/Yukon" +#~ msgid "Africa/Kinshasa, Africa/Lubumbashi" +#~ msgstr "Africa/Kinshasa, Africa/Lubumbashi" +#~ msgid "America/Santiago, Pacific/Easter" +#~ msgstr "America/Santiago, Pacific/Easter" +#~ msgid "America/Guayaquil, Pacific/Galapagos" +#~ msgstr "America/Guayaquil, Pacific/Galapagos" +#~ msgid "Europe/Madrid, Africa/Ceuta, Atlantic/Canary" +#~ msgstr "Europe/Madrid, Africa/Ceuta, Atlantic/Canary" +#~ msgid "Pacific/Yap, Pacific/Truk, Pacific/Ponape, Pacific/Kosrae" +#~ msgstr "Pacific/Yap, Pacific/Truk, Pacific/Ponape, Pacific/Kosrae" +#~ msgid "" +#~ "America/Godthab, America/Danmarkshavn, America/Scoresbysund, America/Thule" +#~ msgstr "" +#~ "America/Godthab, America/Danmarkshavn, America/Scoresbysund, America/Thule" +#~ msgid "Asia/Jakarta, Asia/Pontianak, Asia/Makassar, Asia/Jayapura" +#~ msgstr "Asia/Jakarta, Asia/Pontianak, Asia/Makassar, Asia/Jayapura" +#~ msgid "Pacific/Tarawa, Pacific/Enderbury, Pacific/Kiritimati" +#~ msgstr "Pacific/Tarawa, Pacific/Enderbury, Pacific/Kiritimati" +#~ msgid "Asia/Almaty, Asia/Qyzylorda, Asia/Aqtobe, Asia/Aqtau, Asia/Oral" +#~ msgstr "Asia/Almaty, Asia/Qyzylorda, Asia/Aqtobe, Asia/Aqtau, Asia/Oral" +#~ msgid "Asia/Ulaanbaatar, Asia/Hovd, Asia/Choibalsan" +#~ msgstr "Asia/Ulaanbaatar, Asia/Hovd, Asia/Choibalsan" +#~ msgid "Select a city in your time zone:" +#~ msgstr "Di herêma demê xwe de bajarekî hilbijêre:" +#~ msgid "Mexico/General, Mexico/BajaSur, Mexico/BajaNorte" +#~ msgstr "Mexico/General, Mexico/BajaSur, Mexico/BajaNorte" +#~ msgid "Pacific/Auckland, Pacific/Chatham" +#~ msgstr "Pacific/Auckland, Pacific/Chatham" +#~ msgid "Pacific/Tahiti, Pacific/Marquesas, Pacific/Gambier" +#~ msgstr "Pacific/Tahiti, Pacific/Marquesas, Pacific/Gambier" +#~ msgid "Europe/Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgstr "Europe/Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgid "" +#~ "Europe/Kaliningrad, Europe/Moscow, Europe/Samara, Asia/Yekaterinburg, " +#~ "Asia/Omsk, Asia/Novosibirsk, Asia/Krasnoyarsk, Asia/Irkutsk, Asia/" +#~ "Yakutsk, Asia/Vladivostok, Asia/Sakhalin, Asia/Magadan, Asia/Kamchatka, " +#~ "Asia/Anadyr" +#~ msgstr "" +#~ "Europe/Kaliningrad, Europe/Moscow, Europe/Samara, Asia/Yekaterinburg, " +#~ "Asia/Omsk, Asia/Novosibirsk, Asia/Krasnoyarsk, Asia/Irkutsk, Asia/" +#~ "Yakutsk, Asia/Vladivostok, Asia/Sakhalin, Asia/Magadan, Asia/Kamchatka, " +#~ "Asia/Anadyr" +#~ msgid "Pacific/Johnston, Pacific/Midway, Pacific/Wake" +#~ msgstr "Pacific/Johnston, Pacific/Midway, Pacific/Wake" +#~ msgid "Select a location in your time zone:" +#~ msgstr "Cihekê di herêma dema xwe de hilbijêre:" +#~ msgid "" +#~ "US/Eastern, US/Central, US/Mountain, US/Pacific, US/Alaska, US/Hawaii, US/" +#~ "Arizona, US/East-Indiana, US/Samoa" +#~ msgstr "" +#~ "DYE/Rojhilat, DYE/Navend, DYE/Çiya, DYE/Pasîfîk, DYE/Alaska, DYE/Hawaî, " +#~ "DYE/Arîzona, DYE/Îndîanaya-Rojhilat, DYE/Samoa" +#~ msgid "Select your time zone:" +#~ msgstr "Herêma dema xwe hilbijêre:" + +#, fuzzy +#~ msgid "Configure the time zone" +#~ msgstr "Herêma demê saz bike" + +#, fuzzy +#~ msgid "Saving the time zone..." +#~ msgstr "Herêma demê tomar dike..." +#~ msgid "Selected time zone" +#~ msgstr "Herêma dema hatiye hilbijartin" +#~ msgid "Based on your country, your time zone is ${ZONE}." +#~ msgstr "Li gora welatê te, herêma dema te ${ZONE} e." +#~ msgid "" +#~ "McMurdo, South_Pole, Rothera, Palmer, Mawson, Davis, Casey, Vostok, " +#~ "DumontDUrville, Syowa" +#~ msgstr "" +#~ "McMurdo, South_Pole, Rothera, Palmer, Mawson, Davis, Casey, Vostok, " +#~ "DumontDUrville, Syowa" +#~ msgid "" +#~ "Lord_Howe, Hobart, Melbourne, Sydney, Broken_Hill, Brisbane, Lindeman, " +#~ "Adelaide, Darwin, Perth" +#~ msgstr "" +#~ "Lord_Howe, Hobart, Melbourne, Sydney, Broken_Hill, Brisbane, Lindeman, " +#~ "Adelaide, Darwin, Perth" +#~ msgid "" +#~ "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao_Paulo, " +#~ "Campo_Grande, Cuiaba, Porto_Velho, Boa_Vista, Manaus, Eirunepe, Rio_Branco" +#~ msgstr "" +#~ "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao_Paulo, " +#~ "Campo_Grande, Cuiaba, Porto_Velho, Boa_Vista, Manaus, Eirunepe, Rio_Branco" +#~ msgid "" +#~ "Newfoundland, Atlantic, Eastern, Central, East-Saskatchewan, " +#~ "Saskatchewan, Mountain, Pacific, Yukon" +#~ msgstr "" +#~ "Newfoundland, Atlantic, Eastern, Central, East-Saskatchewan, " +#~ "Saskatchewan, Mountain, Pacific, Yukon" +#~ msgid "Kinshasa, Lubumbashi" +#~ msgstr "Kinshasa, Lubumbashi" +#~ msgid "Santiago, Easter" +#~ msgstr "Santiago, Easter" +#~ msgid "Guayaquil, Galapagos" +#~ msgstr "Guayaquil, Galapagos" +#~ msgid "Madrid, Ceuta, Atlantic/Canary" +#~ msgstr "Madrid, Ceuta, Atlantic/Canary" +#~ msgid "Yap, Truk, Ponape, Kosrae" +#~ msgstr "Yap, Truk, Ponape, Kosrae" +#~ msgid "Godthab, Danmarkshavn, Scoresbysund, Thule" +#~ msgstr "Godthab, Danmarkshavn, Scoresbysund, Thule" +#~ msgid "Jakarta, Pontianak, Makassar, Jayapura" +#~ msgstr "Jakarta, Pontianak, Makassar, Jayapura" +#~ msgid "Tarawa, Enderbury, Kiritimati" +#~ msgstr "Tarawa, Enderbury, Kiritimati" +#~ msgid "Almaty, Qyzylorda, Aqtobe, Aqtau, Oral" +#~ msgstr "Almaty, Qyzylorda, Aqtobe, Aqtau, Oral" +#~ msgid "Ulaanbaatar, Hovd, Choibalsan" +#~ msgstr "Ulaanbaatar, Hovd, Choibalsan" +#~ msgid "Auckland, Chatham" +#~ msgstr "Auckland, Chatham" +#~ msgid "Tahiti, Marquesas, Gambier" +#~ msgstr "Tahiti, Marquesas, Gambier" +#~ msgid "Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgstr "Lisbon, Atlantic/Madeira, Atlantic/Azores" +#~ msgid "" +#~ "Kaliningrad, Moscow, Samara, Yekaterinburg, Omsk, Novosibirsk, " +#~ "Krasnoyarsk, Irkutsk, Yakutsk, Vladivostok, Sakhalin, Magadan, Kamchatka, " +#~ "Anadyr" +#~ msgstr "" +#~ "Kaliningrad, Moscow, Samara, Yekaterinburg, Omsk, Novosibirsk, " +#~ "Krasnoyarsk, Irkutsk, Yakutsk, Vladivostok, Sakhalin, Magadan, Kamchatka, " +#~ "Anadyr" +#~ msgid "Johnston, Midway, Wake" +#~ msgstr "Johnston, Midway, Wake" +#~ msgid "" +#~ "Eastern, Central, Mountain, Pacific, Alaska, Hawaii, Arizona, East-" +#~ "Indiana, Samoa" +#~ msgstr "" +#~ "DYE/Rojhilat, DYE/Navend, DYE/Çiya, DYE/Pasîfîk, DYE/Alaska, DYE/Hawaî, " +#~ "DYE/Arîzona, DYE/Îndîanaya-Rojhilat, DYE/Samoa" +#~ msgid "Configure time zone" +#~ msgstr "Herêma demê saz bike" +#~ msgid "Saving time zone..." +#~ msgstr "Herêma demê tomar dike..." +#~ msgid "Atlantic/Canary" +#~ msgstr "Atlantic/Canary" +#~ msgid "Mexico/General" +#~ msgstr "Mexico/General" +#~ msgid "Mexico/BajaSur" +#~ msgstr "Mexico/BajaSur" +#~ msgid "Mexico/BajaNorte" +#~ msgstr "Mexico/BajaNorte" +#~ msgid "Atlantic/Madeira" +#~ msgstr "Atlantic/Madeira" +#~ msgid "Atlantic/Azores" +#~ msgstr "Atlantic/Azores" +#~ msgid "Hawaii" +#~ msgstr "DYE/Hawaî" + --- tzdata-2009b.orig/debian/po/gl.po +++ tzdata-2009b/debian/po/gl.po @@ -0,0 +1,2713 @@ +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: 2007-05-06 18:23+0200\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "África" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "América" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "Antártida" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "Australia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "Ártico" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "Asia" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "Atlántico" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "Canadá" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "Índico" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "Pacífico" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "Etc" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Área xeográfica:" + +#. Type: select +#. Description +#: ../templates:1002 +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." +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 ubicadas." + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "Acra" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "Alxer" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "O Cairo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salám" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiún" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburgo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadiscio" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunes" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "Escolla o fuso horario correspondente á súa ubicación." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "Buenos Aires" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Porto Coral" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "Córdoba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "Curação" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "Fort Wayne" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Gran Turk" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "Güiana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "A Habana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "Xamaica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "Knox IN" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlán" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Cidade de México" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrei" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "Nova York" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Porto Príncipe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Porto España" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Rico" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "St. Johns" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St. Kitts" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St. Lucía" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St. Thomas" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St. Vincent" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "Polo Sul" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "Camberra" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Illa de Lord Howe" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "Adén" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "Almati" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "Amán" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "Calcuta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "Estambul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "Xacarta" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "Xaiapura" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Xerusalén" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "Katmandú" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangún" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "O Riad" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "O Riad 87" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "O Riad 88" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "O Riad 89" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "Saigón" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarcanda" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tiflis" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "Illas Azores" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "Illas Bermudas" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "Illas Canarias" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cabo Verde" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "Illas Faroes" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Xeorxia do Sul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "Santa Helena" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "Central" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "Saskatchewan oriental" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "Oriental" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "Montañas" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "Terranova" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "Berlín" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "Bruxelas" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "Bucarest" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "Copenhague" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "Dublín" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "Xibraltar" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "Illa de Man" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "Mónaco" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "Moscova" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "París" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "Saraxevo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "Sofía" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "Estocolmo" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "Tallín" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "Cidade do Vaticano" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "Vilna" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "Volgogrado" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "Varsovia" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "Illa de Nadal" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "Illas Cocos" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "Illas Comores" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "Illas Maldivas" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "Mauricio" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "Illa de Reunión" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "Illas Chatham" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "Illa de Pascua" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "Enderbury (Illas Phoenix)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "Fixi" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "Galápagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "Illas Gambier" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "Honolulú" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "Atol de Johnston" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "Kiritimati (Illas Line)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "Illas Marquesas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "Illas Midway" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "Saipán" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "Tahití" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "Tarawa (Illas Gilbert)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "Illa de Wake" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Yap" +msgstr "Yap" + --- tzdata-2009b.orig/debian/po/nl.po +++ tzdata-2009b/debian/po/nl.po @@ -0,0 +1,3159 @@ +# 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: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-04 07:56+0200\n" +"PO-Revision-Date: 2007-05-06 13:36+0100\n" +"Last-Translator: Bart Cornelis \n" +"Language-Team: debian-l10n-dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Africa" +msgstr "Afrika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "America" +msgstr "Amerika" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Antarctica" +msgstr "Antarctica" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Australia" +msgstr "Australië" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Arctic" +msgstr "Arctische Oceaan" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Asia" +msgstr "Azie" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 +#: ../templates:10001 +msgid "Atlantic" +msgstr "Atlantische Oceaan" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Canada" +msgstr "Canada" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Europe" +msgstr "Europa" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Indian" +msgstr "Indische Oceaan" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:2001 +#: ../templates:10001 +msgid "Pacific" +msgstr "Grote Oceaan" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "SystemV" +msgstr "SystemV tijdzones" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:2001 +msgid "Etc" +msgstr "Anders" + +#. Type: select +#. Description +#: ../templates:2002 +msgid "Geographic area:" +msgstr "Geografisch gebied:" + +#. Type: select +#. Description +#: ../templates:2002 +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." +msgstr "Wat is het geografisch gebied waarin u leeft? In verder vragen krijgt u een lijst van steden te zien die de verschillende tijdzones in dit gebied representeren." + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asmera" +msgstr "Asmera" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Timbuktu" +msgstr "Timboektoe" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#: ../templates:3001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 +#: ../templates:4002 +#: ../templates:5002 +#: ../templates:6002 +#: ../templates:7002 +#: ../templates:8002 +#: ../templates:9002 +#: ../templates:10002 +#: ../templates:11002 +#: ../templates:12002 +#: ../templates:13002 +#: ../templates:14001 +#: ../templates:15001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:3002 +#: ../templates:4002 +#: ../templates:5002 +#: ../templates:6002 +#: ../templates:7002 +#: ../templates:8002 +#: ../templates:9002 +#: ../templates:10002 +#: ../templates:11002 +#: ../templates:12002 +#: ../templates:13002 +#: ../templates:14001 +#: ../templates:15001 +msgid "Please select the time zone corresponding to your location." +msgstr "Wat is de tijdzone die met uw lokatie overeenkomt?" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Buenos_Aires" +msgstr "Buenos_Aires" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cordoba" +msgstr "Cordoba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fort_Wayne" +msgstr "Fort_Wayne" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Knox_IN" +msgstr "Knox_IN" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mexico_City" +msgstr "Mexico_Stad" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rosario" +msgstr "Rosario" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Sao_Paulo" +msgstr "São_Paulo" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "DumontDUrville" +msgstr "DumontDurville" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "South_Pole" +msgstr "Zuidpool" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "ACT" +msgstr "ACT" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "LHI" +msgstr "LHI" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "NSW" +msgstr "NSW" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "North" +msgstr "Noord" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Queensland" +msgstr "Queensland" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "South" +msgstr "Zuid" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Tasmania" +msgstr "Tasmanië" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Victoria" +msgstr "Victoria" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "West" +msgstr "West" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ashkhabad" +msgstr "Ashkhabad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Baku" +msgstr "Bakoe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Beirut" +msgstr "Beiroet" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Calcutta" +msgstr "Calcutta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Chungking" +msgstr "Chungking" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dacca" +msgstr "Dacca" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 +#: ../templates:11001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kabul" +msgstr "Kaboel" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Katmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Kuwait" +msgstr "Koeweit" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macao" +msgstr "Macao" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:8001 +#: ../templates:11001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Saigon" +msgstr "Saigon" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimbu" +msgstr "Thimbu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Ulan_Bator" +msgstr "Ulan_Bator" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yakutsk" +msgstr "Jakoeten" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yekaterinburg" +msgstr "Jekaterinenburg" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Azores" +msgstr "Azoren" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Canary" +msgstr "Canaria" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Cape_Verde" +msgstr "Kaapverdië" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faeroe" +msgstr "Faeroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "South_Georgia" +msgstr "Zuid_Georgia" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Central" +msgstr "Centraal" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "East-Saskatchewan" +msgstr "Oost-Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Eastern" +msgstr "Oosters" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mountain" +msgstr "Mountain" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Newfoundland" +msgstr "Newfoundland" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Saskatchewan" +msgstr "Saskatchewan" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Yukon" +msgstr "Yukon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Athens" +msgstr "Athene" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Berlin" +msgstr "Berlijn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Brussels" +msgstr "Brussel" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Bucharest" +msgstr "Boekarest" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Budapest" +msgstr "Boedapest" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Copenhagen" +msgstr "Kopenhagen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Isle_of_Man" +msgstr "Eiland van Man" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "London" +msgstr "Londen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Moscow" +msgstr "Moskou" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Paris" +msgstr "Parijs" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Prague" +msgstr "Praag" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vatican" +msgstr "Vaticaanstad" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vienna" +msgstr "Wenen" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Warsaw" +msgstr "Warschau" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Maldives" +msgstr "Maldiven" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#: ../templates:13001 +msgid "Yap" +msgstr "Yap" + +msgid "Choose language" +msgstr "Een taal kiezen/Choose language" + +msgid "Storing language..." +msgstr "Taalkeuze wordt opgeslagen..." + +msgid "United States[ default country ]" +msgstr "Netherlands" + +msgid "other" +msgstr "Anders" + +msgid "US" +msgstr "NL" + +msgid "Choose a country, territory or area:" +msgstr "Waar bevindt dit systeem zich (land, gebied of streek)?" + +msgid "Based on your language, you are probably located in one of these countries or regions." +msgstr "Afgaande op de gekozen taal bevindt u zich waarschijnlijk in een van deze plaatsen." + +msgid "Choose a locale:" +msgstr "Welke localisatie wilt u?" + +msgid "Based on your language and country choices, the following locale parameters are supported." +msgstr "Bij de gekozen combinatie van taal en land worden de volgende localisaties ondersteund." + +msgid "Choose other locales to be supported:" +msgstr "Welke aanvullende localisaties wilt u beschikbaar hebben?" + +msgid "You may choose additional locales to be installed from this list." +msgstr "U kunt uit deze lijst aanvullende localisaties voor installatie selecteren." + +msgid "-- North America --" +msgstr "-- Noord-Amerika --" + +msgid "-- Central America --" +msgstr "-- Centraal-Amerika --" + +msgid "-- South America --" +msgstr "-- Zuid-Amerika --" + +msgid "-- Caribbean --" +msgstr "-- Caraïbische eilanden --" + +msgid "-- Europe --" +msgstr "-- Europa --" + +msgid "-- Asia --" +msgstr "-- Azië --" + +msgid "-- Africa --" +msgstr "-- Afrika --" + +msgid "-- Indian Ocean --" +msgstr "-- Indische Oceaan --" + +msgid "-- Oceania --" +msgstr "-- Oceanië --" + +msgid "-- Antarctica --" +msgstr "-- Antarctica --" + +msgid "-- other --" +msgstr "-- Andere --" + +msgid "Antarctica/McMurdo, Antarctica/South_Pole, Antarctica/Rothera, Antarctica/Palmer, Antarctica/Mawson, Antarctica/Davis, Antarctica/Casey, Antarctica/Vostok, Antarctica/DumontDUrville, Antarctica/Syowa" +msgstr "McMurdo, Zuidpool, Rothera, Palmer, Mawson, Davis, Casey, Vostok, Dumont-d'Urville, Syowa" + +msgid "Australia/Lord_Howe, Australia/Hobart, Australia/Melbourne, Australia/Sydney, Australia/Broken_Hill, Australia/Brisbane, Australia/Lindeman, Australia/Adelaide, Australia/Darwin, Australia/Perth" +msgstr "Lord Howe Eiland, Hobart, Melbourne, Sydney, Broken Hill, Brisbane, Lindeman, Adelaide, Darwin, Perth" + +msgid "America/Noronha, America/Belem, America/Fortaleza, America/Recife, America/Araguaina, America/Maceio, America/Bahia, America/Sao_Paulo, America/Campo_Grande, America/Cuiaba, America/Porto_Velho, America/Boa_Vista, America/Manaus, America/Eirunepe, America/Rio_Branco" +msgstr "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao Paulo, Campo Grande, Cuiaba, Porto Velho, Boa Vista, Manaus, Eirunepe, Rio Branco" + +msgid "Canada/Newfoundland, Canada/Atlantic, Canada/Eastern, Canada/Central, Canada/East-Saskatchewan, Canada/Saskatchewan, Canada/Mountain, Canada/Pacific, Canada/Yukon" +msgstr "Newfoundland, Atlantic, Eastern, Central, East Saskatchewan, Saskatchewan, Mountain, Pacific, Yukon" + +msgid "Africa/Kinshasa, Africa/Lubumbashi" +msgstr "Kinshasa, Lubumbashi" + +msgid "America/Santiago, Pacific/Easter" +msgstr "Santiago, Paaseiland" + +msgid "America/Guayaquil, Pacific/Galapagos" +msgstr "Guayaquil, Galapagos" + +msgid "Europe/Madrid, Africa/Ceuta, Atlantic/Canary" +msgstr "Madrid, Ceuta, Canarische eilanden" + +msgid "Pacific/Yap, Pacific/Truk, Pacific/Ponape, Pacific/Kosrae" +msgstr "Yap, Truk, Ponape, Kosrae" + +msgid "America/Godthab, America/Danmarkshavn, America/Scoresbysund, America/Thule" +msgstr "Godthab, Danmarkshavn, Scoresbysund, Thule" + +msgid "Asia/Jakarta, Asia/Pontianak, Asia/Makassar, Asia/Jayapura" +msgstr "Jakarta, Pontianak, Makassar, Jayapura" + +msgid "Pacific/Tarawa, Pacific/Enderbury, Pacific/Kiritimati" +msgstr "Tarawa (Gilbert-eilanden), Enderbury (Phoenix-eilanden), Kiritimati (Line-eilanden)" + +msgid "Asia/Almaty, Asia/Qyzylorda, Asia/Aqtobe, Asia/Aqtau, Asia/Oral" +msgstr "Almaty, Qyzylorda, Aqtobe, Atyrau, Oral" + +msgid "Asia/Ulaanbaatar, Asia/Hovd, Asia/Choibalsan" +msgstr "Ulaanbaatar, Hovd, Choibalsan" + +msgid "Select a city in your time zone:" +msgstr "Selecteer een stad in uw tijdzone:" + +msgid "Mexico/General, Mexico/BajaSur, Mexico/BajaNorte" +msgstr "Hora Central (Mexico), Hora Montana (Baja California Zuid), Hora del Pacifico (Baja California Noord)" + +msgid "Pacific/Auckland, Pacific/Chatham" +msgstr "Auckland, Chatham-eilanden" + +msgid "Pacific/Tahiti, Pacific/Marquesas, Pacific/Gambier" +msgstr "Tahiti (Society-eilanden), Marquesas-eilanden, Gambier-eilanden" + +msgid "Europe/Lisbon, Atlantic/Madeira, Atlantic/Azores" +msgstr "Lissabon, Madeira-eilanden, Azoren" + +msgid "Europe/Kaliningrad, Europe/Moscow, Europe/Samara, Asia/Yekaterinburg, Asia/Omsk, Asia/Novosibirsk, Asia/Krasnoyarsk, Asia/Irkutsk, Asia/Yakutsk, Asia/Vladivostok, Asia/Sakhalin, Asia/Magadan, Asia/Kamchatka, Asia/Anadyr" +msgstr "Moskou-01 - Kaliningrad, Moskou+00 - West-Rusland, Moskou+01 - Kaspische Zee, Moskou+02 - Oeral, Moskou+03 - West-Siberië, Moskou+03 - Novosibirsk, Moskou+04 - Rivier Yenisei, Moskou+05 - Baikal Meer, Moskou+06 - Rivier Lena, Moskou+07 - Rivier Amur, Moskou+07 - Sachalin, Moskou+08 - Magadan, Moskou+09 - Kamtsjatka, Moskou+10 - Bering Zee" + +msgid "Pacific/Johnston, Pacific/Midway, Pacific/Wake" +msgstr "Johnston Atol, Midway-eilanden, Wake Eiland" + +msgid "Select a location in your time zone:" +msgstr "Selecteer een locatie in uw tijdzone:" + +msgid "US/Eastern, US/Central, US/Mountain, US/Pacific, US/Alaska, US/Hawaii, US/Arizona, US/East-Indiana, US/Samoa" +msgstr "Eastern, Central, Mountain, Pacific, Alaska, Hawaii, Arizona, East Indiana, Samoa" + +msgid "Select your time zone:" +msgstr "Selecteer uw tijdzone:" + +msgid "Configure the time zone" +msgstr "De tijdzone instellen" + +msgid "Saving the time zone..." +msgstr "De tijdzone wordt opgeslagen..." + +msgid "Selected time zone" +msgstr "Geselecteerde tijdzone" + +msgid "Based on your country, your time zone is ${ZONE}." +msgstr "Afgaand op uw land is uw tijdzone ${ZONE}." + +msgid "McMurdo, South_Pole, Rothera, Palmer, Mawson, Davis, Casey, Vostok, DumontDUrville, Syowa" +msgstr "McMurdo, Zuidpool, Rothera, Palmer, Mawson, Davis, Casey, Vostok, Dumont-d'Urville, Syowa" + +msgid "Lord_Howe, Hobart, Melbourne, Sydney, Broken_Hill, Brisbane, Lindeman, Adelaide, Darwin, Perth" +msgstr "Lord Howe Eiland, Hobart, Melbourne, Sydney, Broken Hill, Brisbane, Lindeman, Adelaide, Darwin, Perth" + +msgid "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao_Paulo, Campo_Grande, Cuiaba, Porto_Velho, Boa_Vista, Manaus, Eirunepe, Rio_Branco" +msgstr "Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao Paulo, Campo Grande, Cuiaba, Porto Velho, Boa Vista, Manaus, Eirunepe, Rio Branco" + +msgid "Newfoundland, Atlantic, Eastern, Central, East-Saskatchewan, Saskatchewan, Mountain, Pacific, Yukon" +msgstr "Newfoundland, Atlantic, Eastern, Central, East Saskatchewan, Saskatchewan, Mountain, Pacific, Yukon" + +msgid "Kinshasa, Lubumbashi" +msgstr "Kinshasa, Lubumbashi" + +msgid "Santiago, Easter" +msgstr "Santiago, Easter" + +msgid "Guayaquil, Galapagos" +msgstr "Guayaquil, Galapagos" + +msgid "Madrid, Ceuta, Atlantic/Canary" +msgstr "Madrid, Ceuta, Canarische eilanden" + +msgid "Yap, Truk, Ponape, Kosrae" +msgstr "Yap, Truk, Ponape, Kosrae" + +msgid "Godthab, Danmarkshavn, Scoresbysund, Thule" +msgstr "Godthab, Danmarkshavn, Scoresbysund, Thule" + +msgid "Jakarta, Pontianak, Makassar, Jayapura" +msgstr "Jakarta, Pontianak, Makassar, Jayapura" + +msgid "Tarawa, Enderbury, Kiritimati" +msgstr "Tarawa (Gilbert-eilanden), Enderbury (Phoenix-eilanden), Kiritimati (Line-eilanden)" + +msgid "Almaty, Qyzylorda, Aqtobe, Aqtau, Oral" +msgstr "Almaty, Qyzylorda, Aqtobe, Atyrau, Oral" + +msgid "Ulaanbaatar, Hovd, Choibalsan" +msgstr "Ulaanbaatar, Hovd, Choibalsan" + +msgid "Auckland, Chatham" +msgstr "Auckland, Chatham" + +msgid "Tahiti, Marquesas, Gambier" +msgstr "Tahiti (Society-eilanden), Marquesas-eilanden, Gambier-eilanden" + +msgid "Lisbon, Atlantic/Madeira, Atlantic/Azores" +msgstr "Lissabon, Madeira-eilanden, Azoren" + +msgid "Kaliningrad, Moscow, Samara, Yekaterinburg, Omsk, Novosibirsk, Krasnoyarsk, Irkutsk, Yakutsk, Vladivostok, Sakhalin, Magadan, Kamchatka, Anadyr" +msgstr "Moskou-01 - Kaliningrad, Moskou+00 - West-Rusland, Moskou+01 - Kaspische Zee, Moskou+02 - Oeral, Moskou+03 - West-Siberië, Moskou+03 - Novosibirsk, Moskou+04 - Rivier Yenisei, Moskou+05 - Baikal Meer, Moskou+06 - Rivier Lena, Moskou+07 - Rivier Amur, Moskou+07 - Sachalin, Moskou+08 - Magadan, Moskou+09 - Kamtsjatka, Moskou+10 - Bering Zee" + +msgid "Johnston, Midway, Wake" +msgstr "Johnston Atol, Midway-eilanden, Wake Eiland" + +msgid "Eastern, Central, Mountain, Pacific, Alaska, Hawaii, Arizona, East-Indiana, Samoa" +msgstr "Eastern, Central, Mountain, Pacific, Alaska, Hawaii, Arizona, East Indiana, Samoa" + +msgid "Configure time zone" +msgstr "Tijdzone configureren" + +msgid "Saving time zone..." +msgstr "Tijdzone wordt bewaard..." + +msgid "Atlantic/Canary" +msgstr "Atlantische Oceaan/Canarische Eilanden" + +msgid "Mexico/General" +msgstr "Hora Central (Mexico)" + +msgid "Mexico/BajaSur" +msgstr "Hora Montana (Baja California Zuid)" + +msgid "Mexico/BajaNorte" +msgstr "Hora del Pacifico (Baja California Noord)" + +msgid "Atlantic/Madeira" +msgstr "Atlantische Oceaan/Madeira" + +msgid "Atlantic/Azores" +msgstr "Atlantische Oceaan/Azoren" + +msgid "Hawaii" +msgstr "Hawaii" + +#~ msgid "AST4" +#~ msgstr "AST4" +#~ msgid "AST4ADT" +#~ msgstr "AST4ADT" +#~ msgid "CST6" +#~ msgstr "CST6" +#~ msgid "CST6CDT" +#~ msgstr "CST6CDT" +#~ msgid "EST5" +#~ msgstr "EST5" +#~ msgid "EST5EDT" +#~ msgstr "EST5EDT" +#~ msgid "HST10" +#~ msgstr "HST10" +#~ msgid "MST7" +#~ msgstr "MST7" +#~ msgid "MST7MDT" +#~ msgstr "MST7MDT" +#~ msgid "PST8" +#~ msgstr "PST8" +#~ msgid "PST8PDT" +#~ msgstr "PST8PDT" +#~ msgid "YST9" +#~ msgstr "YST9" +#~ msgid "YST9YDT" +#~ msgstr "YST9YDT" +#~ msgid "GMT" +#~ msgstr "GMT" +#~ msgid "GMT+0" +#~ msgstr "GMT+0" +#~ msgid "GMT+1" +#~ msgstr "GMT+1" +#~ msgid "GMT+10" +#~ msgstr "GMT+10" +#~ msgid "GMT+11" +#~ msgstr "GMT+11" +#~ msgid "GMT+12" +#~ msgstr "GMT+12" +#~ msgid "GMT+2" +#~ msgstr "GMT+2" +#~ msgid "GMT+3" +#~ msgstr "GMT+3" +#~ msgid "GMT+4" +#~ msgstr "GMT+4" +#~ msgid "GMT+5" +#~ msgstr "GMT+5" +#~ msgid "GMT+6" +#~ msgstr "GMT+6" +#~ msgid "GMT+7" +#~ msgstr "GMT+7" +#~ msgid "GMT+8" +#~ msgstr "GMT+8" +#~ msgid "GMT+9" +#~ msgstr "GMT+9" +#~ msgid "GMT-0" +#~ msgstr "GMT-0" +#~ msgid "GMT-1" +#~ msgstr "GMT-1" +#~ msgid "GMT-10" +#~ msgstr "GMT-10" +#~ msgid "GMT-11" +#~ msgstr "GMT-11" +#~ msgid "GMT-12" +#~ msgstr "GMT-12" +#~ msgid "GMT-13" +#~ msgstr "GMT-13" +#~ msgid "GMT-14" +#~ msgstr "GMT-14" +#~ msgid "GMT-2" +#~ msgstr "GMT-2" +#~ msgid "GMT-3" +#~ msgstr "GMT-3" +#~ msgid "GMT-4" +#~ msgstr "GMT-4" +#~ msgid "GMT-5" +#~ msgstr "GMT-5" +#~ msgid "GMT-6" +#~ msgstr "GMT-6" +#~ msgid "GMT-7" +#~ msgstr "GMT-7" +#~ msgid "GMT-8" +#~ msgstr "GMT-8" +#~ msgid "GMT-9" +#~ msgstr "GMT-9" +#~ msgid "GMT0" +#~ msgstr "GMT0" +#~ msgid "Greenwich" +#~ msgstr "Greenwich" +#~ msgid "UCT" +#~ msgstr "UCT" +#~ msgid "UTC" +#~ msgstr "UTC" +#~ msgid "Universal" +#~ msgstr "Universeel" +#~ msgid "Zulu" +#~ msgstr "Zulu" + --- tzdata-2009b.orig/debian/po/bg.po +++ tzdata-2009b/debian/po/bg.po @@ -0,0 +1,2712 @@ +# 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. +msgid "" +msgstr "" +"Project-Id-Version: bg\n" +"Report-Msgid-Bugs-To: debian-glibc@lists.debian.org\n" +"POT-Creation-Date: 2007-05-06 23:48+0200\n" +"PO-Revision-Date: 2007-05-06 00:25+0300\n" +"Last-Translator: Damyan Ivanov \n" +"Language-Team: Bulgarian \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: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Africa" +msgstr "Африка" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "America" +msgstr "Америка" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Antarctica" +msgstr "Антарктида" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Australia" +msgstr "Австралия" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Arctic" +msgstr "Арктика" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Asia" +msgstr "Азия" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Atlantic" +msgstr "Атлантик" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Canada" +msgstr "Канада" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Europe" +msgstr "Европа" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Indian" +msgstr "Индия" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#. Type: select +#. Choices +#: ../templates:1001 ../templates:9001 +msgid "Pacific" +msgstr "Тихоокеанско" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "SystemV" +msgstr "SystemV" + +#. Type: select +#. Choices +#. Note to translators: +#. - "Etc" will present users with a list +#. of "GMT+xx" or "GMT-xx" timezones +#. - SystemV will give the choice between zone named as per SystemV conventions: +#. EST5, MST7, etc. +#: ../templates:1001 +msgid "Etc" +msgstr "Други" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Географска област:" + +#. Type: select +#. Description +#: ../templates:1002 +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." +msgstr "" +"Изберете областта, в която се намирате. Следващите въпроси ще уточнят града." + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Abidjan" +msgstr "Абиджан" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Accra" +msgstr "Акра" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Адис_Абеба" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Algiers" +msgstr "Алжир" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmara" +msgstr "Асмара" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Asmera" +msgstr "Асмера" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bamako" +msgstr "Бамако" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bangui" +msgstr "Бангуи" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Banjul" +msgstr "Банджул" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bissau" +msgstr "Бисау" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Blantyre" +msgstr "Блантир" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Бразавил" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Буджумбра" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Cairo" +msgstr "Кайро" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Casablanca" +msgstr "Казабланка" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ceuta" +msgstr "Койта" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Conakry" +msgstr "Конакри" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dakar" +msgstr "Дакар" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Дар_ес_Салаам" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Djibouti" +msgstr "Джибуту" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Douala" +msgstr "Дуала" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "Ал_Ааюн" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Freetown" +msgstr "Фритаун" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Gaborone" +msgstr "Габорон" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Harare" +msgstr "Хараре" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Йоханесбург" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kampala" +msgstr "Кампала" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Khartoum" +msgstr "Картум" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kigali" +msgstr "Кигали" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Киншаса" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lagos" +msgstr "Лагос" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Libreville" +msgstr "Либревил" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lome" +msgstr "Ломе" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Luanda" +msgstr "Луанда" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Любумбаши" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Lusaka" +msgstr "Лусака" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Malabo" +msgstr "Малабо" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maputo" +msgstr "Мапуто" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Maseru" +msgstr "Масеру" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mbabane" +msgstr "Мбабане" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Могадишу" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Monrovia" +msgstr "Монровиа" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nairobi" +msgstr "Найроби" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Нджамена" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Niamey" +msgstr "Ниамей" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Нуакчот" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Уагадугу" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Порто-Ново" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Сао_Томе" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Тимбукту" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tripoli" +msgstr "Триполи" + +#. Type: select +#. Choices +#: ../templates:2001 +msgid "Tunis" +msgstr "Тунис" + +#. Type: select +#. Choices +#: ../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 +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +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 +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001 +#: ../templates:14001 +msgid "Please select the time zone corresponding to your location." +msgstr "Изберете, часовия пояс, в който се намирате:" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Adak" +msgstr "Адак" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anchorage" +msgstr "Анкораж" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Anguilla" +msgstr "Ангила" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Antigua" +msgstr "Антигуа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Araguaina" +msgstr "Арагуейна" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Aruba" +msgstr "Аруба" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Asuncion" +msgstr "Асунсион" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atikokan" +msgstr "Атикокан" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Atka" +msgstr "Атка" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bahia" +msgstr "Бахиа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Barbados" +msgstr "Барбадос" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belem" +msgstr "Белем" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Belize" +msgstr "Белизе" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Бланк-Саблон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Боа Виста" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Bogota" +msgstr "Богота" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Boise" +msgstr "Боисе" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Buenos_Aires" +msgstr "Буенос_Айрес" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Кембридж_Бей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Кампо Гранде" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cancun" +msgstr "Канкун" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Caracas" +msgstr "Каракас" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Catamarca" +msgstr "Катамарка" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayenne" +msgstr "Кайен" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cayman" +msgstr "Кайман" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chicago" +msgstr "Чикаго" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Чихуахуа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Коралов_Залив" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cordoba" +msgstr "Кордоба" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Коста_Рика" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Куиаба" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Curacao" +msgstr "Курасао" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Данмаркшаф" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson" +msgstr "Доусън" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Доусън_Крийк" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Denver" +msgstr "Денвър" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Detroit" +msgstr "Детройт" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Dominica" +msgstr "Доминика" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Edmonton" +msgstr "Едмънтън" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Ейрунепе" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "El_Salvador" +msgstr "Ел_Салвадор" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Ensenada" +msgstr "Енсенада" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fort_Wayne" +msgstr "Форт_Уейн" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Форталеза" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Глейс_Бей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Godthab" +msgstr "Годаб" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Гус_Бей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Гранд_Тюрк" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Grenada" +msgstr "Гренада" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Гваделупа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guatemala" +msgstr "Гватемала" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Гуаякуил" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Guyana" +msgstr "Гуяна" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Halifax" +msgstr "Халифакс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Havana" +msgstr "Хавана" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Хермосило" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Indianapolis" +msgstr "Индианаполис" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Inuvik" +msgstr "Инувик" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Икалуит" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jamaica" +msgstr "Ямайка" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Jujuy" +msgstr "Джуджуй" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Juneau" +msgstr "Джунеау" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Knox_IN" +msgstr "Нокс_Ин" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "La_Paz" +msgstr "Ла_Паз" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Lima" +msgstr "Лима" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Лос_Анжелис" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Louisville" +msgstr "Луизвил" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Maceio" +msgstr "Масейо" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Managua" +msgstr "Манагуа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Manaus" +msgstr "Манаус" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Martinique" +msgstr "Мартиник" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Мазатлан" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mendoza" +msgstr "Мендоса" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Menominee" +msgstr "Меномини" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Merida" +msgstr "Мерида" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Мексико_Сити" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Miquelon" +msgstr "Микуелон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Moncton" +msgstr "Монктън" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Monterrey" +msgstr "Монтерей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montevideo" +msgstr "Монтевидео" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montreal" +msgstr "Монреал" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Montserrat" +msgstr "Монсерат" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nassau" +msgstr "Насау" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "New_York" +msgstr "Ню_Йорк" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nipigon" +msgstr "Нипигън" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Nome" +msgstr "Номе" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Noronha" +msgstr "Норона" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Panama" +msgstr "Панама" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Пангниртунг" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Парамарибо" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Phoenix" +msgstr "Финикс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Порт-о-Пренс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Порт-о-Спейн" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Порто_Акре" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Порто Вело" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Пуерто_Рико" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Дъждовна_Река" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Ранкин_Инлет" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Recife" +msgstr "Рисайф" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Regina" +msgstr "Регина" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Resolute" +msgstr "Ресолут" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Рио Бранко" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Rosario" +msgstr "Росарио" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santiago" +msgstr "Сантяго" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Санто_Доминго" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Сао Паоло" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Скорбайсънд" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Shiprock" +msgstr "Шипрок" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Johns" +msgstr "Св._Джон" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Св._Китс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Св._Лука" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Св._Toma" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Св._Винсент" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Swift_Current" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Тегусигалпа" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thule" +msgstr "Туле" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Тъндър_Бей" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tijuana" +msgstr "Тихуана" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Toronto" +msgstr "Торонто" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Tortola" +msgstr "Тортола" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Vancouver" +msgstr "Ванкувър" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Virgin" +msgstr "Върджин" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Уайтхорс" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Уинипег" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yakutat" +msgstr "Якутат" + +#. Type: select +#. Choices +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Йелоунайф" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Casey" +msgstr "Кейси" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Davis" +msgstr "Дейвис" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Дюмон Дюрвил" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Mawson" +msgstr "Моусън" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "McMurdo" +msgstr "МакМърдо" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Palmer" +msgstr "Палмър" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Rothera" +msgstr "Ротера" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "South_Pole" +msgstr "Южен полюс" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Syowa" +msgstr "Сьова" + +#. Type: select +#. Choices +#: ../templates:4001 +msgid "Vostok" +msgstr "Восток" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Adelaide" +msgstr "Аделаида" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Brisbane" +msgstr "Бризбейн" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Броукън Хил" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Canberra" +msgstr "Канбера" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Currie" +msgstr "Кюри" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Darwin" +msgstr "Дарвин" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Eucla" +msgstr "Еукла" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Hobart" +msgstr "Хобарт" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lindeman" +msgstr "Линдеман" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Остров Лорд Хауи" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Melbourne" +msgstr "Мелбърн" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Perth" +msgstr "Перт" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Sydney" +msgstr "Сидни" + +#. Type: select +#. Choices +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Янковина" + +#. Type: select +#. Choices +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aden" +msgstr "Аден" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Almaty" +msgstr "Алмати" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Amman" +msgstr "Аман" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Anadyr" +msgstr "Москва+10 - Берингово море" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtau" +msgstr "Атирау" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Атобе" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ашгабат" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baghdad" +msgstr "Багдад" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bahrain" +msgstr "Бахрейн" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Baku" +msgstr "Баку" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bangkok" +msgstr "Банкок" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Beirut" +msgstr "Бейрут" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Bishkek" +msgstr "Бишкек" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Brunei" +msgstr "Бруней" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Calcutta" +msgstr "Калкута" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Чойбалсан" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Chongqing" +msgstr "Чонгкинг" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Colombo" +msgstr "Коломбо" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Damascus" +msgstr "Дамаск" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dhaka" +msgstr "Дака" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dili" +msgstr "Дили" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dubai" +msgstr "Дубай" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Душанбе" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Gaza" +msgstr "Газа" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Harbin" +msgstr "Харбин" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Хонг-конг" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Hovd" +msgstr "Ховд" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Москва+05 - езеро Байкал" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Istanbul" +msgstr "Истанбул" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jakarta" +msgstr "Джакарта" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jayapura" +msgstr "Джаяпура" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Йерусалим" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kabul" +msgstr "Кабул" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Москва+09 - Камчатка" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Karachi" +msgstr "Карачи" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kashgar" +msgstr "Кашгар" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Katmandu" +msgstr "Катманду" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Москва+04 - река Енисей" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Куала_Лумпур" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuching" +msgstr "Кучинг" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Kuwait" +msgstr "Кувейт" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Macau" +msgstr "Макау" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Magadan" +msgstr "Москва+08 - Магадан" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Makassar" +msgstr "Макасар" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Manila" +msgstr "Манила" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Muscat" +msgstr "Мускат" + +#. Type: select +#. Choices +#. Type: select +#. Choices +#: ../templates:7001 ../templates:10001 +msgid "Nicosia" +msgstr "Никозия" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Москва+03 - Новосибирск" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Omsk" +msgstr "Москва+03 - западен Сибир" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Oral" +msgstr "Орал" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Пном_Пен" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pontianak" +msgstr "Понтианак" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Пйонгянг" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qatar" +msgstr "Катар" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Кизилорда" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Rangoon" +msgstr "Рангун" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh" +msgstr "Рияд" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Рияд87" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Рияд88" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Рияд89" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Saigon" +msgstr "Сайгон" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Москва+07 - остров Сахалин" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Samarkand" +msgstr "Самарканд" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Seoul" +msgstr "Сеул" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Shanghai" +msgstr "Шанхай" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Singapore" +msgstr "Сингапур" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Taipei" +msgstr "Тайпе" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tashkent" +msgstr "Ташкент" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Тбилиси" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tehran" +msgstr "Техеран" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Тел_Авив" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Thimphu" +msgstr "Тимбу" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Tokyo" +msgstr "Токио" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Уюнг_Панданг" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Уланбатар" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Urumqi" +msgstr "Урумки" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vientiane" +msgstr "Виентиан" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Москва+07 - река Амур" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Москва+06 - река Лена" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Москва+02 - Урал" + +#. Type: select +#. Choices +#: ../templates:7001 +msgid "Yerevan" +msgstr "Ереван" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Azores" +msgstr "Азори" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Bermuda" +msgstr "Бермуди" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Canary" +msgstr "Карари" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Капо_Верде" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Faroe" +msgstr "Феро" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Ян_Майен" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Madeira" +msgstr "Мадейра" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Рейкявик" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Южна_Джорджия" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "St_Helena" +msgstr "О-в_Св._Елена" + +#. Type: select +#. Choices +#: ../templates:8001 +msgid "Stanley" +msgstr "Стенли" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Central" +msgstr "Централно" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "East-Saskatchewan" +msgstr "Източен Саскачеуан" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Eastern" +msgstr "Източно" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Mountain" +msgstr "Планинско" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Newfoundland" +msgstr "Нюфаундленд" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Saskatchewan" +msgstr "Саскачеуан" + +#. Type: select +#. Choices +#: ../templates:9001 +msgid "Yukon" +msgstr "Юкон" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Amsterdam" +msgstr "Амстердам" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Andorra" +msgstr "Андора" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Athens" +msgstr "Атина" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belfast" +msgstr "Белфаст" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Belgrade" +msgstr "Белград" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Berlin" +msgstr "Берлин" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bratislava" +msgstr "Братислава" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Brussels" +msgstr "Брюксел" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Bucharest" +msgstr "Букурещ" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Budapest" +msgstr "Будапеща" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Chisinau" +msgstr "Кишинев" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Copenhagen" +msgstr "Копенхаген" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Dublin" +msgstr "Дъблин" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Gibraltar" +msgstr "Гибралтар" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Guernsey" +msgstr "Гернси" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Helsinki" +msgstr "Хелзинки" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Isle_of_Man" +msgstr "О-в_Ман" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Jersey" +msgstr "Джърси" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kaliningrad" +msgstr "Москва-01 - Калининград" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Kiev" +msgstr "Киев" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Lisbon" +msgstr "Лисабон" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Ljubljana" +msgstr "Любляна" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "London" +msgstr "Лондон" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Luxembourg" +msgstr "Люксембург" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Madrid" +msgstr "Мадрид" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Malta" +msgstr "Малта" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Mariehamn" +msgstr "Мариехамн" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Minsk" +msgstr "Минск" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Monaco" +msgstr "Монако" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Moscow" +msgstr "Москва+00 - западна Русия" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Oslo" +msgstr "Осло" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Paris" +msgstr "Париж" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Podgorica" +msgstr "Подгорица" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Prague" +msgstr "Прага" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Riga" +msgstr "Рига" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Rome" +msgstr "Рим" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Samara" +msgstr "Москва+01 - Каспийско море" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "San_Marino" +msgstr "Сан_Марино" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sarajevo" +msgstr "Сараево" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Simferopol" +msgstr "Симферопол" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Skopje" +msgstr "Скопие" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Sofia" +msgstr "София" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Stockholm" +msgstr "Стокхолм" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tallinn" +msgstr "Талин" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tirane" +msgstr "Тирана" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Tiraspol" +msgstr "Тораспол" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Uzhgorod" +msgstr "Ужгород" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vaduz" +msgstr "Валдюз" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vatican" +msgstr "Ватикана" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vienna" +msgstr "Виена" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Vilnius" +msgstr "Вилнюс" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Volgograd" +msgstr "Волгоград" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Warsaw" +msgstr "Варшава" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zagreb" +msgstr "Загреб" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zaporozhye" +msgstr "Запорожие" + +#. Type: select +#. Choices +#: ../templates:10001 +msgid "Zurich" +msgstr "Цюрих" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Antananarivo" +msgstr "Антананариво" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Chagos" +msgstr "Юагос" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Christmas" +msgstr "Коледa" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Cocos" +msgstr "Кокос" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Comoro" +msgstr "Коморо" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Kerguelen" +msgstr "Кергуелен" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mahe" +msgstr "Махе" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Maldives" +msgstr "Малдиви" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mauritius" +msgstr "Мавриций" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Mayotte" +msgstr "Майот" + +#. Type: select +#. Choices +#: ../templates:11001 +msgid "Reunion" +msgstr "Реюниън" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Apia" +msgstr "Апиа" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Auckland" +msgstr "Оукланд" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Chatham" +msgstr "Острови Чатам" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Easter" +msgstr "Великденски остров" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Efate" +msgstr "Ефат" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Enderbury" +msgstr "Ендербъри (Острови Феникс)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fakaofo" +msgstr "Факаофо" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Fiji" +msgstr "Фиджи" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Funafuti" +msgstr "Фунафути" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Galapagos" +msgstr "Галапагос" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Gambier" +msgstr "Гамбиерски острови" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guadalcanal" +msgstr "Гуадалканал" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Guam" +msgstr "Гуам" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Honolulu" +msgstr "Хонолулу" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Johnston" +msgstr "коралов остров Джонстън" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kiritimati" +msgstr "Киритимати (Острови Лайн)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kosrae" +msgstr "Козрае" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Kwajalein" +msgstr "Куаджалейн" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Majuro" +msgstr "Маджуро" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Marquesas" +msgstr "Маркизки острови" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Midway" +msgstr "остров Мидуей" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Nauru" +msgstr "Науру" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Niue" +msgstr "Ниуе" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Norfolk" +msgstr "Норфолк" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Noumea" +msgstr "Нумеа" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pago_Pago" +msgstr "Паго_Паго" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Palau" +msgstr "Палау" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Pitcairn" +msgstr "Питкейрн" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Ponape" +msgstr "Понапе" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Port_Moresby" +msgstr "Порт_Морсби" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Rarotonga" +msgstr "Раротонга" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Saipan" +msgstr "Сейпан" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Samoa" +msgstr "Самоа" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tahiti" +msgstr "Таити (Дружествени острови)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tarawa" +msgstr "Тарава (Гилбертски острови)" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Tongatapu" +msgstr "Тонгатапу" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Truk" +msgstr "Трък" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wake" +msgstr "остров Уейк" + +#. Type: select +#. Choices +#: ../templates:12001 +msgid "Wallis" +msgstr "Уелис" --- tzdata-2009b.orig/debian/copyright +++ tzdata-2009b/debian/copyright @@ -0,0 +1,10 @@ +This is the Debian prepackaged version of the Time Zone and Daylight +Saving Time Data. + +It was downloaded from ftp://elsie.nci.nih.gov/pub/ + +Upstream Authors: Arthur David Olson et.al. +Commentary should be addressed to tz@elsie.nci.nih.gov + +Copyright: This database is in the public domain. + --- tzdata-2009b.orig/debian/compat +++ tzdata-2009b/debian/compat @@ -0,0 +1 @@ +4 --- tzdata-2009b.orig/debian/templates +++ tzdata-2009b/debian/templates @@ -0,0 +1,91 @@ +Template: tzdata/Areas +Type: select +# Note to translators: +# - "Etc" will present users with a list +# of "GMT+xx" or "GMT-xx" timezones +# - SystemV will give the choice between zone named as per SystemV conventions: +# EST5, MST7, etc. +__Choices: Africa, America, Antarctica, Australia, Arctic, Asia, Atlantic, Canada, Europe, Indian, Pacific, SystemV, Etc +_Description: Geographic area: + 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. + +Template: tzdata/Zones/Africa +Type: select +__Choices: Abidjan, Accra, Addis_Ababa, Algiers, Asmara, Asmera, Bamako, Bangui, Banjul, Bissau, Blantyre, Brazzaville, Bujumbura, Cairo, Casablanca, Ceuta, Conakry, Dakar, Dar_es_Salaam, Djibouti, Douala, El_Aaiun, Freetown, Gaborone, Harare, Johannesburg, 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 time zone corresponding to your location. + +Template: tzdata/Zones/America +Type: select +__Choices: Adak, Anchorage, Anguilla, Antigua, Araguaina, Aruba, Asuncion, Atikokan, Atka, Bahia, Barbados, Belem, Belize, Blanc-Sablon, Boa_Vista, Bogota, Boise, Buenos_Aires, Cambridge_Bay, Campo_Grande, Cancun, Caracas, Catamarca, Cayenne, Cayman, Chicago, Chihuahua, Coral_Harbour, Cordoba, Costa_Rica, Cuiaba, Curacao, Danmarkshavn, Dawson, Dawson_Creek, Denver, Detroit, Dominica, Edmonton, Eirunepe, El_Salvador, Ensenada, Fort_Wayne, Fortaleza, Glace_Bay, Godthab, Goose_Bay, Grand_Turk, Grenada, Guadeloupe, Guatemala, Guayaquil, Guyana, Halifax, Havana, Hermosillo, Indianapolis, Inuvik, Iqaluit, Jamaica, Jujuy, Juneau, Knox_IN, La_Paz, Lima, Los_Angeles, Louisville, Maceio, Managua, Manaus, Martinique, Mazatlan, Mendoza, Menominee, Merida, Mexico_City, Miquelon, Moncton, Monterrey, Montevideo, Montreal, Montserrat, Nassau, New_York, Nipigon, Nome, Noronha, Panama, Pangnirtung, Paramaribo, Phoenix, Port-au-Prince, Port_of_Spain, Porto_Acre, Porto_Velho, Puerto_Rico, Rainy_River, Rankin_Inlet, Recife, Regina, Resolute, Rio_Branco, Rosario, Santiago, Santo_Domingo, Sao_Paulo, Scoresbysund, Shiprock, 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 time zone corresponding to your location. + +Template: tzdata/Zones/Antarctica +Type: select +__Choices: Casey, Davis, DumontDUrville, Mawson, McMurdo, Palmer, Rothera, South_Pole, Syowa, Vostok +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Australia +Type: select +__Choices: Adelaide, Brisbane, Broken_Hill, Canberra, Currie, Darwin, Eucla, Hobart, Lindeman, Lord_Howe, Melbourne, Perth, Sydney, Yancowinna +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Arctic +Type: select +__Choices: Longyearbyen +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Asia +Type: select +__Choices: Aden, Almaty, Amman, Anadyr, Aqtau, Aqtobe, Ashgabat, Baghdad, Bahrain, Baku, Bangkok, Beirut, Bishkek, Brunei, Calcutta, Choibalsan, Chongqing, Colombo, Damascus, Dhaka, Dili, Dubai, Dushanbe, Gaza, Harbin, Hong_Kong, Hovd, Irkutsk, Istanbul, Jakarta, Jayapura, Jerusalem, Kabul, Kamchatka, Karachi, Kashgar, Katmandu, Krasnoyarsk, Kuala_Lumpur, Kuching, Kuwait, Macau, Magadan, Makassar, Manila, Muscat, Nicosia, Novosibirsk, Omsk, Oral, Phnom_Penh, Pontianak, Pyongyang, Qatar, Qyzylorda, Rangoon, Riyadh, Riyadh87, Riyadh88, Riyadh89, Saigon, Sakhalin, Samarkand, Seoul, Shanghai, Singapore, Taipei, Tashkent, Tbilisi, Tehran, Tel_Aviv, Thimphu, Tokyo, Ujung_Pandang, Ulaanbaatar, Urumqi, Vientiane, Vladivostok, Yakutsk, Yekaterinburg, Yerevan +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Atlantic +Type: select +__Choices: Azores, Bermuda, Canary, Cape_Verde, Faroe, Jan_Mayen, Madeira, Reykjavik, South_Georgia, St_Helena, Stanley +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Canada +Type: select +__Choices: Atlantic, Central, East-Saskatchewan, Eastern, Mountain, Newfoundland, Pacific, Saskatchewan, Yukon +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Europe +Type: select +__Choices: Amsterdam, Andorra, Athens, Belfast, Belgrade, Berlin, Bratislava, Brussels, Bucharest, Budapest, Chisinau, Copenhagen, Dublin, Gibraltar, Guernsey, Helsinki, Isle_of_Man, Istanbul, Jersey, Kaliningrad, Kiev, Lisbon, Ljubljana, London, Luxembourg, Madrid, Malta, Mariehamn, Minsk, Monaco, Moscow, Nicosia, Oslo, Paris, Podgorica, Prague, Riga, Rome, Samara, San_Marino, Sarajevo, Simferopol, Skopje, Sofia, Stockholm, Tallinn, Tirane, Tiraspol, Uzhgorod, Vaduz, Vatican, Vienna, Vilnius, Volgograd, Warsaw, Zagreb, Zaporozhye, Zurich +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Indian +Type: select +__Choices: Antananarivo, Chagos, Christmas, Cocos, Comoro, Kerguelen, Mahe, Maldives, Mauritius, Mayotte, Reunion +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Pacific +Type: select +__Choices: Apia, Auckland, Chatham, Easter, Efate, Enderbury, Fakaofo, Fiji, Funafuti, Galapagos, Gambier, Guadalcanal, Guam, Honolulu, Johnston, Kiritimati, Kosrae, Kwajalein, Majuro, Marquesas, Midway, Nauru, Niue, Norfolk, Noumea, Pago_Pago, Palau, Pitcairn, Ponape, Port_Moresby, Rarotonga, Saipan, Samoa, Tahiti, Tarawa, Tongatapu, Truk, Wake, Wallis, Yap +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/SystemV +Type: select +Choices: AST4, AST4ADT, CST6, CST6CDT, EST5, EST5EDT, HST10, MST7, MST7MDT, PST8, PST8PDT, YST9, YST9YDT +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Etc +Type: select +Choices: GMT, GMT+0, GMT+1, GMT+10, GMT+11, GMT+12, GMT+2, GMT+3, GMT+4, GMT+5, GMT+6, GMT+7, GMT+8, GMT+9, GMT-0, GMT-1, GMT-10, GMT-11, GMT-12, GMT-13, GMT-14, GMT-2, GMT-3, GMT-4, GMT-5, GMT-6, GMT-7, GMT-8, GMT-9, GMT0, Greenwich, UCT, UTC, Universal, Zulu +_Description: Time zone: + Please select the time zone corresponding to your location. + --- tzdata-2009b.orig/debian/links +++ tzdata-2009b/debian/links @@ -0,0 +1 @@ +etc/localtime usr/share/zoneinfo/localtime --- tzdata-2009b.orig/debian/install +++ tzdata-2009b/debian/install @@ -0,0 +1,3 @@ +tzgen/* usr/share/zoneinfo/ +tzsource/iso3166.tab usr/share/zoneinfo/ +tzsource/zone.tab usr/share/zoneinfo/ --- tzdata-2009b.orig/debian/config +++ tzdata-2009b/debian/config @@ -0,0 +1,404 @@ +#! /bin/sh +set -e + +. /usr/share/debconf/confmodule +db_version 2.0 +db_capb backup + +convert_timezone() +{ + case "$1" in + ("Africa/Asmera") + echo "Africa/Asmara" + ;; + ("America/Argentina/ComodRivadavia"|"America/Catamarca") + echo "America/Argentina/Catamarca" + ;; + ("America/Buenos_Aires") + echo "America/Argentina/Buenos_Aires" + ;; + ("America/Cordoba"|"America/Rosario") + echo "America/Argentina/Cordoba" + ;; + ("America/Jujuy") + echo "America/Argentina/Jujuy" + ;; + ("America/Mendoza") + echo "America/Argentina/Mendoza" + ;; + "Asia/Ashkhabad") + echo "Asia/Ashgabat" + ;; + "Asia/Chungking") + echo "Asia/Chongqing" + ;; + "Asia/Dacca") + echo "Asia/Dhaka" + ;; + "Asia/Macao") + echo "Asia/Macau" + ;; + "Asia/Thimbu") + echo "Asia/Thimphu" + ;; + "Asia/Ulan_Bator") + echo "Asia/Ulaanbaatar" + ;; + "Atlantic/Faeroe") + echo "Atlantic/Faroe" + ;; + "Australia/ACT" | "Australia/NSW") + echo "Australia/Sidney" + ;; + "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") + echo "America/Halifax" + ;; + "Canada/Central") + echo "America/Winnipeg" + ;; + "Canada/East-Saskatchewan") + echo "America/Regina" + ;; + "Canada/Eastern") + echo "America/Toronto" + ;; + "Canada/Mountain") + echo "America/Edmonton" + ;; + "Canada/Newfoundland") + echo "America/St_Johns" + ;; + "Canada/Pacific") + echo "America/Vancouver" + ;; + "Canada/Saskatchewan") + echo "America/Regina" + ;; + "Canada/Yukon") + echo "America/Whitehorse" + ;; + "CET") + echo "Europe/Paris" + ;; + "Chile/Continental") + echo "America/Santiago" + ;; + "Chile/EasterIsland") + echo "Pacific/Easter" + ;; + "CST6CDT") + echo "SystemV/CST6CDT" + ;; + "Cuba") + echo "America/Havana" + ;; + "EET") + echo "Europe/Helsinki" + ;; + "Egypt") + echo "Africa/Cairo" + ;; + "Eire") + echo "Europe/Dublin" + ;; + "EST") + echo "SystemV/EST5" + ;; + "EST5EDT") + echo "SystemV/EST5EDT" + ;; + "GB") + echo "Europe/London" + ;; + "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") + 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" + ;; + "MET") + echo "Europe/Paris" + ;; + "Mexico/BajaNorte") + echo "America/Tijuana" + ;; + "Mexico/BajaSur") + echo "America/Mazatlan" + ;; + "Mexico/General") + echo "America/Mexico_City" + ;; + "Mideast/Riyadh87") + echo "Asia/Riyadh87" + ;; + "Mideast/Riyadh88") + echo "Asia/Riyadh88" + ;; + "Mideast/Riyadh89") + echo "Asia/Riyadh89" + ;; + "MST") + echo "SystemV/MST7" + ;; + "MST7MDT") + echo "SystemV/MST7MDT" + ;; + "Navajo") + echo "America/Denver" + ;; + "NZ") + echo "Pacific/Auckland" + ;; + "NZ-CHAT") + echo "Pacific/Chatham" + ;; + "Poland") + echo "Europe/Warsaw" + ;; + "Portugal") + echo "Europe/Lisbon" + ;; + "PRC") + echo "Asia/Shanghai" + ;; + "PST8PDT") + echo "SystemV/PST8PDT" + ;; + "ROC") + echo "Asia/Taipei" + ;; + "ROK") + echo "Asia/Seoul" + ;; + "Singapore") + echo "Asia/Singapore" + ;; + "Turkey") + echo "Europe/Istanbul" + ;; + "UCT") + echo "Etc/UCT" + ;; + "Universal") + echo "Etc/UTC" + ;; + "US/Alaska") + echo "America/Anchorage" + ;; + "US/Aleutian") + echo "America/Adak" + ;; + "US/Arizona") + echo "America/Phoenix" + ;; + "US/Central") + echo "America/Chicago" + ;; + "US/East-Indiana") + echo "America/Indianapolis" + ;; + "US/Eastern") + echo "America/New_York" + ;; + "US/Hawaii") + echo "Pacific/Honolulu" + ;; + "US/Indiana-Starke") + echo "America/Indianapolis" + ;; + "US/Michigan") + echo "America/Detroit" + ;; + "US/Mountain") + echo "America/Denver" + ;; + "US/Pacific") + echo "America/Los_Angeles" + ;; + "US/Samoa") + echo "Pacific/Pago_Pago" + ;; + "UTC") + echo "Etc/UTC" + ;; + "WET") + echo "Europe/Lisbon" + ;; + "W-SU") + echo "Europe/Moscow" + ;; + "Zulu") + echo "Etc/UTC" + ;; + *) + echo "$1" + ;; + esac +} + +# Read /etc/timezone +if [ -e /etc/timezone ] ; then + TZ_TIMEZONE="$(head -n 1 /etc/timezone)" + TZ_TIMEZONE="${TZ_TIMEZONE%% *}" + TZ_TIMEZONE="$(convert_timezone $TZ_TIMEZONE)" + if ! [ -f "/usr/share/zoneinfo/$TZ_TIMEZONE" ] ; then + TZ_TIMEZONE="" + fi +fi + +# Read /etc/localtime +if [ -L /etc/localtime ] ; then + TZ_LOCALTIME="$(readlink /etc/localtime)" + TZ_LOCALTIME="${TZ_LOCALTIME#/usr/share/zoneinfo/}" + TZ_LOCALTIME="$(convert_timezone $TZ_LOCALTIME)" + if ! [ -f "/usr/share/zoneinfo/$TZ_LOCALTIME" ] ; then + TZ_LOCALTIME="" + fi +elif [ -f /etc/localtime ] && [ -n "$TZ_TIMEZONE" ] ; then + TZ_LOCALTIME=$TZ_TIMEZONE +fi + +# The timezone has never been configured or is falsely configured +if ! [ -e /etc/localtime ] ; then + if [ -n "$TZ_TIMEZONE" ] ; then + AREA="${TZ_LOCALTIME%%/*}" + ZONE="${TZ_LOCALTIME#*/}" + else + AREA="Etc" + ZONE="UTC" + db_fset tzdata/Areas seen false + db_fset tzdata/Zones/Etc seen false + fi +# The user want to handle the timezone by him/herself +elif [ -z "$TZ_LOCALTIME" ] ; then + if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ] ; then + AREA="Etc" + ZONE="UTC" + else + echo "User defined" > /etc/timezone + exit 0 + fi +# The timezone has already been configured +else + AREA="${TZ_LOCALTIME%%/*}" + ZONE="${TZ_LOCALTIME#*/}" + # Don't ask the user, except if he/she explicitely asked that + if [ "$1" != "reconfigure" ] && [ -z "$DEBCONF_RECONFIGURE" ] ; then + db_fset tzdata/Areas seen true + db_fset tzdata/Zones/$AREA seen true + fi +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 + ;; + *) + if grep -q "^User defined$" /etc/timezone 2>/dev/null ; then + rm -f /etc/timezone + fi + break + ;; + esac + if db_go; then + STATE=$(($STATE + 1)) + else + STATE=$(($STATE - 1)) + fi +done + +#DEBHELPER# + +exit 0 --- tzdata-2009b.orig/debian/control +++ tzdata-2009b/debian/control @@ -0,0 +1,20 @@ +Source: tzdata +Section: libs +Priority: required +Build-Depends: debhelper (>= 4.0.0) +Build-Depends-Indep: quilt, po-debconf +Maintainer: Martin Pitt +XSBC-Original-Maintainer: GNU Libc Maintainers +Uploaders: Ben Collins , GOTO Masanori , Philip Blundell , Jeff Bailey , Daniel Jacobowitz , Clint Adams , Aurelien Jarno +Standards-Version: 3.7.2 + +Package: tzdata +Architecture: all +Depends: debconf | debconf-2.0 +Replaces: libc0.1, libc0.3, libc6, libc6.1, locales +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. --- tzdata-2009b.orig/debian/patches/quiltrc +++ tzdata-2009b/debian/patches/quiltrc @@ -0,0 +1,2 @@ +QUILT_PATCHES="../debian/patches" +QUILT_NO_DIFF_TIMESTAMPS=0 --- tzdata-2009b.orig/debian/patches/series +++ tzdata-2009b/debian/patches/series @@ -0,0 +1 @@ +systemv.diff -p0 --- tzdata-2009b.orig/debian/patches/systemv.diff +++ tzdata-2009b/debian/patches/systemv.diff @@ -0,0 +1,21 @@ +Create the SystemV links, for compatibility with previous versions. + +--- systemv 2006-04-10 11:36:52.455402059 +0200 ++++ systemv 2006-04-10 11:37:12.684500320 +0200 +@@ -34,3 +34,16 @@ + ## Zone SystemV/PST8 -8:00 - PST + ## Zone SystemV/YST9 -9:00 - YST + ## Zone SystemV/HST10 -10:00 - HST ++Link America/Halifax SystemV/AST4ADT ++Link America/New_York SystemV/EST5EDT ++Link America/Chicago SystemV/CST6CDT ++Link America/Denver SystemV/MST7MDT ++Link America/Los_Angeles SystemV/PST8PDT ++Link America/Anchorage SystemV/YST9YDT ++Link America/Puerto_Rico SystemV/AST4 ++Link America/Panama SystemV/EST5 ++Link America/Regina SystemV/CST6 ++Link America/Phoenix SystemV/MST7 ++Link Pacific/Pitcairn SystemV/PST8 ++Link Pacific/Gambier SystemV/YST9 ++Link Pacific/Honolulu SystemV/HST10